More in.h definitions from the Linux kernel.
[platform/upstream/glibc.git] / ChangeLog
1 2010-03-03  Ulrich Drepper  <drepper@redhat.com>
2
3         * sysdeps/unix/sysv/linux/bits/in.h: Add a few more defintions from the
4         kernel headers.
5
6 2010-03-03  David S. Miller  <davem@davemloft.net>
7
8         * math/math_private.h (INSERT_WORDS64): Fix argument order.
9
10 2010-03-03  Aurelien Jarno  <aurelien@aurel32.net>
11
12         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: New file.
13
14 2010-03-03  David S. Miller  <davem@davemloft.net>
15
16         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_lazy_rel): Must
17         pass '1' for 't' argument to sparc_fixup_plt.
18         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_lazy_rel):
19         Likewise.
20         * sysdeps/sparc/sparc32/dl-plt.h (OPCODE_BA_PT): Define.
21         (sparc_fixup_plt): Document 't' argument.  Enable branch
22         optimization and use v9 branches when possible.  Explain why we
23         cannot unconditionally patch the branch into the first PLT
24         instruction.
25         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Document 't'
26         argument.  Use v9 branches when possible.  Explain why we can in
27         fact unconditionally use a branch in the first PLT instruction
28         here.
29
30 2010-02-28  Roland McGrath  <roland@redhat.com>
31
32         * elf/elf.h (NT_X86_XSTATE): New macro.
33
34 2010-02-25  David S. Miller  <davem@davemloft.net>
35
36         * sysdeps/sparc/sparc64/Makefile: Add align-cpy rule.
37         * sysdeps/sparc/sparc64/align-cpy.S: New.
38         * sysdeps/sparc/sparc64/memcpy.S (__align_cpy_1, __align_cpy_2,
39         __align_cpy_4, __align_cpy_8, __align_cpy_16): Remove.
40         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (__align_cpy_1,
41         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
42         Remove.
43         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (__align_cpy_1,
44         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
45         Remove.
46         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (__align_cpy_1,
47         __align_cpy_2, __align_cpy_4, __align_cpy_8, __align_cpy_16):
48         Remove.
49
50         * sysdeps/sparc/sparc32/bcopy.c: Delete.
51         * sysdeps/sparc/sparc32/memmove.c: Delete.
52         * sysdeps/sparc/sparc32/sparcv9/bcopy.c: Delete.
53         * sysdeps/sparc/sparc32/sparcv9/memmove.c: Delete.
54         * sysdeps/sparc/sparc64/bcopy.c: Delete.
55         * sysdeps/sparc/sparc64/memmove.c: Delete.
56         * sysdeps/sparc/sparc64/memcopy.h: New.
57         * sysdeps/sparc/sparc32/memcpy.S (bcopy, memmove): Remove.
58         * sysdeps/sparc/sparc64/memcpy.S (bcopy, memmove): Likewise.
59         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (bcopy, memmove): Likewise.
60         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S (bcopy, memmove): Likewise.
61         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S (bcopy, memmove): Likewise.
62
63         * sysdeps/sparc/elf/rtld-global-offsets.sym: New file.
64         * sysdeps/sparc/Makefile (csu): Add rtld-global-offsets.sym to
65         gen-as-const-headers.
66         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: New file.
67         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy.S: New file.
68         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset.S: New file.
69         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: Move to...
70         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra3.S: ...here.
71         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: Move to...
72         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara1.S: ...here.
73         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: Move to...
74         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara1.S: ...here.
75         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: Move to...
76         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara2.S: ...here.
77         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: Removed.
78         * sysdeps/sparc/sparc64/multiarch/Makefile: New file.
79         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: Move to...
80         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: ...here.
81         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Move to...
82         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: ...here.
83         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Move to...
84         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: ...here.
85         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Move to...
86         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: ...here.
87         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: Removed.
88         * sysdeps/sparc/sparc64/multiarch/memcpy.S: New file.
89         * sysdeps/sparc/sparc64/multiarch/memset.S: New file.
90
91 2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>
92
93         [BZ #11332]
94         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Use cfi_remember_state
95         and cfi_restore_state only if USE_AS_STRNCMP is defined.
96
97 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
98
99         * sysdeps/x86_64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
100
101 2010-02-24  H.J. Lu  <hongjiu.lu@intel.com>
102
103         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
104         (bk_write_less32bytes_2): Renamed to ...
105         (bk_write_less48bytes): This.
106         Use unsigned conditional jumps.
107         Correct unwind info.
108         Use add/sub instead of lea if possible.
109         (shl_0_gobble_cache_loop_tail): Removed.
110         (large_page): Properly adjust ECX.
111
112         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
113         conditional jumps.
114         Correct unwind info.
115
116         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
117         punpcklbw.
118         Use unsigned conditional jumps.
119         (128bytesormore_nt): Renamed to ...
120         (128bytesormore_endof_L1): This.
121         Use add instead of lea if possible.
122         Correct unwind info.
123         * sysdeps/i386/i686/multiarch/memset-sse2.S: Remove redundant
124         punpcklbw.
125         Use unsigned conditional jumps.
126         Use add instead of lea if possible.
127         Correct unwind info.
128
129 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
130
131         [BZ #11319]
132         * libio/iovdprintf.c (_IO_vdprintf): Explicitly flush stream before
133         undoing the stream because _IO_FINISH doesn't report failures.
134
135         [BZ #5553]
136         * malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
137         (public_pVALLOc): Likewise.
138         Patch by Petr Baudis.
139
140 2010-02-22  Jim Meyering  <meyering@redhat.com>
141
142         * manual/math.texi (BSD Random): Fix a typo: s/are/is/
143
144         * manual/charset.texi: Adjust grammar.
145
146         * manual/errno.texi (Error Messages): Fix doubled-words and typos.
147         * manual/charset.texi (Selecting the Conversion): Likewise.
148         * manual/getopt.texi (Getopt Long Options): Likewise.
149         * manual/memory.texi (Resizing the Data Segment): Likewise.
150         * manual/message.texi (GUI program problems): Likewise.
151         * manual/resource.texi (CPU Affinity): Likewise.
152         * manual/stdio.texi (Streams and Threads): Likewise.
153         * manual/time.texi (High Accuracy Clock): Likewise.
154
155 2009-02-20  David S. Miller  <davem@davemloft.net>
156
157         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
158         Adjust rela->r_offset by l->l_addr when rewriting PLT.
159
160         * sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
161         test end of buffer.
162
163         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
164         (__makecontext): Adjust arg counter properly when copying arg
165         stack slots.
166
167 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
168
169         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
170         Adjust rela->r_offset by l->l_addr when rewriting PLT.
171
172 2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
173
174         * hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
175         non-existent `tiocsctty_port'.
176
177 2010-02-16  H.J. Lu  <hongjiu.lu@intel.com>
178
179         * sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET
180         instead of FEATURE_OFFSET.
181         * sysdeps/i386/i686/multiarch/strcmp.S (strcmp): Likewise.
182
183         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Add alignnments.
184         Fix one unwind info problem.
185
186         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S (less1bytes): Add CFI_POP.
187
188         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info.
189
190 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
191             Ulrich Drepper  <drepper@redhat.com>
192
193         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Fix typo in unwind info.
194         Clean up a bit.
195
196 2010-02-17  Carl Fredrik Hammar  <hammy.lite@gmail.com>
197
198         * hurd/hurdioctl.c (tiocsctty): Only get FD ports, do work in...
199         (tiocsctty_port): ...this new function.
200
201         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Cast to
202         `ioctl_handler_t'.
203
204 2010-02-15  Ulrich Drepper  <drepper@redhat.com>
205
206         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Fix unwind info.
207         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
208         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
209         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
210
211         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Don't fall through to
212         undefined code.
213
214 2010-02-12  H.J. Lu  <hongjiu.lu@intel.com>
215
216         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
217         strcmp-ssse3, strcmp-sse4, strncmp-c, strncmp-ssse3, strncmp-sse4,
218         memcmp-c, memcmp-ssse3, and memcmp-sse4.
219         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: New file.
220         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: New file.
221         * sysdeps/i386/i686/multiarch/memcmp.S: New file.
222         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: New file.
223         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: New file.
224         * sysdeps/i386/i686/multiarch/strcmp.S: New file.
225         * sysdeps/i386/i686/multiarch/strncmp-c.c: New file.
226         * sysdeps/i386/i686/multiarch/strncmp-sse4.S: New file.
227         * sysdeps/i386/i686/multiarch/strncmp-ssse3.S: New file.
228         * sysdeps/i386/i686/multiarch/strncmp.S: New file.
229
230 2010-02-12  Luis Machado  <luisgpm@br.ibm.com>
231
232         * sysdeps/powerpc/powerpc32/dl-machine.h: Removed old PPC_REL16 check.
233         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
234         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
235         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
236         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
237         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
238         * sysdeps/powerpc/powerpc32/configure.in: Fail if R_PPC_REL16
239         is not supported.
240         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
241         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
242         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
243         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
244         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
245         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Likewise.
246         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
247         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
248         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
249         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
250         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
251         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
252         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
253         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
254         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
255         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
256         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S:
258         Likewise.
259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
260         Likewise.
261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
262         Likewise.
263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
264         Likewise.
265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
266
267 2010-02-12  Alan Modra  <amodra@gmail.com>
268
269         * elf/tls-macros.h [__powerpc__] (__TLS_CALL_CLOBBERS): Remove r3.
270         Define and use for __powerpc64__ too.
271         [__powerpc__] (TLS_LD): Add r3 to clobbers.
272         [__powerpc__] (TLS_GD): Set asm output.  Make __result r3 reg.
273         [__powerpc64__] (TLS_GD): Make __result r3 reg.
274         [__powerpc64__] (TLS_IE): Relax output constraint.
275
276 2010-02-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
277
278         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Disable hardware
279         instructions cu21 and cu24.  Add well-formedness checking
280         parameter and adjust the software implementation.
281         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
282
283 2010-02-10  Ulrich Drepper  <drepper@redhat.com>
284
285         [BZ #11271]
286         * io/ftw.c (ftw_startup): Close descriptor for initial directory
287         after changing back to it.
288
289 2010-02-05  David S. Miller  <davem@davemloft.net>
290
291         * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.
292         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle new
293         ifunc relocs.
294         (elf_machine_lazy_rel): Likewise.
295         (sparc_fixup_plt): Pull out to...
296         * sysdeps/sparc/sparc32/dl-plt.h: ...here.
297         * sysdeps/sparc/sparc32/dl-irel.h: New file.
298         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle new
299         ifunc relocs.
300         (elf_machine_lazy_rel): Likewise.
301         (sparc64_fixup_plt): Pull out to...
302         * sysdeps/sparc/sparc64/dl-plt.h: ...here.
303         * sysdeps/sparc/sparc64/dl-irel.h: New file.
304
305 2010-02-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
306
307         * elf/elf.h: Define m68k TLS relocations.
308
309 2010-02-10  Luis Machado  <luisgpm@br.ibm.com>
310
311         * sysdeps/powerpc/powerpc64/power7/Implies: Removed.
312         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Removed.
313         * sysdeps/powerpc/powerpc32/power7/Implies: Removed.
314         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: Removed.
315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Add
316         64-bit power7 fpu path.
317         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Add
318         32-bit power7 fpu math.
319
320 2010-02-09  Ulrich Drepper  <drepper@redhat.com>
321
322         * sysdeps/i386/rshift.S: More compact unwind information.
323
324         * sysdeps/i386/lshift.S: Fix unwind information.
325
326 2010-02-08  Luis Machado  <luisgpm@br.ibm.com>
327
328         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: New file.
329         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: New file.
330         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnanf.S: New file.
331         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnanf.S: New file.
332         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: New file.
333         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: New file.
334         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinff.S: New file.
335         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinff.S: New file.
336         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: New file.
337         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: New file.
338         * sysdeps/powerpc/powerpc64/power7/fpu/s_finitef.S: New file.
339         * sysdeps/powerpc/powerpc32/power7/fpu/s_finitef.S: New file.
340
341 2010-02-08  Andreas Schwab  <schwab@redhat.com>
342
343         * include/fenv.h: Add hidden proto for fegetenv.
344         * math/fegetenv.c: Add hidden alias.
345         * sysdeps/i386/fpu/fegetenv.c: Likewise.
346         * sysdeps/ia64/fpu/fegetenv.c: Likewise.
347         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
348         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
349         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
350         * sysdeps/x86_64/fpu/fegetenv.c: Likewise
351         * sysdeps/s390/fpu/fegetenv.c: Likewise.  Remove unused headers.
352
353 2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
354
355         [BZ #11230]
356         * sysdeps/ia64/memchr.S: Don't read beyond the last byte
357         during recovery.
358
359 2010-01-26  Andreas Schwab  <schwab@redhat.com>
360
361         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: Use internal
362         interface.
363         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: Likewise.
364         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Declare internal
365         utmpx interface.
366
367         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
368         entry for 2.12.
369
370 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
371
372         [BZ #11235]
373         * sysdeps/unix/sysv/linux/sys/mount.h: Remove S_WRITE, S_APPEND,
374         S_IMMUTABLE.  Add MS_DIRSYNC, MS_MOVE, MS_SILENT, MS_REC,
375         MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED,
376         MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, MS_STRICTATIME,
377         MS_ACTIVE, and MS_NOUSER.
378         (MS_RMT_MASK): Update according to current kernels.
379
380         [BZ #11242]
381         * misc/getusershell.c (initshells): Allocate one more byte in input
382         buffer so that fgets doesn't loop undefinitely.
383
384 2010-02-02  Ulrich Drepper  <drepper@redhat.com>
385
386         * stdlib/setenv.c (__add_to_environ): Don't use alloca if
387         __libc_use_alloca tells us not to.  Fix memory leak in an error
388         situation.  Based partially on patch by Jim Meyering.
389
390 2010-01-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
391
392         * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
393         get_phys_pages, get_avphys_pages): Add weak aliases.
394
395 2010-01-25  Andreas Schwab  <schwab@redhat.com>
396
397         * iconv/iconv_prog.c (write_output): Fix check for open failure.
398
399 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
400
401         [BZ #11200]
402         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
403         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
404
405 2010-01-22  Jim Meyering  <jim@meyering.net>
406
407         [BZ #11193]
408         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
409         buffer length computation.
410
411         [BZ #11192]
412         * posix/regexec.c (re_copy_regs): Don't leak when allocation
413         of the start buffer succeeds but allocation of the "end" one fails.
414
415         [BZ #11191]
416         * posix/regexec.c (re_search_2_stub): Check for overflow
417         when adding the sizes of the two strings.
418
419         [BZ #11190]
420         * posix/regexec.c (re_search_internal): Avoid overflow
421         in computing re_malloc buffer size.
422
423         [BZ #11189]
424         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
425         in computing re_malloc buffer size.
426
427         [BZ #11188]
428         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
429         in size calculation.
430
431         [BZ #11187]
432         * posix/regexec.c (re_search_2_stub): Use simpler method than
433         boolean for freeing internal storage.
434
435 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
436
437         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
438         failed mbrtowc call.
439
440 2010-01-22  Jim Meyering  <jim@meyering.net>
441
442         [BZ #11186]
443         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
444         fits in wchar_t.  Problem reported by Eric Blake.
445
446         [BZ #11185]
447         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
448         and stores into set-but-not-used local, "q".
449
450         [BZ #11184]
451         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
452         detection test.  Patch by Paul Eggert.
453
454         [BZ #11183]
455         * posix/regex_internal.c (re_string_realloc_buffers):
456         Detect and handle internal overflow.  Patch by Paul Eggert
457
458 2010-01-20  Andreas Schwab  <schwab@redhat.com>
459
460         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
461         (CHECK_SP): Fix check for alternate stack.
462         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
463         (CHECK_SP): Likewise.
464
465 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
466
467         * sysdeps/i386/i686/multiarch/memmove.S: Also check
468         bit_Fast_Rep_String when SHARED isn't defined.
469
470 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
471
472         [BZ #11194]
473         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
474
475 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
476
477         * sysdeps/mach/hurd/bits/libc-lock.h
478         (__rtld_lock_recursive_t): New type.
479         (__rtld_lock_initialize): New macro.
480
481 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
482
483         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
484         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
486         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
487
488 2010-01-18  Andreas Schwab  <schwab@redhat.com>
489
490         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
491         definitions of O_DSYNC and O_RSYNC.
492
493         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
494         casting d_tag.
495
496         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
497         dynamic entry types.
498
499 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
500
501         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
502         constant.
503         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
504         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
505         overflow.
506         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
507
508         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
509         math_opt_barrier and math_force_eval macros.
510
511 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
512
513         * posix/regcomp.c: Fix a few more cases of ignored return values.
514         * posix/regex_internal.c: Likewise.
515         * posix/regexec.c: Likewise.
516
517         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
518         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
519         if _XOPEN_SOURCE is not defined as well.
520
521 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
522
523         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
524         high gprs kernel facility.
525         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
526         Added high gprs check for DSOs.
527         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
528         new elf header flag.
529
530 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
531
532         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
533         dl_main.
534         * elf/dl-open.c (_dl_sysdep_start): Likewise..
535         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
536         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
537         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
538         started.
539
540 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
541
542         [BZ #11027]
543         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
544         to RFC 2474.
545         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
546
547         [BZ #11141]
548         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
549         addresses.
550
551         [BZ #11127]
552         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
553         re_node_set_insert failure; return REG_ESPACE.
554         Patch by Paul Eggert.
555
556         * bits/confname.h: Make pre-C99-safe.
557
558 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
559
560         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
561         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
562         files are found by GCC.
563
564 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
565
566         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
567         brk, and sbrk.
568
569         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
570         index, and rindex.
571
572         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
573
574         * Versions.def: Add GLIBC_2.12 for libpthread.
575
576         [BZ #11126]
577         * malloc/malloc.c (malloc_info): Initialize malloc if not already
578         done.  Handle empty bin lists.
579
580         * posix/unistd.h: Change getpagesize and getdtablesize declaration
581         visibility some more.
582
583         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
584
585         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
586
587         [BZ #11120]
588         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
589         needed outside libc.
590
591 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
592
593         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
594
595 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
596
597         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
598
599 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
600
601         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
602
603 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
604
605         * conform/data/complex.h-data: Test for POSIX2008.
606
607         * conform/data/ctype.h-data: Fix POSIX testing.
608
609         * conform/data/dirent.h-data: ino_t only needed for XSI.
610
611         * grp/grp.h: Declare getgrent and endgrent for XPG7.
612
613         * conform/data/inttypes.h-data: Use same types as the headers.
614
615         * resolv/netdb.h: Don't define old resolver macros for XPG7.
616
617         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
618
619         * conform/conformtest.pl: Implement tag for allow-header.
620         Fix newline handling in allow-header implementation.
621
622         * conform/data/time.h-data: Use allow-header instead of duplicating
623         information.
624
625         * conform/data/time.h-data: Allow sigevent tag.
626
627         * posix/sched.h: Define time_t and pid_t for XPG7.
628
629 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
630
631         * sysdeps/i386/i686/bcopy.S: New file.
632
633         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
634
635         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
636         and END_CHK.
637         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
638         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
639         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
640
641         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
642
643         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
644         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
645         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
646         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
647         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
648         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
649         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
650         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
651         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
652         * sysdeps/i386/i686/multiarch/bzero.S: New file.
653         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
654         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
655         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
656         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
657         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
658         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
659         * sysdeps/i386/i686/multiarch/memmove.S: New file.
660         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
661         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
662         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
663         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
664         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
665         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
666         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
667         * sysdeps/i386/i686/multiarch/memset.S: New file.
668         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
669
670         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
671         (END_CHK): Likewise.
672
673         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
674         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
675         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
676
677         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
678         for 0x0e and 0x80.
679         (__x86_64_data_cache_size): New.
680         (init_cacheinfo): Set __x86_64_data_cache_size.
681
682         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
683         on bit_Fast_Rep_String for Intel Core i7.
684
685         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
686         (index_Fast_Rep_String): Likewise.
687         (FEATURE_INDEX_1): Likewise.
688         (FEATURE_INDEX_MAX): Likewise.
689         (cpu_features): Add feature.
690
691 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
692
693         * conform/data/sys/select.h-data: Fix up for XPG7.
694
695 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
696
697         * posix/sys/wait.h: Don't define W* macros etc. if
698         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
699
700 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
701
702         * io/sys/stat.h: Declare fchmod for XPG7.
703         * conform/data/sys/stat.h-data: Fix up for XPG7.
704
705         * termios/termios.h: Define pid_t for XPG7.
706
707         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
708         * conform/data/tgmath.h-data: Likewise.
709
710         * conform/data/time.h-data: Fix POSIX tests.
711
712         * conform/data/wchar.h-data: Fix up XPG7 tests.
713
714         * include/features.h: Fix __USE_ISOC95 handling.
715
716         * conform/data/wordexp.h-data: Fix typo in last change.
717
718         * conform/data/unistd.h-data: Fix up older POSIX tests.
719
720         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
721         * posix/unistd.h: Likewise.
722
723         * posix/unistd.h: Include environments.h also for XPG6 and up.
724         Define intptr_t for XPG6 and up.
725         Fix up for XPG7.
726         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
727
728         * conform/data/sys/types.h-data: Fix up for XPG7.
729
730         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
731         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
732         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
733         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
734         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
735         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
736         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
737         * sysdeps/unix/sysv/bits/stat.h: Likewise.
738         * sysdeps/mach/hurd/bits/stat.h: Likewise.
739
740         * bits/confname.h: Fix typo in last change.
741
742         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
743
744 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
745
746         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
747         and SA_RESETHAND now available in Base.
748         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
749         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
750         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
751         * conform/data/signal.h-data: Update for XPG7.
752
753         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
754
755         * string/strings.h: Don't declare obsolete functions for XPG7.
756         Declare ffs only for XSI.
757         * conform/data/strings.h-data: Update for XPG7.
758
759 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
760
761         [BZ #11125]
762         * libio/stdio.h: Define va_list, off_t, and ssize_t.
763
764         * posix/glob.h: Define size_t.
765
766         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
767
768         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
769
770 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
771
772         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
773         be self-contained.
774
775         * conform/data/stdio.h-data: Expect off_t and ssize_t.
776
777 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
778
779         * libio/stdio.h: Define va_list also for XPG7.
780
781         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
782         * conform/data/ctype.h-data: Likewise.
783         * conform/data/dirent.h-data: Likewise.
784         * conform/data/errno.h-data: Likewise.
785         * conform/data/fcntl.h-data: Likewise.
786         * conform/data/fmtmsg.h-data: Likewise.
787         * conform/data/fnmatch.h-data: Likewise.
788         * conform/data/ftw.h-data: Likewise.
789         * conform/data/glob.h-data: Likewise.
790         * conform/data/grp.h-data: Likewise.
791         * conform/data/iconv.h-data: Likewise.
792         * conform/data/langinfo.h-data: Likewise.
793         * conform/data/libgen.h-data: Likewise.
794         * conform/data/limits.h-data: Likewise.
795         * conform/data/locale.h-data: Likewise.
796         * conform/data/math.h-data: Likewise.
797         * conform/data/monetary.h-data: Likewise.
798         * conform/data/mqueue.h-data: Likewise.
799         * conform/data/ndbm.h-data: Likewise.
800         * conform/data/netdb.h-data: Likewise.
801         * conform/data/pthread.h-data: Likewise.
802         * conform/data/pwd.h-data: Likewise.
803         * conform/data/regex.h-data: Likewise.
804         * conform/data/sched.h-data: Likewise.
805         * conform/data/search.h-data: Likewise.
806         * conform/data/semaphore.h-data: Likewise.
807         * conform/data/setjmp.h-data: Likewise.
808         * conform/data/signal.h-data: Likewise.
809         * conform/data/spawn.h-data: Likewise.
810         * conform/data/stdio.h-data: Likewise.
811         * conform/data/stdlib.h-data: Likewise.
812         * conform/data/string.h-data: Likewise.
813         * conform/data/strings.h-data: Likewise.
814         * conform/data/sys/ipc.h-data: Likewise.
815         * conform/data/sys/msg.h-data: Likewise.
816         * conform/data/sys/resource.h-data: Likewise.
817         * conform/data/sys/sem.h-data: Likewise.
818         * conform/data/sys/shm.h-data: Likewise.
819         * conform/data/sys/socket.h-data: Likewise.
820         * conform/data/sys/stat.h-data: Likewise.
821         * conform/data/sys/time.h-data: Likewise.
822         * conform/data/sys/types.h-data: Likewise.
823         * conform/data/sys/uio.h-data: Likewise.
824         * conform/data/sys/wait.h-data: Likewise.
825         * conform/data/syslog.h-data: Likewise.
826         * conform/data/tar.h-data: Likewise.
827         * conform/data/termios.h-data: Likewise.
828         * conform/data/time.h-data: Likewise.
829         * conform/data/ulimit.h-data: Likewise.
830         * conform/data/unistd.h-data: Likewise.
831         * conform/data/utmpx.h-data: Likewise.
832         * conform/data/wchar.h-data: Likewise.
833         * conform/data/wctype.h-data: Likewise.
834         * conform/data/wordexp.h-data: Likewise.
835
836         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
837         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
838         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
839         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
840         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
841         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
842         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
843         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
844         * sysdeps/unix/sysv/bits/stat.h: Likewise.
845         * sysdeps/mach/hurd/bits/stat.h: Likewise.
846
847         * stdlib/stdlib.h: Define wait-related bits for XPG7.
848         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
849         Declare mkstemp and getsubopt for XPG7.
850         Declare posix_openpt for XPG6 XSI.
851
852         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
853         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
854
855         * string/string.h: Declare strdup for XPG7.
856
857 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
858
859         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
860         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
861
862         * dirent/dirent.h: Really fix feature selection.
863
864         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
865         Fix all users.
866         * locale/C-address.c: Fix all users.
867         * locale/C-collate.c: Likewise.
868         * locale/C-ctype.c: Likewise.
869         * locale/C-identification.c: Likewise.
870         * locale/C-measurement.c: Likewise.
871         * locale/C-messages.c: Likewise.
872         * locale/C-monetary.c: Likewise.
873         * locale/C-name.c: Likewise.
874         * locale/C-numeric.c: Likewise.
875         * locale/C-paper.c: Likewise.
876         * locale/C-telephone.c: Likewise.
877         * locale/C-time.c: Likewise.
878         * locale/findlocale.c: Likewise.
879         * locale/global-locale.c: Likewise.
880         * locale/loadarchive.c: Likewise.
881         * locale/loadlocale.c: Likewise.
882         * locale/nl_langinfo_l.c: Likewise.
883         * locale/setlocale.c: Likewise.
884         * locale/xlocale.c: Likewise.
885         * locale/xlocale.h: Likewise.
886         * stdio-common/vfscanf.c: Likewise.
887         * stdlib/strfmon_l.c: Likewise.
888         * stdlib/strtod_l.c: Likewise.
889         * stdlib/strtol_l.c: Likewise.
890         * string/strcoll_l.c: Likewise.
891         * string/strxfrm_l.c: Likewise.
892         * time/alt_digit.c: Likewise.
893         * time/asctime.c: Likewise.
894         * time/era.c: Likewise.
895         * time/lc-time-cleanup.c: Likewise.
896         * time/strftime_l.c: Likewise.
897         * time/strptime_l.c: Likewise.
898         * wcsmbs/wcsmbsload.c: Likewise.
899         * wcsmbs/wcsmbsload.h: Likewise.
900
901         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
902         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
903         for XPG7.
904         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
905         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
906         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
907         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
908         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
909         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
910
911 2010-01-07  Roland McGrath  <roland@redhat.com>
912
913         * elf/elf.h (PN_XNUM): New macro.
914
915         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
916         literal 2.
917
918 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
919
920         * dirent/dirent.h: Fix typo in feature selection macro use.
921
922 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
923
924         [BZ #11115]
925         * stdlib/tst-makecontext3.c: New file.
926         * stdlib/Makefile (tests): Add new test.
927
928         * stdlib/tst-setcontext.c (check_called): Fix a typo.
929
930 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
931
932         * configure.in: Enable multi-arch by default if the assembler
933         supports gnu_indirect_function symbol type and the architecture
934         supports it.
935
936 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
937
938         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
939         is defined.
940
941 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
942
943         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
944         MACH_PORT_NULL when id != cttyid.
945
946 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
947
948         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
949         __mach_port_deallocate on rootdevid.
950
951 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
952
953         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
954         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
955         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
956         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
957
958 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
959
960         [BZ #10992]
961         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
962         Patch by Eric Blake <ebb9@byu.net>.
963
964 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
965
966         [BZ #11093]
967         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
968         POLLWRBAND also for POSIX 2008.
969         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
970         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
971
972         * include/link.h (struct link_map): Move l_used into its own word.
973         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
974         still zero.
975         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
976         never really used.
977
978 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
979
980         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
981         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
982         check processor feature.
983         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
984         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
985         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
986         (index_SSE2): Likewise.
987
988 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
989
990         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
991         if __ASSEMBLER__ is defined.
992         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
993         (bit_SSE4_2): Likewise.
994         (index_SSSE3): Likewise.
995         (index_SSE4_2): Likewise.
996         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
997         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
998         check processor feature.
999         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1000         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1001         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1002         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1003         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
1004         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
1005         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1006
1007 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1008
1009         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
1010
1011 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
1012
1013         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
1014
1015 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
1016
1017         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
1018         O_DSYNC to match 2.6.33+ kernels.
1019         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1020         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1021         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1022         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1023         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1024         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1025
1026 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
1027
1028         [BZ #11000]
1029         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
1030         *herrnop before returning.
1031         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
1032         Likewise.
1033         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
1034         TRYAGAIN errors separately.
1035         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
1036         *name4_r after functions.
1037
1038 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
1039
1040         [BZ #11046]
1041         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
1042         version check.
1043
1044 2009-11-05  Bruno Haible  <bruno@clisp.org>
1045
1046         [BZ #11056]
1047         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
1048         argv argument as non-NULL.
1049         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
1050
1051 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
1052
1053         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
1054         recvmmsg.
1055         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
1056         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
1057
1058 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1059
1060         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
1061         registers.
1062         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
1063         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
1064         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
1065
1066 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
1067
1068         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
1069         SCHED_RESET_ON_FORK.
1070
1071 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
1072
1073         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
1074         only used on truly ancient kernel if configuration requires a more
1075         recent kernel.
1076
1077 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
1078
1079         [BZ #3662]
1080         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
1081         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
1082
1083         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
1084         pass it on to __ptsname_internal.
1085         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
1086         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
1087         All the code from __ptsname_r but take additional parameter.  Use that
1088         instead of pointer to local stat64 variable.
1089         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
1090         variable.
1091         * include/stdlib.h: Declare __ptsname_internal.
1092
1093         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
1094         before the exec.
1095         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1096         * login/programs/pt_chown.c (main): Don't print message on errors
1097         when doing real work.
1098
1099         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
1100         once.
1101
1102         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
1103         irel relocations split out from...
1104         (__libc_csu_init): ...here.
1105         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
1106
1107 2009-11-23  Andreas Schwab  <schwab@redhat.com>
1108
1109         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
1110         for timestamps also if __USE_XOPEN2K8.
1111         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1112         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1113         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1114         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1115
1116 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
1117
1118         * nscd/connections.c (restart): Try harder to re-exec.
1119
1120         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
1121
1122         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
1123         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
1124         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
1125         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
1126         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
1127         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
1128
1129         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
1130         Define.
1131         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
1132
1133 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
1134
1135         [BZ #10162]
1136         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
1137         than software pipeline.  Properly recover from shorter read.
1138
1139 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
1140
1141         [BZ #10958]
1142         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
1143         initialized before using it.
1144         (_IO_putwc_unlocked): Likewise.
1145
1146         [BZ #10918]
1147         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
1148         in cast to not throw away const-ness of parameters.
1149         (__CPU_EQUAL_S): Likewise.
1150         (__CPU_OP_S): Likewise.
1151
1152         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
1153         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
1154         this gratuitous change and we have to keep compatibility.
1155         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1156         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1157         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1158         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1159         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1160         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1161
1162 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1163
1164         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
1165         of parameters of sync_file_range.
1166         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1167         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1168         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1169         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1170         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1171         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1172
1173 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
1174
1175         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1176         Implement using sync_file_range2 syscall if __NR_sync_file_range2
1177         is defined.
1178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
1179         file.
1180
1181 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
1182
1183         * posix/bug-regex30.c: New file.
1184         * posix/Makefile: Add rules to build and run bug-regex30.
1185         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
1186         character lead bytes when there is a range in a COMPLEX_BRACKET.
1187         Reported by Oleg Bylatov.
1188
1189 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1190
1191         [BZ #10969]
1192         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
1193         * locale/tst-duplocale.c: New file.
1194         * locale/Makefile (tests): Add tst-duplocale.
1195
1196         [BZ #10968]
1197         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
1198         Patch by Bruno Haible <bruno@clisp.org>.
1199         * locale/tst-locname.c: New file.
1200         * locale/Makefile (tests): Add tst-locname.
1201
1202         [BZ #10972]
1203         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
1204         constants from recent kernels.
1205         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1206         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1207         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1208         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1209         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
1210         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1211
1212 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
1213
1214         [BZ #10162]
1215         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
1216         software pipeline.
1217
1218 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
1219
1220         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
1221         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
1222         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1223
1224 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
1225
1226         * posix/bug-regex29.c: Include stdio.h.
1227
1228 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
1229
1230         [BZ #10939]
1231         * Versions.def: Define GLIBC_2.12 for libc.
1232         * manual/errno.texi: Add ERFKILL entry.
1233         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
1234         for 2.12.
1235         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
1236         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
1237
1238         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
1239         F_GETOWN_EX definitions according to corrected kernel definitions.
1240         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1241         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1242         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1243         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1244         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1245         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1246
1247 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
1248
1249         * version.h: Bump for 2.12 development.
1250
1251 2009-11-10  Andreas Schwab  <schwab@redhat.com>
1252
1253         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
1254         out of buffer space.
1255         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
1256         map_v4v6_hostent running out of space.
1257
1258 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
1259
1260         * string/bits/string3.h (memset): If the second parameter is constant
1261         and zero there is likely no transposition.
1262         Patch by Caolan McNamara <caolanm@redhat.com.
1263
1264 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
1265
1266         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
1267         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1268
1269 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
1270
1271         * malloc/memusagestat.c (main): Fix spelling in an error message.
1272
1273 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
1274
1275         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
1276         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
1277
1278 2009-11-03  Andreas Schwab  <schwab@redhat.com>
1279
1280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1281         readahead.
1282
1283 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
1284
1285         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
1286         relocate opd entry when resolving prelink conflicts.
1287
1288 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
1289
1290         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
1291         when -D_FILE_OFFSET_BITS=64.
1292
1293         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
1294         of last two arguments when -D_FILE_OFFSET_BITS=64.
1295         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
1296         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
1297         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
1298         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
1299         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
1300         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
1301
1302 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
1303
1304         [BZ #4457]
1305         * sysdeps/generic/libgcc_s.h: New file.
1306         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
1307
1308 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
1309
1310         * malloc/hooks.c (free_check): Restore locking and call _int_free
1311         appropriately.
1312
1313 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1314
1315         * version.h (VERSION): Bump for 2.11 release.
1316         * include/features.h (__GLIBC_MINOR__): Bump to 11.
1317
1318         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
1319
1320         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
1321
1322         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
1323         to avoid warning.
1324         * stdlib/tst-strtoll.c (tests): Likewise.
1325
1326         [BZ #9986]
1327         * time/strftime_l.c (__strftime_internal): Allow %OC.
1328
1329         * misc/mkostemps.c: New file.
1330         * misc/mkostemps64.c: New file.
1331
1332 2009-10-30  Andreas Schwab  <schwab@redhat.com>
1333
1334         * locale/programs/locale-spec.c: Include <error.h> and
1335         <libintl.h>.
1336
1337         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
1338
1339 2009-10-28  Roland McGrath  <roland@redhat.com>
1340
1341         * Makefile (dist-prepare): New target.
1342         (tag-for-dist): Target removed.
1343         (glibc-%.tar): Pattern rule removed.
1344         (%.tar): New pattern rule, does simple use of git archive.
1345         (dist-version): Remove variable definition.
1346         (dist): Just depend on that.  Add .tar.xz dependency.
1347         If dist-version variable not set on command line, depend on
1348         dist-prepare, re-invoke with dist-version set via git describe.
1349
1350         * Makerules (%.xz): New pattern rule.
1351
1352 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
1353
1354         * elf/ifuncdep2.c: Include ifunc-sel.h.
1355         (global): Delete.
1356         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
1357         * elf/ifuncmain1.c (global): Delete.
1358         * elf/ifuncmain1vis.c: Likewise.
1359         * elf/ifuncmain2.c: Likewise.
1360         * elf/ifuncmain5.c: Likewise.
1361         * elf/ifuncmod3.c: Likewise.
1362         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
1363         (foo_ifunc): Use ifunc_one.
1364         * elf/ifuncmain7.c: Likewise.
1365         * elf/ifuncmod1.c: Include ifunc-sel.h.
1366         (global): Define protected var.
1367         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
1368         * elf/ifuncmod5.c: Likewise.
1369         * sysdeps/generic/elf/ifunc-sel.h: New file.
1370         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
1371
1372 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
1373
1374         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
1375         (R_PPC_REL16*): Correct comments.
1376         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
1377         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
1378          R_PPC64_REL16_HA): Define.
1379         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
1380         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
1381         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
1382         Delete unused "reloc" param.
1383         (__process_machine_rela): Handle R_PPC_IRELATIVE.
1384         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
1385         Delete "reloc" param.
1386         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
1387         R_PPC_IRELATIVE.
1388         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
1389         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
1390         relocations.
1391
1392 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1393
1394         [BZ #10315]
1395         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
1396         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
1397         UDP_ENCAP_L2TPINUDP.
1398
1399         [BZ #10349]
1400         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1401         parameter, specifying length of prefix.
1402         * stdio-common/tempname.c: Likewise.
1403         * include/stdio.h: Adjust prototypes.
1404         * libio/oldtmpfile.c: Adjust caller.
1405         * misc/mkdtemp.c: Likewise.
1406         * misc/mkostemp.c: Likewise.
1407         * misc/mkostemp64.c: Likewise.
1408         * misc/mkstemp.c:  Likewise.
1409         * misc/mkstemp64.c: Likewise.
1410         * misc/mktemp.c: Likewise.
1411         * stdio-common/tempnam.c: Likewise.
1412         * stdio-common/tmpfile.c: Likewise.
1413         * stdio-common/tmpnam.c: Likewise.
1414         * stdio-common/tmpnam_r.c: Likewise.
1415         * misc/mkstemps.c: New file.
1416         * misc/mkstemps64.c: New file.
1417         * stdlib/stdlib.h: Add prototypes.
1418         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1419         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1420
1421 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1422
1423         * locale/iso-639.def: Add sml entry.
1424
1425         [BZ #10391]
1426         * resolv/res_send.c (send_dg): Initialize resplen.
1427
1428         [BZ #10446]
1429         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1430         definition to the kernel's.
1431         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1432
1433 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1434
1435         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1436         offsets and record sizes in assert()s and response sending.
1437         * nscd/grpcache.c: Likewise.
1438         * nscd/hstcache.c: Likewise.
1439         * nscd/initgrcache.c: Likewise.
1440         * nscd/pwdcache.c: Likewise.
1441
1442 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1443
1444         [BZ #10540]
1445         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
1446         /etc/hosts does not exist set errnop and herrnop appropriately.
1447         Patch by Steve Langasek <vorlon@debian.org>.
1448
1449         [BZ #10553]
1450         * malloc/malloc.c (malloc_info): Fix typos in format strings.
1451         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
1452
1453         [BZ #10564]
1454         * login/utmp_file.c (TIMEOUT): Increase to 10.
1455
1456         [BZ #10609]
1457         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
1458         for file names in case the syscall is not available.
1459         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
1460         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
1461         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
1462         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1463         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
1464         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
1465         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
1466         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1467         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1468         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1469         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
1470         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1471         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1472         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1473         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1474         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
1475         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
1476
1477         [BZ #10643]
1478         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
1479         creation filed, remove the request from the 'requests' list and signal
1480         the caller that the request is finished.
1481
1482         [BZ #10692]
1483         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
1484         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
1485
1486         [BZ #10713]
1487         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
1488         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
1489
1490         [BZ #10780]
1491         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
1492         overflows the int return type.
1493
1494         [BZ #10717]
1495         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
1496         have to compute maxsize_total, we have to update the variables, and
1497         the also_total handling must happen after the repair.
1498
1499         [BZ #10742]
1500         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
1501         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
1502
1503 2009-10-27  Andreas Schwab  <schwab@redhat.com>
1504
1505         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
1506         errno is always set when returning unsuccessfully.
1507
1508 2009-10-29  Andreas Schwab  <schwab@redhat.com>
1509
1510         * malloc/memusage.c (update_data): Fix index wraparound handling
1511         so that buffer_cnt is actually reset.
1512
1513 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1514
1515         [BZ #10784]
1516         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1517         of the directory we look at into the static buffer if there is one
1518         at the start of the loop.
1519
1520         [BZ #10789]
1521         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1522         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1523
1524         [BZ #10840]
1525         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1526         __ASSUME_F_GETOWN_EX.
1527         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1528         if possible.
1529         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1530
1531         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1532         and f_owner_ex.
1533         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1534         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1535         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1536         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1537         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1538         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1539
1540         [BZ #10847]
1541         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1542         getutmpx symbol.
1543
1544         [BZ #10823]
1545         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1546         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
1547
1548 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
1549
1550         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
1551
1552 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
1553
1554         [BZ #10817]
1555         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
1556         Reported by Ray Chason.
1557
1558 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
1559
1560         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1561         strend-sse4.
1562         * sysdeps/x86_64/multiarch/strchr.S: New file.
1563         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
1564         * sysdeps/x86_64/multiarch/strrchr.S: New file.
1565
1566 2009-10-21  Andreas Schwab  <schwab@redhat.com>
1567
1568         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
1569
1570 2009-10-19  Andreas Schwab  <schwab@redhat.com>
1571
1572         * include/math.h: Add hidden protos for __exp/__expf/__expl.
1573         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
1574         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1575         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1576         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
1577         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
1578         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
1579         __ieee751_expl to handle overflow.
1580
1581 2009-10-14  David S. Miller  <davem@davemloft.net>
1582
1583         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
1584         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
1585
1586 2009-10-13  Andreas Schwab  <schwab@redhat.com>
1587
1588         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
1589         !USE_MULTIARCH.
1590
1591 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
1592
1593         [BZ #10730]
1594         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
1595         Patch in part by Steve Ward <planet36@gmail.com>.
1596
1597         [BZ #10731]
1598         * stdlib/rand_r.c: Fix typo.
1599
1600         * po/cs.po: Update from translation team.
1601
1602 2009-10-06  Andreas Schwab  <schwab@redhat.com>
1603
1604         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
1605         returning if RTLD_NOLOAD.
1606
1607 2009-10-06  Roland McGrath  <roland@redhat.com>
1608
1609         * sysdeps/x86_64/multiarch/strstr-c.c
1610         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
1611
1612         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
1613         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
1614
1615         * sysdeps/x86_64/multiarch/init-arch.h
1616         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
1617         (HAS_CPU_FEATURE): New macro.
1618         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
1619         * sysdeps/x86_64/multiarch/init-arch.c
1620         (__get_cpu_features): #undef it before definition.
1621
1622 2009-10-05  Andreas Schwab  <schwab@redhat.com>
1623
1624         * locale/C-time.c: Revert week-1stday back to 19971130 and set
1625         first_weekday to 1 and first_workday to 2.
1626
1627 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
1628
1629         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
1630         F_GETOWN_EX.
1631         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1632         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1633         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1634         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1635         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1636         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1637
1638 2009-09-28  Andreas Schwab  <schwab@redhat.com>
1639
1640         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
1641         * stdio-common/vfprintf.c: Likewise.
1642
1643 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1644
1645         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
1646         (mkdirat): Call __directory_name_split_at instead of
1647         __directory_name_split.
1648
1649 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
1650
1651         * locale/programs/locale-spec.c (locale_special): If nothing matches
1652         fail with an appropriate message.
1653
1654 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1655
1656         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
1657         and XX.
1658
1659 2009-09-25  Andreas Schwab  <schwab@redhat.com>
1660
1661         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
1662         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
1663
1664 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1665
1666         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
1667
1668 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
1669
1670         * iconvdata/iso646.c (gconv_init): Correctly initialize the
1671         character size elements in step data.
1672
1673 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
1674
1675         * po/hu.po: Update from translation team.
1676         * po/vi.po: Likewise.
1677
1678 2009-09-19  Roland McGrath  <roland@redhat.com>
1679
1680         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
1681
1682 2009-09-15  Roland McGrath  <roland@redhat.com>
1683
1684         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
1685         * nptl/sysdeps/pthread/configure: Regenerated.
1686         * nptl/sysdeps/x86_64/configure: Regenerated.
1687         * sysdeps/unix/sysv/linux/configure: Regenerated.
1688         * sysdeps/x86_64/elf/configure: Regenerated.
1689
1690         * Makefile (autoconf-it): Set execute bit only on top-level configure.
1691
1692         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
1693         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
1694         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
1695         * configure: Regenerated.
1696
1697 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
1698
1699         * posix/getconf.c (main): Handle -- on command line.
1700
1701 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
1702
1703         * configure.in: Support binutils 2.100 and 3.0.
1704
1705 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
1706
1707         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
1708         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
1709         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
1710         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
1711
1712 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
1713
1714         * locale/programs/ld-collate.c (struct locale_collate_t): Add
1715         unnamed_section_defined field.
1716         (collate_read): Test and set unnamed_section_defined.
1717
1718         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
1719         _POSIX2_LINE_MAX.
1720
1721 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
1722
1723         * configure.in: Support binutils 2.20.
1724
1725 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
1726
1727         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
1728         __strstr_ia32): Add attribute_hidden.
1729
1730 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1731
1732         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
1733         parsing of group entry.
1734
1735 2009-09-02  Andreas Schwab  <schwab@redhat.com>
1736
1737         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
1738         external buffer.  Always discard readahead in internal buffer.
1739         * libio/Makefile (tests): Add bug-wsetpos.
1740         * libio/bug-wsetpos.c: New file.
1741
1742 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
1743
1744         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
1745         Add attribute_hidden.
1746         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
1747         __strcasestr_sse2): Likewise.
1748         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
1749         (__fma_fma): Make static.
1750         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
1751         (__fmaf_fma): Make static.
1752
1753 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1754
1755         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1756         reformulate in-buffer optimisation check to match code in
1757         _IO_new_file_seekoff.
1758
1759 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
1760
1761         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1762         to srwi in 32-bit memcpy for power6.
1763
1764 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1765
1766         * include/stdio.h: Declare hidden proto for fflush.
1767         * libio/iofflush.c: Add hidden weak alias for fflush.
1768
1769 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
1770
1771         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1772         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1773
1774 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1775
1776         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1777
1778 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
1779
1780         [BZ #10560]
1781         * malloc/malloc.c: Add local assert definition to avoid problems with
1782         memory allocation in the real one.
1783
1784 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1785
1786         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1787         Removed.
1788         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1789         turn off SSSE3 on Atom.
1790
1791 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
1792
1793         * stdlib/tst-strtol.c (tests): More tests.
1794         * stdlib/tst-strtoll.c (tests): Likewise.
1795
1796 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
1797
1798         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1799
1800         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1801
1802 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1803
1804         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1805         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1806
1807         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1808
1809         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1810
1811         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1812
1813 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
1814
1815         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1816
1817 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1818
1819         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1820         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1821
1822         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1823
1824         * sysdeps/x86_64/fpu/s_signbit.S: New file.
1825         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1826
1827         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
1828         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
1829
1830         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
1831         leftover YMM_SIZE definition.
1832
1833 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1834
1835         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
1836         union.
1837         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
1838         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
1839         Redefine.
1840         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
1841
1842         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
1843         and SET_FLOAT_WORD definitions.
1844
1845 2009-08-24  Roland McGrath  <roland@redhat.com>
1846
1847         * sysdeps/unix/syscall-template.S: New file.
1848         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
1849         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
1850         (compile-syscall): Pass mkdep and -g options as normal.
1851         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
1852         (common-generated): Don't add them here.
1853
1854 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1855
1856         * math/s_fdim.c: In case of overflows set errno.
1857         * math/s_fdimf.c: Likewise.
1858         * math/s_fdiml.c: Likewise.
1859
1860         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
1861         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
1862         are using the inline optimizations.
1863
1864         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
1865         (__signbitf): Likewise.
1866
1867 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
1868
1869         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
1870         terminated.
1871         * posix/Makefile (tests): Add bug-regex29.
1872         * posix/bug-regex29.c: New file.
1873
1874         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
1875         older POSIX versions are selected.
1876
1877         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
1878         as well.
1879         * stdio-common/printf_fphex.c: Likewise.
1880         * stdio-common/tstdiomisc.c: Add more tests.
1881
1882         * locale/locale.h: Include xlocale.h and the thread-local locale
1883         declarations for XPG7, not XPG6.
1884
1885 2009-08-21  Andreas Schwab  <schwab@redhat.com>
1886
1887         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
1888         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
1889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
1890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
1891         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
1892         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1893
1894 2009-08-20  Roland McGrath  <roland@redhat.com>
1895
1896         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1897         Use l_addr instead of l_map_start (dli_fbase).
1898         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
1899         address when there is no proximate symbol.
1900         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
1901         Likewise.
1902
1903 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
1904
1905         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
1906
1907 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
1908
1909         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
1910         Also handle SIGINT.  In that case only do the cleanup and then
1911         re-raise the signal.
1912         (main): Install handler for SIGINT.
1913
1914 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1915
1916         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
1917         clobber list.
1918
1919 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
1920
1921         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
1922         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
1923         tst-auditmod7b.c.
1924         (tests): Add tst-audit6 tst-audit7.
1925         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
1926         tst-auditmod7a tst-auditmod7b.
1927         ($(objpfx)tst-audit6): New.
1928         ($(objpfx)tst-audit6.out): Likewise.
1929         ($(objpfx)tst-audit7): Likewise.
1930         ($(objpfx)tst-audit7.out): Likewise.
1931         (tst-audit6-ENV): Likewise.
1932         (tst-audit7-ENV): Likewise.
1933         (CFLAGS-tst-auditmod6b.c): Likewise.
1934         (CFLAGS-tst-auditmod6c.c): Likewise.
1935         (CFLAGS-tst-auditmod7b.c): Likewise.
1936         * elf/tst-audit6.c: New file.
1937         * elf/tst-audit7.c: New file.
1938         * elf/tst-auditmod6a.c: New file.
1939         * elf/tst-auditmod6b.c: New file.
1940         * elf/tst-auditmod6c.c: New file.
1941         * elf/tst-auditmod7a.c: New file.
1942         * elf/tst-auditmod7b.c: New file.
1943         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1944         saving and restoring SSE/AVX registers to ...
1945         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
1946
1947 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1948
1949         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
1950         only if SHARED is defined.
1951         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
1952
1953 2009-08-03  Jim Meyering  <meyering@redhat.com>
1954
1955         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
1956
1957 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
1958
1959         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
1960         section as the other functions for this architecture.
1961         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1962
1963 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
1964
1965         * sysdeps/x86_64/strcmp.S: Add support to compile with
1966         USE_SSSE3.  In this case palignr is used.
1967         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
1968         available but SSSE3 is, pick __str{,n}cmp_ssse3.
1969         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1970         Add strcmp-ssse3 and strncmp-ssse3.
1971         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
1972         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
1973
1974         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
1975         warning through fake initialization.
1976
1977 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1978
1979         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
1980
1981 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1982
1983         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
1984         unique symbols.
1985
1986 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
1987
1988         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
1989         EBX from EAX = 1.  Handle EAX = 11.
1990
1991 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1992
1993         * Makefile (TAGS): Use separate sed -e expressions to avoid \
1994         inside ''.
1995
1996 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
1997
1998         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
1999         hidden IFUNC functions.
2000         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
2001
2002         * sysdeps/i386/i686/multiarch/strlen.S: New file.
2003
2004         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
2005         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
2006         strcasestr-c.
2007         (CFLAGS-strcspn-c.c): Define.
2008         (CFLAGS-strpbrk-c.c): Define.
2009         (CFLAGS-strspn-c.c): Define.
2010         (CFLAGS-strstr.c): Define.
2011         (CFLAGS-strcasestr.c): Define.
2012         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
2013         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
2014         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
2015         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
2016         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
2017         * sysdeps/i386/i686/multiarch/strspn.S: New file.
2018         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
2019         * sysdeps/i386/i686/multiarch/strstr.c: New file.
2020         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
2021         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
2022         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
2023         -16L instead of 0xfffffffffffffff0L.
2024         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
2025
2026 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
2027
2028         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
2029
2030 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
2031
2032         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
2033         another rewrite.  Much smaller and faster.
2034         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
2035
2036         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
2037         ss_flags from the correct location.
2038
2039 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
2040
2041         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
2042         * sysdeps/i386/i686/cacheinfo.c: New file.
2043         * sysdeps/i386/i686/multiarch/Makefile: New file.
2044         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
2045         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
2046         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
2047         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
2048         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
2049         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
2050         (__cpuid_count): New. Provide the default.
2051         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
2052         (__x86_64_preferred_memory_instruction): Define only if
2053         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
2054         (intel_check_word): Use __cpuid.
2055         (handle_intel): Likewise.
2056         (handle_amd): Likewise.
2057         (__cache_sysconf): Likewise.
2058         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2059         (__cache_sysconf): Likewise.
2060         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
2061         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
2062         (get_common_indeces): Use __cpuid.
2063         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
2064         if ENABLE_SSSE3_ON_ATOM is not defined.
2065         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
2066         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
2067         popcnt instead of popcntq.
2068
2069 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
2070
2071         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
2072
2073 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
2074
2075         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
2076         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
2077         which always causes a compile error.
2078
2079         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
2080
2081         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
2082         comes from...
2083         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
2084         which always causes a compile error.
2085
2086         * debug/Makefile (tests): Add tst-longjmp_chk2.
2087         * debug/tst-longjmp_chk2.c: New file.
2088
2089         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
2090         Remove incorrect use of BP_SYM.
2091         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
2092         here now since it is more complex than just a simple check.
2093
2094         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
2095         we make no more progress.
2096
2097 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2098
2099         * math/s_fma.c: Don't define alias if __fma is a macro.
2100         * math/s_fmaf.c: Likewise.
2101         * sysdeps/x86_64/multiarch/s_fma.c: New file.
2102         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
2103         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
2104
2105         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
2106         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
2107         New macro HAS_FMA.
2108         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
2109         function.
2110         * include/libc-symbols.h (libm_ifunc): Define.
2111         * sysdeps/x86_64/multiarch/Versions: New file.
2112
2113         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
2114
2115 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
2116
2117         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
2118
2119 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2120
2121         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
2122         call that registers used in calling conventions need to be preserved.
2123         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
2124         to preserve register content if necessary.
2125         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
2126         (_dl_x86_64_restore_sse): New function.
2127         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
2128         is allowed to modify xmm/ymm registers.
2129
2130         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
2131         application's perspective.
2132         * stdio-common/scanf17.c: Likewise.
2133
2134 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
2135
2136         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
2137         size to memsz.
2138         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
2139         here.
2140         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
2141         two steps to catch bugs.
2142
2143 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
2144
2145         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
2146         determines which files are used in runtime lookups and only checks
2147         those for SSE use.
2148         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
2149         testing.
2150         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
2151         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
2152         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
2153         take a while.
2154
2155         * elf/dl-open.c: Move _dl_scope_free to...
2156         * elf/dl-scope.c: ...here.  New file.
2157         * elf/Makefile (dl-routines): Add scope.
2158
2159         * resolv/resolv.h (RES_USE_DNSSEC): Define.
2160         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
2161         RES_USE_DNSSEC.
2162         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
2163         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
2164         all the places we handled RES_USE_EDNS0 only before.
2165         Patch by Adam Tkac <atkac@redhat.com>.
2166
2167 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
2168
2169         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
2170         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
2171         Update size when reallocating.
2172
2173 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2174
2175         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
2176         functions used in ld.so modify xmm/ymm registers.
2177         * sysdeps/x86_64/Makefile:  Hook new test up.
2178         * sysdeps/x86_64/rtld-memchr.c: New file.
2179         * sysdeps/x86_64/rtld-memcmp.c: New file.
2180         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
2181         * sysdeps/x86_64/rtld-strchr.S: New file.
2182         * sysdeps/x86_64/rtld-strlen.S: New file.
2183         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
2184         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
2185
2186 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
2187
2188         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
2189         strncmp-c.
2190         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
2191         (exit): Likewise.
2192         (Byte1): Likewise.
2193         (Byte2): Likewise.
2194         (Byte3): Likewise.
2195         (Byte4): Likewise.
2196         (Byte5): Likewise.
2197         (Byte6): Likewise.
2198         (next_8_bytes): Likewise.
2199         (Byte0): Remove commented out codes.
2200         (unaligned_table): Align jump table at 8 bytes.
2201         Add _sse4_2 to all labels.  Always include "../strcmp.S".
2202         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
2203         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
2204         * sysdeps/x86_64/strncmp.S: New file.
2205
2206 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2207
2208         [BZ #10422]
2209         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
2210         kernels, dropped when eventfd2 support was added.
2211         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
2212         kernels, dropped when signalfd4 support was added.
2213         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
2214         added, name them.
2215
2216         [BZ #10452]
2217         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
2218         replies up.
2219
2220         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
2221
2222 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
2223
2224         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
2225         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
2226
2227         [BZ #10448]
2228         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
2229         callback we must touch the status to avoid using stale value.
2230
2231         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
2232         compiled in.
2233
2234 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
2235
2236         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
2237         /lib/modules/* headers anymore.  We have sane headers in the standard
2238         place now.
2239
2240 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2241
2242         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
2243         "etf3enh" and "highgprs" added.
2244         (_dl_s390_platforms): "z10" added.
2245         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
2246         Increased for the new entries.
2247         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
2248         HWCAP_S390_HIGH_GPRS added.
2249
2250         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
2251         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
2252         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
2253         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
2254         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
2255
2256 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
2257
2258         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
2259         avoid additional cpuid instructions.  Most of the information is
2260         stored somewhere.
2261
2262         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
2263         cache descriptors.
2264         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
2265
2266         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
2267         SSSE3 bit for Atoms.
2268         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
2269         here anymore.
2270
2271         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
2272         structure before copying it to avoid warning.
2273         * posix/tst-rfc3484-2.c (do_test): Likewise.
2274         * posix/tst-rfc3484-3.c (do_test): Likewise.
2275
2276         [BZ #10416]
2277         * include/unistd.h: Make header file suitable for C++ test cases.
2278         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
2279
2280         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
2281         stack alignment in the exit code.
2282
2283         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
2284         potentially be zero.
2285
2286         * elf/tst-unique1.c: Extend test to check for unloading DSO with
2287         unique symbol definition.
2288         Patch by Jakub Jelinek.
2289         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
2290         make sure the object with the definition cannot be unloaded.  Adjust
2291         a few types.
2292         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
2293         the unique symbol hash table should not be const.
2294
2295 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
2296
2297         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
2298         unnecesary variables.  Comment fixes.
2299
2300 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2301
2302         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
2303         Use NONASCII_CASE information provided by the locale to determine
2304         whether optimized string load function can be used.  Minor cleanups.
2305
2306 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2307
2308         * string/strcasestr.c (STRCASESTR): New macro.
2309         (__strcasestr): Renamed to ..
2310         (STRCASESTR): ...this.
2311         * string/strstr.c (STRSTR): New macro.
2312         (strstr): Renamed to ..
2313         (STRSTR): ...this.
2314         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2315         strstr-c strcasestr-c
2316         (CFLAGS-strstr.c): New.
2317         (CFLAGS-strcasestr.c): Likewise.
2318         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
2319         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
2320         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
2321         * sysdeps/x86_64/multiarch/strstr.c: New file.
2322
2323 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2324
2325         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
2326         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
2327         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
2328         _NL_CTYPE_NONASCII_CASE.
2329         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
2330         field.
2331         (ctype_finish): Check whether there are any 8-bit characters outside
2332         the range ASCII has or whether the mapping isn't the same as for
2333         ASCII (±0x20).  Set nonascii_case appropriately.
2334         (ctype_output): Add output handler for nonascii_case.
2335
2336 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
2337
2338         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
2339         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
2340
2341 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2342
2343         [BZ #10360]
2344         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
2345         0xffff in the EDNS0 record.
2346
2347 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2348
2349         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
2350         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
2351         is written before the list head update.
2352         Patch by Andreas Schwab <aschwab@redhat.com>.
2353
2354 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2355             Jakub Jelinek  <jakub@redhat.com>
2356
2357         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
2358         corruption thread-safe.
2359
2360 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
2361
2362         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
2363         overrides atomic_compare_and_exchange_val_rel, define to
2364         atomic_compare_and_exchange_val_rel by default, otherwise default
2365         to catomic_compare_and_exchange_val_acq.
2366         (catomic_compare_and_exchange_bool_rel): If arch overrides
2367         atomic_compare_and_exchange_bool_rel, define to
2368         atomic_compare_and_exchange_bool_rel by default.
2369         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
2370         Use catomic_compare_and_exchange_val_rel instead of
2371         catomic_compare_and_exchange_val_acq.
2372
2373 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2374
2375         * sysdeps/generic/ldsodefs.h: Add prototype for
2376         _dl_higher_prime_number.
2377         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
2378
2379         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
2380         restoring of ymm registers a bit.
2381
2382 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
2383
2384         * sysdeps/x86_64/memcmp.S: New file.
2385
2386 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
2387
2388         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
2389         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
2390         pointers in writable memory.
2391
2392 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2393
2394         * config.h.in: Add HAVE_AVX_SUPPORT entry.
2395         * config.make.in: Add config-cflags-avx entry.
2396         * configure.in: Substitute libc_cv_cc_avx.
2397         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2398         * elf/tst-audit4.c: New file.
2399         * elf/tst-audit5.c: New file.
2400         * elf/tst-auditmod4a.c: New file.
2401         * elf/tst-auditmod4b.c: New file.
2402         * elf/tst-auditmod5a.c: New file.
2403         * elf/tst-auditmod5b.c: New file.
2404         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2405         link-defines.sym.
2406         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2407         (La_x86_64_vector): Likewise.
2408         (La_x86_64_regs): Append lr_vector.
2409         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2410         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2411         saving and restoring SSE registers to ...
2412         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2413         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2414         <link-defines.h>.
2415         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2416         La_x86_64_regs.  Allocate extra space and jump to memory at
2417         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2418         (save_and_restore_vector_sse): New.
2419         (save_and_restore_vector_avx): Likewise.
2420         (check_avx): Likewise.
2421         (save_and_restore_vector): Likewise.
2422         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2423         HAVE_AVX_SUPPORT.
2424         * sysdeps/x86_64/link-defines.sym: New file.
2425
2426 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2427
2428         * elf/do-lookup.h: Removed after folding content into...
2429         * elf/dl-lookup.c: ...here.
2430
2431         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2432
2433 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2434
2435         * configure.in: Check for gnu_unique_symbol symbol type.
2436         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2437         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2438         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2439         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2440         change.
2441         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2442         unique symbol table.
2443         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2444         for first namespace.
2445         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
2446         unique symbol hash table.
2447         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
2448         * elf/tst-unique1.c: New file.
2449         * elf/tst-unique1mod1.c: New file.
2450         * elf/tst-unique1mod2.c: New file.
2451         * elf/tst-unique2.c: New file.
2452         * elf/tst-unique2mod1.c: New file.
2453         * elf/tst-unique2mod2.c: New file.
2454
2455 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
2456
2457         * elf/elf.h (STB_GNU_UNIQUE): Define.
2458
2459         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
2460         from...
2461         * include/inline-hashtab.h: ...here.
2462         (htab_expand): Adjust for renamed function.  Correct memory handling.
2463
2464 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
2465
2466         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
2467
2468 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
2469
2470         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
2471         (PPC_FEATURE_HAS_VSX): Likewise.
2472
2473 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
2474
2475         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
2476         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
2477
2478         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
2479         aligned to 16 byte boundaries.
2480         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2481         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
2482         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2483
2484 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2485
2486         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
2487         * config.make.in (config-cflags-sse4): New variable.
2488         * configure.in: Substitute libc_cv_cc_sse4.
2489         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
2490         HAVE_SSE4_SUPPORT.
2491         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2492         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
2493         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
2494         * sysdeps/x86_64/multiarch/strcspn.S: New file.
2495         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
2496         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
2497         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
2498         * sysdeps/x86_64/multiarch/strspn.S: New file.
2499
2500 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2501
2502         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
2503         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
2504         (tests): Add tst-audit3 for x86_64.
2505         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
2506         ($(objpfx)tst-audit3): Define.
2507         ($(objpfx)tst-audit3.out): Define.
2508         (tst-audit3-ENV): Define.
2509         * elf/tst-audit3.c: New file.
2510         * elf/tst-auditmod3a.c: New file.
2511         * elf/tst-auditmod3b.c: New file.
2512         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2513         and restore xmm6.
2514
2515         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
2516         (__stpncpy): Renamed to ...
2517         (STPNCPY): This.
2518         (stpncpy): Create alias only if STPNCPY is not defined.
2519         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
2520         defined.
2521         (strncpy): Renamed to ...
2522         (STRNCPY): This.
2523         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2524          stpncpy-c strncpy-c for string.
2525         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2526         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2527         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2528         * sysdeps/x86_64/multiarch/strcpy.S: New file.
2529         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2530         * sysdeps/x86_64/multiarch/strncpy.S: New file.
2531
2532 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
2533
2534         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2535         adding to fast bin list.
2536
2537 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
2538
2539         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2540         inet_makeaddr.  This worked only with class-based networks.
2541         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2542         Likewise.
2543
2544         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2545         recognize all types.
2546         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2547         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
2548         be in host byte order.
2549
2550 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
2551
2552         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
2553         (MODEL_OFFSET): Define.
2554         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
2555         family and model.
2556         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
2557         out common code into new function get_common_indeces. Determine
2558         extended family and model for Intel processors.
2559
2560 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
2561
2562         * resolv/resolv.h: Define RES_SNGLKUPREOP.
2563         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
2564         option.
2565         * resolv/res_send.c (reopen): New function.  Broken out of...
2566         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
2567         fallback mechanism.  If single-request fails switch to
2568         single-request-reopen mode which opens a new socket for the second
2569         request.
2570
2571 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
2572
2573         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
2574         (CHECK_SP): Use it.
2575
2576 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
2577
2578         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
2579         for saved registers.
2580         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
2581         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
2582         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
2583
2584 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
2585
2586         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
2587
2588 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
2589
2590         * po/id.po: Update from translation team.
2591
2592         * po/bg.po: Update from translation team.
2593
2594 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2595
2596         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
2597         defined.
2598         (strncmp): Renamed to STRNCMP.
2599         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2600         strncmp-c for string.
2601         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
2602         * sysdeps/x86_64/multiarch/strcmp.S: New file.
2603         * sysdeps/x86_64/multiarch/strncmp.S: New file.
2604         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
2605
2606 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2607
2608         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
2609         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
2610         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
2611         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
2612         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
2613         ifuncmain7static.c.
2614         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
2615         ifuncmain7static, and ifuncmain7picstatic.
2616         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
2617         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
2618         $(objpfx)ifuncmain7pie.out.
2619         (modules-names): Add ifuncmod5 ifuncmod6
2620         (ifuncmod5.so-no-z-defs): Define.
2621         (ifuncmod6.so-no-z-defs): Define.
2622         (CFLAGS-ifuncmain5pic.c): Define.
2623         (CFLAGS-ifuncmain5picstatic.c): Define.
2624         (CFLAGS-ifuncmain5staticpic.c): Define.
2625         (CFLAGS-ifuncdep5pic.c): Define.
2626         (CFLAGS-ifuncmain7pic.c): Define.
2627         (CFLAGS-ifuncmain7picstatic.c): Define.
2628         (CFLAGS-ifuncmain1staticpie.c): Define.
2629         (CFLAGS-ifuncmain5pie.c): Define.
2630         (CFLAGS-ifuncmain6pie.c): Define.
2631         (CFLAGS-ifuncmain7pie.c): Define.
2632         ($(objpfx)ifuncmain1staticpie.out): Define.
2633         ($(objpfx)ifuncmain1staticpie): Define.
2634         ($(objpfx)ifuncmain5pie.out): Define.
2635         ($(objpfx)ifuncmain5pie): Define.
2636         ($(objpfx)ifuncmain6pie.out): Define.
2637         ($(objpfx)ifuncmain6pie): Define.
2638         ($(objpfx)ifuncmain5): Define.
2639         ($(objpfx)ifuncmain5pic): Define.
2640         ($(objpfx)ifuncmain5static): Define.
2641         ($(objpfx)ifuncmain5staticpic): Define.
2642         ($(objpfx)ifuncmain5picstatic): Define.
2643         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
2644         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
2645         ifuncmain6pie.out.
2646         * elf/b/elf/ifuncmain1staticpie.c: New file.
2647         * elf/ifuncdep5.c: New file.
2648         * elf/ifuncdep5pic.c: New file.
2649         * elf/ifuncmain5.c: New file.
2650         * elf/ifuncmain5pic.c: New file.
2651         * elf/ifuncmain5picstatic.c: New file.
2652         * elf/ifuncmain5pie.c: New file.
2653         * elf/ifuncmain5static.c: New file.
2654         * elf/ifuncmain5staticpic.c: New file.
2655         * elf/ifuncmain6pie.c: New file.
2656         * elf/ifuncmain7.c: New file.
2657         * elf/ifuncmain7pic.c: New file.
2658         * elf/ifuncmain7picstatic.c: New file.
2659         * elf/ifuncmain7pie.c: New file.
2660         * elf/ifuncmain7static.c: New file.
2661         * elf/ifuncmod5.c: New file.
2662         * elf/ifuncmod6.c: New file.
2663
2664 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
2665
2666         [BZ #10085]
2667         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
2668         (nss_endgrent): New variable.
2669         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
2670         fields. Change type of files to bool and adjust all users.
2671         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
2672         (internal_endgrent): Call nss_endgrent if necessary.
2673         (add_group): New function.  Broken out of...
2674         (check_and_add_group): ...here.
2675         (getgrent_next_nss): Remove test that any callback is available.
2676         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
2677         callback.  If there is no blacklist we can trust the results returned
2678         by the initgroups_dyn callback.  In case there is a callback and we
2679         find a group entry for the group ID but it doesn't contain the
2680         correct member, switch to the slow mode and use getgrent_r.
2681         (internal_getgrent_r): When we see a +: entry, determine whether
2682         there is any callback and which we can use the initgroups_dyn
2683         callback.
2684
2685 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
2686
2687         * malloc/malloc.c (_int_malloc): Add some consistency checks.
2688         (_int_free): Likewise.
2689
2690         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
2691         AF_IEEE802154.
2692         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2693         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
2694         and ARPHRD_IEEE802154_PHY.
2695
2696         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
2697         relative to generic Linux version.
2698
2699 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
2700
2701         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
2702         ($(objpfx)ifuncmain1vispie): Likewise.
2703
2704 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2705
2706         * login/Makefile: Build pt_chown as PIE.
2707
2708 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
2709
2710         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
2711         a format string.
2712         * elf/sln.c (usage): Likewise.
2713         * malloc/memusage.sh (do_help): Likewise.
2714         * nss/getent.c (more_help): Likewise.
2715         * posix/getconf.c (main): Likewise.
2716         * sunrpc/rpcinfo.c (usage): Likewise.
2717         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2718
2719 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2720
2721         * login/programs/pt_chown.c: Use libcap to drop privileges other than
2722         those needed.
2723         * login/Makefile: If necessary link pt_chown with -lcap.
2724         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
2725         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
2726
2727 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
2728
2729         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
2730         comparisons.
2731         * string/test-memchr.c (do_random_tests): Test very large lengths
2732         as well.
2733
2734 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2735
2736         * Makeconfig (+link-pie): Define.
2737         (+prectorS): Define.
2738         (+postctorS): Define.
2739         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
2740         * nscd/Makefile ($(objpfx)nscd): Likewise.
2741
2742 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
2743
2744         [BZ #10107]
2745         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
2746         with cmplwi.
2747         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2748
2749 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2750
2751         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
2752         into ...
2753         * sysdeps/unix/grantpt.c: ...here.
2754
2755 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2756
2757         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2758         chmod if it is necessary.
2759
2760         [BZ #10166]
2761         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2762         when the slave device is in devpts or devfs.
2763
2764         [BZ #10183]
2765         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2766
2767         [BZ #10195]
2768         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2769         of nd_opt_home_agent_info_preference to uint16_t.
2770         Patch by Arnaud Ebalard <arno@natisbad.org>.
2771
2772         [BZ #10207]
2773         * nss/getent.c: Add support for printing gshadow data.
2774
2775         [BZ #10203]
2776         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2777         not just the currently used one and those which follow.
2778         Patch by Joe Landers <jlanders@vmware.com>.
2779
2780         [BZ #10196]
2781         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2782         * libio/Makefile: Run tst-fgetwc with necessary envvar.
2783         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2784
2785         [BZ #10217]
2786         * stdlib/abort.c: Define variable __abort_msg.
2787         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2788         * include/stdlib.h: Declare __abort_msg.
2789         * assert/assert-perr.c: Don't free buffer for message immediately.
2790         Store atomically in __abort_msg and free old buffer if necessary.
2791         * assert/assert.c: Likewise.
2792         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2793         store pointer in __abort_msg, and possibly free old string.
2794         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2795
2796         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2797
2798         [BZ #10211]
2799         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2800         handle leap seconds if they are available.
2801         Patch by Akinori Hattori <hattya@gentoo.org>.
2802
2803         * timezone/tzselect.ksh: Update from tzcode2009i.
2804         * timezone/zdump.c: Likewise.
2805         * timezone/zic.c: Likewise.
2806
2807         * timezone/africa: Update from tzdata2009i.
2808         * timezone/antarctica: Likewise.
2809         * timezone/asia: Likewise.
2810         * timezone/australasia: Likewise.
2811         * timezone/backward: Likewise.
2812         * timezone/etcetera: Likewise.
2813         * timezone/europe: Likewise.
2814         * timezone/factory: Likewise.
2815         * timezone/iso3166.tab: Likewise.
2816         * timezone/leapseconds: Likewise.
2817         * timezone/northamerica: Likewise.
2818         * timezone/pacificnew: Likewise.
2819         * timezone/solar87: Likewise.
2820         * timezone/solar88: Likewise.
2821         * timezone/solar89: Likewise.
2822         * timezone/southamerica: Likewise.
2823         * timezone/systemv: Likewise.
2824         * timezone/yearistype: Likewise.
2825         * timezone/zone.tab: Likewise.
2826
2827 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
2828
2829         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
2830         STT_GNU_IFUNC symbol or in 8 into type_class.
2831
2832         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
2833         instead of Elf64_Addr.
2834
2835 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
2836
2837         * po/sv.po: Update from translation team.
2838
2839         [BZ #10229]
2840         * misc/sys/select.h (__NFDBITS): Expression should have type int.
2841         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
2842         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
2843         the C version.
2844
2845 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
2846
2847         * Versions.def: Add GLIBC_2.11 for libpthread.
2848
2849 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
2850
2851         * resolv/res_send.c (send_dg): Remember we switched to
2852         single-request mode.
2853
2854 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2855
2856         * dlfcn/dlfcn.h: Remove comma at end of enum.
2857         Patch by J.H.M. Dassen <rdassen@redhat.com>.
2858
2859         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
2860         parsing mode string.
2861
2862 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
2863
2864         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
2865
2866         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
2867
2868         * sysdeps/x86_64/multiarch/strlen.S: New file.
2869         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
2870         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
2871         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
2872         content.
2873
2874         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
2875         is defined.
2876
2877 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
2878
2879         * sysdeps/x86_64/strlen.S: Minor optimizations.
2880
2881 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2882
2883         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
2884         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
2885         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
2886         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
2887         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
2888         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
2889         ifuncmain3.c, ifuncmod3.c,.
2890         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
2891         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
2892         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
2893         ifuncmain4picstatic.
2894         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
2895         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
2896         ifuncmain3, ifuncmain4.
2897         (tests): Depend on $(objpfx)ifuncmain1pie.out and
2898         $(objpfx)ifuncmain1vispie.out.
2899         (modules-names): Add ifuncmod1 ifuncmod3.
2900         (generated): Add ifuncmain1pie ifuncmain1pie.out
2901         ifuncmain1vispie ifuncmain1vispie.out.
2902         Define rules to build and run the tests.
2903         * elf/ifuncdep1.c: New file.
2904         * elf/ifuncdep1pic.c: New file.
2905         * elf/ifuncdep2.c: New file.
2906         * elf/ifuncdep2pic.c: New file.
2907         * elf/ifuncmain1.c: New file.
2908         * elf/ifuncmain1pic.c: New file.
2909         * elf/ifuncmain1picstatic.c: New file.
2910         * elf/ifuncmain1pie.c: New file.
2911         * elf/ifuncmain1static.c: New file.
2912         * elf/ifuncmain1staticpic.c: New file.
2913         * elf/ifuncmain1vis.c: New file..
2914         * elf/ifuncmain1vispic.c: New file..
2915         * elf/ifuncmain1vispie.c: New file.
2916         * elf/ifuncmain2.c: New file.
2917         * elf/ifuncmain2pic.c: New file.
2918         * elf/ifuncmain2picstatic.c: New file.
2919         * elf/ifuncmain2static.c: New file.
2920         * elf/ifuncmain3.c: New file.
2921         * elf/ifuncmain4.c: New file.
2922         * elf/ifuncmain4picstatic.c: New file.
2923         * elf/ifuncmain4static.c: New file.
2924         * elf/ifuncmod1.c: New file.
2925         * elf/ifuncmod3.c: New file.
2926
2927 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
2928
2929         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
2930
2931 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
2932
2933         [BZ #10221]
2934         * posix/Makefile (routines): Add execvpe.
2935         * posix/Versions: Export execvpe for GLIBC_2.11.
2936         * posix/execvp.c: Now only a wrapper.  Move code to...
2937         * posix/execvpe.c: ...here.  New file.
2938         * posix/unistd.h: Declare execvpe.
2939
2940 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
2941
2942         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
2943         for STT_GNU_IFUNC handling for efficiency.
2944         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
2945
2946         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
2947         _exit.
2948         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
2949
2950 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2951
2952         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
2953         for !SHARED.
2954
2955 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
2956
2957         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
2958         is not defined.
2959         (__rela_iplt_start): New declaration.
2960         (__rela_iplt_end): Likewise.
2961         (__rel_iplt_start): Likewise.
2962         (__rel_iplt_end): Likewise.
2963         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
2964         * elf/elf.h (R_386_IRELATIVE): New macro.
2965         (R_X86_64_IRELATIVE): New macro.
2966         (R_386_NUM): Updated.
2967         (R_X86_64_NUM): Likewise.
2968         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
2969         (libc_ifunc_hidden_def): New macro.
2970         * sysdeps/generic/dl-irel.h: New file.
2971         * sysdeps/i386/dl-irel.h: New file.
2972         * sysdeps/x86_64/dl-irel.h: New file.
2973         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
2974         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
2975         Handle R_386_IRELATIVE.
2976         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
2977         (elf_machine_lazy_rela): Likewise.
2978         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2979         R_X86_64_IRELATIVE.
2980         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
2981
2982 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2983
2984         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
2985         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
2986         are no differences.  If an architecture has bits in CPUID index 1
2987         meaning different things the values for the COMMON_CPUID_INDEX_1
2988         index must not be set.
2989         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
2990         (HAS_POPCOUNT): ...this.  New macro.
2991         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
2992         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
2993         to set the value for Intel and AMD architectures.
2994         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
2995         INTEL_CPUID_INDEX_1.
2996         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
2997         change.
2998
2999 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
3000
3001         * configure.in: Move AC_CANONICAL_HOST before first use of $host
3002         and $build.
3003
3004 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
3005
3006         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
3007         (__expm1l): Set errno to ERANGE on overflow.
3008         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
3009         (__tanl): Set errno to EDOM for Â±Inf.
3010         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
3011         (__cosl): Set errno to EDOM for Â±Inf.
3012         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
3013         (__sinl): Set errno to EDOM for Â±Inf.
3014
3015         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
3016         defined, use it.
3017         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
3018         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
3019         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
3020
3021 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
3022
3023         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
3024         code accessing it.
3025         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
3026
3027 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
3028
3029         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
3030         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
3031         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
3032         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
3033
3034         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
3035         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
3036         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
3037         defined.
3038         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
3039         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
3040
3041 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
3042
3043         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
3044         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
3045         is, either do nothing at all if __ASSUME_ACCEPT4, or
3046         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
3047         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
3048         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
3049         define.
3050         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
3051         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
3052         internal_accept4 in socket directory.
3053
3054 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
3055
3056         * sysdeps/ia64/configure.in: New file.
3057
3058 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3059
3060         [BZ #10162]
3061         * sysdeps/ia64/memchr.S: Use speculative load.
3062
3063         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
3064         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
3065         use it.
3066
3067         * sysdeps/i386/__longjmp.S: Add .text.
3068         * sysdeps/x86_64/__longjmp.S: Likewise.
3069
3070 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
3071
3072         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
3073         __ASSUME_ACCEPT4 for IA-64.
3074
3075 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
3076
3077         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
3078
3079         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
3080         (SOCKOP_accept4): Define.
3081
3082 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
3083
3084         Sun approved the change of the license.
3085         * sunrpc/auth_des.c: Replace license text.
3086         * sunrpc/auth_none.c: Likewise.
3087         * sunrpc/auth_unix.c: Likewise.
3088         * sunrpc/authdes_prot.c: Likewise.
3089         * sunrpc/authuxprot.c: Likewise.
3090         * sunrpc/bindrsvprt.c: Likewise.
3091         * sunrpc/clnt_gen.c: Likewise.
3092         * sunrpc/clnt_perr.c: Likewise.
3093         * sunrpc/clnt_raw.c: Likewise.
3094         * sunrpc/clnt_simp.c: Likewise.
3095         * sunrpc/clnt_tcp.c: Likewise.
3096         * sunrpc/clnt_udp.c: Likewise.
3097         * sunrpc/clnt_unix.c: Likewise.
3098         * sunrpc/des_crypt.c: Likewise.
3099         * sunrpc/des_soft.c: Likewise.
3100         * sunrpc/get_myaddr.c: Likewise.
3101         * sunrpc/getrpcport.c: Likewise.
3102         * sunrpc/key_call.c: Likewise.
3103         * sunrpc/key_prot.c: Likewise.
3104         * sunrpc/openchild.c: Likewise.
3105         * sunrpc/pm_getmaps.c: Likewise.
3106         * sunrpc/pm_getport.c: Likewise.
3107         * sunrpc/pmap_clnt.c: Likewise.
3108         * sunrpc/pmap_prot.c: Likewise.
3109         * sunrpc/pmap_prot2.c: Likewise.
3110         * sunrpc/pmap_rmt.c: Likewise.
3111         * sunrpc/rpc/auth.h: Likewise.
3112         * sunrpc/rpc/auth_unix.h: Likewise.
3113         * sunrpc/rpc/clnt.h: Likewise.
3114         * sunrpc/rpc/des_crypt.h: Likewise.
3115         * sunrpc/rpc/key_prot.h: Likewise.
3116         * sunrpc/rpc/netdb.h: Likewise.
3117         * sunrpc/rpc/pmap_clnt.h: Likewise.
3118         * sunrpc/rpc/pmap_prot.h: Likewise.
3119         * sunrpc/rpc/pmap_rmt.h: Likewise.
3120         * sunrpc/rpc/rpc.h: Likewise.
3121         * sunrpc/rpc/rpc_des.h: Likewise.
3122         * sunrpc/rpc/rpc_msg.h: Likewise.
3123         * sunrpc/rpc/svc.h: Likewise.
3124         * sunrpc/rpc/svc_auth.h: Likewise.
3125         * sunrpc/rpc/types.h: Likewise.
3126         * sunrpc/rpc/xdr.h: Likewise.
3127         * sunrpc/rpc_clntout.c: Likewise.
3128         * sunrpc/rpc_cmsg.c: Likewise.
3129         * sunrpc/rpc_common.c: Likewise.
3130         * sunrpc/rpc_cout.c: Likewise.
3131         * sunrpc/rpc_dtable.c: Likewise.
3132         * sunrpc/rpc_hout.c: Likewise.
3133         * sunrpc/rpc_main.c: Likewise.
3134         * sunrpc/rpc_parse.c: Likewise.
3135         * sunrpc/rpc_parse.h: Likewise.
3136         * sunrpc/rpc_prot.c: Likewise.
3137         * sunrpc/rpc_sample.c: Likewise.
3138         * sunrpc/rpc_scan.c: Likewise.
3139         * sunrpc/rpc_scan.h: Likewise.
3140         * sunrpc/rpc_svcout.c: Likewise.
3141         * sunrpc/rpc_tblout.c: Likewise.
3142         * sunrpc/rpc_util.c: Likewise.
3143         * sunrpc/rpc_util.h: Likewise.
3144         * sunrpc/rpcinfo.c: Likewise.
3145         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
3146         * sunrpc/rpcsvc/key_prot.x: Likewise.
3147         * sunrpc/rpcsvc/klm_prot.x: Likewise.
3148         * sunrpc/rpcsvc/mount.x: Likewise.
3149         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
3150         * sunrpc/rpcsvc/rex.x: Likewise.
3151         * sunrpc/rpcsvc/rstat.x: Likewise.
3152         * sunrpc/rpcsvc/rusers.x: Likewise.
3153         * sunrpc/rpcsvc/sm_inter.x: Likewise.
3154         * sunrpc/rpcsvc/spray.x: Likewise.
3155         * sunrpc/rpcsvc/yppasswd.x: Likewise.
3156         * sunrpc/rtime.c: Likewise.
3157         * sunrpc/svc.c: Likewise.
3158         * sunrpc/svc_auth.c: Likewise.
3159         * sunrpc/svc_authux.c: Likewise.
3160         * sunrpc/svc_raw.c: Likewise.
3161         * sunrpc/svc_run.c: Likewise.
3162         * sunrpc/svc_simple.c: Likewise.
3163         * sunrpc/svc_tcp.c: Likewise.
3164         * sunrpc/svc_udp.c: Likewise.
3165         * sunrpc/svc_unix.c: Likewise.
3166         * sunrpc/svcauth_des.c: Likewise.
3167         * sunrpc/xcrypt.c: Likewise.
3168         * sunrpc/xdr.c: Likewise.
3169         * sunrpc/xdr_array.c: Likewise.
3170         * sunrpc/xdr_float.c: Likewise.
3171         * sunrpc/xdr_mem.c: Likewise.
3172         * sunrpc/xdr_rec.c: Likewise.
3173         * sunrpc/xdr_ref.c: Likewise.
3174         * sunrpc/xdr_sizeof.c: Likewise.
3175         * sunrpc/xdr_stdio.c: Likewise.
3176
3177         * po/da.po: Update from translation team.
3178
3179 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3180
3181         * sysdeps/sh/____longjmp_chk.S: New file.
3182         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
3183         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3184
3185 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
3186             Ulrich Drepper  <drepper@redhat.com>
3187
3188         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
3189         (__nscd_cache_search): Assume each entry in the
3190         hash chain needs one hashentry and half of datahead.  Use
3191         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
3192
3193 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
3194
3195         * posix/sys/wait.h: Fix typos.  Pretty printing.
3196         * stdlib/stdlib.h: Likewise.  Correct comments.
3197
3198         [BZ #10159]
3199         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
3200
3201         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
3202         patch.
3203
3204 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3205
3206         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
3207         Use it if we absolutely cannot reach any more correct list elements
3208         because that many do not fit into the currently mapped database.
3209
3210 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
3211
3212         * nscd/nscd_helper.c: Include stddef.h.
3213         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
3214         in a couple of places.  Return NULL if trail is not less than
3215         datasize, don't consider dataheads with length smaller than
3216         offsetof (struct datahead, data) + datalen.
3217         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
3218         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
3219         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3220         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3221         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3222         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3223         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3224
3225         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
3226         Rename ...
3227         (fallocate64): ... to this.
3228         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
3229         Rename ...
3230         (fallocate64): ... to this.
3231         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
3232         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
3233         fallocate64@@GLIBC_2.10.
3234         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
3235         fallocate64@@GLIBC_2.11.
3236         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
3238         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
3239         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
3240
3241         * nscd/selinux.c (nscd_avc_destroy): Removed.
3242         * nscd/selinux.h (nscd_avc_destroy): Likewise.
3243         * nscd/nscd.c (termination_handler): Don't call
3244         nscd_avc_destroy.
3245
3246 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
3247
3248         * include/atomic.h: Formatting.
3249         (catomic_compare_and_exchange_val_acq): Don't define if already
3250         defined by bits/atomic.h.
3251
3252 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3253
3254         * math/libm-test.inc (expm1_test): Add test for range error.
3255
3256         * Versions.def: Add GLIBC_2.11 for libc.
3257         * debug/Makefile (routines): Add longjmp_chk.
3258         Add rules to build and run tst-longjmp_chk.
3259         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
3260         * debug/longjmp_chk.c: New file.
3261         * debug/tst-longjmp_chk.c: New file.
3262         * include/bits/setjmp2.: New file.
3263         * include/stdio.h: Mark __fortify_fail as internal_function.
3264         * setjmp/Makefile (headers): Add bits/setjmp2.h.
3265         * setjmp/bits/setjmp2.h: New file.
3266         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
3267         of the aliases.
3268         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
3269         defined.
3270         * sysdeps/i386/____longjmp_chk.S: New file.
3271         * sysdeps/x86_64/____longjmp_chk.S: New file.
3272         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
3273         * sysdeps/x86_64/__longjmp.S: Likewise.
3274
3275         * version.h: Bump for 2.11 development.
3276
3277         * elf/check-execstack.c: New file.
3278         * elf/Makefile: Add rules to build and run check-execstack.
3279
3280 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
3281
3282         * version.h (VERSION): Bump to 2.10.1.
3283
3284         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
3285         compatibility functions.
3286         * nss/getXXent_r.c: Likewise.
3287         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
3288         * gshadow/getsgnam_r.c: Likewise.
3289         * gshadow/Version: Remove duplicate entries.
3290
3291         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
3292         for recent processor.
3293         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
3294         Likewise.
3295
3296 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
3297
3298         * version.h (VERSION): Bump for 2.10 release.
3299         * include/features.h (__GLIBC_MINOR__): Bump to 10.
3300
3301         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
3302         same place we add ASFLAGS-config.
3303
3304 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
3305
3306         [BZ #10128]
3307         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
3308         or FORMERR and the other NOERROR, don't raise an error.
3309
3310 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
3311
3312         [BZ #10118]
3313         * Makeconfig (+asflags): New variable based upon ASFLAG or
3314         asflags-cpu.
3315         (ASFLAGS): Add override to set ASFLAGS to +asflags.
3316         * config.make.in (asflags-cpu): Add variable based upon
3317         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
3318         the assembler.
3319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3320         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
3321         recognizes power6 instruction set due to passing -mcpu=power6 from
3322         --with-cpu=power6 when compiling .S files.
3323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3324         Likewise.
3325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3326         Likewise.
3327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3328         Likewise.
3329
3330 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
3331
3332         * string/stratcliff.c (do_test): Test for zero length
3333         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
3334         at the end of the page.
3335
3336 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
3337
3338         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
3339
3340         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
3341         count is zero.
3342
3343         * po/da.po: Update from translation team.
3344
3345 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
3346
3347         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
3348         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
3349
3350 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
3351
3352         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
3353         and READ_IMPLIES_EXEC.
3354
3355 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
3356
3357         * po/da.po: Update from translation team.
3358
3359 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
3360
3361         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
3362         comment change.
3363
3364 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3365
3366         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
3367         to MAP_ANON in PROT_NONE mmap64 call.
3368         (open_archive): Likewise.
3369         (file_data_available_p): Use mmap64 instead of mremap.
3370         (enlarge_archive): Likewise.  Update head if ah->addr changed.
3371         Attempt to reserve address space after mmap64 region.
3372
3373 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
3374
3375         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
3376         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
3377         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3378
3379         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
3380         atanh should set ERANGE.
3381
3382         [BZ #10087]
3383         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
3384         result of lookup to make call to implement STT_GNU_IFUNC.
3385         (_dl_profile_fixup): Likewise.
3386         Patch by H.J. Lu <hjl.tools@gmail.com>.
3387
3388         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
3389         warning.
3390
3391         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
3392         from definition.
3393
3394         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
3395         label if it is not used.
3396
3397         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3398         of gmon_hist_hdr and gmon_hdr structures and use them.
3399         * elf/sprof.c: Likewise.
3400
3401         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3402         warning.
3403
3404         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3405
3406         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3407         to avoid cast.
3408
3409         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3410         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3411         to avoid warnings.
3412         (iruserok_af): Use ss_family instead of casts.
3413
3414         * gmon/gmon.c (write_hist): Define real-type variant of
3415         gmon_hist_hdr structure and use it.
3416         (write_gmon): Likewise for gmon_hdr.
3417
3418         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3419         function if we are not going to define it.
3420         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3421
3422         * inet/inet6_option.c (option_alloc): Add temporary variable to
3423         avoid warning.
3424
3425         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3426         name of VTable element.
3427         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3428         * libio/iovsscanf.c: Likewise.
3429         * libio/vasprintf.c: Likewise.
3430         * libio/vsnprintf.c: Likewise.
3431         * stdio-common/isoc99_vsscanf.c: Likewise.
3432         * stdlib/strfmon_l.c: Likewise.
3433         * debug/vasprintf_chk.c: Likewise.
3434         * debug/vsnprintf_chk.c: Likewise.
3435         * debug/vsprintf_chk.c: Likewise.
3436
3437         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3438         function pointers.
3439
3440 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3441
3442         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3443
3444 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
3445
3446         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
3447
3448         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
3449         * sysdeps/i386/fpu/s_tanf.S: Likewise.
3450         * sysdeps/i386/fpu/s_tanl.S: Likewise.
3451         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3452         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3453         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
3454         * math/libm-test.inc: Add tests for errno after tan calls with
3455         Â±Inf.
3456
3457         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
3458         errno value vor pow(+-0,neg).
3459         * math/libm-test.inc (pow_test): Add tests for errno value for
3460         pole errors.
3461
3462         * math/w_fmod.c: Also handle x=±Inf as error.
3463         * math/w_fmodf.c: Likewise.
3464         * math/w_fmodl.c: Likewise.
3465         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
3466         x=±Inf or y=0.
3467
3468         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
3469         * sysdeps/i386/fpu/s_cosf.S: Likewise.
3470         * sysdeps/i386/fpu/s_cosl.S: Likewise.
3471         * sysdeps/i386/fpu/s_sin.S: Likewise.
3472         * sysdeps/i386/fpu/s_sinf.S: Likewise.
3473         * sysdeps/i386/fpu/s_sinl.S: Likewise.
3474         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3475         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3476         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3477         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3478         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3479         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
3480         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
3481         * math/libm-test.inc: Add tests for errno after sin/cos calls with
3482         Â±Inf.
3483
3484         * stdlib/strtod_l.c (round_and_return): We have to set errno to
3485         ERANGE for underflows.
3486         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
3487
3488         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
3489         the 2001 revision.
3490
3491         * libio/tst-widetext.input: Remove surrogates.
3492
3493         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
3494
3495         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
3496         for lgamma should set errno to ERANGE, not EDOM.
3497         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
3498
3499 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3500
3501         [BZ #10093]
3502         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
3503         UTF-16 surrogates.
3504
3505         * locale/programs/locarchive.c (enlarge_archive): Conserve address
3506         space when temporarily mapping the whole content of the old file.
3507
3508         [BZ #10100]
3509         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3510         not zero.
3511
3512 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
3513
3514         * iconvdata/sjis.c (BODY): Don't advance inptr before
3515         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3516         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3517         two byte chars.
3518
3519 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3520
3521         * locale/locarchive.h (struct locarhandle): Rename len field to
3522         mmaped and add new reserved field.
3523         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3524         (create_archive): Reserve address space and then map file into it.
3525         (open_archive): Likewise.
3526         (file_data_available_p): New function.
3527         (compare_from_file): New function.
3528         (close_archive): Adjust to member name changes.
3529         (add_locale): Before comparing locale data, check it is mapped.
3530         Otherwise fall back to reading from the file.
3531
3532 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
3533
3534         * stdio-common/psiginfo.c: Include <errno.h>.
3535
3536 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3537
3538         [BZ #9920]
3539         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3540         to get consistency between 32 and 64 bit architectures.
3541
3542         [BZ #10052]
3543         * sysdeps/unix/make-syscalls.sh: Add rule to create target
3544         directory for dummy syscall rules.
3545         Patch by Chris Steinbroner <hesh@pobox.com>.
3546
3547 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
3548
3549         [BZ #10092]
3550         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
3551         MNT_EXPIRE.
3552
3553 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3554
3555         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
3556         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3557
3558 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
3559
3560         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
3561         data from vector to temporary buffer and call PWRITEV after it
3562         instead of vice versa.
3563         * sysdeps/posix/preadv.c: Fix up comment.
3564         * misc/preadv.c: Likewise.
3565         * misc/preadv64.c: Likewise.
3566         * misc/pwritev.c: Likewise.
3567         * misc/pwritev64.c: Likewise.
3568         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
3569
3570 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3571
3572         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
3573
3574         * shadow/Makefile (tests): Add tst-shadow.
3575         * shadow/tst-shadow.c: New file.
3576
3577         [BZ #9955]
3578         * gshadow/Makefile: New file.
3579         * gshadow/Versions: New file.
3580         * gshadow/fgetsgent.c: New file.
3581         * gshadow/fgetsgent_r.c: New file.
3582         * gshadow/getsgent.c: New file.
3583         * gshadow/getsgent_r.c: New file.
3584         * gshadow/getsgnam.c: New file.
3585         * gshadow/getsgnam_r.c: New file.
3586         * gshadow/gshadow.h: New file.
3587         * gshadow/putsgent.c: New file.
3588         * gshadow/sgetsgent.c: New file.
3589         * gshadow/sgetsgent_r.c: New file.
3590         * gshadow/tst-gshadow.c: New file.
3591         * include/gshadow.h: New file.
3592         * Makeconfig (all-subdirs): Add gshadow.
3593         * Makefile (installed-headers): Add gshadow/gshadow.h.
3594         * nss/Makefile (databases): Add sgrp.
3595         * nss/Versions: Add gshadow functions as private exports.
3596         * nss/nsswitch.conf: Add gshadow entry.
3597         * nss/sgrp-lookup.c: New file.
3598         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
3599         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
3600         * nss/nss_files/files-sgrp.c: New file.
3601         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
3602         * sysdeps/unix/sysv/linux/paths.h: Likewise.
3603
3604 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
3605
3606         * stdio-common/printf.h: Add missing const to register_printf_modifier.
3607         * stdio-common/reg-modifier.c: Likewise.
3608
3609 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
3610
3611         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
3612         is no FPU.
3613
3614 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
3615
3616         [BZ #10086]
3617         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
3618         headers up to 2.6.30.
3619
3620         * po/ca.po: Update from translation team.
3621
3622 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
3623
3624         [BZ #10069]
3625         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
3626         an object that uses static TLS if the TLS modid is higher than the
3627         reserve we always allocate.  At least for multi-threaded code.
3628
3629 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
3630
3631         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
3632         Numerically stable check for valid width.
3633
3634         * locale/programs/locarchive.c (open_archive): Map the entire file
3635         and not just the administrative data.
3636         (add_locale): When we find a hash sum match compare the content
3637         to be sure.
3638
3639         * malloc/malloc.c (malloc_info): Output address space information.
3640
3641 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
3642
3643         * malloc/malloc.c (malloc_info): Also output system memory information.
3644
3645         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
3646         architectures have preadv/pwritev in 2.6.30.
3647
3648         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
3649         * sysdeps/posix/readv.c: Likewise.
3650         Reported by Markus Armbruster <armbru@redhat.com>.
3651
3652         * malloc/hooks.c (top_check): Force hook value into register.
3653
3654 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3655
3656         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
3657         calls to _dl_relocate_object.
3658
3659 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3660
3661         [BZ #9957]
3662         * malloc/malloc.c (force_reg): Define.
3663         (sYSMALLOc): Load hook variable into variable
3664         before test and force into register.
3665         (sYSTRIm): Likewise.
3666         (public_mALLOc): Force hook value into register.
3667         (public_fREe): Likewise.
3668         (public_rEALLOc): Likewise.
3669         (public_mEMALIGn): Likewise.
3670         (public_vALLOc): Likewise.
3671         (public_pVALLOc): Likewise.
3672         (public_cALLOc): Likewise.
3673         (__posix_memalign): Likewise.
3674         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
3675         before test and force into register.
3676         * malloc/hooks.c (top_check): Likewise.
3677         (public_sET_STATe): Pretty printing.
3678
3679         * resolv/res_send.c (send_dg): Don't just ignore the result we got
3680         in case we only receive one reply in single-request mode.
3681
3682 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
3683
3684         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
3685         are dlopened in statically linked program even for __LM_ID_CALLER.
3686
3687 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3688
3689         * resolv/res_send.c (send_dg): Don't switch into single-request
3690         mode if we already are in it.
3691
3692 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
3693
3694         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
3695         are always at least 4 bytes in the returned line.
3696
3697 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
3698
3699         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
3700         __libc_use_alloca (8192), if the stack is too small use 512 bytes
3701         instead of 8K.  Stop searching in /proc/stat after hitting first
3702         line not starting with cpu.
3703         (next_line): Truncate too long
3704         lines at buffer size * 3/4 instead of pretending there were line
3705         breaks inside of large lines.
3706
3707 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3708
3709         * sysdeps/x86_64/mp_clz_tab.c: New file.
3710
3711 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
3712             Ulrich Drepper  <drepper@redhat.com>
3713
3714         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
3715         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3716         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3717
3718 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
3719
3720         * sysdeps/sh/libc-tls.c: New file.
3721
3722         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
3723
3724 2009-04-14  Roland McGrath  <roland@redhat.com>
3725
3726         * elf/elf.h: Add various missing ARM constants, to match binutils.
3727
3728 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3729
3730         Optimizations from GMP.
3731         * sysdeps/x86_64/add_n.S: New file.
3732         * sysdeps/x86_64/addmul_1.S: New file.
3733         * sysdeps/x86_64/lshift.S: New file.
3734         * sysdeps/x86_64/mul_1.S: New file.
3735         * sysdeps/x86_64/rshift.S: New file.
3736         * sysdeps/x86_64/sub_n.S: New file.
3737         * sysdeps/x86_64/submul_1.S: New file.
3738
3739 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3740
3741         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
3742         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3743         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3744         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3745
3746 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3747
3748         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
3749         preadv/pwritev.
3750
3751 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
3752
3753         * sysdeps/x86-64/strrchr.S: New file.
3754
3755 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
3756
3757         * stdio-common/printf.h (struct printf_info): Add user element.
3758         New types printf_arginfo_size_function, printf_va_arg_function.
3759         Declare register_printf_specifier, register_printf_modifier,
3760         register_printf_type.
3761         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3762         (union printf_arg): Add pa_user element.
3763         Adjust __printf_arginfo_table type.
3764         Add __printf_va_arg_table, __printf_modifier_table,
3765         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3766         declarations.
3767         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3768         If registered arginfo call failed try normal specifier.
3769         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3770         function.
3771         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3772         * stdio-common/Versions: Export register_printf_modifier,
3773         register_printf_type, and register_printf_specifier for GLIBC_2.10.
3774         * stdio-common/reg-modifier.c: New file.
3775         * stdio-common/reg-type.c: New file.
3776         * stdio-common/reg-printf.c (__register_printf_specifier): New
3777         function.  Mostly the old __register_printf_function function but
3778         uses locking and type of third parameter changed.
3779         (__register_printf_function): Implement using
3780         __register_printf_specifier.
3781         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3782         calls to arginfo functions.  Allocate enough memory for user-defined
3783         types.  Call new va_arg functions to get user-defined types.
3784         Try installed handlers even for existing format specifiers first.
3785
3786 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
3787
3788         * sysdeps/x86_64/rawmemchr.S: New file.
3789
3790         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3791         Simplified code and possible copy problem fixed.
3792
3793         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3794         function if it is not defined.  Add some necessary casts.
3795         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3796
3797         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3798         have preadv/pwritev in 2.6.30.
3799
3800 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
3801
3802         * malloc/malloc.c (malloc_info): New function.
3803         * malloc/malloc.h: Declare it.
3804         * malloc/Versions: Export malloc_info for GLIBC_2.10.
3805
3806         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3807         to avoid PLT slot.
3808
3809         * malloc/malloc.c (_int_realloc): Add parameter with old block
3810         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
3811         Adjust all callers.
3812         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3813
3814 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3815
3816         * sysdeps/x86_64/strchrnul.S: New file.
3817
3818         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3819         depending libcrypt on -lfreebl3.
3820
3821         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3822         preadv/pwritev in 2.6.30.
3823
3824         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3825         instead of __strcasecmp.
3826
3827         * string/stratcliff.c (do_test): Add memchr tests..
3828         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
3829         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
3830         first read quad word.
3831
3832 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
3833
3834         * string/strverscmp.c (__strverscmp): Fix last cleanups.
3835         * string/tst-svc.input: Add new test case.
3836         * string/tst-svc.expect: Adjust.
3837         * string/Makefile: Don't ignore tst-svc error.
3838
3839         * sysdeps/x86_64/memchr.S: New file.
3840
3841         * resolv/resolv.h (RES_SNGLKUP): Define.
3842         * resolv/res_init.c (res_setoptions): Recognize single-request option.
3843         * resolv/res_send.c (send_dg): If we sent two requests at once and
3844         only get one reply before timeout switch to mode where we send the
3845         second request only after the first answer has been received.
3846
3847 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
3848
3849         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
3850         * sysdeps/x86_64/strchr.S: Likewise.
3851
3852 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
3853
3854         * configure.in: We need to test for the compiler earlier.
3855
3856         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
3857         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
3858         GLIBC_2.10.
3859         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
3860         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
3861         and pwritev.
3862         * misc/preadv.c: New file.
3863         * misc/preadv64.c: New file.
3864         * misc/pwritev.c: New file.
3865         * misc/pwritev64.c: New file.
3866         * sysdeps/posx/preadv.c: New file.
3867         * sysdeps/posx/preadv64.c: New file.
3868         * sysdeps/posx/pwritev.c: New file.
3869         * sysdeps/posx/pwritev64.c: New file.
3870         * sysdeps/unix/sysv/linux/preadv.c: New file.
3871         * sysdeps/unix/sysv/linux/preadv64.c: New file.
3872         * sysdeps/unix/sysv/linux/pwritev.c: New file.
3873         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
3874         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
3875         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
3876
3877         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
3878         compatibility code.
3879         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
3880
3881         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3882         __ASSUME_COMPLETE_READV_WRITEV.
3883         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
3884         with modern kernels.
3885         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3886
3887         * sysdeps/posix/readv.c: Since read is a cancellation point we have
3888         to free a possible malloced buffer in case of cancellation.
3889         * sysdeps/posix/writev.c: Likewise for write.
3890
3891 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
3892
3893         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
3894
3895         * configure.in: Recognize --enable-nss-crypt.
3896         * config.make.in: Add nss-crypt entry.
3897         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
3898         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
3899         and include path for NSS directory to compiler for md5-crypt,
3900         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
3901         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
3902         function implementation, use NSS.  Introduce wrappers around the
3903         hash function calls.  Little code size optimization.
3904         * crypt/sha256-crypt.c: Likewise.
3905         * crypt/sha512-crypt.c: Likewise.
3906         * scripts/check-local-headers.sh: Ignore nss3 directory.
3907
3908         * configure.in: Rename pic_default to libc_cv_pic_default.
3909         * config.make.in: Likewise.
3910
3911 2009-04-01  Roland McGrath  <roland@redhat.com>
3912
3913         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
3914         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
3915         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
3916         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
3917         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
3918         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
3919         (R_SPARC_NUM): Update.
3920         From Dave Miller <davem@davemloft.net>.
3921
3922 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
3923
3924         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
3925
3926 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
3927
3928         * elf/dl-open.c: Keep track of used name spaces and only iterate over
3929         those which are used.
3930         * elf/dl-addr.c: Likewise.
3931         * elf/dl-caller.c: Likewise.
3932         * elf/dl-fini.c: Likewise.
3933         * elf/dl-iteratephdr.c: Likewise.
3934         * elf/dl-libc.c: Likewise.
3935         * elf/dl-load.c: Likewise.
3936         * elf/dl-support.c: Likewise.
3937         * elf/dl-sym.c: Likewise.
3938         * elf/rtld.c: Likewise.
3939         * sysdeps/generic/ldsodefs.h: Likewise.
3940
3941         * elf/dl-load.c: Remove support for systems without MAP_ANON.
3942         * elf/dl-minimal.c: Likewise.
3943         * elf/dl-misc.c: Likewise.
3944         * elf/rtld.c: Likewise.
3945         * sysdeps/generic/ldsodefs.h: Likewise.
3946
3947 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
3948
3949         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
3950         Avoid reuse of complex expression.
3951
3952         * po/fr.po: Update from translation team.
3953
3954 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3955
3956         * include/dirent.h: Yet more changes to match sort function type
3957         change.
3958         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
3959         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
3960         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
3961
3962 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
3963
3964         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
3965
3966 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3967
3968         * nscd/connections.c (restart): Try to preserve the process name
3969         by reading the /proc/self/exe symlink and using the return name.
3970         Patch by Jeff Bastian <jbastian@redhat.com>.
3971
3972 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
3973
3974         [BZ #9733]
3975         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
3976         if we are not loading a new audit library.
3977         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
3978         Only use profiling trampoline for auditing if we are not relocating
3979         an audit library.
3980         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
3981         * elf/rtld.c: Likewise.
3982         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
3983
3984         * elf/rtld.c (dl_main): Extend help message for --audit option.
3985
3986         [BZ #9759]
3987         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
3988         alphasort64, versionsort, and versionsort64 to POSIX 2008.
3989         * dirent/alphasort.c: Adjust implementation to type change.
3990         * dirent/alphasort64.c: Likewise.
3991         * dirent/scandir.c: Likewise.
3992         * dirent/versionsort.c: Likewise.
3993         * dirent/versionsort64.c: Likewise.
3994         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
3995         declaration.
3996         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
3997         declaration.
3998
3999         [BZ #9880]
4000         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
4001         correctly.  Set segleft member in output as required.
4002         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4003         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
4004
4005         [BZ #9881]
4006         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
4007         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4008         * inet/Makefile (tests): Add tst-inet6_rth.
4009         * inet/tst-inet6_rth.c: New file.
4010
4011         [BZ #5807]
4012         * string/strlen.c (strlen): Fix omission in the expression to test
4013         for NUL bytes.
4014
4015 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4016
4017         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
4018
4019         * elf/dl-runtime.c (reloc_offset): Define.
4020         (reloc_index): Define.
4021         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
4022         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
4023         computing index from reloc_offset.
4024         (_dl_call_pltexit): Likewise.
4025         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
4026         the relocation index to _dl_fixup.
4027         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
4028         _dl_call_pltexit.
4029         * sysdeps/x86_64/dl-runtime.c: New file.
4030
4031         [BZ #9893]
4032         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
4033         alignment of La_x86_64_regs.  Store xmm parameters.
4034         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
4035
4036         [BZ #9913]
4037         * string/strverscmp.c (__strverscmp): Fix case of different digits
4038         in fractional part of string.
4039         Patch by Jingyu Liu <jyliu@fortinet.com>.
4040         * string/Makefile (tests): Add tst-svc2.
4041         * string/tst-svc2.c: New file.
4042
4043         * string/strverscmp.c (__strverscmp): Optimize size of tables.
4044
4045         * locale/iso-639.def: Add Min Nan.
4046
4047 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4048
4049         [BZ #9948]
4050         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
4051
4052 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
4053
4054         * elf/dl-sysdep.c (auxvars): Compress data structure.
4055
4056         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
4057         STT_GNU_IFUNC handling.
4058         (elf_machine_rela): Likewise.
4059
4060 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
4061
4062         * config.h.in (USE_MULTIARCH): Define.
4063         * configure.in: Handle --enable-multi-arch.
4064         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
4065         (_dl_fixup_profile): Likewise.
4066         * elf/do-lookup.c (dl_lookup_x): Likewise.
4067         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
4068         * elf/elf.h (STT_GNU_IFUNC): Define.
4069         * include/libc-symbols.h (libc_ifunc): Define.
4070         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
4071         framework in init-arch.h to get CPUID values.
4072         * sysdeps/x86_64/multiarch/Makefile: New file.
4073         * sysdeps/x86_64/multiarch/init-arch.c: New file.
4074         * sysdeps/x86_64/multiarch/init-arch.h: New file.
4075         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
4076
4077         * config.make.in (experimental-malloc): Define.
4078         * configure.in: Handle --enable-experimental-malloc.
4079         * malloc/Makefile: Handle experimental-malloc flag.
4080         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
4081         * malloc/arena.c: Likewise.
4082         * malloc/hooks.c: Likewise.
4083         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
4084
4085 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
4086
4087         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
4088         prediction.  A few size optimizations.
4089
4090 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4091
4092         * time/tzset.c: Optimize a bit for size.
4093
4094 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4095
4096         * include/stdio.h (fmemopen): Add libc_hidden_proto.
4097         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
4098
4099         * elf/sprof.c: Avoid warning about multi-line comment.
4100
4101 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4102
4103         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
4104         DST name.
4105         * time/tst-posixtz.c: Add tests for quoted timezone names.
4106
4107 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4108
4109         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
4110         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
4111         200809L instead of 200112L.
4112         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
4113         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
4114
4115         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
4116         instead of __quick_exit_funcs to __run_exit_handlers.
4117         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
4118         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
4119         (__cxa_at_quick_exit): Remove attribute_hidden.
4120         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
4121         to __run_exit_handlers.
4122         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
4123         attribute_hidden.
4124
4125 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4126
4127         * po/id.po: Update from translation team.
4128
4129 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
4130
4131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
4132         .machine push; .machine "power6" and .machine pop around mtfsf
4133         insns outside of _ARCH_PWR6 define.
4134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
4135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4136         Likewise.
4137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4138         Likewise.
4139         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
4140         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
4141         relax_fenv_state): Likewise.
4142
4143 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
4144
4145         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
4146         cxa_at_quick_exit.
4147         (static-only-routines): Add at_quick_exit.
4148         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
4149         GLIBC_2.10.
4150         * stdlib/quick_exit.c: New file.
4151         * stdlib/at_quick_exit.c: New file.
4152         * stdlib/cxa_at_quick_exit.c: New file.
4153         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
4154         it appropriately.
4155         (__internal_atexit): New function.
4156         (__new_exitfn): Now takes parameter to point to the list to use.
4157         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
4158         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
4159         (exit): ...here.  Just call __run_exit_handlers appropriately.
4160         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
4161         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
4162         * stdlib/on_exit.c: Adjust call to __new_exitfn.
4163         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
4164
4165         * po/id.po: Update from translation team.
4166
4167 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
4168
4169         * po/ru.po: Update from translation team.
4170
4171 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
4172
4173         * po/nl.po: Update from translation team.
4174
4175 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
4176
4177         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
4178         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4179         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4180         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4181         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4182         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4183         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4184
4185         * po/pl.po: Update from translation team.
4186
4187 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4188
4189         [BZ #7083]
4190         * sysdeps/unix/sysv/linux/fallocate.c: New file.
4191         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
4192         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
4193         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
4194         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
4195         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
4196         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
4197         for GLIBC_2.10.
4198         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4199         Add fallocate and fallocate64.
4200
4201         * io/fcntl.h: Pretty printing.
4202
4203 2009-03-02  Richard Guenther  <rguenther@suse.de>
4204
4205         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
4206         attribute also for non-C99 inline semantics variant.
4207
4208 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4209
4210         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
4211         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
4212         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
4213         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
4214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
4215         Likewise.
4216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
4217         Likewise.
4218
4219 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4220
4221         * po/cs.po: Update from translation team.
4222
4223 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
4224
4225         * po/bg.po: Update from translation team.
4226         * po/sv.po: Likewise.
4227         * po/fi.po: Likewise.
4228         * po/vi.po: Likewise.
4229
4230 2009-02-27  Roland McGrath  <roland@redhat.com>
4231
4232         * Makeconfig (%.v.i): Depend on Makeconfig.
4233         Exclude % lines from initial #-comment removal.
4234
4235 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
4236
4237         * po/ko.po: Update from translation team.
4238
4239 2009-02-26  Roland McGrath  <roland@redhat.com>
4240
4241         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
4242         avoids unused warning.
4243
4244 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
4245             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4246
4247         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
4248         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
4249         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
4250         and asm/user.h.  Include asm/ptrace.h.
4251         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
4252         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
4253         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
4254         Undefine.
4255         (start_thread): Don't undefine.
4256         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
4257         Define.
4258
4259 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
4260
4261         * wctype/wctype.h: The *_l functions are in POSIX 2008.
4262         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
4263         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
4264         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
4265         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
4266         200112L to 200809L.
4267         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
4268         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4269         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
4270         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4271         _SC_THREAD_ROBUST_PRIO_PROTECT.
4272         * posix/unistd.h: fexecve is in POSIX 2008.
4273         * time/time.h: strftime_l is in POSIX 2008.
4274         * io/sys/stat.h: futimens is in POSIX 2008.
4275         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
4276         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
4277         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
4278         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
4279         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
4280         open_memstream, and vdprintf are in POSIX 2008.
4281
4282 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
4283
4284         * include/features.h: Define macros for XPG7/POSIX 2008.
4285         * ctype/ctype.h: The *_l functions are in POSIX 2008.
4286         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
4287         POSIX 2008.
4288         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
4289         * locale/xlocale.h: Define locale_t type.
4290         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
4291         in POSIX 2008.  Don't define locale_t here.
4292         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
4293         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
4294         UTIME_OMIT only with __USE_ATFILE.
4295         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
4296         * stdio-common/psiginfo.c: New file.
4297         * stdio-common/psiginfo-data.h: New file.
4298         * stdio-common/psiginfo-define.h: New file.
4299         * stdio-common/Makefile (routines): Add psiginfo.
4300         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
4301         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4302         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4303         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4304         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4305         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4306         * io/sys/stat.h: Move mknodat definition into same conditional as
4307         mknod.
4308         * time/sys/time.h: futimesat is not among the functions accepted
4309         into the POSIX standard.
4310
4311         * include/features.h: If no feature selection given and we select
4312         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
4313         * posix/Versions: Export __posix_getopt.
4314         * posix/getopt.c (_getopt_initialize): Take additional parameter.
4315         Use it to alternatively initialize __posixly_correct.
4316         (_getopt_internal_r): Take addition parameter.  Pass on to
4317         _getopt_initialize.
4318         (_getopt_internal): Take addition parameter.  Pass on to
4319         _getopt_internal_r.
4320         (getopt): Pass additional zero to _getopt_internal.
4321         (__posix_getopt): New function.
4322         * posix/getopt.h: Add redirection for getopt.
4323         * posix/getopt1.c (getopt_long): Pass additional zero to
4324         _getopt_internal.
4325         (getopt_long_only): Likewise.
4326         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
4327         (_getopt_long_only_r): Likewise.
4328         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
4329         _getopt_internal_r.
4330
4331 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4332
4333         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
4334         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4335         * sysdeps/posix/sysconf.c (__sysconf): Handle
4336         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
4337         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4338
4339 2009-02-24  Roland McGrath  <roland@redhat.com>
4340
4341         [BZ #9895]
4342         * README.template: Reworded not to use substituted version number.
4343         Renamed to ...
4344         * README: ... here (no longer generated).
4345         * Makefile (README): Target removed.
4346
4347 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4348
4349         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
4350         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
4351         instead.
4352
4353         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
4354
4355         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
4356
4357 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
4358
4359         * po/bg.po: Update from translation team.
4360
4361 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
4362
4363         * stdlib/monetary.h: Uglify function parameter names.
4364         * sunrpc/rpc/pmap_clnt.h: Likewise.
4365         * sunrpc/rpc/svc.h: Likewise.
4366         * sunrpc/rpc/xdr.h: Likewise.
4367         * sunrpc/rpc/clnt.h: Likewise.
4368         * resolv/netdb.h: Likewise.
4369         * resolv/arpa/nameser.h: Likewise.
4370         * resolv/resolv.h: Likewise.
4371         * argp/argp.h: Likewise.
4372         * locale/langinfo.h: Likewise.
4373         * io/sys/stat.h: Likewise.
4374         * posix/spawn.h: Likewise.
4375         * nis/rpcsvc/nislib.h: Likewise.
4376         * malloc/obstack.h: Likewise.
4377         * sysdeps/ia64/bits/link.h: Likewise.
4378         * sysdeps/i386/bits/link.h: Likewise.
4379         * sysdeps/s390/bits/link.h: Likewise.
4380         * sysdeps/powerpc/bits/link.h: Likewise.
4381         * sysdeps/x86_64/bits/link.h: Likewise.
4382         * sysdeps/sparc/bits/link.h: Likewise.
4383         * sysdeps/sh/bits/link.h: Likewise.
4384         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
4385         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
4386         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
4387         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4388
4389 2008-12-01  Fredrik Unger  <fred@tree.se>
4390
4391         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
4392         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
4393         _FP_UNPACK_RAW_2, fix up first argument.
4394
4395 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
4396
4397         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4398         (GET_NPROCS_PARSER): Change parameters and use next_line.
4399         (__get_nprocs): Rewrite to not use stdio routines.
4400         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4401         Change parameters and use next_line.
4402
4403 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4404
4405         [BZ #5381]
4406         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4407         Change mempool_alloc prototype.
4408         * nscd/mem.c (gc): Don't handle mem_in_flight.
4409         (mempool_alloc): Third parameter now only indicates whether this is the
4410         first call (to allocate data) or not.  If it is, get db rdlock.
4411         Release it on error.  Don't handle mem_in_flight.
4412         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4413         Adjust third parameter of mempool_alloc calls.
4414         Nothing to do here in case mempool_alloc fails.
4415         Avoid local variable shadowing parameter.  No need to get db rdlock
4416         before calling cache_add.
4417         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4418         no mem_in_flight array anymore.
4419         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4420         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4421         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4422         in case mempool_alloc fails. No need to get db rdlock before calling
4423         cache_add.
4424         * nscd/hstcache.c (cache_addhst): Likewise.
4425         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4426         * nscd/servicescache.c (cache_addserv): Likewise.
4427         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4428
4429 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4430
4431         * po/lt.po: Update from translation team.
4432
4433 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4434
4435         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4436         defined, allow additional data to be added using the optional
4437         MORE_ELF_HEADER_DATA macro.
4438         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4439         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4440
4441 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4442
4443         * include/atomic.h: Define catomic_and if not already defined.
4444         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4445         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4446
4447 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
4448
4449         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
4450         Change all callers.
4451         (_int_realloc): Likewise.  Third argument is now padded size
4452         All _int_* functions are now static.
4453
4454         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
4455         * malloc/arena.c: Likewise.
4456         * include/malloc.h: Remove now unnecessary declarations of the _int_*
4457         functions.
4458
4459         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
4460         easily.
4461
4462         * malloc/malloc.c: Add branch prediction for use of the hooks.
4463
4464         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
4465
4466 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4467
4468         [BZ #7095]
4469         * bits/confname.h: Add SUSv7 macros for getconf environments.
4470         * bits/environments.h: Likewise.
4471         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
4472         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
4473         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
4474         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
4475         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
4476         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
4477         * posix/getconf.c: Likewise.
4478         * posix/sysconf.c: Likewise.
4479         * sysdeps/posix/sysconf.c: Likewise.
4480         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
4481         environments.
4482
4483 2009-01-16  Petr Baudis  <pasky@suse.cz>
4484
4485         [BZ #9753]
4486         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
4487         even if we currently have zero nscount.
4488
4489 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4490
4491         [BZ #9781]
4492         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
4493         the input line is too long.
4494
4495         * po/Makefile (libc.pot): Add f_print as function taking c-format
4496         parameter.
4497
4498         * debug/xtrace.sh: Unify translatable messages.
4499         * elf/ldd.bash.in: Likewise.
4500         * elf/sprof.c: Likewise.
4501         * locale/programs/locale.c: Likewise.
4502         * malloc/memusage.sh: Likewise.
4503         * nss/getent.c: Likewise.
4504
4505 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4506
4507         * debug/pcprofiledump.c (print_version,
4508         argp_program_version_hook): New function.
4509         * elf/ldconfig.c (more_help): New function.
4510         (argp): Use it.
4511         * elf/sln.c (usage): New function.
4512         (main): Support --help and --version.
4513         * malloc/memusagestat.c (print_version): New function.
4514         (argp_program_version_hook): New variable.
4515         * nscd/nscd.c (more_help): New function.
4516         (argp): Use it.
4517         * posix/getconf.c (main): Send --version output to stdout.
4518         Support --help.
4519         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4520         arguments.  All callers changed.
4521         (print_version): New function.
4522         (parseargs): Support --help and --version.
4523         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
4524         changed.
4525         (print_version): New function.
4526         (main): Use getopt_long.  Support --help and --version.
4527         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4528         --version.
4529
4530 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4531
4532         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4533         (update_data): Fix handling of wrapping back
4534         to the beginning of the buffer.
4535
4536         [BZ #9823]
4537         * stdio-common/psignal.c (psignal): Fix test for empty string.
4538
4539 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
4540
4541         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4542         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
4543         move _null_auth to .rodata.
4544
4545         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4546         value of 24.
4547
4548         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
4549
4550         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4551         today than when the original code was written.  Use larger
4552         buffers.  This also makes it unnecessary to have stat information,
4553         if this causes extra efforts.
4554         (__opendir): In case O_DIRECTORY works, don't call fstat just for
4555         __alloc_dir.
4556
4557 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
4558
4559         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
4560         is set.
4561         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
4562         * sysdeps/sh/sh4/__longjmp.S: Likewise.
4563         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
4564         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
4565         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
4566         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
4567
4568 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4569
4570         * po/ru.po: Update from translation team.
4571
4572 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4573
4574         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
4575         Add _tid slot to maintain consistency with kernel.
4576
4577 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4578
4579         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
4580         incomplete characters at end of input buffer.
4581         * libio/Makefile (tests): Add tst-fgetwc.
4582         * libio/tst-fgetwc.c: New file.
4583         * libio/tst-fgetwc.input: New file.
4584
4585 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
4586
4587         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
4588
4589 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
4590
4591         [BZ #9793]
4592         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
4593         *OUTBUFSTART unless the whole output fit into the buffer.
4594         * iconv/Makefile (tests): Add tst-iconv4.
4595         * iconv/tst-iconv4.c: New file.
4596
4597 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
4598
4599         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
4600         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4601
4602 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
4603
4604         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
4605         newer linker scripts.
4606
4607 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4608
4609         [BZ #7040]
4610         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
4611         inotify_rm_watch should have type int.
4612
4613 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
4614
4615         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4616         Make aligned_restore_vmx a local symbol.
4617         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
4618         Likewise.
4619
4620 2009-01-30  Andreas Jaeger  <aj@suse.de>
4621
4622         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
4623         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
4624         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
4625         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
4626         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
4627         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
4628         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
4629
4630 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
4631
4632         [BZ #9726]
4633         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
4634         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
4635
4636 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
4637
4638         [BZ #9726]
4639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4640         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4642         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4643
4644 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
4645
4646         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
4647         memcpy instead of memcmp.
4648         (_dl_setup_pointer_guard): Likewise.
4649
4650 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4651
4652         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4653         manipulated brk, use malloc_printerr.
4654         * misc/sbrk.c (__sbrk): Better error handling for nonsense
4655         requests.
4656
4657 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
4658
4659         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
4660         rindex): For C++ add inlines so that they can be recognized as
4661         builtins.
4662         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
4663
4664 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4665             Jakub Jelinek  <jakub@redhat.com>
4666
4667         * string/string.h: Define correct C++ prototypes for gcc 4.4.
4668         * wcsmbs/wchar.h: Likewise.
4669
4670 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4671
4672         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
4673         (stackinfo_sub_sp): Define.
4674
4675 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4676
4677         [BZ #9750]
4678         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
4679         * include/alloca.h (alloca_account): Define.
4680         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
4681         (stackinfo_sub_sp): Define.
4682
4683         * nscd/connections.c (nscd_init): If database file access fails
4684         check whether this is due to permission problems and bail in that
4685         case.
4686
4687         [BZ #9741]
4688         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
4689         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
4690
4691 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4692
4693         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4694         Add "t" to clobber list.
4695         (INTERNAL_SYSCALL_NCS): Likewise.
4696
4697 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4698
4699         * nss/getent.c (print_networks): Don't print comma between aliases.
4700
4701 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
4702
4703         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
4704
4705         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
4706         the hash table.
4707         * misc/Makefile (tests): Add bug-hsearch1.
4708         * misc/bug-hsearch1.c: New file.
4709
4710 2009-01-22  Roland McGrath  <roland@redhat.com>
4711
4712         * Makeconfig (%.v.i): Strip trailing # comments,
4713         not only whole-line comments.
4714
4715 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
4716
4717         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
4718         one parameter.  If non-NULL use it to initialize return value.
4719         (_dl_setup_pointer_guard): New function.
4720         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4721         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
4722         * elf/rtld.c (security_init): Pass _dl_random to
4723         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
4724         pointer_chk_guard.
4725         * elf/dl-sysdep.c (_dl_random): New variable.
4726         (_dl_sysdep_start): Handle AT_RANDOM.
4727         (_dl_show_auxv): Likewise.
4728         * elf/dl-support.c (_dl_random): New variable.
4729         (_dl_aux_init): Handle AT_RANDOM.
4730         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
4731         to _dl_setup_stack_chk_guard.
4732
4733         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
4734
4735 2009-01-10  Roland McGrath  <roland@redhat.com>
4736
4737         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
4738
4739 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
4740
4741         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
4742
4743         [BZ #9706]
4744         * nss/nss_files/files-parse.c (strtou32): New function.
4745         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
4746         across 32-bit and 64-bit platforms.
4747         (INT_FIELD_MAYBE_NULL): Likewise.
4748
4749 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
4750
4751         [BZ #9720]
4752         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
4753         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
4754         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
4755         Likewise.
4756
4757 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
4758
4759         [BZ #697]
4760         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4761         being NULL also if there are no backreferences.
4762         * posix/rxspencer/tests: Add testcases.
4763
4764 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
4765
4766         [BZ #9697]
4767         * posix/bug-regex17.c: Add testcases.
4768         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4769         handling.
4770
4771 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4772
4773         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4774         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4775         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4776         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4777         for elf subdir.
4778         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4779         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4780         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4781         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4782         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4783         * sysdeps/unix/sysv/linux/s390/Versions: New file.
4784
4785 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
4786
4787         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4788         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4789         re_string_skip_chars, re_string_reconstruct): Likewise.
4790         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4791
4792 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
4793
4794         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4795         adjust the buffer alignment.
4796
4797 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4798
4799         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4800         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4801         net/route.h.
4802
4803         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4804         flavor to description only when flavor is not NULL.
4805
4806         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4807         mutex after SIGIO/SIGURG lookup loop.
4808
4809 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4810
4811         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4812
4813 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
4814
4815         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4816         handling.
4817
4818 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
4819
4820         * sysdeps/unix/sysv/linux/kernel-features.h
4821         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4822
4823         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4824         if no output is written.
4825
4826         * version.h: Bump to 2.10 development.
4827
4828         * posix/getconf.c: Update copyright year.
4829         * nss/getent.c: Likewise.
4830         * iconv/iconvconfig.c: Likewise.
4831         * iconv/iconv_prog.c: Likewise.
4832         * elf/ldconfig.c: Likewise.
4833         * catgets/gencat.c: Likewise.
4834         * csu/version.c: Likewise.
4835         * elf/ldd.bash.in: Likewise.
4836         * elf/sprof.c (print_version): Likewise.
4837         * locale/programs/locale.c: Likewise.
4838         * locale/programs/localedef.c: Likewise.
4839         * nscd/nscd.c (print_version): Likewise.
4840         * debug/xtrace.sh: Likewise.
4841         * malloc/memusage.sh: Likewise.
4842         * malloc/mtrace.pl: Likewise.
4843         * debug/catchsegv.sh: Likewise.
4844
4845 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
4846
4847         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
4848         script.
4849
4850 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
4851
4852         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
4853         gethostbyname4_r function call succeeded, just leave the loop.
4854
4855         [BZ #9694]
4856         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
4857         very end.
4858         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
4859         * wctype/Makefile (tests): Add bug-wctypeh.
4860         * wctype/bug-wctypeh.c: New file.
4861
4862         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
4863         LOCALDOMAIN is defined.
4864         * nscd/nscd_getai.c (__nscd_getai): Likewise.
4865
4866         * sysdeps/x86_64/bits/select.h: New file.
4867
4868         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
4869
4870 2008-12-21  Bruno Haible  <bruno@clisp.org>
4871
4872         [BZ #9677]
4873         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
4874         if no output is written.
4875
4876 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
4877
4878         * login/utmp_file.c (pututline_file): Replace call to dup2 with
4879         libc internal symbol __dup2 to avoid access through the PLT.
4880
4881 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
4882
4883         [BZ #6545]
4884         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
4885         available only for __USE_GNU.
4886
4887         * inet/Makefile (tests): Add tst-getni2.
4888         * inet/tst-getni2.c: New file.
4889
4890         [BZ #7080]
4891         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
4892         NULL when NI_NAMEREQD is set.
4893         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4894         * inet/Makefile (tests): Add tst-getni1.
4895         * inet/tst-getni1.c: New file.
4896
4897 2008-12-03  Petr Baudis  <pasky@suse.cz>
4898
4899         [BZ #7067]
4900         * nscd/connections.c (invalidate_cache): Use prune_run_lock
4901         instead of prune_lock.
4902         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
4903         * nscd/nscd.h (database_dyn): Add prune_run_cache.
4904
4905 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
4906
4907         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
4908         use.
4909
4910         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
4911         handling.
4912
4913         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
4914         after reading name server list.
4915
4916         [BZ #7058]
4917         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
4918         handling for host name aliases.
4919
4920 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
4921
4922         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
4923         instead of doing things manually.
4924
4925 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
4926
4927         * posix/regex_internal.h (build_wcs_upper_buffer):
4928         Return type is reg_error_t.
4929
4930 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
4931
4932         * posix/globtest.sh: Use mktemp to create temporary file and
4933         directory.
4934
4935         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
4936         sets correctly.
4937         (__CPU_CLR_S): Likewise.
4938         (__CPU_ISSET_S): Likewise.
4939
4940 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
4941             Ulrich Drepper  <drepper@redhat.com>
4942
4943         * scripts/firstversion.awk: Use custom comparison function to compare
4944         version numbers.
4945         * scripts/versions.awk: Use sort invocation which can handle
4946         multi-digit sub-version numbers.
4947
4948 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
4949
4950         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
4951         * locale/iso-639.def: Add Chhattisgarhi entry.
4952
4953 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
4954
4955         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
4956         ESRCH return value.
4957         (_nss_dns_gethostbyname4_r): Likewise.
4958         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
4959         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
4960         gethostbyname4_r, we don't have a separate IPv6 status, so copy
4961         the no_data variable.
4962
4963         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
4964         information at the correct index.
4965
4966         * socket/sys/socket.h: Declare accept4.
4967         * socket/accept4.c: New file.
4968         * sysdeps/unix/sysv/linux/accept4.c: New file.
4969         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
4970         * socket/Makefile (routines): Add accept4.
4971         * socket/Versions: Export accept4 with version GLIBC_2.10.
4972         * socket/paccept.c: Removed.
4973         * sysdeps/unix/sysv/linux/paccept.c: Removed.
4974         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
4975         * Versions.def: Define GLIBC_2.10 for libc.
4976         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
4977
4978         * nscd/connections.c: Use accept4.
4979
4980         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
4981
4982 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
4983
4984         * resolv/res_send.c (send_dg): Create sockets with non-blocking
4985         flag already set.
4986
4987         * stdlib/setenv.c (unsetenv): Don't search environment if it does
4988         not exist.
4989         * stdlib/Makefile (tests): Add tst-unsetenv1.
4990         * stdlib/tst-unsetenv1.c: New file.
4991
4992 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
4993
4994         * login/utmp_file.c (file_writable): New variable.
4995         (setutent_file): Don't try to open file for writing.
4996         (pututline_file): Before writing, make descriptor writable if
4997         necessary.
4998
4999 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
5000
5001         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
5002         to IPv4 or IPv6 if an interface has been found.
5003
5004 2008-11-26  Roland McGrath  <roland@redhat.com>
5005
5006         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
5007         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
5008
5009         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
5010         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
5011         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
5012
5013         * elf/elf.h (NT_386_IOPERM): New macro.
5014         (NT_PPC_VSX): New macro.
5015
5016 2008-11-25  Roland McGrath  <roland@redhat.com>
5017
5018         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
5019         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
5020         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
5021         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
5022         Subdirectories moved to ports repository.
5023         * configure.in (base_machine): Remove alpha case.
5024
5025 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
5026
5027         * sysdeps/mach/strerror_l.c: New file.
5028
5029 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
5030
5031         [BZ #6411]
5032         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
5033         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
5034         magic numbers.
5035         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
5036         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
5037         (relax_fenv_state): Same as above.
5038         (FPSCR_29): Reserve bit in ISA 2.05.
5039         (FPSCR_NI): Provide define for compat.
5040         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
5041         magic numbers.
5042         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
5043         magic numbers.
5044         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
5045         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
5046         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
5047         access to hwcap to account for hwcap size increase to uint64_t.
5048         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
5049         Likewise.
5050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
5051         (*setcontext): Likewise.
5052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
5053         New file.
5054         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
5055         New file.
5056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
5057         (*setcontext): dynamically select mtfsf insn based on
5058         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
5059         increase to uint64_t.
5060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
5061         (*swapcontext): dynamically select mtfsf insn based on
5062         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
5063         increase to uint64_t.
5064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
5065         New file.
5066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
5067         New file.
5068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5069         (*setcontext): dynamically select mtfsf insn based on
5070         PPC_FEATURE_HAS_DFP.
5071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5072         (*swapcontext): dynamically select mtfsf insn based on
5073         PPC_FEATURE_HAS_DFP.
5074
5075 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
5076
5077         * version.h: Bump for 2.9 release.
5078         * include/features.h (__GLIBC_MINOR__): Bump to 9.
5079
5080         [BZ #7029]
5081         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
5082         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
5083         all the rounding.
5084
5085 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
5086
5087         [BZ #7009]
5088         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
5089         unknown request types for now.
5090
5091 2008-11-11  Roland McGrath  <roland@redhat.com>
5092
5093         * sysdeps/x86_64/configure: New file.
5094
5095         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
5096         * configure: Regenerated.
5097
5098 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5099
5100         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
5101         correct instruction to remove the stack frame.
5102
5103 2008-11-03  Michael Matz  <matz@suse.de>
5104
5105         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
5106         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
5107
5108 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
5109
5110         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
5111         Remove.
5112
5113         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
5114         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
5115         of the thread variable instead of void *.
5116         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
5117         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
5118         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5119         __libc_tsd_define arguments.
5120         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
5121         __libc_tsd_address arguments.  Remove union hack.
5122         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
5123         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
5124         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
5125         Adjust __libc_tsd_{set,get} arguments.
5126         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5127         __libc_tsd_define arguments.
5128         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
5129         arguments.
5130         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
5131         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
5132         (LOCALE): Adjust __libc_tsd_define arguments.
5133         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
5134         arguments.
5135         (LOCALE): Adjust __libc_tsd_define arguments.
5136         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
5137         arguments.
5138         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
5139         arguments.
5140
5141 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
5142
5143         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
5144         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5145
5146 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
5147
5148         [BZ #6966]
5149         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
5150
5151 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
5152             Ulrich Drepper  <drepper@redhat.com>
5153
5154         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
5155         definition for GCC 3.1 and later.
5156
5157 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
5158
5159         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
5160         refetch dtv, as it might have changed.
5161         * elf/Makefile: Add rules to build and run tst-tls18.
5162         * elf/tst-tls18.c: New test.
5163         * elf/tst-tlsmod18a.c: New file.
5164
5165 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
5166
5167         [BZ #6875]
5168         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
5169
5170 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5171
5172         [BZ #6867]
5173         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
5174
5175         [BZ #6919]
5176         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
5177         Fix length of copy operation.
5178
5179 2008-10-02  Pierre Habouzit <madcoder@debian.org>
5180
5181         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
5182         and fix its calling convention.
5183
5184 2008-10-07  Andreas Schwab  <schwab@suse.de>
5185
5186         [BZ #6942]
5187         * resolv/res_send.c (send_vc): Fix last change.
5188         (send_dg): Align here as well.
5189
5190 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5191
5192         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
5193         return value in case rlimit is RLIM_INFINITY.
5194
5195         [BZ #6947]
5196         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
5197         for UL_SETFSIZE.
5198         * resource/Makefile (tests): Add bug-ulimit1.
5199         * resource/bug-ulimit1.c: New file.
5200
5201         [BZ #6974]
5202         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
5203         without dot.  Properly terminate the string with a null byte.
5204         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
5205
5206         [BZ #6980]
5207         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
5208         negative sizees.
5209         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
5210         negative __size.
5211
5212         [BZ #6995]
5213         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
5214
5215 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
5216
5217         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
5218         abort if there is no initgroups_dyn function.
5219
5220         * resolv/res_send.c (send_dg): On timeout, only return nonzero
5221         result if any of the queries really provided an answer.
5222
5223 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
5224
5225         * po/lt.po: Update from translation team.
5226
5227 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
5228
5229         * po/id.po: Update from translation team.
5230
5231 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
5232
5233         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
5234         Fix tests for existence of second reply.
5235
5236 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
5237
5238         * po/id.po: New file.
5239         Contributed by the Indonesian translation team.
5240
5241 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
5242
5243         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
5244         initialization.
5245
5246 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
5247
5248         * elf/Makefile: Add rules to build and run tst-tls17.
5249         * elf/tst-tls17.c: New test.
5250         * elf/tst-tlsmod17a.c: New file.
5251         * elf/tst-tlsmod17b.c: Likewise.
5252
5253 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
5254
5255         * stdlib/divmod_1.c: Use correct type for dummy variable.
5256         * stdlib/mod_1.c: Likewise.
5257
5258 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
5259
5260         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
5261
5262 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
5263
5264         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
5265         __nonnull order for C++.
5266         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
5267         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
5268
5269 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
5270
5271         * stdlib/longlong.h: Update from GCC.
5272
5273 2008-10-09  Jakub Jelinek <jakub@redhat.com>
5274             David S. Miller  <davem@davemloft.net>
5275
5276         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
5277         make sure any registers used with 64-bit 'branch-on-register'
5278         instructions have their top 32-bits clear.
5279         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
5280         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
5281
5282 2008-09-18  Andreas Schwab  <schwab@suse.de>
5283
5284         [BZ #6942]
5285         * resolv/res_send.c (send_vc): Fix use of unaligned address.
5286         Properly handle partial reads.
5287
5288 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
5289
5290         * elf/elf.h (STO_MIPS_PLT): New.
5291         (R_MIPS_COPY): New.
5292         (R_MIPS_JUMP_SLOT): New.
5293         (R_MIPS_NUM): Redefine to 128.
5294         (DT_MIPS_PLTGOT): New.
5295         (DT_MIPS_RWPLT): New.
5296         (DT_MIPS_NUM): Redefine to 0x35.
5297
5298 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
5299
5300         * timezone/africa: Update from tzdata2008f.
5301         * timezone/asia: Likewise.
5302         * timezone/australasia: Likewise.
5303         * timezone/europe: Likewise.
5304         * timezone/leapseconds: Likewise.
5305         * timezone/northamerica: Likewise.
5306         * timezone/southamerica: Likewise.
5307         * timezone/zone.tab: Likewise.
5308
5309 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
5310
5311         * nscd/connections.c: Disable use of paccept for now.
5312
5313 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
5314
5315         * socket/Versions: Remove paccept export for GLIBC_2.9.
5316         * socket/Makefile (routines): Remove paccept.
5317         * socket/sys/socket.h: Remove paccept declaration.
5318
5319         * po/sv.po: Update from translation team.
5320
5321 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
5322
5323         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
5324         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5325
5326 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
5327
5328         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
5329         Patch by Olivier Fourdan <ofourdan@redhat.com>.
5330
5331 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
5332
5333         * sunrpc/rpc/svc.h: Declare svcfd_create.
5334         Patch by Michael Solberg <msolberg@redhat.com>.
5335
5336 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
5337             Ulrich Drepper  <drepper@redhat.com>
5338
5339         * malloc/malloc.c (public_vALLOc): Try other arenas in case
5340         _int_valloc fails.
5341         (public_pVALLOc): Likewise.
5342
5343 2008-09-02  Andreas Jaeger  <aj@suse.de>
5344
5345         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
5346         commit.
5347
5348 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
5349
5350         [BZ #6860]
5351         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
5352
5353 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
5354
5355         * Makefile (check-data): Check data directory in add-ons.
5356         * elf/Makefile (check-data): Likewise.
5357
5358 2008-08-18  Roland McGrath  <roland@redhat.com>
5359
5360         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
5361         * configure: Regenerated.
5362         * config.make.in (cflags-cpu): New substituted variable.
5363         (with-cpu): Variable removed.
5364         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
5365
5366 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
5367
5368         [BZ #6845]
5369         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
5370         __signbitl definition and __LONG_DOUBLE_128__ guard from:
5371         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
5372         redundant.  Functions which call floating point assembler operations
5373         should go into a sysdeps powerpc/fpu directory.
5374
5375 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
5376
5377         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
5378         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5379
5380 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
5381
5382         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
5383
5384         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
5385         change related to AT_EXECFN.  We cannot use that string.
5386         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5387         _dl_execfn member.
5388         * elf/dl-support.c: Remove _dl_execfn variable.
5389         (_dl_aux_init): Remove handling of AT_EXECFN.
5390         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
5391         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
5392
5393 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
5394
5395         [BZ #6544]
5396         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
5397         byte gets added to writes and seeks from the end use the length of
5398         the buffer and not the currently terminating NUL byte.
5399
5400         [BZ #6634]
5401         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5402         Set to true if locking failed.
5403         (getutid_r_file): Adjust caller.
5404         (pututline_file): Likewise.  Return NULL in this case.
5405         Patch mostly by halesh.s@gmail.com.
5406
5407 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5408
5409         [BZ #6589]
5410         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5411         Define.
5412         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5413
5414 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5415
5416         [BZ #6839]
5417         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5418         macro since it is now available in elf/dynamic-link.h.
5419
5420 2008-08-12  Roland McGrath  <roland@frob.com>
5421
5422         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5423         in case used outside of libc.
5424         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5425
5426 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5427
5428         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5429         directly instead of going through dn_comp.
5430
5431 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5432
5433         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5434         Fix asm constraints.
5435
5436 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5437
5438         [BZ #6790]
5439         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5440         (IPV6_PMTUDISC_PROBE): Likewise.
5441
5442 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5443
5444         [BZ #6791]
5445         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
5446
5447 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
5448             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
5449
5450         [BZ #6817]
5451         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
5452         Added the members 'vsx' and 'arch_2_06'.
5453         (_dl_powerpc_platforms): Add the member 'power7'.
5454         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
5455         to reflect the changes required by VSX and ISA 2.06.
5456         Modify _DL_PLATFORMS_COUNT to reflect the addition of
5457         'power7'.
5458         Defined PPC_PLATFORM_POWER7.
5459         (_dl_string_platform): Add support for POWER7.
5460         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
5461         capability and ISA 2.06.
5462
5463 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5464
5465         [BZ #6824]
5466         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
5467         macro to detect use of 128 bit long double.
5468         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
5469
5470 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
5471
5472         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
5473
5474         [BZ #5794]
5475         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
5476         parameters.
5477         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
5478         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5479
5480 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
5481
5482         * nscd/connections.c (main_loop_poll): Pass a buffer which is
5483         guaranteed to be large enough to read inotify event.  Ignore
5484         EAGAIN error.  Better error message.  Add branch predicition.
5485         (main_loop_epoll): Likewise.
5486
5487 2008-08-02  Roland McGrath  <roland@frob.com>
5488
5489         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5490         Add memory clobbers.
5491
5492 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
5493
5494         * manual/arith.texi: Avoid @strong{Note:}.
5495         * manual/creature.texi: Likewise.
5496         * manual/filesys.texi: Likewise.
5497         * manual/math.texi: Likewise.
5498         * manual/memory.texi: Likewise.
5499         * manual/resource.texi: Likewise.
5500         * manual/syslog.texi: Likewise.
5501         * manual/time.texi: Likewise.
5502
5503         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
5504         to prevent warning.
5505
5506 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
5507
5508         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
5509         new epoll_create1 interface.
5510         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5511         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5512         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5513
5514         * include/arpa/nameser.h (NS_GET16): Use const pointer.
5515         (NS_GET32): Likewise.
5516
5517         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5518         syscalls, too.
5519
5520         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5521         use the AT_EXECFN value if it is no absolute path.
5522         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5523         __ASSUME_AT_EXECFN.
5524
5525         * Versions.def: Add GLIBC_2.9 to libresolv.
5526         * include/resolv.h: Remove hidden proto declarations for __ns_*
5527         functions.  Add them for __dn_count_labels and __p_secstodate.
5528         * include/arpa/nameser.h: Add a number of hidden proto declarations.
5529         Define ns_msg_getflags macro here.
5530         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5531         and __p_secstodate.
5532         * resolv/Versions: Export functions from <arpa/nameser.h> from
5533         libresolv in version GLIBC_2.9.
5534         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
5535         hidden definitions.
5536         * resolv/ns_netint.c: Likewise.
5537         * resolv/ns_parse.c: Likewise.
5538         * resolv/ns_print.c: Likewise.
5539         * resolv/ns_samedomain.c: Likewise.
5540         * resolv/ns_ttl.c: Likewise.
5541         * resolv/arpa/nameser_compat.h: Likewise.
5542         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
5543         function calls.
5544         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5545         instead of ns_get16.
5546         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5547         __ns_get32 instead of ns_get16 and ns_get32 respectively.
5548         (gaih_getanswer_slice): Likewise.
5549         * resolv/Makefile (libresolv-routines): Add ns_date.
5550         * resolv/ns_date.c: New file.
5551
5552         * elf/Makefile (check-localplt.out): Also check libresolv and
5553         libcrypt.
5554
5555 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
5556
5557         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5558         __ASSUME_O_CLOEXEC.
5559
5560 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
5561
5562         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
5563         buffer passed to NSS functions.
5564
5565         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
5566
5567         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
5568         Define.
5569
5570         * misc/syslog.c (openlog_internal): Fix compile problem.
5571
5572 2008-07-28  Roland McGrath  <roland@redhat.com>
5573
5574         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
5575
5576 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
5577
5578         * io/ftw.c (add_object): Remove inline to avoid warning.
5579
5580         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
5581
5582         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
5583         Use it instead of locally defined resplen2 variable.
5584         (res_nsend): Adjust for __libc_res_nsend interface change.
5585         (send_vc): Initialize *resplen2 if necessary.  Read length of
5586         package into an appropriately aligned variable.  Store converted length
5587         in new variable and use it appropriately.
5588         Add branch prediction help.
5589         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
5590         and pass it on to __libc_res_nsend.  Adjust all callers.
5591         (__libc_res_nsearch): Likewise.
5592         (__libc_res_nqeurydomain): Likewise.
5593         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
5594         change.
5595         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
5596         Define resplen2 variable and pass it to __libc_res_nsearch and then
5597         to gaih_getanswer.
5598         (getanswer_r): In case of incorrect DNS data don't overread buffer.
5599         Add branch prediction.
5600         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
5601         (gaih_getanswer): Don't decode second slice if first one failed due
5602         to a too small buffer.  Don't let not found status of second
5603         decoder shadow results of the first.
5604         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
5605         and __libc_res_nquery interface changes
5606         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
5607         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
5608         __libc_res_nsearch, and __libc_res_nsend.
5609         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
5610         change.
5611         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
5612         __libc_res_nsearch interface changes.
5613
5614 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
5615
5616         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
5617
5618         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
5619         file descriptors with close-on-exec set.
5620         (exec_comm_child): Fix the case where the write end of the pipe is
5621         STDOUT_FILENO already.  In case it is, clear close-on-exec.
5622
5623         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
5624         * io/pipe2.c: Likewise.
5625         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
5626         instead of __ASSUME_PACCEPT.
5627         * include/unistd.h: Declare __have_pipe2.
5628         * libio/iopopen.c: Implement "e" flag.
5629         * libio/Makefile (tests): Add tst-popen1.
5630         * libio/tst-popen1.c: New file.
5631
5632         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
5633         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5634
5635 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5636
5637         [BZ #6771]
5638         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
5639         success call of _IO_SEEKOFF or calls which failed because the
5640         descriptor is for a pipe.
5641
5642         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
5643         magic number.
5644
5645         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
5646
5647         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
5648         F_SETFD use if we know fopen set the flag.
5649
5650         * login/utmp_file.c (setutent_file): Minor optimization in case
5651         O_CLOEXEC is available.
5652
5653 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
5654
5655         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
5656         * elf/Makefile: Use pie-ccflag variable.
5657         * nscd/Makefile: Likewise.
5658         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
5659
5660 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
5661
5662         [BZ #6724]
5663         * Versions.def: Add GLIBC_2.9 version tag for libutil.
5664         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
5665         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
5666         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
5667         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
5668         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
5669         utmp32, utmpx32 and login32.
5670         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
5671         versions of struct utmp functions to libc and libutil.
5672         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
5673         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
5674         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
5675         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
5676         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
5677         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
5678         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
5679         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
5680         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
5681         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
5682         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
5683         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
5684         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
5685         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
5686         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
5687         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
5688         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
5689         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
5690         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
5691         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
5692         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
5693         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
5694
5695 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5696
5697         * scripts/gen-as-const.awk: Generate more widely usable code by
5698         using 64-bit arithmetic.
5699
5700         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
5701         the same treatment as narrow output code in last patch.
5702
5703         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
5704
5705         [BZ #6763]
5706         * elf/dl-load.c (local_strdup): Remove inline.
5707         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
5708         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
5709         part of the object.
5710
5711         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
5712
5713 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
5714
5715         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
5716         the new syscalls, too.
5717
5718         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
5719         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
5720
5721         [BZ #6698]
5722         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
5723         parameter for end of buffer.  If temporary copy is too large use
5724         malloc.
5725         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
5726         interface change.
5727         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
5728         string rewrite when allocating buffer.
5729
5730         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
5731         syscalls, too.
5732
5733         * nscd/connections.c (nscd_init): Clean up fcntl call.
5734
5735         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
5736         SOCK_NONBLOCK if possible.
5737
5738         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
5739         SOCK_CLOEXEC if available.
5740
5741         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
5742         __libc_clntudp_bufcreate_internal.
5743         * include/sys/socket.h: Declare __have_sock_cloexec.
5744         * socket/Makefile (aux): Add have_sock_cloexec.
5745         * socket/have_sock_cloexec.c: New file.
5746         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
5747         __libc_clntudp_bufcreate.
5748         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
5749         which takes an additional parameter.  Create socket with non-blocking
5750         mode and close-on-exec flag set, if wanted.
5751         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
5752         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
5753         instead of clntudp_create.  The socket has already the close-on-exec
5754         flag set if SOCK_CLOEXEC is defined.
5755
5756 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
5757
5758         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5759         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5760         appropriate.
5761         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5762         non-blocking mode by using socket, paccept, and inotify_init1.
5763
5764         * Versions.def (glibc): Add GLIBC_2.9.
5765         * io/Makefile (routines): Add dup3 and pipe2.
5766         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5767         * io/dup3.c: New file.
5768         * io/pipe2.c: New file.
5769         * posix/unistd.h: Declare dup3 and pipe2.
5770         * socket/Makefile (routines): Add paccept.
5771         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5772         * socket/paccept.c: New file.
5773         * socket/sys/socket.h: Declare paccept.
5774         * sysdeps/unix/syscalls.list: Add entry for dup3.
5775         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5776         epoll_create2 and inotify_init1.
5777         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5778         * sysdeps/unix/sysv/linux/paccept.c: New file.
5779         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5780         possible.
5781         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5782         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5783         inotify_init1, and pipe2 entries.
5784         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5785         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5786         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5787         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5788         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5789         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5790         SOCK_NONBLOCK.
5791         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5792         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5793         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5794         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5795         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5796         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5797         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5798         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5799         EPOLL_NONBLOCK.  Declare epoll_create2.
5800         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5801         EFD_NONBLOCK.
5802         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5803         IN_NONBLOCK.  Declare inotify_init1.
5804         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5805         SFD_NONBLOCK.
5806         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5807         TFD_NONBLOCK.
5808
5809         * elf/elf.h: Define AT_EXECFN.
5810         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5811         LD_ORIGIN_PATH.
5812         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5813         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
5814         if __ASSUME_AT_EXECFN is defined.
5815         (_dl_aux_init): Handle AT_EXECFN.
5816         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5817         for 2.6.27 and up.
5818         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5819         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5820         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5821         _dl_execfn if available and avoid compatibility code if
5822         __ASSUME_AT_EXECFN is defined.
5823
5824         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5825         _dl_discover_osversion only for older kernels.
5826
5827 2008-07-22  Roland McGrath  <roland@frob.com>
5828
5829         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
5830
5831 2008-07-21  Roland McGrath  <roland@frob.com>
5832
5833         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
5834         returned too much data out of line.
5835
5836 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
5837
5838         * locale/setlocale.c (setname): Remove inline to avoid compiler
5839         warning.
5840
5841         [BZ #6712]
5842         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
5843
5844 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
5845
5846         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
5847         doesn't manage to write anything, fail.
5848
5849         * malloc/hooks.c (__malloc_check_init): Remove printf.
5850
5851 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5852
5853         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
5854
5855 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
5856
5857         * nscd/connections.c (main_loop_poll): Fix handling of read errors
5858         from inotify.
5859         (main_loop_epoll): Likewise.
5860
5861 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
5862
5863         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
5864
5865         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
5866         if DEBUG is defined.
5867
5868         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
5869         query.  Adjust buffer size computation for padding.
5870
5871 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
5872
5873         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
5874         * stdio-common/tst-setvbuf1.c: New file.
5875         * stdio-common/tst-setvbuf1.expect: New file.
5876
5877         [BZ #6719]
5878         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
5879         when selecting fully-buffered stream.
5880         Patch by Wang Xin <wxinee@gmail.com>.
5881
5882 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5883
5884         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
5885         (__open_2): New function.
5886         (__open64_2): New alias to __open_2.
5887         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
5888         (__openat_2): New function.
5889         (__openat64_2): New alias to __openat_2.
5890
5891 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
5892
5893         [BZ #6723]
5894         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5895
5896 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5897
5898         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
5899         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
5900         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
5901         __hurd_dfail.
5902         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5903         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5904         * sysdeps/mach/hurd/send.c (__send): Likewise.
5905         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
5906         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
5907
5908 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5909
5910         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
5911         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5912         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5913         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
5914         * hurd/get-host.c (_hurd_get_host_config): Likewise.
5915         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
5916
5917 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
5918
5919         [BZ #6657]
5920         * time/strptime_l.c: Don't clear s.era_cnt after successful match
5921         of %EY.
5922         Patch by Petr Baudis.
5923
5924 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
5925
5926         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
5927         Patch by Peter Jones <pjones@redhat.com>.
5928
5929 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5930
5931         [BZ #6654]
5932         * stdlib/canonicalize.c (__realpath): readlink can write too much
5933         into the buffer on platforms without PATH_MAX.
5934
5935 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
5936
5937         [BZ #6653]
5938         * posix/tst-regex.c (main): Rename to...
5939         (do_test): ... this. Remove cmdline option processing.
5940         (TIMEOUT): Define.
5941         (TEST_FUNCTION): Define.
5942         (CMDLINE_OPTIONS): Define.
5943
5944 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5945
5946         [BZ #5210]
5947         * configure.in: Add -Werror to -fstack-protector test to catch
5948         unsupported architectures.
5949         Patch by Gilles Esponasse <g.esp@free.fr>.
5950
5951 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
5952
5953         * stdlib/tst-setcontext.c: Set back_in_main before exit if
5954         getcontext returns ENOSYS.
5955
5956 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
5957
5958         * nscd/connections.c (main_loop_poll): Fix test for read error.
5959         (main_loop_epoll): Likewise.
5960
5961 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
5962
5963         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
5964         better place so it is not called when nscd is used.
5965
5966         * nscd/connections.c: Also recognize and handle changes to the
5967         resolver configuration file.
5968
5969 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5970
5971         * time/strftime.c: Pass reference to tzset_called around to handle
5972         recursive calls.
5973
5974         [BZ #6612]
5975         * time/strftime.c (__strftime_internal): Call tzset() only
5976         when printing timezone-dependent values.
5977         Based on a patch by Petr Baudis <pasky@suse.cz>.
5978
5979         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
5980         unconditionally use second gaih_getanswer_slice result.
5981
5982         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
5983         (getaddrinfo): RES must always be non-NULL.
5984
5985 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
5986
5987         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
5988         cr[34] registers.
5989         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5990         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5991         Likewise.
5992         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
5993         register.
5994
5995 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5996
5997         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
5998         fields.
5999         * nscd/connections.c (inotify_fd): New variable.
6000         (nscd_init): Try to open an inotify descriptor.
6001         If successful, watch files for databases using inotify instead of
6002         having prune threads stat the files.
6003         (nscd_run_prune): Recognize clear_cache flag being set and call
6004         prune_cache appropriately.
6005         (main_loop_poll): Add inotify descriptor to wait set and handle the
6006         reported changes.
6007         (main_loop_epoll): Likewise.
6008         * nscd/cache.c (prune_cache): Don't stat files for databases if
6009         inotify is used.
6010         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
6011         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
6012
6013         * nscd/grpcache.c (cache_addgr): Correctly compute size of
6014         fixed-size portion of the record.
6015         * nscd/servicescache.c (cache_addserv): Likewise.
6016         * nscd/pwdcache.c (cache_addpw): Likewise.
6017         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6018
6019 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
6020
6021         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
6022         out we don't use uninitialized memory.
6023
6024         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
6025         the client.
6026
6027 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
6028
6029         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
6030         ignore T_DNAME messages.
6031         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
6032
6033 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
6034
6035         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
6036         Avoid segfault if first GETC returns eof/'\0'/'\n'.
6037
6038 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
6039
6040         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
6041         instead of portstr to nscd_getserv_r.  Patch by
6042         Roman Kagan <rkagan@mail.ru>.
6043
6044 2008-05-26  Jim Meyering  <meyering@redhat.com>
6045
6046         Remove more useless "if" tests before "free".
6047         * include/inline-hashtab.h (htab_delete): Likewise.
6048         * libio/freopen.c (freopen): Likewise.
6049         * libio/freopen64.c (freopen64): Likewise.
6050         * locale/programs/ld-collate.c (collate_read): Likewise.
6051         * misc/fstab.c (libc_freeres_fn): Likewise.
6052         * posix/glob.c (globfree): Likewise.
6053
6054 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6055
6056         * string/Makefile (strop-tests): Add memmem.
6057         * string/test-memmem.c: New file.
6058         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
6059         (test_init): Size buf1 according to BUF1PAGES.
6060
6061 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
6062
6063         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
6064         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
6065         (CFLAGS-scanf17.c): New.
6066         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
6067         * stdio-common/scanf15.c (main): Likewise.
6068         * stdio-common/scanf16.c: New file.
6069         * stdio-common/scanf17.c: New file.
6070
6071 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
6072
6073         * resolv/res_send.c (send_dg): If we already have one of two
6074         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
6075         use the one answer insted of failing.
6076
6077 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
6078
6079         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
6080         being executed on PowerPC as the expected result exceeds IBM
6081         long double 128 __LDBL_MAX__.
6082
6083 2008-05-21  Roland McGrath  <roland@redhat.com>
6084
6085         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
6086
6087         * Makefile (check-data): Use $(abi-name) before other guesses.
6088         Look in $(add-ons) dirs before scripts/data/.
6089         * elf/Makefile (check-data): Likewise.
6090
6091         * scripts/soversions.awk: Grok ABI line.
6092         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
6093         Emit definition for abi-name variable.
6094
6095 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
6096
6097         * string/endian.h: Define new fixed-size hto* and *toh macros only
6098         if [__USE_BSD].
6099
6100         * iconvdata/Depend: Add localedata.
6101
6102 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6103
6104         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
6105
6106 2008-05-08  David S. Miller  <davem@davemloft.net>
6107
6108         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
6109         HIDDEN_JUMPTARGET.
6110         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6111         (__SYSCALL_CLOBBERS): Remove %g* registers.
6112         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6113         (__SYSCALL_CLOBBERS): Likewise.
6114         * scripts/data/localplt-sparc-linux-gnu.data: New file.
6115         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
6116
6117 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
6118
6119         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6120         (CALL_ERRNO_LOCATION): Define.
6121         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6122         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6123         (CALL_ERRNO_LOCATION): Define.
6124         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6125         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
6126         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
6127
6128 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
6129
6130         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
6131         variable.
6132
6133 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
6134
6135         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
6136         (FIRST_FRAME_POINTER): Define.
6137
6138 2008-05-09  David S. Miller  <davem@davemloft.net>
6139
6140         * sysdeps/sparc/sparc64/backtrace.c: New file.
6141
6142 2008-05-14  David S. Miller  <davem@davemloft.net>
6143
6144         * sysdeps/sparc/machine-gmon.h: New file.
6145         * sysdeps/sparc/sparc-mcount.S: Likewise.
6146         * sysdeps/sparc/Makefile: Add sparc-mcount target to
6147         sysdep_routines in gmon directory.
6148
6149 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
6150
6151         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
6152
6153 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
6154
6155         * resolv/res_query.c (__libc_res_nquery): In case one of two
6156         answer was too short don't try to read that answer's header.
6157
6158         * resolv/res_send.c (send_dg): In case of timeout and there are
6159         two queries and one has been answered, return value indicating
6160         success.
6161
6162 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
6163
6164         * nscd/cache.c (cache_add): Take additional parameter specifying
6165         whether this is in response of a cache refill.  Check alignment
6166         of package data.  Revamp waking of pruning thread.
6167         (prune_cache): Small optimization.
6168         * nscd/nscd.h: Adjust cache_add prototypes.
6169         * nscd/aicache.c: Adjust cache_add calls.
6170         * nscd/grpcache.c: Likewise.
6171         * nscd/hstcache.c: Likewise.
6172         * nscd/initgrcache.c: Likewise.
6173         * nscd/pwdcache.c: Likewise.
6174         * nscd/servicescache.c: Likewise.
6175         * nscd/connections.c (restart): Really disable cache use before
6176         exec attempt.  If it fails, reenable cache.
6177         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
6178         time to max to be able to notice concurrent cache additions.  Unlock
6179         prune_lock while performing gc.  Afterwards compute wakeup time with
6180         current wakeup_time value in mind.
6181
6182 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
6183
6184         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
6185
6186         * nscd/mem.c (gc): Correctly determine highest used array element
6187         in mark.
6188
6189         * nscd/mem.c (markrange): Add assert to check entries are all
6190         aligned.  Small cleanup in bitmap use.
6191
6192         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
6193         blockoff of type nscd_ssize_t.
6194         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
6195         (mempoll_alloc): Record block offset and not address.
6196
6197         * nscd/mem.c (gc): Fix test for stack overuse.
6198
6199         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
6200         more asserts.
6201
6202         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
6203         entry is available, believe it.
6204
6205         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
6206         no answers return NSS_STATUS_NOTFOUND.
6207         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
6208         buffer does not have any content.
6209
6210 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
6211
6212         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
6213
6214         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
6215         lookup, don't assign canon unconditionally.
6216
6217 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6218
6219         * string/Makefile (distribute): Add str-two-way.h.
6220
6221 2008-03-29  Eric Blake  <ebb9@byu.net>
6222
6223         Rewrite string searches to O(n) rather than O(n^2).
6224         * string/str-two-way.h: New file.  For linear fixed-allocation
6225         string searching.
6226         * string/memmem.c: New implementation.
6227         * string/strstr.c: New implementation.
6228         * string/strcasestr.c: New implementation.
6229
6230 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
6231
6232         * posix/regcomp.c (optimize_utf8): Add a note on why we test
6233         opr.ctx_type.
6234         (calc_first): Initialize constraint field.
6235         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6236         Use search_duplicated_node to avoid loops.  Fix grammar.
6237         (duplicate_node): Merge constraint field for all node types.
6238         (calc_eclosure_iter): Look at constraint field for all node types.
6239         * posix/regex_internal.c (create_cd_newstate): Don't look at
6240         create_cd_newstate.
6241
6242 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6243
6244         [BZ #6428]
6245         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
6246
6247         [BZ #6442]
6248         * string/endian.h: Add macros for fixed-size endian conversion.
6249         * bits/byteswap.h: Allow inclusion from <endian.h>.
6250         * sysdeps/i386/bits/byteswap.h: Likewise.
6251         * sysdeps/ia64/bits/byteswap.h: Likewise.
6252         * sysdeps/s390/bits/byteswap.h: Likewise.
6253         * sysdeps/x86_64/bits/byteswap.h: Likewise.
6254         * string/Makefile (tests): Add tst-endian.
6255         * string/tst-endian.c: New file.
6256
6257         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
6258         Patch by Reuben Thomas.
6259
6260 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
6261
6262         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
6263
6264 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6265
6266         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
6267
6268         [BZ #6461]
6269         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
6270         Add missing braces.
6271         (BODY for __gconv_transform_internal_ascii): Likewise.
6272
6273         [BZ #6472]
6274         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
6275         to be treated like link-local addresses.
6276         (match_prefix): Don't treat IPv4 loopback address special when
6277         converting to v4 mapped addressed.
6278
6279         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
6280         if necessary.
6281         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
6282         * posix/tst-rfc3484-2.c: Likewise.
6283         * posix/tst-rfc3484-3.c: Likewise.
6284
6285         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
6286         and SCTP.
6287
6288         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
6289
6290         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
6291
6292         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
6293
6294 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
6295
6296         * po/lt.po: New file.  From Lituanian translation team.
6297
6298 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
6299
6300         Introduce TLS descriptors for i386 and x86_64.
6301         * include/inline-hashtab.h: New file, copied from 2005's
6302         libiberty, with fix for memory leak imported afterwards by
6303         Glauber de Oliveira Costa.
6304         * elf/tlsdeschtab.h: New file.
6305         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
6306         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
6307         (CHECK_STATIC_TLS): Move to...
6308         * elf/dynamic-link.h: ... this file.
6309         (TRY_STATIC_TLS): New macro.
6310         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
6311         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
6312         R_386_TLS_DESC): Define.
6313         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
6314         binutils.
6315         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
6316         R_X86_64_TLSDESC): Define.
6317         (R_386_NUM, R_X86_64_NUM): Adjust.
6318         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
6319         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6320         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6321         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6322         release tlsdesc_table.
6323         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
6324         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
6325         (elf_machine_rel): Handle R_386_TLS_DESC.
6326         (elf_machine_rela): Likewise.
6327         (elf_machine_lazy_rel): Likewise.
6328         (elf_machine_lazy_rela): Likewise.
6329         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
6330         * sysdeps/i386/dl-tlsdesc.S: New file.
6331         * sysdeps/i386/dl-tlsdesc.h: New file.
6332         * sysdeps/i386/tlsdesc.c: New file.
6333         * sysdeps/i386/tlsdesc.sym: New file.
6334         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
6335         tlsdesc_table.
6336         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
6337         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6338         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6339         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6340         release tlsdesc_table.
6341         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
6342         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
6343         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
6344         (elf_machine_rel): Handle R_X86_64_TLSDESC.
6345         (elf_machine_rela): Likewise.
6346         (elf_machine_lazy_rel): Likewise.
6347         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
6348         (__tls_get_addr): Do not declare for non-shared compiles.
6349         * sysdeps/x86_64/dl-tlsdesc.S: New file.
6350         * sysdeps/x86_64/dl-tlsdesc.h: New file.
6351         * sysdeps/x86_64/tlsdesc.c: New file.
6352         * sysdeps/x86_64/tlsdesc.sym: New file.
6353         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
6354         tlsdesc_table for both 32- and 64-bit structs.
6355
6356 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6357
6358         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
6359         its own function.  This reduces the frame setup costs and more.
6360
6361 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
6362
6363         [BZ #3406]
6364         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
6365         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
6366
6367 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6368
6369         * io/openat.c (__openat_2): Also pass fd to __openat.
6370         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
6371         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
6372
6373         * string/tester.c (test_memcmp): Add a few more tests.
6374         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
6375
6376 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6377
6378         * nscd/cache.c (cache_add): Before returning with failure and this
6379         is the first use of the record, mark it as unusable.
6380         * nscd/aicache.c: Don't touch the dataset after cache_add returns
6381         reporting a failure.
6382         * nscd/grpcache.c: Likewise
6383         * nscd/hstcache.c: Likewise.
6384         * nscd/initgrcache.c: Likewise.
6385         * nscd/pwdcache.c: Likewise.
6386         * nscd/servicescache.c: Likewise.
6387
6388 2008-05-10  Roland McGrath  <roland@redhat.com>
6389
6390         [BZ #6505]
6391         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
6392
6393 2008-05-08  David S. Miller  <davem@davemloft.net>
6394
6395         * misc/truncate64.c (truncate64): Use __truncate not truncate.
6396
6397         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6398         (__ieee754_y0l): Likewise.
6399         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6400         (__ieee754_y1l): Likewise.
6401         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6402         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6403         frexpl and ldexpl.  math_private.h provides them and the latter
6404         is not even used.
6405         (__log1pl): Use __frexpl.
6406
6407 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6408
6409         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6410         prototypes.
6411         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6412         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6413         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6414         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6415         af==AF_UNSPEC.
6416         (_nss_nis_gethostbyname4_r): New function.
6417         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6418         Change to also handle af==AF_UNSPEC.
6419         (get_tablename): New function.  Use it to avoid duplication.
6420         (_nss_nisplus_gethostbyname4_r): New function.
6421         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6422         available.
6423         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6424         * nss/nss.h: Define struct gaih_addrtuple.
6425         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6426         af==AF_UNSPEC.
6427         (_nss_files_gethostbyname4_r): New function.
6428         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6429         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6430         calls.
6431         * resolv/res_query.c (__libc_res_nquery): Take two additional
6432         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6433         look up IPv4 and IPv6.
6434         Change all callers.
6435         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6436         for an additional query and answer buffer.  Pass to send_vc and
6437         send_dg.
6438         (send_vc): Send possibly two requests and receive two answers.
6439         (send_dg): Likewise.
6440         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6441         __libc_res_nquery.
6442         (_nss_dns_gethostbyname4_r): New function.
6443         (gaih_getanswer_slice): Likewise.
6444         (gaih_getanswer): Likewise.
6445         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
6446         __libc_res_nquery call.
6447         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6448         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
6449         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
6450         available.
6451
6452 2008-05-05  David S. Miller  <davem@davemloft.net>
6453
6454         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
6455         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
6456
6457 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6458
6459         Fix termios bit macros.
6460         Move *DLY definitions where they belong, in termios.h.
6461         Add *[0-3] definitions.
6462         Fixes confusion between VT and FF.
6463         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
6464         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
6465         are already defined to avoid collision with termios.h.
6466         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
6467         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
6468         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
6469         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
6470         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
6471         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
6472         VTDLY, VT0, VT1): New macros.
6473         [__USE_GNU] (OLCUC): Change value of macro.
6474         [__USE_XOPEN] (OFILL): New macro.
6475         [__USE_BSD] (CRTSCTS): Change value.
6476         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
6477         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
6478         (B7200, B14400, B28800, B76800): New macros.
6479
6480 2008-05-01  David S. Miller  <davem@davemloft.net>
6481
6482         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
6483         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
6484         (gen-as-const-headers): Add it.
6485         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
6486         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6487         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
6488         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
6489
6490         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
6491         six system call parameters.
6492         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
6493
6494 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
6495
6496         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
6497         RUSAGE_LWP.
6498         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
6499         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
6500
6501 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
6502
6503         * stdlib/tst-setcontext.c: Include unistd.h.
6504
6505 2008-04-25  David S. Miller  <davem@davemloft.net>
6506
6507         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
6508         Pass "union semun" properly in to sys_ipc, it must be passed
6509         by value, not by reference.
6510
6511 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
6512
6513         * nscd/Makefile (nscd-cflags): Set back to -fpie.
6514         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6515         * nscd/connections.c (mem_in_flight): Likewise.
6516
6517         * nscd/nscd.h (dbs): Make hidden.
6518
6519         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6520         Avoid returning -1, return 0 instead.
6521
6522 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
6523
6524         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6525
6526 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
6527
6528         [BZ #5209]
6529         * sysdeps/unix/sysv/linux/times.c: New file.
6530
6531         [BZ #5381]
6532         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6533         mem_in_flight_list variables.  Add new parameter to mempool_alloc
6534         prototype.
6535         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
6536         appropriate mem_in_flight element.
6537         (gc): Take allocations which have not yet been committed to the
6538         database into account.
6539         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6540         Reset mem_in_flight before returning.
6541         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6542         cue it up in mem_in_flight_list.
6543         * nscd/aicache.c: Adjust mempool_alloc call.
6544         * nscd/grpcache.c: Likewise.
6545         * nscd/hstcache.c: Likewise.
6546         * nscd/initgrcache.c: Likewise.
6547         * nscd/pwdcache.c: Likewise.
6548         * nscd/servicescache.c: Likewise.
6549         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
6550         of -fpie.
6551
6552         * nscd/connections.c (handle_request): Provide better error message
6553         in case SELinux forbids the service.
6554
6555         * version.h (VERSION): Bump to 2.8.90.
6556
6557 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
6558
6559         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
6560
6561 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6562
6563         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
6564         Also use for 32-bit.
6565         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
6566         __nextafter instead of nextafter to avoid local PLT.
6567         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
6568         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6569
6570         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
6571
6572         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
6573         __fe_nomask_env.
6574         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
6575         <fenv_libc.h> instead of <fenv.h>.
6576         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6578
6579         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
6580
6581         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
6582         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
6583         function from fegetexcept and make old name weak alias.
6584         * include/fenv.h: Declare __fegetexcept.
6585         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
6586         fegetexcept.
6587         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
6588         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
6589         to fetestexcept.
6590         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
6591         instead of frexpl to avoid local PLT.
6592         * math/s_significandl.c (__significandl): Use __ilogbl instead of
6593         ilogbl to avoid local PLT.
6594         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
6595         instead of ldexpl to avoid local PLT.
6596         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
6597         __roundl not roundl to avoid local PLT.
6598         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
6599         local PLTs.  Use __sincosl instead of separate sinl and cosl
6600         calls.
6601         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6602
6603         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
6604         version for ppc64 to 2.4.21 since without it makecontext will fail.
6605
6606         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
6607         to the ABI in use.
6608         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
6609         .__tls_get_addr.
6610         [__powerpc64__] (TLS_GD): Likewise.
6611
6612 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
6613
6614         [BZ #4997]
6615         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
6616         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
6617         mantissa.
6618         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6619         Likewise.  Also account for when x is an odd number between 2^52
6620         and 2^53-1.
6621         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
6622         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6623         * math/libm-test.inc (lround_test, llround_test): Added test cases to
6624         detect aforementioned erroneous conditions.
6625
6626 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6627
6628         * configure.in: Check for -fno-section-anchors in addition to
6629         -fno-toplevel-reorder.
6630
6631 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6632
6633         * include/features.h (__GLIBC_MINOR__): Bump to 8.
6634
6635         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
6636         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
6637         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
6638         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
6639         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
6640         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
6641
6642 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6643
6644         [BZ #5443]
6645         * time/era.c: Transform __libc_setlocale_lock into rwlock.
6646         * time/alt_digit.c: Likewise.
6647         * wcsmbs/wcsmbsload.c: Likewise.
6648
6649 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
6650
6651         * version.h (VERSION): Bump to 2.8.
6652
6653         * timzeone/asia: Update from tzdata2008b.
6654         * timezone/backward: Likewise.
6655         * timezone/europe: Likewise.
6656         * timezone/northamerica: Likewise.
6657         * timezone/southamerica: Likewise.
6658         * timezone/iso3166.tab: Likewise.
6659         * timezone/leapseconds: Likewise.
6660         * timezone/zone.tab: Likewise.
6661         * timezone/private.h: Update from tzcode2008a.
6662         * timezone/zdump.c: Likewise.
6663         * timezone/zic.c: Likewise.
6664
6665 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
6666
6667         [BZ #5741]
6668         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
6669         Define additonal Data Cache Block instruction macros.
6670         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
6671         Replace dcbst with dcbf and sync with sync/isync.
6672
6673 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
6674
6675         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6676         Always set ELF_RTYPE_CLASS_PLT.
6677         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
6678
6679 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
6680
6681         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
6682         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
6683         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
6684         For ISA 2.01 and later replace mftb with mfspr 268.
6685
6686 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
6687
6688         [BZ #5768]
6689         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
6690         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
6691
6692 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
6693
6694         [BZ #5768]
6695         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
6696         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
6697         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
6698         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
6699
6700 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
6701
6702         * stdlib/tst-makecontext.c (othervar): New variable.
6703         (cf): Test sign extending the argument to long.
6704
6705 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
6706
6707         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
6708         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
6709         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
6710         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
6711         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
6712         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
6713         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
6714
6715 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
6716
6717         * elf/Makefile (tests): Substitute tests-vis-yes here.
6718         (tests-vis-yes): Delete.
6719         (modules-name, modules-vis-yes): Similarly.
6720
6721 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
6722
6723         [BZ #4407]
6724         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6725         Preserve sign in signgamp when x is zero.
6726
6727 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
6728
6729         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
6730         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
6731         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
6732         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
6733         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
6734         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
6735
6736 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6737
6738         [BZ #4314]
6739         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
6740         buffers.
6741
6742         [BZ #5209]
6743         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
6744         a reserved error value.
6745
6746         * stdlib/tst-makecontext.c: Change parameter to cf to negative
6747         value to check for correct sign extension.
6748
6749         [BZ #5436]
6750         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6751         Copy 64-bit parameter values even though this is not required in
6752         the standard.
6753
6754         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
6755         PC save.
6756
6757 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
6758
6759         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6760         PC save.
6761
6762 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
6763
6764         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6765
6766 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6767
6768         [BZ #5998]
6769         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6770         in line-buffered stream failed.
6771         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6772
6773 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
6774
6775         [BZ #6024]
6776         * scripts/abi-versions.awk: If the version specified by
6777         --enable-oldest-abi is older than the first version for this
6778         architecture, use the default version.
6779
6780         * locale/programs/ld-collate.c (collate_read): Ignore script lines
6781         as well when ignoring the whole category.
6782
6783 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6784
6785         [BZ #6042]
6786         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6787         ETHERTYPE_* definitions.
6788         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6789
6790 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6791
6792         * stdlib/mbtowc.c (__no_r_state): Remove.
6793         (mbtowc): New static state variable.  Use it instead of
6794         __no_r_state.
6795         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6796         (__wctomb_state): New hidden variable.
6797         (wctomb): Use __wctomb_state instead of __no_r_state.
6798         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6799         (__wctomb_state): New extern decl.
6800         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6801
6802 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6803
6804         [BZ #5475]
6805         * resolv/res_init.c: Handle scope IDs in resolv.conf.
6806
6807 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6808
6809         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6810
6811 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
6812
6813         * po/nl.po: Update from translation team.
6814
6815 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
6816
6817         [BZ #6007]
6818         * string/strfry.c: Handle empty strings again.
6819
6820 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6821
6822         [BZ #5443]
6823         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6824         before looking for translation.
6825         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6826         * locale/freelocale.c: Likewise.
6827         * locale/newlocale.c: Likewise.
6828         * locale/setlocale.c: Likewise.
6829         Based partially on a patch by ryo@np.css.fujitsu.com.
6830
6831 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
6832
6833         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
6834         acquiring wrlock.  Do conv_tab allocation while holding lock.
6835         * intl/Makefile: Add rules to build and run tst-gettext6.
6836         * intl/tst-gettext6.c: New test.
6837         * intl/tst-gettext6.sh: New file.
6838
6839 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6840
6841         * po/nl.po: Update from translation team.
6842
6843         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
6844         provided through st_blksize, try the default size before giving up.
6845
6846 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
6847
6848         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
6849
6850         [BZ #5939]
6851         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
6852
6853         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
6854         error message.  POSIX today does not require the messages to be in
6855         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
6856
6857         [BZ #5979]
6858         * sunrpc/auth_unix.c: Unify printed strings.
6859         * sunrpc/clnt_tcp.c: Likewise.
6860         * sunrpc/clnt_udp.c: Likewise.
6861         * sunrpc/clnt_unix.c: Likewise.
6862         * sunrpc/svc_tcp.c: Likewise.
6863         * sunrpc/svc_udp.c: Likewise.
6864         * sunrpc/svc_unix.c: Likewise.
6865         * sunrpc/xdr.c: Likewise.
6866         * sunrpc/xdr_array.c: Likewise.
6867         * sunrpc/xdr_rec.c: Likewise.
6868         * sunrpc/xdr_ref.c: Likewise.
6869         * locale/programs/ld-time.c (time_finish): Unify messages.
6870         * locale/programs/locfile.c (handle_copy): Fix typo.
6871         * nscd/nscd.c (options): Fix typo.
6872
6873         [BZ #5995]
6874         * stdlib/strtod_l.c: Use correct sign for result in one more
6875         underflow case.
6876         Patch by Eric Blake <ebb9@byu.net>.
6877
6878 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
6879
6880         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
6881         and creat system calls.
6882         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
6883         call.
6884         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
6885         system calls.
6886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
6887         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6888         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6889
6890 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
6891
6892         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
6893         <linux/limits.h> has defined it.
6894         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
6895         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
6896         headers.
6897         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
6898         it instead of ARG_MAX.
6899
6900 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
6901
6902         * posix/gai.conf: Fix comment for scope nullbits.
6903         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
6904         default to 128 bits for v4 mapped addresses.
6905
6906 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6907
6908         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
6909         ptrace call to get the ieee_instruction_pointer from the kernel.
6910         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
6911         ptrace call to set the ieee_instructtion_pointer.
6912         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
6913         Add comment that ieee_instruction_pointer is always 0.
6914
6915 2008-03-09  Andreas Jaeger  <aj@suse.de>
6916
6917         [BZ #5857]
6918         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
6919         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
6920         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
6921
6922         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
6923         (rint_test): Likewise.
6924
6925 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
6926
6927         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
6928         call.
6929         (__nisfind_server): Similar for open readColdStartFile call.
6930         Patch partially by Jim Meyering.
6931         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
6932         around internal_setent call.
6933
6934         * po/vi.po: New Vietnamese translation.
6935
6936         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
6937         ADJ_OFFSET_SS_READ.
6938
6939         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
6940         remove CLONE_STOPPED.
6941
6942 2008-02-10  Jim Meyering  <meyering@redhat.com>
6943
6944         Remove useless "if" before "free":
6945         * elf/ldconfig.c (parse_conf_include): Likewise.
6946         * gmon/gmon.c (weak_alias): Likewise.
6947         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
6948         * inet/rcmd.c (__validuser2_sa): Likewise.
6949         * intl/bindtextdom.c (set_binding_values): Likewise.
6950         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
6951         * libio/genops.c (save_for_backup): Likewise.
6952         * libio/wgenops.c (save_for_wbackup): Likewise.
6953         * locale/programs/ld-collate.c (collate_read): Likewise.
6954         * locale/programs/linereader.c (get_string): Likewise.
6955         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
6956         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
6957         * resolv/res_debug.c (do_section): Likewise.
6958         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
6959         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
6960         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
6961         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
6962         * time/tzset.c (tzset_internal): Likewise.
6963
6964 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
6965
6966         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
6967         of ASSEMBLER.
6968
6969 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
6970
6971         [BZ #5903]
6972         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
6973         not stream for output file.  Open output file here.
6974         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
6975         and output file name.
6976         (process_fd): Likewise.
6977         (process_file): Likewise.
6978         (main): Adjust callers of changed functions.
6979         * iconv/iconv_prog.h: Adjust prototype.
6980
6981 2008-03-09  Andreas Jaeger  <aj@suse.de>
6982
6983         [BZ #5753]
6984         * sysdeps/ia64/ieee754.h: Use protected namespace
6985         __BIG_ENDIAN/__LITTLE_ENDIAN.
6986         * sysdeps/ieee754/ieee754.h: Likewise.
6987         Patch by Aurelien Jarno <aurelien@aurel32.net>.
6988
6989 2008-03-08  Roland McGrath  <roland@frob.com>
6990
6991         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
6992         ignore a signal that came from a machine exception, treat it as a
6993         fatal core-dump signal instead.
6994         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6995
6996         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
6997         Clear DF bit in thread state's eflags.
6998         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6999
7000 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
7001
7002         [BZ #5774]
7003         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
7004         of NAN(...) sequence.
7005         * stdlib/Makefile (tests): Add tst-strtod6.
7006         * stdlib/tst-strtod6.c: New file.
7007
7008         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
7009
7010         [BZ #5762]
7011         * posix/getopt.c (_getopt_internal_r): Clarify error message by
7012         putting offending option character in quotes.  Clean up error
7013         messages.
7014         * po/be.po: Adjust msgstr in translation file.
7015         * po/bg.po: Likewise.
7016         * po/ca.po: Likewise.
7017         * po/cs.po: Likewise.
7018         * po/da.po: Likewise.
7019         * po/de.po: Likewise.
7020         * po/es.po: Likewise.
7021         * po/fr.po: Likewise.
7022         * po/hr.po: Likewise.
7023         * po/ko.po: Likewise.
7024         * po/nl.po: Likewise.
7025         * po/rw.po: Likewise.
7026         * po/sk.po: Likewise.
7027         * po/sv.po: Likewise.
7028         * po/tr.po: Likewise.
7029         * po/zh_CN.po: Likewise.
7030         * po/zh_TW.po: Likewise.
7031
7032         [BZ #5760]
7033         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
7034         Patch by Roland Bless <roland@bless.de>.
7035
7036         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
7037         .o file.
7038         * elf/Makefile (routines): Add dl-sysdep.
7039         (elide-routines.os): Likewise.
7040
7041 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
7042
7043         [BZ #5786]
7044         * elf/dl-sysdep.c: Undefine ROUND after use.
7045         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
7046         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
7047         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
7048         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
7049         to ...
7050         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
7051         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
7052         if necessary.
7053         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
7054
7055         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
7056         _dl_tls_get_addr_soft element.
7057         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
7058         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
7059         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
7060         GLRO.
7061         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
7062         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
7063         of internal_function.
7064
7065         * stdlib/Makefile (aux): Add tens_in_limb.
7066         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
7067         * stdlib/tens_in_limb.c: ...here.  New file.
7068
7069         [BZ #5778]
7070         * sysdeps/unix/sysv/linux/pathconf.h: Declare
7071         __statfs_chown_restricted.
7072         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
7073         for _PC_CHOWN_RESTRICTED.
7074         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
7075         Implement __statfs_chown_restricted.
7076         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
7077         _POSIX_CHOWN_RESTRICTED value to zero.
7078         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
7079         defined to zero.
7080
7081         * sysdeps/x86_64/rtld-memset.c: New file.
7082
7083 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
7084
7085         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
7086
7087         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
7088         Barcelona machine.  Make default fall through branch of
7089         __x86_64_preferred_memory_instruction check as the integer code path.
7090
7091 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7092
7093         * sysdeps/x86_64/cacheinfo.c
7094         (__x86_64_preferred_memory_instruction): New variable.
7095         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7096
7097         * sysdeps/x86_64/memset.S: Rewrite.
7098
7099 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
7100
7101         * include/stdio.h (__asprintf_chk, __dprintf_chk,
7102         __obstack_printf_chk): New prototypes.
7103         (__vasprintf_chk, __vdprintf_chk,
7104         __obstack_vprintf_chk): Likewise.
7105         Add libc_hidden_proto.
7106         * libio/obprintf.c
7107         (_IO_obstack_jumps): No longer static, add attribute_hidden.
7108         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
7109         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7110         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
7111         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
7112         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7113         __obstack_vprintf_chk): New prototypes.
7114         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
7115         obstack_vprintf): New inlines.
7116         * debug/dprintf_chk.c: New file.
7117         * debug/vdprintf_chk.c: New file.
7118         * debug/asprintf_chk.c: New file.
7119         * debug/vasprintf_chk.c: New file.
7120         * debug/obprintf_chk.c: New file.
7121         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
7122         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
7123         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
7124         @@GLIBC_2.8.
7125         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
7126         vdprintf_chk and obprintf_chk, set CFLAGS for them.
7127         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
7128         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
7129         libc_hidden_proto.
7130         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
7131         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
7132         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
7133         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
7134         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
7135         @@GLIBC_2.8.
7136         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
7137         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
7138         obstack_vprintf_chk.
7139         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
7140         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
7141         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
7142         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
7143         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
7144         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
7145
7146 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
7147
7148         [BZ #5779]
7149         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
7150         Patch by Roy Marples <roy@marples.name>.
7151
7152         [BZ #5736]
7153         * malloc/malloc.c: Fix typo in comment.
7154
7155         [BZ #5627]
7156         * locale/iso-639.def: Add Shuswap.
7157
7158 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
7159
7160         [BZ #5790]
7161         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
7162         overwrite *h_errnop/*errnop values from getanswer_r in case of
7163         failure.
7164
7165 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
7166
7167         [BZ #5818]
7168         * nscd/connections.c (dbs): Add initializers for .suggested_module.
7169         (verify_persistent_db): Remove one unnecessary test and add a new one
7170         for bad configuration.
7171         (nscd_init): Improve error reported when persistent database cannot
7172         be reused.
7173         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
7174         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
7175         .suggested_module and .max_db_size and case config file says the
7176         values are zero.
7177         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
7178
7179         [BZ #5854]
7180         * nis/ypclnt.c (yp_order): Fix handling of return value of
7181         do_ypcall_tr call.
7182         Patch by Jeff Moyer <jmoyer@redhat.com>.
7183
7184         * po/fr.po: Update from translation team.
7185
7186 2008-02-22  Andreas Jaeger  <aj@suse.de>,
7187             Carlos O'Donell <carlos@systemhalted.org>
7188
7189         [BZ #5012]
7190         * FAQ.in: Describe why glibc needs to be compiled with
7191         optimization.
7192
7193 2008-02-19  Roland McGrath  <roland@redhat.com>
7194
7195         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
7196
7197 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
7198
7199         [BZ #5737]
7200         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
7201         __USE_MISC is defined.
7202
7203 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
7204
7205         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
7206         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
7207         sys/timerfd.h.
7208         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
7209         timerfd_gettime, timerfd_settime.
7210         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
7211         timerfd_gettime, timerfd_settime for GLIBC_2.8.
7212
7213 2008-02-08  Roland McGrath  <roland@redhat.com>
7214
7215         * elf/elf.h (NT_PPC_SPE): New macro.
7216
7217 2008-02-06  Roland McGrath  <roland@redhat.com>
7218
7219         * Makerules ($(common-objpfx)sysd-rules):
7220         Depend on $(sysdep-makeconfigs).
7221
7222 2008-01-31  Roland McGrath  <roland@redhat.com>
7223
7224         [BZ #5442]
7225         * configure.in: Use -print-file-name if it yields a directory,
7226         for each of include and include-fixed.
7227         * configure: Regenerated.
7228
7229         * Makeconfig (sysd-rules-targets): New variable.
7230         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
7231         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
7232
7233 2008-01-30  Roland McGrath  <roland@redhat.com>
7234
7235         * manual/libc.texinfo: Update back-cover text.
7236
7237         * elf/elf.h (NT_386_TLS): New macro.
7238
7239 2008-01-29  Roland McGrath  <roland@redhat.com>
7240
7241         * Makeconfig (sysd-rules-patterns): New variable.
7242         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
7243         (check-inhibit-asm): New canned sequence, replaces ...
7244         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
7245         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
7246         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
7247         (CFLAGS-rtld): Variable removed.
7248
7249 2008-01-24  Roland McGrath  <roland@redhat.com>
7250
7251         * configure.in: Let configure fragments set base_os.
7252         * configure: Regenerated.
7253
7254 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
7255
7256         * po/ko.po: Update from translation team.
7257
7258 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
7259
7260         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
7261
7262 2008-01-12  Andreas Jaeger  <aj@suse.de>
7263
7264         [BZ #5040]
7265         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
7266         Add EPOLLRDHUP.
7267
7268 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7269
7270         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
7271         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
7272         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
7273
7274 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
7275
7276         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
7277         * elf/dl-close.c (_dl_close): Check for it.
7278         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
7279         (_dl_allocate_static_tls): Likewise.
7280         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
7281         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
7282         to it.
7283         * elf/tst-tls16.c: New file.
7284         * elf/tst-tlsmod16a.c: New file.
7285         * elf/tst-tlsmod16b.c: New file.
7286         * elf/Makefile: Add rules to build and run tst-tls16.
7287
7288 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
7289
7290         [BZ #5628]
7291         * bits/shm.h: Fix comment describing shmid_ds.
7292         * sysdeps/gnu/bits/shm.h: Likewise.
7293         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
7294         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7295         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
7296         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7297         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7298         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
7299         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7300         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
7301         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
7302
7303         [BZ #5607]
7304         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
7305         prototypes.
7306         * conform/data/limits.h-data: Adjust limits changed in v6 and add
7307         additional suffixes.
7308         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
7309         Add optional functions mq_timedreceive and mq_timedsend.
7310         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
7311         * conform/data/pthread.h-data: Fix prototype of
7312         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
7313         * conform/data/semaphore.h-data: Allow time.h definitions.
7314         * conform/data/signal.h-data: Likewise.
7315         * conform/data/stdio.h-data: getw and putw are not required in v6.
7316         * conform/data/stdlib.h-data: Change setstate prototype.
7317         * conform/data/string.h-data: Fix strerror_r prototype.
7318         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
7319         * conform/data/unistd.h-data: pthread_atfork not required in v6.
7320         Fix readlink prototype.
7321         * conform/data/netinet/in.h-data: Add const to in6addr_any and
7322         in6addr_loopback.
7323         * inet/netinet/in.h: Cleanup namespace.
7324         * posix/regex.h: Likewise.
7325         * resolv/netdb.h: Likewise.
7326         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
7327         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7328         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7329         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
7330         of names of in in6_addr.
7331         (default_precedence): Likewise.
7332         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
7333         NULL definition.
7334
7335 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
7336
7337         * conform/data/fmtmsg.h-data: Add missing allows.
7338         * conform/data/ftw.h-data: Likewise.
7339         * conform/data/inttypes.h-data: Likewise.
7340         * conform/data/math.h-data: Likewise.
7341         * conform/data/signal.h-data: Likewise.
7342         * conform/data/net/if.h-data: Likewise.
7343         * conform/data/netinet/in.h-data: Likewise.
7344         * conform/data/sys/socket.h-data: Likewise.
7345
7346         [BZ #5614]
7347         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
7348         (__strtok_r): Simplify.
7349         * string/tester.c (test_strtok_r): Add test case for futile search
7350         with single-character seach string.
7351
7352 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
7353
7354         * po/ko.po: Update from translation team.
7355
7356 2008-01-11  Andreas Jaeger  <aj@suse.de>
7357
7358         [BZ #5600]
7359         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
7360         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
7361         kernel header.
7362
7363 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
7364
7365         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
7366         native interface lookup in all the relevant places.
7367
7368 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
7369             Ulrich Drepper  <drepper@redhat.com>
7370
7371         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
7372         field.  Use sockaddr_in6 for source_addr.
7373         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
7374         (match_prefix): Likewise.
7375         (get_label): Likewise.
7376         (get_precedence): Likewise.
7377         (rfc3484_sort): Change to use indirect access to results array.
7378         Adjust to use of sockaddr_in6.  Replace service_order test with
7379         simple index comparison.
7380         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
7381         service_order field.  Adjust qsort_t calls.  Access sorted result
7382         array indirectly through order array.
7383         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
7384         * posix/tst-rfc3484-2.c: Likewise.
7385         * posix/tst-rfc3484-3.c: Likewise.
7386
7387 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
7388
7389         [BZ #5541]
7390         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
7391         pollfd structures.
7392         Patch by André Cruz.
7393
7394         [BZ #5545]
7395         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
7396         (clnt_spcreateerror): Likewise.
7397
7398         [BZ #5553]
7399         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7400         (public_mEMALIGn): Likewise.
7401         Patch mostly by Daniel Jacobowitz.
7402
7403 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7404
7405         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7406         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7407         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7408         * stdlib/tst-makecontext2.c: New test.
7409
7410 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7411
7412         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7413         defined.
7414         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7415         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7416         transliteration hooks and REINIT_PARAMS afterwards.
7417         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7418         status.
7419         (REINIT_PARAMS): Define.
7420         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7421         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7422         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7423         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7424         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7425         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7426         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7427         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7428         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7429         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7430         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7431         * iconvdata/tst-iconv7.c: New test.
7432
7433 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7434
7435         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7436
7437 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7438
7439         [BZ #5112]
7440         * nscd/connections.c (restart): Fix condition.
7441
7442 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7443
7444         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7445         __ctype_toupper_loc): Add __THROW.
7446
7447 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
7448
7449         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
7450         recognition of interface family.
7451
7452         * posix/getconf.c: Update copyright year.
7453         * nss/getent.c: Likewise.
7454         * iconv/iconvconfig.c: Likewise.
7455         * iconv/iconv_prog.c: Likewise.
7456         * elf/ldconfig.c: Likewise.
7457         * catgets/gencat.c: Likewise.
7458         * csu/version.c: Likewise.
7459         * elf/ldd.bash.in: Likewise.
7460         * elf/sprof.c (print_version): Likewise.
7461         * locale/programs/locale.c: Likewise.
7462         * locale/programs/localedef.c: Likewise.
7463         * nscd/nscd.c (print_version): Likewise.
7464         * debug/xtrace.sh: Likewise.
7465         * malloc/memusage.sh: Likewise.
7466         * malloc/mtrace.pl: Likewise.
7467         * debug/catchsegv.sh: Likewise.
7468
7469 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
7470
7471         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
7472         second lookup.
7473
7474 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
7475
7476         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
7477         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7478
7479 2007-12-17  Roland McGrath  <roland@redhat.com>
7480
7481         * inet/ether_line.c (ether_line): Remove unused variable.
7482
7483 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7484
7485         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
7486         and winp.
7487         * login/openpty.c (openpty): Likewise.
7488         * login/pty.h (openpty, forkpty): Likewise.
7489         * manual/terminal.texi (openpty, forkpty): Likewise.
7490
7491 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
7492
7493         * malloc/malloc.c (public_cALLOc): For arenas other than
7494         main_arena, count all bytes inside the mprotect_size range of the
7495         heap as uninitialized.
7496
7497 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
7498
7499         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
7500         executable stacks.
7501
7502         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
7503         mTRIm for all of them.
7504         (mTRIm): Additionally iterate over all free blocks and use madvise
7505         to free memory for all those blocks which contain at least one
7506         memory page.
7507         * malloc/tst-trim1.c: New file.
7508         * malloc/Makefile (tests): Add tst-trim1.
7509
7510         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7511
7512 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
7513
7514         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7515         First cast argument to long
7516         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7517         Return long.
7518         (__vdso_clock_gettime): Likewise.
7519         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7520         return long.
7521
7522 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
7523
7524         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7525         * locale/nl_langinfo_l.c: Real implementation, copied from
7526         nl_langinfo.c.
7527         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7528
7529 2007-12-01  Jim Meyering  <meyering@redhat.com>
7530
7531         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7532         that would inhibit utf8-optimization of a regexp containing line-
7533         or buffer-anchors, e.g., `^', `$'.
7534
7535 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7536
7537         * time/bug-getdate1.c (do_test): Don't use century values which
7538         aren't valid on 32-bit systems.
7539
7540 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
7541
7542         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7543         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7544         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7545         __strcat_g, __strncat_g): Add __asm__.
7546
7547 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7548
7549         [BZ #5477]
7550         * io/fchmodat.c: Fix typo in stub_warning use.
7551         Patch by Petr Salinger.
7552
7553 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
7554
7555         * iconvdata/hp-thai8.c: New file.
7556         * iconvdata/Makefile: Add rules for hp-thai8.c.
7557         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
7558         * iconvdata/gconv-modules: Likewise.
7559
7560         [BZ #5464]
7561         * iconvdata/hp-greek8.c: New file.
7562         * iconvdata/Makefile: Add rules for hp-greek8.c.
7563         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
7564         * iconvdata/gconv-modules: Likewise.
7565
7566         [BZ #5463]
7567         * iconvdata/hp-turkish8.c: New file.
7568         * iconvdata/Makefile: Add rules for hp-turkish8.c.
7569         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
7570         * iconvdata/gconv-modules: Likewise.
7571
7572         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
7573         (shrink_heap): ... this new function.
7574         (heap_trim): Call shrink_heap instead of grow_heap.
7575
7576         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
7577         case don't call alloc_perturb.
7578
7579 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
7580
7581         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
7582         possible.
7583         * sysdeps/unix/sysv/linux/kernel-features.h
7584         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
7585         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
7586
7587 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
7588
7589         [BZ #5424]
7590         * stdio-common/vfprintf.c: Do not overflow when adding to done.
7591         * stdio-common/Makefile (tests): Add bug22.
7592         * stdio-common/bug22.c: New file.
7593
7594         [BZ #5451]
7595         * time/getdate.c: Fix filling in default values.
7596         * time/bug-getdate1.c: New file.
7597         * time/Makefile: Add rules to build and run bug-getdate1.
7598
7599         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
7600         * iconvdata/ebcdic-es.c: Likewise.
7601         * iconvdata/ebcdic-es-a.c: Likewise.
7602         * iconvdata/ebcdic-uk.c: Likewise.
7603         * iconvdata/iso8859-16.c: Likewise.
7604         * iconvdata/viscii.c: Likewise.
7605         * iconvdata/iso8859-9e.c: Likewise.
7606         * iconvdata/Makefile: Adjust appropriately.
7607
7608         [BZ #5428]
7609         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
7610         __need_wint_t.
7611
7612 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7613
7614         [BZ #5427]
7615         * iconvdata/hp-roman9.c: New file.
7616         * iconvdata/Makefile: Add rules for hp-roman9.c.
7617         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
7618         * iconvdata/gconv-modules: Likewise.
7619
7620         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
7621         * iconvdata/Makefile: Adjust appropriately.
7622
7623         [BZ #5441]
7624         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
7625         structure, it's allocated with alloca.
7626         * stdio-common/Makefile (tests): Add bug21.
7627         * stdio-common/bug21.c: New file.
7628
7629 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
7630
7631         [BZ #5452]
7632         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
7633         keyword for gcc's braced-groups.
7634
7635 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7636
7637         [BZ #5454]
7638         * inet/ether_line.c: Strip hostname of whitespaces.
7639         * inet/Makefile (tests): Add tst-ether_line.
7640         * inet/tst-ether_line.c: New file.
7641
7642 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
7643
7644         [BZ #5439]
7645         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
7646
7647         [BZ #5435]
7648         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
7649
7650         * stdlib/tst-setcontext.c: Catch the case where the links gets
7651         messed up and we do not reach main again.
7652
7653         * po/ca.po: Update from translation team.
7654
7655 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
7656
7657         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
7658         * posix/regex.h (REG_ENOSYS): Likewise.
7659         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
7660
7661 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
7662
7663         * nscd/nscd.h (MAX_STACK_USE): Define.
7664         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
7665         (gc): Initialize stack_used based on allocation in prune_cache.
7666         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
7667         Clear array before use.
7668
7669         * nscd/aicache.c (addhstaiX): Update statistics counter in case
7670         memory allocation failed.
7671         * nscd/hstcache.c (cache_addhst): Likewise.
7672         * nscd/grpcache.c (cache_addgr): Likewise.
7673         * nscd/servicescache.c (cache_addserv): Likewise.
7674         * nscd/pwdcache.c (cache_addpw): Likewise.
7675         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7676
7677 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
7678
7679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
7680         and creat system calls.
7681
7682         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
7683
7684 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7685
7686         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
7687         Add netiucv/iucv.h.
7688         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
7689         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
7690         protocol.
7691         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
7692         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
7693         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
7694
7695 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7696
7697         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
7698         strncat): Define as macros to avoid compile errors.
7699
7700         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
7701         creat entries.
7702
7703 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
7704
7705         [BZ #5382]
7706         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
7707         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
7708         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
7709         overflow it.
7710         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7711
7712         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
7713         Return zero in case the thread library is not NPTL.
7714
7715         [BZ #5375]
7716         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
7717         initializing interface list.
7718
7719         [BZ #5378]
7720         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
7721         use result of nss_getgrgid_r if nothing was found.  For other
7722         error return with a failure.
7723         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7724
7725         * locale/programs/ld-collate.c (collate_read): Fix loop to match
7726         macro name.
7727
7728 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7729
7730         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
7731         (get_scope): For IPv4 scope, use scopes table.
7732         (fini): Free scopes table if necessary.
7733         (free_scopelist): New function.
7734         (scopecmp): New function.
7735         (gaiconf_init): Also handle scopev4 entries.
7736         * posix/tst-rfc3484.c (do_test): Initialize scopes.
7737         * posix/tst-rfc3484-2.c (do_test): Likewise.
7738         * posix/gai.conf: Document scopev4 defaults.
7739         * posix/Makefile (tests): Add tst-rfc3484-3.
7740         * posix/tst-rfc3484-3.c: New file.
7741
7742         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
7743         Teredo tunnels.
7744         * posix/gai.conf: Update for current default tables.
7745
7746 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7747
7748         * po/tr.po: Update from translation team.
7749
7750 2007-11-18  Roland McGrath  <roland@frob.com>
7751
7752         * manual/arith.texi (Remainder Functions): Spelling fix.
7753         From Shaun Silk <genix@mysoul.com.au>.
7754
7755         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7756
7757 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
7758
7759         * po/zh_CN.po: Update from translation team.
7760
7761         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7762         Add sys/signalfd.h and sys/eventfd.h.
7763
7764 2007-11-15  Bruno Haible  <bruno@clisp.org>
7765
7766         [BZ #5346]
7767         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7768         union.
7769         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7770         (DCIGETTEXT): Change the allocation of the 'search' variable so that
7771         it needs only fixed stack space. Delay the initialization of
7772         msgid_len until it is needed.
7773
7774 2007-11-15  Andreas Jaeger  <aj@suse.de>
7775
7776         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7777         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7778
7779 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
7780
7781         * po/ko.po: Update from translation team.
7782
7783 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
7784
7785         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7786         significantly.  The device type is also part of the ifinfomsg data.
7787
7788         * po/sv.po: Update from translation team.
7789         * po/nl.po: Likewise.
7790
7791         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7792         to wake up in 24 hours.
7793
7794         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
7795
7796 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
7797
7798         * po/cs.po: Update from translation team.
7799         * po/pl.po: Likewise.
7800
7801         * include/ifaddrs.h: Remove in6ai_temporary.
7802         (struct in6addrinfo): Add index element.
7803         Declare __check_native.
7804         * inet/Makefile (aux): Add check_native.
7805         * sysdeps/unix/sysv/linux/check_native.c: New file.
7806         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7807         IFA_F_TEMPORARY.  Pass back ifa_index.
7808         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7809         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
7810         call __check_native if necessary.
7811         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
7812         to sort addresses.  Pass information about the results.
7813         * posix/tst-rfc3484.c: Adjust for addition of index field and change
7814         of rfc3484_sort interface.
7815         * posix/tst-rfc3484-2.c: Likewise.
7816
7817         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
7818         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7819         for _quicksort.
7820         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7821         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
7822         on as third parameter to compare function and _quicksort.
7823         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7824         to the compare function.
7825         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7826         * Versions.def: Add GLIBC_2.8 for libc.
7827
7828         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
7829         * posix/tst-rfc3484-2.c: Likewise.
7830
7831         * include/kernel-features.h: Moved to...
7832         * sysdeps/mach/hurd/kernel-features.h: ...here.
7833
7834 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
7835
7836         * sysdeps/i386/i586/memcpy_chk.S: New file.
7837         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7838         * sysdeps/i386/i586/memset_chk.S: Likewise.
7839
7840 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
7841
7842         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
7843         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
7844         list of interfaces.  Also store prefix length.
7845         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
7846         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
7847         prefix if source and destination address are in the same subnet.
7848         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
7849         Always look for matching record in in6ai list.
7850         Correct source_addr_len value for IPv6->IPv4 converted records.
7851
7852 2007-11-11  Roland McGrath  <roland@frob.com>
7853
7854         * include/kernel-features.h: New file.
7855
7856 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
7857
7858         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
7859         complications for 64-bit platforms.
7860
7861         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
7862         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
7863         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
7864         open64_2.
7865         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
7866         entries.
7867         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7868         * sysdeps/wordsize-64/alphasort.c: New file.
7869         * sysdeps/wordsize-64/alphasort64.c: New file.
7870         * sysdeps/wordsize-64/fseeko.c: New file.
7871         * sysdeps/wordsize-64/fseeko64.c: New file.
7872         * sysdeps/wordsize-64/ftello.c: New file.
7873         * sysdeps/wordsize-64/ftello64.c: New file.
7874         * sysdeps/wordsize-64/ftw.c: New file.
7875         * sysdeps/wordsize-64/ftw64.c: New file.
7876         * sysdeps/wordsize-64/iofgetpos.c: New file.
7877         * sysdeps/wordsize-64/iofgetpos64.c: New file.
7878         * sysdeps/wordsize-64/iofopen.c: New file.
7879         * sysdeps/wordsize-64/iofopen64.c: New file.
7880         * sysdeps/wordsize-64/iofsetpos.c: New file.
7881         * sysdeps/wordsize-64/iofsetpos64.c: New file.
7882         * sysdeps/wordsize-64/lockf.c: New file.
7883         * sysdeps/wordsize-64/lockf64.c: New file.
7884         * sysdeps/wordsize-64/mkostemp.c: New file.
7885         * sysdeps/wordsize-64/mkostemp64.c: New file.
7886         * sysdeps/wordsize-64/mkstemp.c: New file.
7887         * sysdeps/wordsize-64/mkstemp64.c: New file.
7888         * sysdeps/wordsize-64/scandir.c: New file.
7889         * sysdeps/wordsize-64/scandir64.c: New file.
7890         * sysdeps/wordsize-64/tmpfile.c: New file.
7891         * sysdeps/wordsize-64/tmpfile64.c: New file.
7892         * sysdeps/wordsize-64/versionsort.c: New file.
7893         * sysdeps/wordsize-64/versionsort64.c: New file.
7894         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
7895         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
7896         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
7897         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
7898         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
7899         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
7900         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
7901         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
7902         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
7903         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
7904         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
7905         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
7906
7907         * crypt/sha256-crypt.c: Fix a comment.
7908         * crypt/sha512-crypt.c: Likewise.
7909
7910 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
7911
7912         * sysdeps/x86_64/memset.S: Add sfence after movnti.
7913
7914 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
7915
7916         [BZ #5277]
7917         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
7918         because output buffer is too small break, don't loop.
7919         * iconvdata/Makefile (tests): Add bug-iconv6.
7920         * iconvdata/bug-iconv6.c: New file.
7921
7922 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
7923
7924         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
7925         with size_t type.
7926         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
7927         size_t.  Add casts where needed.
7928
7929         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
7930         old headers, don't call avc_has_perm if we don't have the
7931         permission information.
7932
7933 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
7934
7935         * elf/rtld.c (dl_main): Use the page size to find the map start.
7936
7937 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
7938
7939         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
7940         Patch by Szymon Siwek <sls@poczta.wp.pl>.
7941
7942         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
7943         when the lookup call failed.
7944
7945         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
7946         Add prune_cond and wakeup_time.
7947         (CACHE_PRUNE_INTERNAL): Define.
7948         Update declarations of prune_cache and setup_thread.
7949         * nscd/connections.c (dbs): Update initializers.
7950         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
7951         (nscd_init): Default number of threads is now 4.
7952         (invalidate_cache): Take lock before calling prune_cache.
7953         (handle_request): If SELinux forbids the request, say so.
7954         (readylist_cond): Use static initializer.
7955         (nscd_run_prune): New function.  Used only by pruning threads.
7956         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
7957         here.
7958         (fd_ready): Update nscd_run reference.
7959         (start_threads): No need to initialize readylist_cond.
7960         Start pruning threads separately.
7961         * nscd/nscd_setup_thread.c: Change return value type to int and always
7962         return 0.
7963         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
7964         to int and return nonzero value if we can use the TID address hack.
7965         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
7966         the database is later than the new entry's timeout, update the
7967         wakeup time and wake the cleanup thread.
7968         (prune_cache): Return seconds the next entry in the database is still
7969         valid.  Remove locking for pruning here.
7970         * nscd/nscd.conf: Document default number of threads.
7971
7972 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
7973
7974         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
7975         stack is properly aligned for the target function.
7976         Correct unwind info.
7977
7978         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
7979         when using auditing libraries.
7980
7981 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
7982
7983         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
7984         _nss_dns_getnetbyaddr2_r.
7985         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
7986         extra parameter to getanswer_r.
7987         (_nss_dns_getnetbyaddr_r): Now a wrapper around
7988         _nss_dns_getnetbyaddr2_r.
7989
7990         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
7991         gethstbynm3_r.
7992         * nscd/gethstbynm2_r.c: Remove.
7993         * nscd/gethstbynm3_r.c: New file.
7994         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
7995         __gethostbyaddr_r.
7996         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
7997         __gethostbyaddr_r compatibility wrapper.
7998         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
7999         determining timeout of entry.
8000         (lookup): Take new parameter and pass it to __gethostbyname3_r and
8001         __gethostbyaddr2_r.
8002         (addhstbyX): Pass reference to variable for TTL to lookup and
8003         cache_addhst.
8004         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
8005         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
8006         and __nss_next2.  Remove __nss_services_lookup.
8007         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
8008         Add compat wrapper.
8009         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
8010         __nss_next2.
8011         * nss/getXXent_r.c: Likewise.
8012         * nss/getnssent_r.c: Likewise.
8013         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
8014         does not exist in module, try the optional second name.
8015         (__nss_next2): New function.
8016         (__nss_next): Now wrapper around __nss_next2.
8017         * nss/nsswitch.h: Adjust __nss_lookup prototype.
8018         Declare __nss_next2.
8019         Adjust definition of db_lookup_function type.
8020         * nss/service-lookup.c: Define NO_COMPAT.
8021         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
8022         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
8023         * inet/ether_ntoh.c: Likewise.
8024         * sunrpc/netname.c: Likewise.
8025         * sunrpc/publickey.c: Likewise.
8026         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
8027         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
8028         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
8029         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
8030         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
8031
8032         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
8033
8034         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
8035
8036 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
8037
8038         [BZ #5204]
8039         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
8040         * crypt/sha512c-test.c: Likewise.
8041
8042         [BZ #5225]
8043         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
8044         to keep track of end of %[ format string element.
8045         * stdio-common/Makefile (tests): Add bug20.
8046         * stdio-common/bug20.c: New file.
8047
8048         [BZ #5222]
8049         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
8050         path elements in counting mode.
8051
8052 2007-10-27  Andreas Jaeger  <aj@suse.de>
8053
8054         [BZ #5040]
8055         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
8056
8057         [BZ #3112]
8058         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
8059         (__cleanup): Free shared library when exiting.
8060         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
8061         (__cleanup): Free shared library when exiting.
8062
8063 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
8064
8065         [BZ #2549]
8066         * math/libm-test.inc (check_float_internal): Support
8067         denormalized return.
8068
8069 2007-10-23  Andreas Jaeger  <aj@suse.de>
8070
8071         [BZ #5208]
8072         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
8073         __LONG_LONG_PAIR to handle little endian byte order.
8074         Suggested by abhishekrai@google.com
8075
8076 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
8077
8078         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
8079
8080 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
8081
8082         * nscd/cache.c (prune_cache): Move test for modified file outside
8083         of locking.
8084
8085 2007-10-21  Andreas Jaeger  <aj@suse.de>
8086
8087         * manual/texinfo.tex: Update to latest version.
8088
8089         * manual/sysinfo.texi (System Parameters): Fix Formatting.
8090
8091         * manual/arith.texi (Status bit operations): Fix formatting.
8092
8093         * manual/errno.texi (Error Messages): Fix formatting.
8094
8095         * manual/sysinfo.texi (System Parameters): Fix formatting.
8096
8097         * manual/libc.texinfo: Update VERSION and UPDATED.
8098
8099 2007-10-19  Roland McGrath  <roland@redhat.com>
8100
8101         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
8102
8103 2007-10-06  David S. Miller  <davem@davemloft.net>
8104
8105         * configure.in: Add sparcv9v2 and sparc64v2.
8106         * scripts/config.sub: Likewise.
8107         * configure: Regenerate.
8108         * elf/elf.h (HWCAP_SPARC_N2): New.
8109         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
8110         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
8111         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
8112         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
8113         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
8114         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
8115         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
8116
8117 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
8118
8119         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
8120         even if the poll result indicates there is data to read.
8121         Patch by Jeff Moyer <jmoyer@redhat.com>.
8122
8123 2007-10-18  Roland McGrath  <roland@redhat.com>
8124
8125         * elf/elf.h (NT_PPC_VMX): New macro.
8126
8127 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8128
8129         * version.h (VERSION): Set to 2.7.90.
8130
8131 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8132
8133         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
8134         weak_alias.
8135
8136 2007-10-17  Roland McGrath  <roland@frob.com>
8137
8138         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
8139         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
8140
8141 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8142
8143         * version.h (VERSION): Bump to 2.7.
8144         * include/features.h (__GLIBC_MINOR__): Bump to 7.
8145
8146         [BZ #5186]
8147         * time/tzset.c (__tz_convert): Don't force testing for a change of
8148         TZ if not called from localtime.  But then also see whether the
8149         file changed, in case __use_tzfile is set.
8150
8151         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
8152         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8153         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8154         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8155         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8156         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8157         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
8158         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8159
8160 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8161
8162         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
8163         and admin selects to be able to replace the gai.conf file, lock
8164         data structures around the qsort call.
8165
8166 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8167
8168         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
8169         new memset.
8170         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
8171         too high for the improvements.  Implement bzero unconditionally for
8172         use in libc.
8173
8174 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8175             Jakub Jelinek  <jakub@redhat.com>
8176
8177         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
8178         even when time_t is 32-bit.
8179         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
8180         timezone data read by __tzfile_default.  Ensure __tzname[0] is
8181         always set after the search.
8182
8183 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8184
8185         * time/tzfile.c (__tzfile_read): Help the compiler recognize
8186         unreachable code on 32-bit machines.
8187
8188 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8189
8190         [BZ #5184]
8191         * time/strftime_l.c: Include stdbool.h.
8192         (my_strftime): New wrapper, old function renamed to...
8193         (__strftime_internal): ... new function.  Add tzset_called
8194         argument, pass it down to recursive calls, don't call tzset ()
8195         if already true, set to true after call to tzset ().
8196
8197 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8198
8199         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
8200         into account when copying TZ string.
8201
8202 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8203
8204         * time/tzfile.c (__tzfile_compute): For use_last case set i to
8205         num_transition rather than num_transitions - 1.
8206
8207 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8208
8209         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
8210         PIC indirect jump.
8211
8212         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
8213         a local label rather than HIDDEN_JUMPTARGET.
8214
8215 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8216
8217         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
8218         (init_cacheinfo): Initialize it.
8219         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
8220         Always define bzero.
8221         Remove non-glibc code.
8222         * sysdeps/x86_64/bzero.S: Make an empty file.
8223
8224 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
8225
8226         * sysdeps/x86_64/cacheinfo.c
8227         (__x86_64_preferred_memory_instruction): New.
8228         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
8229
8230         * sysdeps/x86_64/memset.S: Rewrite.
8231
8232 2007-10-15  Roland McGrath  <roland@redhat.com>
8233
8234         * po/libc.pot: Regenerated.
8235
8236 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8237
8238         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
8239         pointers.
8240
8241         [BZ #3425]
8242         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
8243         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
8244         address record to T_A/T_AAAA requests.
8245
8246 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8247
8248         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
8249
8250         * posix/glob.c: Add some branch prediction throughout.
8251
8252         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
8253         read from nscd.
8254
8255         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
8256         service_order.
8257         (rfc3484_sort): Make sure that even if qsort doesn't support
8258         stable sorting out sorting here is stable by comparing service_order.
8259         (getaddrinfo): Initialize service_order.
8260         * posix/tst-rfc3484.c (do_test): Adjust for addition of
8261         service_order field to sorting structure.
8262         * posix/tst-rfc3484-2.c (do_test): Likewise.
8263
8264         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
8265         * time/tzset.c (tzset_internal): Break TZ string parsing out into
8266         __tzset_parse_tz and updating of daylight, timezone, tzname into
8267         update_vars.
8268         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
8269         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
8270         happens in __tz_compute.
8271         * time/tzfile.c (__tzfile_read): Also read TZ string.
8272         (find_transition): Fold into __tzfile_compute.
8273         (__tzfile_compute): For times beyond the last transition try to
8274         use the TZ string.
8275         * timezone/tst-timezone.c: Information in daylight and tzname does
8276         change for Asia/Tokyo timezone with more concrete information.
8277         Remove the test.
8278
8279         * include/stdio.h: Add libc_hidden_proto for ftello.
8280         * libio/ftello.c: Add libc_hidden_def.
8281
8282         [BZ #1140]
8283         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
8284         on the specified time and not the last entries in the file.  Move
8285         code to determine tzname[] to...
8286         (find_transition): ...here.  Add ugly guess for times before the
8287         first transition.
8288
8289 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8290
8291         [BZ #3195]
8292         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
8293         no entry.
8294         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
8295         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8296         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
8297         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8298
8299         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
8300         read mechanism when there are no group members and avoid no-op
8301         read syscall in this case.
8302
8303         [BZ #3242]
8304         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
8305         (__readall): If reading failed due to EAGAIN error wait a bit
8306         and possibly try again.
8307         (__readvall): Likewise.
8308
8309 2007-10-13  Bruno Haible  <bruno@clisp.org>
8310
8311         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
8312         when we cannot recode the message.
8313
8314 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8315
8316         [BZ #4359]
8317         * libio/__freading.c (__freading): Don't return true for
8318         write-only streams.  For read/write streams, check whether we
8319         performed a read operation already.
8320         * libio/Makefile (tests): Add tst-ext2.
8321         * libio/tst-ext2.c: New file.
8322
8323 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8324
8325         * locale/programs/repertoire.c (repertoire_read): Always free
8326         memory for repertoire file name [Coverity CID 270].
8327
8328         * elf/cache.c (save_aux_cache): Free memory allocated for
8329         temporary file name [Coverity CID 267].
8330
8331 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8332
8333         * misc/Makefile (headers): Add bits/error.h.
8334
8335 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8336
8337         * posix/fnmatch_loop.c: Take rule index returned as part of
8338         findidx return value into account when accessing weights.
8339         * posix/regcomp.c: Likewise.
8340         * posix/regexec.c: Likewise.
8341
8342         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
8343         (skip_to): Fix problems with parameter of elifdef/elifndef.
8344
8345 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
8346
8347         * iconv/gconv_simple.c: Add some branch prediction.
8348
8349 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8350
8351         * locale/programs/ld-collate.c (collate_read): If ignore_content
8352         and nowtok is tok_define, eat any tok_eol tokens.
8353
8354 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
8355
8356         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
8357         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
8358
8359         * inet/netinet/in.h: Don't include bits/socket.h.
8360         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
8361         macro.
8362         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8363
8364 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
8365
8366         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
8367         and tok_elifndef.
8368         * locale/programs/locfile-kw.gperf: Likewise.
8369         * locale/programs/ld-collate.c: Implement primitive preprocessor.
8370
8371 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
8372
8373         * stdio-common/printf-parse.h: Include string.h and wchar.h.
8374         (__find_specwc): Change into __extern_always_inline function.
8375         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
8376         (__parse_one_specmb): Remove ps argument.
8377         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
8378         Adjust __find_specmb and __parse_one_specmb callers.
8379         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
8380         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
8381         Removed.
8382         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
8383         caller.
8384
8385 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
8386
8387         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
8388         with some Pentium Ds.
8389
8390 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
8391
8392         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
8393         __read not read.
8394         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
8395         __write not write.
8396
8397 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8398
8399         [BZ #181]
8400         * locale/C-time.c: Set week_1stday data to 19971201.
8401         * locale/programs/ld-time.c (time_finish): Default for
8402         first_workday is Monday.
8403
8404         [BZ #2633]
8405         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8406
8407         [BZ #5103]
8408         * posix/glob.c (glob): Recognize patterns starting \/.
8409         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8410         (main): Add test for pattern starting \/.
8411
8412         * misc/error.h: Use __const instead of const.
8413         * misc/bits/error.h: Likewise.
8414
8415 2007-10-07  Andreas Jaeger  <aj@suse.de>
8416
8417         * include/bits/error.h: New file.
8418
8419         * misc/bits/error.h (error_at_line): Fix prototype.
8420
8421 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8422
8423         [BZ #3924]
8424         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8425         more little bugs in creating the stack frame when pltexit has to
8426         be called.
8427
8428         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8429         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8430
8431         [BZ #4407]
8432         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8433         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8434         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8435         * math/libm-test.inc: Add test for this case.
8436
8437         [BZ #5010]
8438         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8439         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8440         map service succeeded.
8441         (svc_is_mapped): New function.
8442         (svc_unregister): Use it before trying to unmap service.
8443
8444 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
8445
8446         * timezone/zic.c: Update from tzcode2007h.
8447
8448         [BZ #5063]
8449         * timezone/africa: Update from tzdata2007h.
8450         * timezone/antarctica: Likewise.
8451         * timezone/asia: Likewise.
8452         * timezone/australasia: Likewise.
8453         * timezone/europe: Likewise.
8454         * timezone/leapseconds: Likewise.
8455         * timezone/northamerica: Likewise.
8456         * timezone/southamerica: Likewise.
8457         * timzeone/zone.tab: Likewise.
8458
8459         [BZ #5104]
8460         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
8461
8462         [BZ #5113]
8463         * string/bits/string2.h (__strdup): Cast parameters to calloc to
8464         avoid warning with -Wconversion.
8465         (__strndup): Likewise.
8466         Half the patch by Christian Iseli <christian.iseli@licr.org>.
8467
8468         [BZ #5112]
8469         * nscd/connections.c (restart): Don't resync if database is
8470         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
8471
8472         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
8473         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
8474
8475         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
8476         evetnfd_read, eventfd_write.
8477         * sysdeps/unix/sysv/linux/eventfd.c: New file.
8478         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
8479         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
8480         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
8481         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
8482         eventfd_write for GLIBC_2.7.
8483
8484         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
8485         * sysdeps/unix/sysv/linux/signalfd.c: New file.
8486         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
8487         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
8488
8489 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
8490
8491         * stdlib/msort.c: Include stdint.h.
8492         (struct msort_param): New type.
8493         (msort_with_tmp): Use struct msort_param pointer for unchanging
8494         parameters.  Add optimized handling for several common sizes
8495         and indirect sorting mode.
8496         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
8497         sorting.
8498         Suggested by Belazougui Djamel .
8499
8500         * stdlib/Makefile (tests): Add tst-qsort2.
8501         * stdlib/tst-qsort2.c: New test.
8502
8503 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
8504
8505         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
8506         for dup2 in case another thread races with the current one.  Retry
8507         in this case.
8508
8509         * misc/error.h: Remove support for use outside of libc.  We have to
8510         include <features.h> now.  Include <bits/error.h> if possible.
8511         * misc/bits/error.h: New file.
8512
8513 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
8514
8515         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8516         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8517         __extern_always_inline functions unconditionally, drop macros.
8518
8519         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8520         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8521         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8522
8523         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8524         add __artificial__ attribute.
8525
8526 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
8527
8528         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8529         backward to forward direction.
8530
8531         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8532
8533         [BZ #645]
8534         * locale/programs/ld-collate.c (collate_finish): Compare against last
8535         used section which is known to have rules defined.
8536         (collate_read): After order_start, correctly record order of sections
8537         and queue sections up.
8538
8539 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
8540
8541         [BZ #5071]
8542         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8543         the same number of pages.
8544         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8545
8546         * locale/programs/ld-collate.c (collate_read): After initial copy
8547         statement, continue in state 0.
8548
8549         * include/stdio_ext.h (__fsetlocking): Define as macro.
8550
8551 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
8552
8553         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
8554         of section order.
8555
8556         * po/pt_BR.po: Fix typo.
8557
8558 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
8559
8560         * iconvdata/Makefile (modules): Add ISO8859-9E.
8561         (distribute): Add iso8859-9e.c.
8562         (gen-8bit-gap-modules): Add iso8859-9e.
8563         * iconvdata/iso8859-9e.c: New file.
8564         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
8565         * iconvdata/TESTS: Likewise.
8566         * iconvdata/tst-tables.sh: Likewise.
8567
8568         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8569
8570         * locale/iso-639.def: Add several new entries.
8571
8572 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8573
8574         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
8575         void * pointers instead of struct link_map **.
8576         (_dl_scope_free): Change argument type to void *.
8577         * include/link.h (struct link_map): Change type of l_reldeps
8578         to struct link_map_reldeps, move l_reldepsact into that
8579         struct too.
8580         * elf/dl-deps.c: Include atomic.h.
8581         (_dl_map_object_deps): Only change l->l_initfini when it is
8582         fully populated, use _dl_scope_free for freeing it.  Optimize
8583         removal of libs from reldeps by using l_reserved flag, when
8584         some removal is needed, allocate a new list instead of
8585         reallocating and free the old with _dl_scope_free.  Adjust
8586         for l_reldeps and l_reldepsact changes.
8587         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
8588         searching in l_initfini and l_reldeps without holding dl_load_lock.
8589         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
8590         l_reldepsact changes.
8591         * elf/dl-close.c (_dl_close_worker): Likewise.
8592         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
8593
8594 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
8595
8596         * iconvdata/Makefile (modules): Add KOI8-RU.
8597         (distribute): Add koi8-ru.c.
8598         (gen-8bit-gap-modules): Add koi8-ru.
8599         * iconvdata/koi8-ru.c: New file.
8600         * iconvdata/gconv-modules: Add entries for KOI8-RU.
8601         * iconvdata/TESTS: Likewise.
8602         * iconvdata/tst-tables.sh: Likewise.
8603
8604         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8605
8606 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
8607
8608         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
8609         with __warning__/__error__ attributes.
8610         (__warnattr): Define.
8611         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
8612         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
8613         __warnattr.
8614         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
8615         of __*_chk if compile time detectable overflow is found.
8616         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
8617         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
8618         with __warnattr.
8619         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
8620         instead of __*_chk if compile time detectable overflow is found.
8621         (__gets_alias): Rename to...
8622         (__gets_warn): ... this.  Add __warnattr.
8623         (gets): Call __gets_warn instead of __gets_alias.
8624         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
8625         aliases with __warnattr.
8626         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
8627         time detectable overflow is found.
8628         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
8629         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
8630         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
8631         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
8632         __getdomainname_chk_warn): New aliases with __warnattr.
8633         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
8634         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
8635         __*_chk_warn instead of __*_chk if compile time detectable overflow
8636         is found.
8637         (__getgroups_chk): Rename argument to __listlen from listlen.
8638         (__getwd_alias): Rename to...
8639         (__getwd_warn): ... this.  Add __warnattr.
8640         (getwd): Call __getwd_warn instead of __getwd_alias.
8641         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
8642         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
8643         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
8644         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
8645         __wcsnrtombs_chk_warn): New aliases with __warnattr.
8646         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
8647         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
8648         compile time detectable overflow is found.
8649         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
8650         to use __*_chk or not.
8651         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
8652         in comparisons which function should be called and in __*_chk*
8653         arguments.  Call __*_chk_warn instead of __*_chk if compile time
8654         detectable overflow is found.
8655         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
8656         __*_chk argument.
8657         * debug/tst-chk1.c (do_test): Add a few more tests.
8658
8659 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
8660
8661         [BZ #5058]
8662         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
8663         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
8664         (_nl_unload_domain): Finalize conversions_lock.
8665         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
8666         handling table of known conversions.
8667
8668 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8669
8670         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
8671         close_not_cancel_no_status instead of close.
8672
8673 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
8674
8675         [BZ #5028]
8676         * posix/regcomp.c (lookup_collation_sequence_value): Check that
8677         nrules != 0 for multibyte chars.
8678
8679 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
8680
8681         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
8682         Provide better error message in case the type is unknown.
8683
8684         [BZ #4963]
8685         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
8686         * string/stratcliff.c: Make usable to test wide char functions.
8687         * wcsmbs/wcsatcliff.c: New file.
8688         * wcsmbs/Makefiel (tests): Add wcsatcliff.
8689
8690         [BZ #4972]
8691         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
8692         (distribute): Add mac-centraleurope.c.
8693         (gen-8bit-gap-modules): Add mac-centraleurope.
8694         * iconvdata/mac-centraleurope.c: New file.
8695         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
8696         * iconvdata/TESTS: Likewise.
8697         * iconvdata/tst-tables.sh: Likewise.
8698
8699         [BZ #5043]
8700         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
8701
8702 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
8703
8704         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
8705         from __x86_64_core_cache_size_half.
8706         (init_cacheinfo): Compute shared cache size for AMD processors with
8707         shared L3 correctly.
8708         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
8709         name change.
8710         Patch in large parts by Evandro Menezes.
8711
8712 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
8713
8714         * elf/dl-lookup.c (add_dependency): Handle failing memory
8715         allocation for dependency list.  Remove unnecessary check.
8716
8717         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
8718         open/close when determining source addresses.
8719
8720         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
8721         sha512-crypt, and sha512.
8722         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
8723         (distribute): Add sha256.h and sha512.h.
8724         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
8725         and call the appropriate code.
8726         * crypt/sha256-crypt.c: New file.
8727         * crypt/sha256.c: New file.
8728         * crypt/sha256.h: New file.
8729         * crypt/sha256c-test.c: New file.
8730         * crypt/sha256test.c: New file.
8731         * crypt/sha512-crypt.c: New file.
8732         * crypt/sha512.c: New file.
8733         * crypt/sha512.h: New file.
8734         * crypt/sha512c-test.c: New file.
8735         * crypt/sha512test.c: New file.
8736
8737 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
8738
8739         * misc/bits/syslog.h (syslog): Remove extraneous argument from
8740         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
8741         __syslog_chk.
8742
8743 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
8744
8745         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
8746         %as in fscanf format strings.
8747
8748         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
8749         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8750         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8751         Likewise.
8752         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8753         Likewise.
8754
8755         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8756         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8757         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8758         * elf/dl-sym.c (do_sym): Likewise.
8759         * include/link.h (struct link_map): Add l_serial field.
8760         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8761         * elf/dl-lookup.c (add_dependency): Add flags argument.
8762         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8763         flags, use THREAD_GSCOPE_RESET_FLAG before and
8764         THREAD_GSCOPE_SET_FLAG after
8765         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8766         Don't dereference map until it has been found on some list.
8767         If map->l_serial changed, return -1.
8768
8769 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
8770
8771         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8772         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8773         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8774         libc_hidden_proto.
8775         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8776         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8777         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8778         add libc_hidden_proto.
8779         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8780         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8781         conformance requested.
8782         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8783         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8784         conformance requested.
8785         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8786         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8787         conformance requested.
8788         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8789         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8790         ISO C99 or POSIX conformance requested.
8791         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8792         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8793         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8794         and __isoc99_vsscanf@@GLIBC_2.7.
8795         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8796         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8797         (tests): Add scanf14.
8798         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8799         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8800         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8801         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8802         CFLAGS-isoc99_scanf.c): Add $(exceptions).
8803         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8804         from using internal headers.
8805         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8806         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8807         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8808         and __isoc99_vswscanf@@GLIBC_2.7.
8809         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8810         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8811         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8812         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8813         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8814         * stdio-common/isoc99_scanf.c: New file.
8815         * stdio-common/isoc99_vsscanf.c: New file.
8816         * stdio-common/isoc99_vscanf.c: New file.
8817         * stdio-common/isoc99_vfscanf.c: New file.
8818         * stdio-common/isoc99_fscanf.c: New file.
8819         * stdio-common/isoc99_sscanf.c: New file.
8820         * wcsmbs/isoc99_fwscanf.c: New file.
8821         * wcsmbs/isoc99_vswscanf.c: New file.
8822         * wcsmbs/isoc99_swscanf.c: New file.
8823         * wcsmbs/isoc99_wscanf.c: New file.
8824         * wcsmbs/isoc99_vwscanf.c: New file.
8825         * wcsmbs/isoc99_vfwscanf.c: New file.
8826         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8827         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
8828         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
8829         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
8830         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
8831         * stdio-common/scanf14.c: New test.
8832         * stdio-common/scanf15.c: New test.
8833         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8834         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
8835         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
8836         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
8837         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
8838         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
8839         __nldbl___isoc99_scanf@@GLIBC_2.7,
8840         __nldbl___isoc99_fscanf@@GLIBC_2.7,
8841         __nldbl___isoc99_sscanf@@GLIBC_2.7,
8842         __nldbl___isoc99_vscanf@@GLIBC_2.7,
8843         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
8844         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
8845         __nldbl___isoc99_wscanf@@GLIBC_2.7,
8846         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
8847         __nldbl___isoc99_swscanf@@GLIBC_2.7,
8848         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
8849         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
8850         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
8851         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
8852         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
8853         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
8854         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
8855         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
8856         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
8857         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
8858         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
8859         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
8860         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
8861         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
8862         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
8863         functions.
8864         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
8865         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
8866         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
8867         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
8868         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
8869         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
8870         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
8871         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
8872         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
8873         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
8874         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
8875         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
8876
8877         * stdio-common/Makefile (tests): Add scanf13.
8878         (scanf13-ENV): New.
8879         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
8880         m modifier followed by l.
8881         (STRING_ARG): Add width argument.
8882         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
8883         <case L_('C')>: Handle %mlc and %mC.
8884         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
8885         arguments.
8886         * stdio-common/scanf13.c: New test.
8887
8888         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
8889         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
8890
8891 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
8892
8893         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
8894         type and __THROW marker of splice, vmsplice, and tee.
8895         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8896         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8897         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8898         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8899         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8900         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8901         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8902         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
8903         as cancellation points.
8904
8905 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
8906
8907         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
8908         parse more than three parts of the version number.
8909
8910 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
8911
8912         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
8913         modifier.  Patch by Jakub Jelinek.
8914
8915 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
8916
8917         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
8918         call_fallocate in misc subdir.
8919         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
8920         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
8921         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
8922         instead of __fallocate64.
8923         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
8924
8925 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
8926
8927         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
8928         * rt/Makefile (headers): Add bits/mqueue2.h.
8929         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
8930         optimizing with GCC and __va_arg_pack_len is defined.
8931         * rt/bits/mqueue2.h: New file.
8932         * rt/mq_open.c (__mq_open): Renamed from mq_open.
8933         (mq_open): New strong_alias.
8934         (__mq_open_2): New function.
8935         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
8936         (mq_open): New strong_alias.
8937         (__mq_open_2): New function.
8938         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
8939         * Versions.def (librt): Add GLIBC_2.7 version.
8940         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
8941         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
8942
8943         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
8944         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
8945         is defined rather than when not C++.
8946         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
8947         __openat64_alias): New redirects.
8948         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
8949         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
8950         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
8951         (open, open64, openat, openat64): Rewrite as __extern_always_inline
8952         functions instead of function-like macros.
8953
8954 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
8955
8956         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
8957         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
8958         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
8959
8960 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
8961
8962         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
8963         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
8964
8965 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
8966
8967         * inet/tst-network.c: Increment ERRORS for failing tests.
8968
8969 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
8970
8971         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
8972         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
8973         implement as __extern_always_inline function.
8974         (vsyslog): Define as __extern_always_inline function unconditionally.
8975         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
8976         When __va_arg_pack is defined, implement as __extern_always_inline
8977         functions.
8978         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8979         __extern_always_inline functions unconditionally.
8980         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
8981         bits/stdio2.h will be included.
8982         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
8983         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
8984         implement as __extern_always_inline functions.
8985         (vswprintf, vwprintf, vfwprintf): Define as
8986         __extern_always_inline functions unconditionally.
8987         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
8988
8989 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
8990
8991         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
8992         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
8993         attribute.
8994         * include/features.h (__USE_EXTERN_INLINES): Define only when
8995         __extern_inline is defined.
8996         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
8997         is defined instead of when not __cplusplus.
8998         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
8999         is defined instead of when not __cplusplus.
9000         * socket/sys/socket.h: Include bits/socket2.h when
9001         __extern_always_inline is defined instead of when not __cplusplus.
9002         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
9003         is defined instead of when not __cplusplus.
9004         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
9005         is defined instead of when not __cplusplus.
9006         * string/string.h: Include bits/string3.h when __extern_always_inline
9007         is defined instead of when not __cplusplus.
9008         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
9009         is defined instead of when not __cplusplus.
9010         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
9011         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
9012         is not defined.
9013         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
9014         defined __extern_always_inline instead of !defined __cplusplus.
9015         * libio/bits/stdio-ldbl.h: Likewise.
9016         * wcsmbs/bits/wchar-ldbl.h: Likewise.
9017         * misc/bits/syslog.h (syslog): Don't define for C++.
9018         (vsyslog): Use __extern_always_inline function for C++ instead of
9019         a macro.
9020         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
9021         whenever that macro is defined.
9022         (vprintf): Don't provide the inline for C++.
9023         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
9024         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
9025         define the macros for C++.
9026         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
9027         __extern_always_inline functions for C++.
9028         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
9029         stat64, lstat64, fstat64, fstatat64): Don't define if not
9030         __USE_EXTERN_INLINES.
9031         * wcsmbs/bits/wchar2.h: Fix #error message.
9032         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
9033         (vswprintf, vwprintf, vfwprintf): Define using
9034         __extern_always_inline functions for C++.
9035         * string/bits/string3.h: Don't #undef macros if __cplusplus.
9036         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
9037         strncpy, strcat, strncat): Define as __extern_always_inline
9038         functions instead of macros for C++.
9039         * math/bits/cmathcalls.h: Guard __extern_inline routines with
9040         defined __extern_inline.
9041         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
9042         to __extern_inline whenever that macro is defined.
9043         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9044         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9045         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
9046         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
9047         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9048         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9049         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9050         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
9051         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
9052         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
9053         prototypes.  Only provide __extern_inline routines if
9054         __USE_EXTERN_INLINES.
9055         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
9056         tests.
9057         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
9058         For now avoid some *printf tests in C++.  Skip all testing
9059         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
9060         is not.
9061         * debug/tst-chk4.cc: New file.
9062         * debug/tst-chk5.cc: New file.
9063         * debug/tst-chk6.cc: New file.
9064         * debug/tst-lfschk4.cc: New file.
9065         * debug/tst-lfschk5.cc: New file.
9066         * debug/tst-lfschk6.cc: New file.
9067         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
9068         prototypes in C++.
9069         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
9070         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
9071         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
9072
9073 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
9074
9075         * po/cs.po: Update from translation team.
9076
9077 2007-09-11  Roland McGrath  <roland@redhat.com>
9078
9079         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
9080         compiling.
9081
9082 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9083
9084         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
9085
9086 2007-09-05  Roland McGrath  <roland@redhat.com>
9087
9088         * manual/signal.texi (Signaling Another Process): Typo fix.
9089         From Karl Berry <karl@freefriends.org>.
9090
9091 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
9092
9093         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
9094         zero if not defined.
9095         (make_request): Recognize optimistic addresses and treat them like
9096         deprecated addresses.
9097         Reported by Neil Horman <nhorman@redhat.com>.
9098
9099 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
9100
9101         * nscd/connections.c (send_ro_fd): Also transfer file size.
9102         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
9103         file size don't call fstat.
9104
9105         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
9106         ahead and map the file.  This should always be correct and we can
9107         catch problems later.
9108
9109 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
9110
9111         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
9112         prototypes.
9113         (__fread_alias, __fread_unlocked_alias): New aliases.
9114         (fread): New extern inline.
9115         (fread_unlocked): Likewise.  Undef macro before definition of
9116         the inline function.
9117         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
9118         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
9119         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
9120         and __fread_unlocked_chk@@GLIBC_2.7.
9121         * debug/fread_chk.c: New file.
9122         * debug/fread_u_chk.c: New file.
9123         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
9124
9125 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
9126
9127         * sysdeps/unix/sysv/linux/syscalls.list
9128         (personality): Change caller to EXTRA.
9129
9130 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
9131
9132         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
9133         to keep gcc quiet.
9134         * iconvdata/iso-2022-cn.c (BODY): Likewise.
9135
9136         * locale/programs/ld-collate.c (collate_output): Avoid warning if
9137         NDEBUG is defined.
9138
9139         * Makerules: Use -p option with mkdir.
9140
9141         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
9142         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
9143         (_xdr_directory_obj): Likewise.
9144         (xdr_entry_obj): Likewise.
9145         (xdr_group_obj): Likewise.
9146         (xdr_link_obj): Likewise.
9147         (xdr_table_obj): Likewise.
9148         (_xdr_nis_result): Likewise.
9149         (_xdr_ns_request): Likewise.
9150         (_xdr_ib_request): Likewise.
9151         (_xdr_nis_taglist): Likewise.
9152         (xdr_cback_data): Likewise.
9153         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
9154         (xdr_ypresp_maplist): Likewise.
9155
9156         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
9157
9158         * posix/regex_internal.h: Prevent some declarations and definitions
9159         to be seen when used in tests.
9160
9161         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
9162         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
9163
9164         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
9165
9166         * config.make.in (datarootdir): Add to shut up configure.
9167
9168         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
9169         associativity for fully-associative caches.
9170
9171         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
9172         requests.  Fill on more associativity values for L2.
9173         Patch mostly by Evandro Menezes.
9174
9175 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
9176
9177         * sysdeps/unix/sysv/linux/x86_64/init-first.c
9178         (_libc_vdso_platform_setup): Avoid using exported variable by using
9179         alias.
9180
9181         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
9182
9183         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
9184         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
9185         defined.
9186
9187 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
9188
9189         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
9190         align stack for call if pltexit is to be used.
9191
9192         [BZ #3924]
9193         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
9194         align for function call in case pltexit has to be called later.
9195
9196         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
9197         implicit atomic operation when storing function pointer.
9198         (_dl_runtime_profile): Likewise.
9199
9200 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9201
9202         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
9203         NIS_NOTFOUND.
9204
9205 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9206
9207         [BZ #4566]
9208         * string/strtok.c: Fix typo in comment.
9209
9210         [BZ #4582]
9211         * debug/segfault.c: Fix typos in comments.
9212
9213         [BZ #4588]
9214         * stdio-common/tempnam.c: Fix comment, it is not checked that
9215         TMPDIR points to a writable directory.
9216
9217         [BZ #4726]
9218         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
9219         memory allocated for the name server address.
9220
9221         [BZ #4946]
9222         * nscd/connections.c (handle_request): Using sendfile always
9223         requires that mmap is used for the database.
9224         Patch by Petr Baudis <pasky@suse.cz>.
9225
9226         [BZ #4905]
9227         * nscd/hstcache.c (cache_addhst): When reloading an entry which
9228         suddenly has two or more addresses, ignore it and remove the old
9229         entry.
9230
9231         [BZ #4814]
9232         * resolv/res_hconf.c: Prepare for compiling outside libc.
9233         * nscd/res_hconf.c: New file.
9234         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
9235         the new file.
9236         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
9237         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
9238
9239         * nscd/hstcache.c (cache_addhst): Minimal optimization.
9240
9241         [BZ #4925]
9242         * debug/pcprofiledump.c: Turn on internationalization by calling
9243         setlocale.  Patch mostly by Benno Schulenberg.
9244
9245         [BZ #4936]
9246         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
9247         the state.
9248         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
9249         * iconvdata/bug-iconv5.c: New file.
9250
9251 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
9252
9253         [BZ #4896]
9254         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
9255         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
9256         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
9257         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
9258         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
9259         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
9260         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
9261         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
9262
9263 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9264
9265         [BZ #4937]
9266         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
9267         lookup loop.  Suggested by John Reiser.
9268
9269 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
9270
9271         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
9272
9273 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
9274
9275         * csu/libc-start.c: Don't handle VDSO_SETUP here.
9276         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
9277         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
9278         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
9279         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
9280         to...
9281         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
9282
9283 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
9284
9285         * po/nl.po: Update from translation team.
9286
9287 2007-08-16  Andreas Jaeger  <aj@suse.de>
9288
9289         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
9290         Reported by Peter Festner <peter.festner@ewetel.net>.
9291
9292 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9293
9294         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
9295
9296 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
9297
9298         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
9299         to check for undefined symbols.
9300
9301         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
9302         If the syscall fails, set errno to the actual returned error number
9303         rather than EINVAL.
9304         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
9305         arguments are incorrect, set errno to EINVAL, if the syscall
9306         fails, set errno to the actual returned error number.
9307
9308         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
9309         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
9310
9311         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
9312         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
9313         file.
9314         (ASI_PNF, ASI_BLK_P): Don't define.
9315         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
9316         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
9317         file.
9318         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
9319         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
9320         file.
9321
9322 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
9323
9324         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
9325         FE_UNDERFLOW on Niagara CPUs.
9326
9327         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
9328         exceptions.
9329
9330 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
9331
9332         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
9333         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
9334         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
9335         flush should be used or not inside of the function.
9336         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
9337
9338         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
9339         __thread_start): Use HIDDEN_JUMPTARGET.
9340         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
9341         __thread_start): Likewise.
9342         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
9343
9344         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
9345         Add libc_hidden_proto.
9346         (STRTOF): Add libc_hidden_proto.
9347         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
9348         (strtold_l, wcstold_l): Use them as second argument for
9349         long_double_symbol.
9350
9351 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9352
9353         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
9354
9355 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9356
9357         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
9358
9359 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9360
9361         * po/bg.po: New file.  From the translation team.
9362
9363 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9364
9365         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
9366         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
9367         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
9368         when each feature was introduced.
9369
9370         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
9371         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
9372         (CHECK_HASH): New macro.
9373         (PREPARE_VERSION): Use it.
9374
9375         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
9376         prototype if not __ASSUME_PSELECT.
9377         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
9378         prototype if not __ASSUME_PPOLL.
9379
9380         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
9381
9382         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
9383         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
9384         is defined.
9385
9386 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
9387
9388         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9389         (_libc_vdso_platform_setup): If vDSO is not available point
9390         __vdso_gettimeofday to the vsyscall.
9391         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
9392         __vdso_gettimeofday instead of vsyscall.
9393
9394 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9395
9396         * nscd/servicescache.c: Include kernel-features.h.
9397         * nscd/gai.c: Likewise.
9398         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9399         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9400         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9401         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9402         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9403         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9404         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9405         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9406         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9407
9408 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9409
9410         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9411         and _dl_get_origin defines anymore.
9412
9413         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9414         Build fix for systems which might lack POSIX timer support.
9415
9416         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9417         (_libc_vdso_platform_setup): Mangle function pointers before storing
9418         them.
9419         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9420         Demangle vdso pointer before use.
9421         (INTERNAL_VSYSCALL): Likewise.
9422
9423         * elf/cache.c (primes): Mark as const.
9424         Noted by Roland McGrath.
9425
9426 2007-08-01  Andreas Jaeger  <aj@suse.de>
9427             Jakub Jelinek  <jakub@redhat.com>
9428
9429         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9430         (options): Add option.
9431         (parse_opt): Handle option.
9432         (manual_link): Adjust process_file caller.  Call implicit_soname.
9433         (search_dir): Formatting.  Use and populate auxiliary cache.
9434         (main): Load and save auxiliary cache.
9435         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9436         stat64 from fstat64 to caller.
9437         (implicit_soname): New function.
9438         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9439         leave *soname as NULL.
9440         * elf/cache.c: Include libgen.h.
9441         (print_entry, print_cache, compare, save_cache, add_to_cache):
9442         Formatting and cleanups.
9443         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9444         aux_cache_file): New structures.
9445         (AUX_CACHEMAGIC): Define.
9446         (primes): New array.
9447         (aux_hash_size, aux_hash): New variables.
9448         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
9449         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
9450         load_aux_cache, save_aux_cache): New functions.
9451         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
9452         (init_aux_cache, search_aux_cache, add_to_aux_cache,
9453         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
9454         (process_file): Adjust prototype.
9455
9456 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
9457
9458         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
9459         with __need_size_t.
9460
9461 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9462
9463         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
9464         r_found_version structure as second parameter.
9465         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
9466         (_dl_vdso_vsym): Change type of second parameter accordingly.
9467         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
9468         (_libc_vdso_platform_setup): Adjust.
9469         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9470         (_libc_vdso_platform_setup): Likewise.
9471
9472         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
9473         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
9474         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
9475         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
9476         * csu/libc-start.c: Pretty printing.
9477         Use VDSO_SETUP if defined.
9478         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
9479         and let generic code call into _libc_vdso_platform_setup.
9480         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
9481         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
9482         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
9483         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
9484         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
9485         for GLIBC_PRIVATE.
9486         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
9487         (sysdep_rountines): Add dl-vdso.
9488
9489         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
9490         of routines.
9491
9492         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
9493         attribute_hidden to __vdso_gettimeofday prototype.
9494
9495 2007-08-12  Roland McGrath  <roland@redhat.com>
9496
9497         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
9498         From: Karl Berry <karl@freefriends.org>.
9499
9500 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
9501
9502         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
9503         an atime update for the files we read.
9504
9505 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9506
9507         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
9508
9509         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
9510         instead of mkstemp.
9511
9512         * misc/Makefile (routines): Add mkostemp and mkostemp64.
9513         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9514         * misc/mkostemp.c: New file.
9515         * misc/mkostemp64.c: New file.
9516         * stdlib/stdlib.h: Declare the new functions.
9517         * sysdeps/posix/tempname.c: Add new parameter which is added to
9518         the flags for open.  Remove __GT_BIGFILE handling.
9519         * stdio-common/tempname.c: Likewise.
9520         * include/stdio.h: Adjust __gen_tempname prototype.
9521         Renumber __GT_* constants.
9522         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9523         * misc/mkdtemp.c: Likewise.
9524         * misc/mkstemp.c: Likewise.
9525         * misc/mkstemp64.c: Likewise.
9526         * misc/mktemp.c: Likewise.
9527         * stdio-common/tempnam.c: Likewise.
9528         * stdio-common/tmpfile.c: Likewise.
9529         * stdio-common/tmpfile64.c: Likewise.
9530         * stdio-common/tmpnam.c: Likewise.
9531         * stdio-common/tmpnam_r.c: Likewise.
9532
9533 2007-08-10  Roland McGrath  <roland@frob.com>
9534
9535         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9536         New macros.
9537         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9538         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9539
9540 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9541
9542         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9543         possible.
9544         * nss/nss_files/files-alias.c (internal_setent): Likewise.
9545         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9546         * nss/nss_files/files-have_o_cloexec.c: New file.
9547
9548         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
9549         available.
9550
9551 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
9552
9553         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
9554         ___new_wcstold_l): New weak aliases.
9555         (strtold_l, wcstold_l): Use them as second argument for
9556         long_double_symbol.
9557
9558 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
9559
9560         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
9561         register in test for error.
9562
9563         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
9564         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
9565
9566         * po/sv.po: Update from translation team.
9567
9568 2007-08-06  Roland McGrath  <roland@redhat.com>
9569
9570         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
9571         Remove __strto*_l inlines.
9572         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
9573         * stdlib/strtod.c: Add libc_hidden_def.
9574         * stdlib/strtod_l.c: Likewise.
9575         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
9576         for __new_strtold and __new_wcstold.
9577         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
9578         __STRTOF, STRTOF.
9579         * stdlib/strtol.c: Add libc_hidden_def.
9580         * stdlib/strtol_l.c: Likewise.
9581         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
9582         strtoq.
9583
9584         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
9585
9586         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
9587         * scripts/data/localplt-generic.data: ... here.
9588         * elf/Makefile (check-data): Get generic file if no other.
9589         ($(objpfx)check-localplt.out): Make target unconditional.
9590
9591         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
9592         Use ElfW(Nhdr).
9593
9594 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
9595
9596         * po/zh_CN.po: Updated translation from translation team.
9597
9598 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
9599
9600         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
9601         Don't use CGOTSETUP and CGOTRESTORE macros.
9602
9603 2007-08-04  Roland McGrath  <roland@redhat.com>
9604
9605         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
9606
9607 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
9608
9609         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
9610         __extension__ around the whole statement expression.
9611
9612 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
9613
9614         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
9615         elements during initialization.
9616
9617         * po/pl.po: Updated translation from translation team.
9618         * po/tr.po: Likewise.
9619         * po/nl.po: Likewise.
9620
9621 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
9622
9623         * rt/aio.h: Add __nonnull attributes.
9624
9625 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9626
9627         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
9628         * stdlib/Makefile (tests): Add tst-strtod5.
9629         (tst-strtod5-ENV): New.
9630         * stdlib/tst-strtod5.c: New file.
9631
9632         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
9633         failed.
9634         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
9635         on failure.
9636
9637         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
9638         allocated.
9639
9640 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9641
9642         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
9643         numbers.
9644
9645 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
9646
9647         * io/Makefile (aux): Add have_o_cloexec.
9648         * include/fcntl.h: Declare __have_o_cloexec.
9649         * io/have_o_cloexec.c: New file.
9650         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
9651         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
9652         fcntl call if not necessary.
9653         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
9654         of local variable.
9655
9656         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
9657         Avoid memset, add explicit initialization.
9658         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
9659         to the end and change into zero-sized array.
9660         Move lock member to fill a hole on 64-bit platforms.
9661
9662         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
9663         inline functions.
9664         * include/stdlib.h: Add __strto*_internal prototypes here.
9665         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
9666         inline functions.
9667         * include/wchar.h: Add __wcsto*_internal prototypes.
9668         * sysdeps/generic/inttypes.h: No need to protect the declaration
9669         of the __strto*_internal and __wcsto*_internal members here.
9670
9671         * rt/mqueue.h: Change const to __const and add nonnull attributes.
9672
9673 2007-08-02  Roland McGrath  <roland@redhat.com>
9674
9675         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
9676         $(inst_bindir)/getconf if possible.
9677
9678         * posix/Makefile ($(objpfx)getconf.speclist): New target.
9679         (generated): Add it.
9680         ($(inst_libexecdir)/getconf): Use it.
9681
9682 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
9683
9684         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
9685         /proc is faster and sufficient.  /sys is still needed for
9686         __get_nprocs_conf.
9687
9688 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
9689
9690         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
9691         syscall as __fallocate64.
9692         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
9693         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
9694
9695 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
9696
9697         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
9698         value.
9699
9700         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
9701         if off_t is different rank from size_t.
9702
9703         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
9704         uw_frame_state_for): Avoid type punning warnings.
9705         * sysdeps/generic/unwind-dw2-fde-glibc.c
9706         (_Unwind_IteratePhdrCallback): Likewise.
9707         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
9708         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
9709         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
9710         pointers.
9711
9712 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
9713
9714         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
9715         total processors using sysfs.
9716         (__get_nprocs): Use sysfs to determine which processors are online.
9717
9718 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
9719
9720         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
9721         syscall arguments count.
9722
9723         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
9724
9725 2007-07-30  Roland McGrath  <roland@redhat.com>
9726
9727         * manual/libc.texinfo: Update copyrights, formatting magic, and
9728         @dircategory.  From Karl Berry <karl@freefriends.org>.
9729
9730 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
9731
9732         [BZ #4860]
9733         * io/Makefile (headers): Add bits/fcntl2.h.
9734
9735         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
9736         using gcc builtin.
9737         (__CPU_EQUAL_S): Likewise.
9738
9739         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
9740         (tests): Add tst-cpuset.
9741         * posix/sched_cpualloc.c: New file.
9742         * posix/sched_cpufree.c: New file.
9743         * posix/tst-cpuset.c: New file.
9744         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
9745         GLIBC_2.7.
9746         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
9747         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
9748         macros.  Define CPU_*_S macros.
9749
9750 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9751
9752         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
9753         entry.
9754
9755         [BZ #4858]
9756         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9757         #.0g and value rounded to 1.0.
9758         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9759
9760 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
9761
9762         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9763         for int_frac_digits and frac_digits.
9764
9765         * login/logout.c (logout): Avoid aliasing violation.
9766         * login/logwtmp.c (logwtmp): Likewise.
9767
9768         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9769
9770         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9771         to avoid warning.
9772         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9773         warning.
9774         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9775         warning.
9776         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9777         to avoid warnings.
9778
9779         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9780         void **.
9781         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9782
9783         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9784         char * to avoid warning.
9785         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9786
9787         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9788
9789         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9790         allocate_arrays): Cast second argument to charmap_find_symbol
9791         to char * to avoid warnings.
9792
9793         * locale/programs/repertoire.c (repertoire_new_char): Change
9794         from_nr, to_nr and cnt to unsigned long, adjust printf format
9795         string.
9796
9797         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9798         Cast second argument to new_element to char * to avoid warnings.
9799
9800         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9801
9802         * intl/gettextP.h (struct loaded_domain): Change plural to const
9803         struct expression *.
9804         * intl/plural-eval.c (plural_eval): Change first argument to
9805         const struct expression *.
9806         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9807         argument to const struct expression **.
9808         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9809         prototypes.
9810         * intl/loadmsgcat (_nl_unload_domain): Cast away const
9811         in call to __gettext_free_exp.
9812
9813         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9814         unitialized wstring/wpattern var warnings.
9815
9816         * posix/runtests.c (struct a_test): Make data field const char *.
9817
9818         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9819         vars if not LDBL_MANT_DIG >= 106.
9820
9821         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9822
9823         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9824         __find_specmb to avoid warning.
9825
9826         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9827
9828         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
9829         to avoid warnings.
9830
9831         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
9832         initializer.
9833
9834         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
9835         tv var when it will be actually used.
9836
9837         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
9838         to avoid warnings.
9839
9840         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
9841         char array resp. pointer.
9842         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
9843         char array.
9844         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
9845         to const unsigned char **.
9846         (ucs4_to_cns11643): Change second argument to unsigned char *.
9847         * iconvdata/euc-tw.c (BODY): Change endp type to
9848         const unsigned char *.
9849         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
9850         to unsigned char *.
9851         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
9852         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
9853         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
9854         types to unsigned char pointers/arrays instead of char.
9855         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
9856         to unsigned char *.
9857         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
9858         * iconvdata/jis0212.h: Include assert.h.
9859         (ucs4_to_jisx0212): Change second argument to unsigned char *.
9860         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
9861         of trying to handle that.
9862         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
9863         shut up a warning.
9864         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
9865         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
9866         two dimensional const unsigned char arrays.
9867         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
9868         Initialize endp to inptr to shut up a warning.
9869
9870 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9871
9872         [BZ #4772]
9873         * time/strptime_l.c (__strptime_internal): Silently ignore
9874         strftime modifiers and field width in recursive calls.
9875
9876         * include/time.h (enum ptime_locale_status): Remove.
9877         (__strptime_internal): Remove decided and era_cnt arguments,
9878         add statep argument.
9879         * time/strptime_l.c (__strptime_internal): Remove decided
9880         and era_cnt arguments, add statep argument.  Don't recompute
9881         any fields in recursive calls, only update caller's tm
9882         and state, if recursive call fails, don't change tm nor
9883         any state.
9884         (get_alt_number): Adjust.
9885         (recursive): Adjust caller.
9886         (strptime): Likewise.
9887         * time/strptime.c (strptime): Likewise.
9888
9889 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
9890
9891         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
9892         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
9893         if from and to charsets are the same.
9894         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
9895         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
9896         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
9897
9898 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9899
9900         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
9901         Don't define wint_t when __need_mbstate_t unless it
9902         is necessary.
9903         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
9904         in the typedef if possible.
9905         * wctype/wctype.h (wint_t): Define by including
9906         wchar.h with __need_wint_t instead of including stddef.h
9907         with __need_wint_t and as fallback definining it ourselves.
9908         * iconv/gconv.h (__need_wint_t): Define before including
9909         wchar.h.
9910         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
9911         or _GLIBCPP_USE_WCHAR_T.
9912         (__need_wchar_t): Don't define
9913         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9914         (__need_wint_t): Don't define before including stddef.h,
9915         define before including wchar.h only if _LIBC or
9916         _GLIBCPP_USE_WCHAR_T.
9917         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9918         * sysdeps/mach/hurd/_G_config.h: Likewise.
9919         * sysdeps/generic/_G_config.h: Likewise.
9920         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
9921         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
9922         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
9923         if _LIBC or _GLIBCPP_USE_WCHAR_T.
9924
9925 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9926
9927         * sysdeps/posix/posix_fallocate64.c: Undefine
9928         __posix_fallocate64_l64 before alias handling.
9929         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
9930         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
9931         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
9932         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
9933
9934         * io/tst-posix_fallocate.c: Include <fcntl.h>.
9935
9936 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
9937
9938         * locale/programs/ld-collate.c (atwc): New variable.
9939         (add_to_tablewc): New toplevel function, moved from collate_output.
9940         (collate_output): Remove add_to_tablewc nested function.
9941
9942         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
9943         (name_insert): New function.
9944         (write_output): Remove hash_table and hash_size vars and name_insert
9945         nested function.
9946
9947 2007-07-24  Roland McGrath  <roland@redhat.com>
9948
9949         * Makerules (install-others-programs-nosubdir): New target.
9950         (install-no-libc.a-nosubdir): Depend on it.
9951
9952         * iconv/Makefile (install-others-programs): Set this instead of
9953         install-others.
9954         * login/Makefile (install-others-programs): Likewise.
9955         * posix/Makefile (install-others-programs): Likewise.
9956
9957         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
9958         dependencies.
9959
9960 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
9961
9962         * io/Makefile (tests): Add tst-posix_fallocate.
9963         * io/tst-posix_fallocate.c: New file.
9964
9965         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9966         __ASSUME_FALLOCATE.
9967
9968 2007-07-22  Roland McGrath  <roland@frob.com>
9969
9970         * hurd/getdport.c: Add missing copyright year update.
9971
9972         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
9973         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
9974
9975 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
9976
9977         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
9978
9979         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
9980         O_CLOEXEC is needed.
9981         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
9982         Avoid additional fcntl to set O_CLOEXEC if not needed.
9983         * nis/nss_compat/compat-initgroups.c: Likewise.
9984         * nis/nss_compat/compat-pwd.c: Likewise.
9985         * nis/nss_compat/compat-spwd.c: Likewise.
9986
9987 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9988
9989         [BZ #3665]
9990         * manual/errno.texi: Change ECANCELED value to 119.
9991
9992         [BZ #4610]
9993         * mach/lock-intern.h: Include <sys/cdefs.h>.
9994
9995         [BZ #4178]
9996         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
9997         reading A.
9998
9999         [BZ #4126]
10000         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
10001         to __sigsuspend.
10002
10003         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
10004
10005 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
10006
10007         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
10008         `__ASSEMBLER__'.
10009         * sysdeps/mach/hurd/i386/tls.h: Likewise.
10010
10011 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
10012
10013         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
10014         descriptor received from nscd.
10015
10016         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
10017
10018         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
10019         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10020         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10021         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10022         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10023         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10024
10025 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
10026
10027         [BZ #4816]
10028         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
10029
10030         [BZ #4813]
10031         * login/forkpty.c (forkpty): Close master and slave fds on
10032         fork failure.  Patch by
10033         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
10034
10035 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
10036
10037         * include/features.h (__USE_ISOC95): New define.
10038         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
10039         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
10040         for -std=iso9899:199409.
10041         * CONFORMANCE: Remove comments about unsupported AMD1.
10042
10043 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
10044
10045         * sysdeps/ia64/sched_cpucount.c: New file.
10046         * sysdeps/powerpc/sched_cpucount.c: New file.
10047
10048         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
10049         __BEGIN_DECLS/__END_DECLS around the prototype.
10050         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
10051         pointer to const cpu_set_t.
10052
10053         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
10054         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
10055         __need_size_t and include stddef.h.
10056         * sysvipc/sys/msg.h: Likewise.
10057         * posix/sched.h: Likewise.
10058         * hurd/hurd/signal.h (__need_size_t): Define.
10059
10060         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
10061         neither does signal.h in pedantic ISO C namespaces.  stdio.h
10062         no longer defines wint_t or wchar_t.
10063
10064         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
10065         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
10066         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
10067         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
10068         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
10069         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
10070         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
10071         * debug/printf_chk.c (__printf_chk): Likewise.
10072         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
10073         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
10074
10075         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
10076         Define.
10077
10078         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
10079         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
10080
10081 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
10082
10083         [BZ #4792]
10084         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
10085         * malloc/malloc.h (realloc): Likewise.
10086
10087         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
10088         if one of proc_file_chain streams has that fileno.
10089         * stdio-common/Makefile (tests): Add tst-popen2.
10090         * stdio-common/tst-popen2.c: New test.
10091
10092 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
10093
10094         * elf/ldconfig.c: Allow GPLv2 or any later version.
10095         * elf/readlib.c: Likewise.
10096         * elf/chroot_canon.c: Likewise.
10097         * elf/cache.c: Likewise.
10098         * nscd/mem.c: Likewise.
10099         * nscd/getpwuid_r.c: Likewise.
10100         * nscd/grpcache.c: Likewise.
10101         * nscd/aicache.c: Likewise.
10102         * nscd/getsrvbynm_r.c: Likewise.
10103         * nscd/nscd.c: Likewise.
10104         * nscd/servicescache.c: Likewise.
10105         * nscd/getsrvbypt_r.c: Likewise.
10106         * nscd/initgrcache.c: Likewise.
10107         * nscd/gethstbyad_r.c: Likewise.
10108         * nscd/gethstbynm2_r.c: Likewise.
10109         * nscd/getgrnam_r.c: Likewise.
10110         * nscd/nscd_setup_thread.c: Likewise.
10111         * nscd/getpwnam_r.c: Likewise.
10112         * nscd/gai.c: Likewise.
10113         * nscd/connections.c: Likewise.
10114         * nscd/dbg_log.c: Likewise.
10115         * nscd/cache.c: Likewise.
10116         * nscd/hstcache.c: Likewise.
10117         * nscd/nscd_conf.c: Likewise.
10118         * nscd/getgrgid_r.c: Likewise.
10119         * nscd/pwdcache.c: Likewise.
10120         * catgets/gencat.c: Likewise.
10121         * locale/programs/linereader.h: Likewise.
10122         * locale/programs/locarchive.c: Likewise.
10123         * locale/programs/ld-paper.c: Likewise.
10124         * locale/programs/locfile-kw.h: Likewise.
10125         * locale/programs/ld-address.c: Likewise.
10126         * locale/programs/xmalloc.c: Likewise.
10127         * locale/programs/ld-time.c: Likewise.
10128         * locale/programs/localedef.c: Likewise.
10129         * locale/programs/simple-hash.c: Likewise.
10130         * locale/programs/xstrdup.c: Likewise.
10131         * locale/programs/ld-numeric.c: Likewise.
10132         * locale/programs/locfile-kw.gperf: Likewise.
10133         * locale/programs/ld-collate.c: Likewise.
10134         * locale/programs/charmap-kw.gperf: Likewise.
10135         * locale/programs/charmap.h: Likewise.
10136         * locale/programs/charmap-kw.h: Likewise.
10137         * locale/programs/config.h: Likewise.
10138         * locale/programs/locfile.c: Likewise.
10139         * locale/programs/ld-ctype.c: Likewise.
10140         * locale/programs/charmap.c: Likewise.
10141         * locale/programs/ld-messages.c: Likewise.
10142         * locale/programs/repertoire.h: Likewise.
10143         * locale/programs/locale.c: Likewise.
10144         * locale/programs/ld-name.c: Likewise.
10145         * locale/programs/linereader.c: Likewise.
10146         * locale/programs/locfile.h: Likewise.
10147         * locale/programs/3level.h: Likewise.
10148         * locale/programs/ld-monetary.c: Likewise.
10149         * locale/programs/ld-measurement.c: Likewise.
10150         * locale/programs/charmap-dir.c: Likewise.
10151         * locale/programs/ld-identification.c: Likewise.
10152         * locale/programs/localedef.h: Likewise.
10153         * locale/programs/charmap-dir.h: Likewise.
10154         * locale/programs/repertoire.c: Likewise.
10155         * locale/programs/simple-hash.h: Likewise.
10156         * locale/programs/ld-telephone.c: Likewise.
10157         * locale/programs/locale-spec.c: Likewise.
10158         * locale/programs/locfile-token.h: Likewise.
10159         * posix/getconf.c: Likewise.
10160         * iconv/dummy-repertoire.c: Likewise.
10161         * iconv/iconv_charmap.c: Likewise.
10162         * iconv/iconvconfig.c: Likewise.
10163         * iconv/iconv_prog.c: Likewise.
10164         * malloc/memusagestat.c: Likewise.
10165         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
10166
10167 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10168
10169         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
10170         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
10171         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
10172         check for the first argument.
10173
10174 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
10175
10176         [BZ #4775]
10177         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
10178         (__tgmath_real_type): Fix if expr is const int or other const
10179         qualified integral type.
10180         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
10181         expressions and handle const qualified arguments.
10182         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
10183         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
10184         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
10185         statement expressions.
10186         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
10187         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
10188         (__TGMATH_UNARY_IMAG): Define.
10189         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
10190         * math/Makefile (tests): Add test-tgmath2.
10191         (CFLAGS-test-tgmath2.c): Add.
10192         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
10193         count_cfloat, count_cldouble): New variables.
10194         (NCCALLS): Define.
10195         (main): Check number of complex calls as well.
10196         (F(compile_test)): Add complex tests and tests with const qualified
10197         arguments.
10198         (y, z, ccount): Define.
10199         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
10200         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
10201         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
10202         F(cproj)): New functions.
10203         * math/test-tgmath2.c: New test.
10204
10205 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
10206
10207         [BZ #4776]
10208         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
10209         RPATH etc. as "/" rather than "", don't segfault on empty paths,
10210         instead output ".".
10211         * dlfcn/Makefile (distribute): Add glreflib3.c.
10212         (module-names): Add glreflib3.
10213         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
10214         glreflib1.so.
10215         (LDFLAGS_glreflib3.so): New.
10216         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
10217         glreflib1.so.
10218         * dlfcn/glreflib3.c: New file.
10219
10220         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
10221         returned -1, return NULL.
10222         * intl/explodename.c (_nl_explode_name): Return -1 if
10223         _nl_normalize_codeset failed.
10224
10225 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
10226
10227         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
10228         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
10229         and avoid branch misspredicts for > 31 bytes memset case.
10230         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
10231         Remove toc ref to __cache_line_size.
10232
10233         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
10234         to get ISA-V2.0 branch hints.
10235         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
10236         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
10237         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
10238         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
10239         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
10240         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
10241         Remove toc ref to __cache_line_size.
10242
10243         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
10244         Include math_ldbl_opt.h.
10245
10246 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
10247
10248         [BZ #4773]
10249         * time/strptime_l.c (__strptime_internal): Implement greedy
10250         matching of weekday and month names.
10251
10252 2007-07-09  Roland McGrath  <roland@redhat.com>
10253
10254         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
10255         (ELF_NOTE_ABI): Use it.
10256         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
10257
10258 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
10259
10260         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
10261         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
10262
10263 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
10264
10265         [BZ #4745]
10266         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
10267         in loop to look for conversion specifier to avoid testing of
10268         wrong errno value.
10269         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
10270         * stdio-common/bug18.c: New file.
10271         * stdio-common/bug18a.c: New file.
10272         * stdio-common/bug19.c: New file.
10273         * stdio-common/bug19a.c: New file.
10274
10275 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
10276
10277         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
10278         running awk script.
10279
10280 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
10281
10282         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
10283         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
10284         Return NULL if mmap failed instead of asserting it does not.
10285         (calloc): Check for integer overflow.
10286
10287         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
10288         than LONG_MAX / 10.
10289
10290 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
10291
10292         [BZ #4702]
10293         * nis/nss-default.c: Include errno.h.
10294         (init): Preserve errno.
10295
10296 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
10297
10298         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
10299
10300 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
10301
10302         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
10303
10304 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10305
10306         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
10307
10308 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10309
10310         * sysdeps/s390/dl-procinfo.c: New file.
10311         * sysdeps/s390/dl-procinfo.h: New file.
10312         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
10313
10314 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
10315
10316         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
10317         in PT_NOTE segments with multiple notes.
10318         * elf/readelflib.c (process_elf_file): Likewise.
10319
10320 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
10321
10322         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
10323         ISO C compliant.
10324
10325 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10326
10327         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
10328
10329 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
10330
10331         * include/link.h: Don't include rtld-lowlevel.h.
10332         (struct link_map): Remove l_scope_lock.
10333         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
10334         (_dl_scope_free_list): New field (variable) in _rtld_global.
10335         (DL_LOOKUP_SCOPE_LOCK): Remove.
10336         (_dl_scope_free): New prototype.
10337         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
10338         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
10339         (_dl_profile_fixup): Likewise.
10340         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
10341         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
10342         THREAD_GSCOPE_RESET_FLAG around it.
10343         * elf/dl-close.c (_dl_close_worker): Don't use
10344         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
10345         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
10346         scopes were queued or if l_scope_mem has been abandoned.
10347         * elf/dl-open.c (_dl_scope_free): New function.
10348         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
10349         * elf/dl-support.c (_dl_scope_free_list): New variable.
10350         * elf/dl-lookup.c (add_dependency): Remove flags argument.
10351         Remove DL_LOOKUP_SCOPE_LOCK handling.
10352         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
10353         handling.
10354         * elf/dl-object.c (_dl_new_object): Don't use
10355         __rtld_mrlock_initialize.
10356
10357 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10358
10359         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
10360         to fill in holes
10361         (rtld_global_ro): Likewise.
10362
10363 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10364
10365         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
10366         Move PT_LOAD checking to...
10367         (_dl_addr_inside_object): ... here, new function.
10368         * elf/dl-sym.c (do_sym): If not l_contiguous,
10369         call _dl_addr_inside_object.
10370         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
10371         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10372         * elf/dl-open.c (dl_open_worker): Likewise.
10373         (_dl_addr_inside_object): New function if IS_IN_rtld.
10374         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
10375         holes are present or are PROT_NONE protected.
10376         * include/link.h (struct link_map): Add l_contiguous field.
10377         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
10378
10379 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10380             Tomas Janousek  <tjanouse@redhat.com>
10381             Ulrich Drepper  <drepper@redhat.com>
10382
10383         [BZ #4647]
10384         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
10385         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
10386         socket.
10387         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
10388         unused member a bitmap.
10389         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
10390         servers are configured.
10391
10392 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10393
10394         * elf/rtld.c (dl_main): Don't call init_tls more than once.
10395
10396 2007-06-17  Andreas Schwab  <schwab@suse.de>
10397
10398         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10399
10400 2007-06-16  Andreas Jaeger  <aj@suse.de>
10401
10402         [BZ #4125]
10403         * sysdeps/unix/sysv/linux/sys/ptrace.h
10404         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10405         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10406         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10407         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10408         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10409         Define.
10410         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10411         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10412         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10413         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10414
10415 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10416
10417         [BZ #4599]
10418         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10419         determining whether there are IPv4/IPv6 addresses, ignore loopback
10420         addresses.
10421
10422 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10423
10424         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10425         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10426         as the return type.  Change type of "r" variable to CMPtype.
10427         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10428         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10429         * soft-fp/gedf2.c (__gedf2): Likewise.
10430         * soft-fp/gesf2.c (__gesf2): Likewise.
10431         * soft-fp/getf2.c (__getf2): Likewise.
10432         * soft-fp/ledf2.c (__ledf2): Likewise.
10433         * soft-fp/lesf2.c (__lesf2): Likewise.
10434         * soft-fp/letf2.c (__letf2): Likewise.
10435         * soft-fp/unorddf2 (__unorddf2): Likewise.
10436         * soft-fp/unordsf2 (__unordsf2): Likewise.
10437         * soft-fp/unordtf2 (__unordtf2): Likewise.
10438
10439 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10440
10441         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10442         make sure gcc doesn't mess around with this.
10443
10444 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10445
10446         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
10447
10448 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
10449
10450         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
10451         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
10452         at most once per _dl_close_worker.
10453
10454 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10455
10456         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
10457         __sched_cpucount as const.
10458         * posix/sched_cpucount.c: Adjust.
10459
10460         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
10461         instruction for counting bits.
10462         * sysdeps/x86_64/sched_cpucount.c: New file.
10463
10464 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
10465
10466         * configure.in: Avoid variable named BASH.
10467         * config.make.in: Likewise.
10468         Patch in part by Mike Frysinger.
10469
10470 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
10471
10472         [BZ #4586]
10473         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
10474         pseudo-zeros as zero.
10475         * sysdeps/x86_64/ldbl2mpn.c: New file.
10476         * sysdeps/ia64/ldbl2mpn.c: New file.
10477
10478 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10479
10480         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
10481         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
10482         Remove unreachable code at the end.
10483
10484 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10485
10486         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
10487         ldbl-128ibm in comment.
10488         (fpclassifyl): Correct classification of denormals.
10489         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
10490         return value for MIN denormal. Rewrite using long double math too
10491         correctly handle denormals and canonicalize the results.
10492
10493 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
10494
10495         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
10496         (__mpn_construct_long_double): Fix conversion where result ought
10497         to be smaller than __LDBL_MIN__, or the low double should be
10498         denormal.  Fix decision where to negate low double - honor round
10499         to even rules.
10500         * stdio-common/tst-sprintf2.c: Include string.h.
10501         (COMPARE_LDBL): Define.
10502         (TEST): Also test whether a string hexadecimal float representation
10503         can be parsed back to the number.
10504         (main): Add a couple of further tests.
10505
10506 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10507
10508         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
10509         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10510         is non-zero, but smaller than 2 * __DBL_MIN__.
10511         * stdio-common/tst-sprintf2.c: New test.
10512         * stdio-common/Makefile (tests): Add tst-sprintf2.
10513
10514         * math/test-misc.c (main): Don't run last batch of tests with
10515         IBM long double format.
10516
10517 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10518
10519         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10520         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10521         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10522         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10523         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10524         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10525         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10526         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10527         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10528         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10531         New file.
10532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10533         New file.
10534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10535         New file.
10536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10537         New file.
10538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10539         New file.
10540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10542         New file.
10543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10544         New file.
10545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10546         New file.
10547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10548         New file.
10549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
10550         New file.
10551
10552 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10553
10554         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
10555         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
10556         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
10557         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
10558         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
10559         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
10560         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
10561         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
10562
10563 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
10564
10565         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
10566         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10567         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
10568         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10569         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
10570         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10571         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
10572         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10573
10574 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10575
10576         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
10577         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
10578         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
10579         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
10580
10581 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
10582
10583         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
10584         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
10585
10586 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
10587
10588         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
10589         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
10590         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
10591         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
10592
10593 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
10594
10595         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
10596         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
10597
10598 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10599
10600         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
10601         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
10602
10603         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
10604         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
10605         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
10606         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10607
10608 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
10609
10610         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
10611         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
10612         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
10613         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
10614
10615 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
10616
10617         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
10618         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
10619         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
10620         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10621         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
10622         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10623
10624 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10625
10626         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
10627         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
10628         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
10629         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
10630
10631 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
10632
10633         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
10634         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
10635         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
10636         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
10637         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
10638         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
10639         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
10640         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
10641         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
10642         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
10643         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
10644         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
10645         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
10646         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
10647         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
10648         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
10649
10650 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10651
10652         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
10653         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
10654
10655 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10656
10657         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
10658         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
10659
10660 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10661
10662         * sysdeps/powerpc/powerpc32/970/Implies: New file.
10663         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
10664         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
10665         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
10666         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
10667         * sysdeps/powerpc/powerpc64/970/Implies: New file.
10668         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
10669         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
10670         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
10671         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
10672
10673 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10674
10675         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
10676
10677 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
10678
10679         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
10680         branch miss-predicts. Ensure that cache line crossing does not impact
10681         dispatch grouping.
10682
10683 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
10684
10685         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
10686         "../../powerpc32/power4/memcopy.h".
10687         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
10688         "../../powerpc32/power4/wordcopy.c".
10689
10690 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10691
10692         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
10693         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
10694         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
10695         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
10696         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
10697         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
10698
10699 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
10700
10701         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
10702
10703 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10704
10705         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
10706         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
10707         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
10708         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
10709         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
10710         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
10711         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
10712         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
10713
10714 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
10715
10716         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
10717
10718 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10719
10720         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
10721         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
10722         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
10723         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
10724         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
10725         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
10726         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
10727
10728 2007-05-29  Roland McGrath  <roland@redhat.com>
10729
10730         * po/Makefile (po-sed-cmd): New variable.
10731         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
10732
10733 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
10734
10735         * crypt/md5-crypt.c: Fix comment.
10736
10737         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
10738         of crashing.  When this is the case or if the reply is malformed,
10739         don't try to close the new file descriptor since it does not
10740         exist.
10741         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
10742
10743 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
10744
10745         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
10746         if __NR_utimensat is not defined.
10747
10748 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
10749
10750         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
10751
10752 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
10753
10754         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
10755         (open): Fix comment typos.  Don't call __open_2 if flags
10756         is a compile time constant without O_CREAT.
10757         (__open64_2): Add nonnull attribute.
10758         (open64): Fix comment typos.  Don't call __open64_2 if flags
10759         is a compile time constant without O_CREAT.
10760         (__openat_2): Add nonnull attribute, fix nonnull attribute
10761         on redirect.
10762         (openat): Fix comment typos.  Don't call __openat_2 if flags
10763         is a compile time constant without O_CREAT.
10764         (__openat64_2): Add nonnull attribute, fix nonnull attribute
10765         on redirect.
10766         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
10767         is a compile time constant without O_CREAT.
10768
10769 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
10770
10771         * Makerules (sysd-rules): Define PTW for ptw-* files.
10772         * Versions: Define GLIBC_2.7 for libc.
10773         * include/stdio.h: Declare __fortify_fail.
10774         * debug/fortify_fail.c: New file.
10775         * debug/Makefile (routines): Add fortify_fail.
10776         * debug/chk_fail.c: Use __fortify_fail.
10777         * debug/stack_chk_fail.c: Likewise.
10778         * io/Versions: Export __open_2, __open64_2, __openat_2, and
10779         __openat64_2 for GLIBC_2.7.
10780         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10781         * io/open.c: Define *_2 variant of function which checks for O_CREAT
10782         and fails if necessary.
10783         * io/open64.c: Likewise.
10784         * io/openat.c: Likewise.
10785         * io/openat64.c: Likewise.
10786         * sysdeps/unix/sysv/linux/open64.c: Likewise.
10787         * sysdeps/unix/sysv/linux/openat.c: Likewise.
10788         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10789         * io/bits/fcntl2.h: New file.
10790         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10791         __openat64_2.
10792         * include/bits/fcntl2.h: New file.
10793         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10794         Add open_2.
10795         * sysdeps/unix/sysv/linux/open_2.c: New file.
10796
10797 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
10798
10799         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10800         as second parameter to handle_intel.
10801
10802         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10803         the entry.
10804
10805         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10806         handling to ...
10807         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
10808         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10809         cacheinfo.
10810         * sysdeps/x86_64/memcpy.S: Complete rewrite.
10811         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10812         Patch by Evandro Menezes <evandro.menezes@amd.com>.
10813
10814         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10815
10816 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
10817
10818         [BZ #4525]
10819         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10820         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10821         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10822
10823         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10824
10825         [BZ #4514]
10826         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10827         reinitialize workend at the start of each do_positional format spec
10828         loop, free workstart before do_positional loops.
10829         (printf_unknown): Fix size of work_buffer.
10830         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
10831
10832         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
10833         (public_sET_STATe): If ms->version < 3, put all chunks into
10834         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
10835         chunks.
10836
10837         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
10838         * malloc/hooks.c: Likewise.
10839         * malloc/arena.c: Likewise.
10840         * malloc/malloc.c (do_check_malloc_state): Don't assert
10841         n_mmaps is not greater than n_mmaps_max.  This removes the need
10842         for the previous change.
10843
10844         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
10845         2007-05-07 commit.
10846
10847 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
10848
10849         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
10850         Define for kernel >= 2.6.22.
10851
10852 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
10853
10854         * elf/dl-close.c (_dl_close_worker): When removing object from
10855         global scope, wait for all lookups to finish afterwards.
10856         * elf/dl-open.c (add_to_global): When global scope array must
10857         grow, allocate a new one and free old array only after all
10858         lookups finish.
10859         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
10860         (_dl_lookup_symbol_x): Likewise.
10861         * elf/dl-support.c: Define _dl_wait_lookup_done.
10862         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
10863         _dl_wait_lookup_done.
10864
10865         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
10866         not overlapping with arena.
10867
10868         * malloc/mcheck.c (reallochook): If size==0, free the block.
10869
10870         * rt/tst-shm.c: Use fstat64 instead of fstat.
10871
10872         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
10873         __NR_sync_file_range is not defined.
10874
10875 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
10876
10877         Dummy files to prevent stub versions from being used.
10878         * sysdeps/x86_64/fpu/k_cosl.c: New file.
10879         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
10880         * sysdeps/x86_64/fpu/k_sinl.c: New file.
10881         * sysdeps/x86_64/fpu/k_tanl.c: New file.
10882
10883         * version.h (VERSION): Set to 2.6.90.
10884
10885 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
10886
10887         * version.h (VERSION): Define to 2.6.
10888         * include/features.h (__GLIBC_MINOR__): Define to 6.
10889
10890         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
10891
10892         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
10893         sizes.
10894
10895 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
10896
10897         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
10898         number of mmaps.  n_mmaps_max is the target.
10899         * malloc/hooks.c: Likewise.
10900         * malloc/arena.c: Likewise.
10901
10902 2007-05-12  Andreas Jaeger  <aj@suse.de>
10903
10904         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
10905         getpid.
10906
10907 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
10908
10909         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
10910         adding new variables.
10911
10912         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
10913         optimize.  Completely extend global scope array before making the
10914         new entries visible.
10915
10916 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
10917
10918         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
10919         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
10920         tst-getcpu.
10921
10922         * include/link.h: Move l_version and l_nversion members around to
10923         fill gaps.
10924
10925         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
10926
10927         * sysdeps/unix/sysv/linux/sched_setaffinity.c
10928         (__sched_setaffinity_new): If syscall was successful and
10929         RESET_VGETCPU_CACHE is defined, use it before returning.
10930         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
10931
10932         * io/sys/stat.h: Make sure struct timespec is defined for
10933         __USE_ATFILE.
10934
10935         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
10936         UTIME_OMIT.
10937         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
10938         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
10939         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10940         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
10941         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10942         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
10943         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
10944         * io/sys/stat.h: Declare utimensat, futimens.
10945         * io/utimensat.c: New file.
10946         * io/futimens.c: New file.
10947         * sysdeps/unix/sysv/linux/utimensat.c: New file.
10948         * sysdeps/unix/sysv/linux/futimens.c: New file.
10949         * io/Makefile (routines): Add utimensat, futimens.
10950         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
10951         * sysdeps/unix/sysv/linux/lutimes.c: New file.
10952         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
10953         available.
10954
10955         * include/sys/cdefs.h: Redefine __nonnull so that test for
10956         incorrect parameters in the libc code itself are not omitted.
10957
10958 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
10959
10960         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
10961         exception in addition to inexact when asked to raise only FE_INEXACT.
10962
10963         [BZ #3427]
10964         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
10965         in *envp.
10966
10967 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10968
10969         [BZ #4403]
10970         * string/strfry.c (strfry): Make result more random.
10971
10972 2007-05-07  Richard Henderson  <rth@redhat.com>
10973
10974         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
10975         if __NO_LONG_DOUBLE_MATH.
10976         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
10977         available in the compiler, add .arch directive to the assembly.
10978
10979 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
10980
10981         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
10982         compat_symbol to GLIBC_2_1.
10983         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
10984         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
10985         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
10986         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
10987         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
10988         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
10989         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
10990         libc, not libm.
10991         (__isnanl): New compat_symbol.
10992
10993 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10994             Jakub Jelinek  <jakub@redhat.com>
10995
10996         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
10997         (new_heap): Initialize mprotect_size.
10998         (grow_heap): When growing, only mprotect from mprotect_size till
10999         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
11000         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
11001
11002 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
11003             Peter Bergner  <bergner@us.ibm.com>
11004
11005         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
11006         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
11007         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
11008         * sysdeps/powerpc/fpu/fe_mask.c: New file.
11009         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
11010         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
11011         Call __fe_mask_env() if all FP exceptions disabled.
11012         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
11013         from old FPSCR to new fenv to propagate DFP rounding modes.
11014         Call __fe_mask_env() if FP exceptions previously enabled.
11015         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
11016         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
11017         transitioning from all exceptions disabled to any exception enabled
11018         or visa versa.
11019         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
11020         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
11021         when transitioning from all exceptions disabled to any exception
11022         enabled or visa versa.
11023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
11024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
11025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
11026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
11027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
11028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
11029
11030 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11031
11032         [BZ #4465]
11033         * posix/unistd.h: Remove __THROW from fdatasync.
11034
11035 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
11036
11037         [BZ #4465]
11038         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
11039
11040 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
11041
11042         * stdio-common/vfprintf.c (process_string_arg): Optimize
11043         ridiculous precision in wide char code printing multi-byte string.
11044         Reported by Jim Meyering <jim@meyering.net>.
11045
11046         [BZ #4131]
11047         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
11048         boundaries to work around systems with overlapping binary loading.
11049         Based on a patch by Suzuki <suzuki@in.ibm.com>.
11050
11051 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
11052
11053         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
11054         __mbsnrtowcs after last change.
11055
11056         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
11057         (get_ident): Likewise.
11058
11059 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11060
11061         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
11062         with setting the sticky bit.
11063         * math/test-misc.c (main): Add more truncation tests.
11064
11065 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
11066
11067         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
11068         double in the function declaration.
11069         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
11070         double in the function declaration.
11071         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11072         float in the function declaration.
11073         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
11074         float in the function declaration.
11075
11076         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
11077         denormal operands.  Do not generate FP_EX_DENORM exception.
11078         (FP_UNPACK_RAW_EP): Ditto.
11079         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
11080         undefined _FP_UNPACK_RAW_E.
11081         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
11082         undefined _FP_UNPACK_RAW_EP.
11083         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
11084         undefined _FP_PACK_RAW_E.
11085         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
11086         undefined _FP_PACK_RAW_EP.
11087
11088         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
11089         _FP_FRAC_COPY_2.
11090         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
11091         _FP_FRAC_COPY_4.
11092
11093 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
11094             Jakub Jelinek  <jakub@redhat.com>
11095
11096         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
11097         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
11098         this case.
11099         * soft-fp/op-common.h (FP_TRUNC): Ditto.
11100
11101 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11102
11103         * math/test-misc.c (main): Add tests for rounding long double
11104         values close to smallest double denormalized value to double.
11105
11106 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
11107
11108         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
11109         condition for truncating to 0.  Set sticky bit for such
11110         truncation.
11111
11112 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
11113
11114         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
11115         fixed length array for ignore.
11116
11117 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11118
11119         [BZ #4438]
11120         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
11121         stack for large precisions.
11122         * stdio-common/test-vfprintf.c (main): Add test for large
11123         precision.
11124
11125 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
11126
11127         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
11128         for exponent 0.
11129         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
11130
11131         [BZ #4439]
11132         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
11133         account in the size check.
11134         * resolv/tst-inet_ntop.c: New test.
11135         * resolv/Makefile (tests): Add tst-inet_ntop.
11136
11137 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11138             Jakub Jelinek  <jakub@redhat.com>
11139
11140         [BZ #4349]
11141         * malloc/malloc.c: Keep separate list for first blocks on the bin
11142         lists with a given size.  This helps skipping over list elements
11143         we know won't fit in two places.
11144         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
11145
11146 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
11147
11148         [BZ #4102]
11149         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
11150         label to Teredo tunnel addresses 2001://32.
11151
11152 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
11153
11154         * locale/programs/ld-collate.c (collate_read): Allow order_start
11155         after copy.
11156
11157         * locale/programs/ld-collate.c (collate_read): Fix printing of
11158         error message.
11159
11160         [BZ #3213]
11161         * locale/C-translit.h.in: Add entry for U2044.
11162
11163         [BZ #4342]
11164         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
11165         hexa-decimal floats without exponent.
11166         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
11167
11168 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11169
11170         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
11171         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
11172         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
11173         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
11174         GLIBC_2.6.
11175         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
11176         Add sched_getcpu.
11177
11178 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11179
11180         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
11181         of 0 after the out_fail label.
11182
11183 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11184
11185         [BZ #4406]
11186         * iconv/gconv_charset.h (strip): Allow ':'.
11187         * iconv/iconv_open.c (iconv_open): Adjust comment.
11188
11189 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11190
11191         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
11192         version.
11193
11194 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11195
11196         [BZ #4381]
11197         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
11198         alignment of buffer and tmp_buffer.
11199         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
11200         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
11201         alignment of buffer.
11202         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
11203         bigger than INT_MAX.
11204         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
11205         h_errnop arguments.  Fail if buflen is too small.
11206         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
11207
11208 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11209
11210         [BZ #4405]
11211         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
11212         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
11213
11214 2007-04-22  Roland McGrath  <roland@redhat.com>
11215
11216         * elf/elf.h (NT_PRXFPREG): New macro.
11217
11218 2007-04-19  Andreas Jaeger  <aj@suse.de>
11219
11220         [BZ #3905]
11221         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
11222         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
11223         Added.
11224
11225 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
11226
11227         * include/sys/mman.h: Mark madvise hidden.
11228         * misc/madvise.c: Add libc_hidden_def.
11229
11230 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
11231
11232         * nis/nis_domain_of.c (__nis_domain_of): New function.
11233         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
11234         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
11235         * nis/nis_call.c (rec_dirsearch): Likewise.
11236         (first_shoot): Likewise.  Remove search_parent_first argument.
11237         (struct nis_server_cache): Rename search_parent_first field
11238         to search_parent.
11239         (nis_server_cache_search, nis_server_cache_add): Rename
11240         search_parent_first argument to search_parent.
11241         (__nisfind_server): Likewise.  If search_parent, call
11242         __nis_domain_of.
11243
11244 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
11245
11246         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
11247
11248 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
11249
11250         [BZ #4368]
11251         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
11252
11253 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
11254
11255         [BZ #4364]
11256         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
11257
11258 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
11259
11260         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
11261         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
11262         current number of locales in SUPPORTED.
11263         (create_archive): Initialize serial.
11264         (enlarge_archive): Preserve aliases rather than duplicating
11265         their locrecs.
11266
11267 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11268
11269         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
11270         after _IO_un_link, not before it.
11271
11272         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
11273         special case handling when wcp == wstartp + 1.  Fix a comment typo.
11274         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
11275
11276 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
11277
11278         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
11279         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
11280         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
11281         Remove __THROW.
11282         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
11283         _IO_file_xsgetn_maybe_mmap): Likewise.
11284         * libio/oldfileops.c (old_do_write): Likewise.
11285         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
11286         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
11287         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
11288         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
11289         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
11290         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
11291         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
11292         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
11293         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
11294         _IO_file_underflow, _IO_file_underflow_mmap,
11295         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
11296         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
11297         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
11298         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
11299         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
11300         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
11301         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
11302         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
11303         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
11304         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
11305         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
11306         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
11307         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
11308         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
11309         _IO_adjust_column_internal, _IO_default_uflow_internal,
11310         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
11311         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
11312         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
11313         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
11314         _IO_file_close_it_internal, _IO_file_underflow_internal,
11315         _IO_file_overflow_internal, _IO_file_attach_internal,
11316         _IO_file_fopen_internal, _IO_file_sync_internal,
11317         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
11318         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
11319         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
11320         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
11321         _IO_seekpos_unlocked): Likewise.
11322         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
11323         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
11324
11325 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
11326
11327         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
11328         argument in xmalloc size computation.
11329
11330 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11331
11332         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
11333         math_opt_barrier and math_force_eval macros.
11334
11335 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11336
11337         [BZ #3306]
11338         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
11339         * sysdeps/i386/fpu/math_private.h: New file.
11340         * sysdeps/x86_64/fpu/math_private.h: New file.
11341         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
11342         math_force_eval macros.  Use "+m" constraint on asm rather than
11343         "=m" and "m".
11344         * math/s_nextafter.c (__nextafter): Likewise.
11345         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
11346         Likewise.
11347         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11348         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
11349         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
11350         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
11351         math_opt_barrier and math_force_eval macros.
11352         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
11353         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
11354         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
11355         (__nexttoward): Use math_opt_barrier and
11356         math_force_eval macros.  Use "+m" constraint on asm rather than
11357         "=m" and "m".  Only use asm to force double result if
11358         FLT_EVAL_METHOD is 2.
11359         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
11360         (__nexttowardf): Use math_opt_barrier and
11361         math_force_eval macros.  Use "+m" constraint on asm rather than
11362         "=m" and "m".  Only use asm to force double result if
11363         FLT_EVAL_METHOD is not 0.
11364         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
11365         (__nexttowardf): Use math_opt_barrier and
11366         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11367         x to float using asm.
11368         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
11369         (__nldbl_nexttowardf): Use math_opt_barrier and
11370         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11371         x to float using asm.
11372         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
11373         (__nexttowardf): Use math_opt_barrier and math_force_eval
11374         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
11375         * math/bug-nextafter.c (zero, inf): New variables.
11376         (main): Add new tests.
11377         * math/bug-nexttoward.c (zero, inf): New variables.
11378         (main): Add new tests.
11379
11380 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11381
11382         [BZ #3427]
11383         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
11384         exceptions both in SW and MXCSR.
11385         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
11386         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
11387         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11388         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11389         in MXCSR if SSE is available.
11390         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
11391         and ldsodefs.h.
11392         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
11393         Fix comment typo.
11394         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
11395         Return 0 rather than 1.
11396         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
11397         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11398         * math/test-fenv.c (feholdexcept_tests): New function.
11399         (main): Call it.
11400
11401 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11402
11403         [BZ #3427]
11404         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11405         in SW.
11406
11407 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11408
11409         [BZ #4344]
11410         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11411         Reported by David Anderson <davea42@earthlink.net>.
11412
11413 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11414
11415         * posix/sys/wait.h: Remove unnecessary forward declaration.
11416
11417 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11418
11419         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11420         with obj->do_servers after first_shoot.
11421
11422 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11423
11424         * posix/Makefile (routines): Add sched_cpucount.
11425         (tests): Add tst-cpucount.
11426         * posix/sched_cpucount.c: New file.
11427         * posix/tst-cpucount.c: New file.
11428         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11429         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11430         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11431         * posix/sched.h: Define CPU_COUNT.
11432
11433 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11434
11435         * posix/fnmatch.c (STRUCT): Define.
11436         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11437         * posix/fnmatch_loop.c (struct STRUCT): New type.
11438         (FCT): Add ends argument.  If ends != NULL and normal * is
11439         seen in the pattern, store current pattern and string pointers
11440         and return.  Adjust recursive calls.
11441         (EXT): Adjust FCT callers.
11442         (STRUCT): Undef at the end of the file.
11443         * posix/Makefile (tests): Add tst-fnmatch2.
11444         * posix/tst-fnmatch2.c: New test.
11445
11446 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11447
11448         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
11449         and 1 on failure.
11450
11451         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11452         Change last argument to unsigned int.
11453
11454 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
11455
11456         * scripts/check-local-headers.sh: Filter out sys/capability.h.
11457
11458 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11459
11460         * config.h.in (HAVE_LIBCAP): Add.
11461         * nscd/selinux.h: Include sys/capability.h rather than non-existent
11462         sys/capabilities.h.
11463         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
11464         free_caps.  Cast away const from 4th cap_set_flag argument.
11465
11466 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
11467
11468         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
11469         GLIBC_2.6.
11470         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11471         Add sync_file_range.
11472         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11473
11474 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
11475
11476         * sysdeps/powerpc/bits/atomic.h
11477         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
11478         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
11479         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11480         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
11481         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11482         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
11483         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
11484         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11485         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11486         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11487         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
11488         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11489         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11490         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11491         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11492         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
11493         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11494         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
11495         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11496         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
11497
11498 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11499
11500         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
11501         (__cache_line_size): Define the variable here.  Add
11502         attribute_hidden, remove weak_extern.
11503         (__libc_start_main): Set __cache_line_size
11504         unconditionally.
11505         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11506         (__cache_line_size): Define the variable here.  Add
11507         attribute_hidden, remove weak_extern.
11508         (DL_PLATFORM_AUXV): Set __cache_line_size
11509         unconditionally.
11510         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11511         weak_extern, add attribute_hidden.
11512         (__elf_machine_runtime_setup): Assume __cache_line_size is always
11513         defined in ld.so.
11514         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11515         definition.
11516         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11517
11518 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
11519
11520         [BZ #4276]
11521         * timezone/africa: Update from tzdata2007d.
11522         * timezone/asia: Likewise.
11523         * timezone/australasia: Likewise.
11524         * timezone/backward: Likewise.
11525         * timezone/europe: Likewise.
11526         * timezone/iso3166.tab: Likewise.
11527         * timezone/leapseconds: Likewise.
11528         * timezone/northamerica: Likewise.
11529         * timezone/southamerica: Likewise.
11530         * timezone/zone.tab: Likewise.
11531
11532         * timezone/private.h: Update from tzcode2007d.
11533         * timezone/zdump.c: Likewise.
11534         * timezone/zic.c: Likewise.
11535
11536 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
11537
11538         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11539         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11540         variables.
11541         (nis_server_cache_search, nis_server_cache_add): New functions.
11542         (__nisfind_server): Use them.  Add dbp and flags argument, if
11543         call __nisbind_create.
11544         (__nisbind_create): Add server_used and current_ep arguments,
11545         only call __nis_findfastest if server_used is ~0.
11546         (__do_niscall2, __prepare_niscall): Adjust callers.
11547         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11548         ckey_cache_euid, ckey_cache_lock): New variables.
11549         (get_ckey): New function.
11550         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
11551         __pmap_getnisport.  Save __pmap_getnisport result in
11552         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
11553         key.
11554         * nis/nis_lookup.c (nis_lookup): Likewise.
11555         * nis/nis_table.c (nis_list): Likewise.
11556         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
11557         prototypes.
11558
11559         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
11560         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
11561         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
11562         _nss_nisplus_getservbyport_r): Likewise.
11563         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
11564         _nss_nisplus_getnetbyaddr_r): Likewise.
11565         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
11566         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
11567         _nss_nisplus_getntohost_r): Likewise.
11568         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
11569         _nss_nisplus_getrpcbynumber_r): Likewise.
11570
11571 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11572
11573         * configure.in (libc_cv_gnu89_inline): Only do compile test.
11574         * configure: Rebuilt.
11575
11576         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
11577         bit-fields.
11578         * soft-fp/extended.h (_FP_UNION_E): Likewise.
11579
11580 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
11581
11582         [BZ #2831]
11583         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
11584         bit-fields.
11585
11586 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
11587
11588         * nscd/gai.c: Include alloca.h.
11589         (__libc_use_alloca): Define.
11590
11591 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
11592
11593         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
11594         smaller scopes.
11595         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
11596         (DL_DST_REQUIRED): Adjust user.
11597
11598         * include/dlfcn.h (struct link_map): New forward decl.
11599
11600         * inet/getnameinfo.c: Include stddef.h.
11601         (getnameinfo): Use offsetof.
11602
11603         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
11604
11605         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
11606
11607         * string/strerror_l.c: Include stdlib.h.
11608
11609         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
11610         * config.make.in (gnu89-inline-CFLAGS): New variable.
11611         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
11612         -std=gnu99.
11613         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
11614         * argp/argp.h: Use it.
11615         * bits/mathinline.h: Likewise.
11616         * bits/sigset.h: Likewise.
11617         * bits/string.h: Likewise.
11618         * ctype/ctype.h: Likewise.
11619         * hurd/hurd.h: Likewise.
11620         * hurd/hurd/fd.h: Likewise.
11621         * hurd/hurd/port.h: Likewise.
11622         * hurd/hurd/signal.h: Likewise.
11623         * hurd/hurd/threadvar.h: Likewise.
11624         * hurd/hurd/userlink.h: Likewise.
11625         * io/sys/stat.h: Likewise.
11626         * libio/bits/stdio.h: Likewise.
11627         * libio/bits/stdio2.h: Likewise.
11628         * mach/lock-intern.h: Likewise.
11629         * mach/mach/mig_support.h: Likewise.
11630         * math/bits/cmathcalls.h: Likewise.
11631         * posix/bits/unistd.h: Likewise.
11632         * socket/bits/socket2.h: Likewise.
11633         * stdlib/bits/stdlib.h: Likewise.
11634         * stdlib/stdlib.h: Likewise.
11635         * string/argz.h: Likewise.
11636         * string/bits/string2.h: Likewise.
11637         * string/bits/string3.h: Likewise.
11638         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
11639         * sysdeps/generic/inttypes.h: Likewise.
11640         * sysdeps/generic/machine-lock.h: Likewise.
11641         * sysdeps/generic/machine-sp.h: Likewise.
11642         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
11643         * sysdeps/i386/i486/bits/string.h: Likewise.
11644         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
11645         * sysdeps/mach/alpha/machine-lock.h: Likewise.
11646         * sysdeps/mach/alpha/machine-sp.h: Likewise.
11647         * sysdeps/mach/i386/machine-lock.h: Likewise.
11648         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
11649         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
11650         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
11651         * sysdeps/s390/bits/string.h: Likewise.
11652         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
11653         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11654         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
11655         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11656         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11657         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
11658         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11659         * wcsmbs/bits/wchar2.h: Likewise.
11660         * wcsmbs/wchar.h: Likewise.
11661         * stdlib/gmp.h: Likewise.  Include <features.h> to get
11662         __extern_inline definition.
11663
11664 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
11665
11666         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
11667         NULL.
11668
11669         [BZ #3919]
11670         * math/libm-test.inc (log_test): Test -Inf and NaN.
11671         (log10_test, log1p_test, log2_test): Test -Inf.
11672         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
11673         FE_INVALID when argument is qNaN.
11674         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11675         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11676         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11677         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
11678         andb $1, %ah with testb $1, %ah, don't test for parity, instead
11679         testb $4, %ah and jump if non-zero.
11680         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11681         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
11682
11683         [BZ #4101]
11684         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
11685         ancestors with the same depths.
11686         Patch by Niels Moeller <nisse@lysator.liu.se>.
11687         (filter_doc): Don't crash if argp is NULL.
11688         * argp/Makefile (tests): Add tst-argp2.
11689         * argp/tst-argp2.c: New test.
11690
11691         [BZ #4130]
11692         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
11693         open_not_cancel_2.
11694         (updwtmp_file): Likewise.
11695
11696         [BZ #4181]
11697         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
11698         (inet6_opt_append): Don't check extlen is big enough if extbuf
11699         is NULL.
11700         (inet6_opt_finish): Likewise.
11701         * inet/Makefile (tests): Add test-inet6_opt.
11702         * inet/test-inet6_opt.c: New test.
11703
11704         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
11705         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
11706         NLMSG_ERR.  Instead use a page sized buffer.
11707         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
11708         buffer.
11709
11710 2007-03-14  Richard Henderson  <rth@redhat.com>
11711
11712         * sysdeps/alpha/fpu/s_llround.c: New file.
11713         * sysdeps/alpha/fpu/s_llroundf.c: New file.
11714         * sysdeps/alpha/fpu/s_lround.c: New file.
11715         * sysdeps/alpha/fpu/s_lroundf.c: New file.
11716         * sysdeps/alpha/fpu/s_round.c: New file.
11717         * sysdeps/alpha/fpu/s_roundf.c: New file.
11718         * sysdeps/alpha/fpu/s_trunc.c: New file.
11719         * sysdeps/alpha/fpu/s_truncf.c: New file.
11720
11721         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
11722         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11723         * sysdeps/alpha/fpu/s_floor.c: Likewise.
11724         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11725         * sysdeps/alpha/fpu/s_rint.c: Likewise.
11726         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
11727
11728         * sysdeps/alpha/fpu/s_fmax.S: New file.
11729         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
11730         * sysdeps/alpha/fpu/s_fmin.S: New file.
11731         * sysdeps/alpha/fpu/s_fminf.S: New file.
11732         * sysdeps/alpha/fpu/s_isnan.c: New file.
11733         * sysdeps/alpha/fpu/s_isnanf.c: New file.
11734         * sysdeps/alpha/fpu/s_llrint.c: New file.
11735         * sysdeps/alpha/fpu/s_llrintf.c: New file.
11736         * sysdeps/alpha/fpu/s_lrint.c: New file.
11737         * sysdeps/alpha/fpu/s_lrintf.c: New file.
11738         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
11739         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
11740
11741         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
11742         (__fdimf, fdimf, __fdim, fdim): Remove.
11743         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
11744         (__isnanf, __isnan, __isnanl): New.
11745
11746 2007-03-13  Richard Henderson  <rth@redhat.com>
11747
11748         * sysdeps/ieee754/ldbl-128/Makefile: New file.
11749
11750 2007-03-13  Richard Henderson  <rth@redhat.com>
11751
11752         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
11753         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
11754         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
11755         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11756         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11757         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11758
11759 2007-03-13  Richard Henderson  <rth@redhat.com>
11760
11761         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11762         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11763         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11764         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11765         Move to dl-auxv.h; initialize instead of extern weak.
11766         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11767         weak symbol.
11768         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11769         Extern instead of initialized.
11770
11771 2007-03-13  Richard Henderson  <rth@redhat.com>
11772
11773         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11774         __sigsuspend_nocancel.
11775
11776 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
11777
11778         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11779         172.16/12 address range.
11780
11781 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
11782
11783         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11784         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11785         message.
11786
11787 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
11788
11789         [BZ #4069]
11790         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11791         earlier.
11792         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11793
11794         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11795         for x qNaN and y either +-inf or non-integer value.
11796         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11797         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11798         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11799
11800 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
11801
11802         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11803         from sysdep_headers.
11804
11805 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
11806
11807         * time/tzfile.c (find_transition): Instead of a linear search try to
11808         guess the transition index, use a linear search if the result is at
11809         most 10 transitions away from the guess or binary search otherwise.
11810
11811 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
11812
11813         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11814         memory reallocation.
11815
11816 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
11817
11818         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11819         and fix some typos.
11820         Optimize use of TOLOWER.
11821
11822         [BZ #3325]
11823         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11824         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11825         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11826
11827         [BZ #3458]
11828         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
11829         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
11830
11831         [BZ #4076]
11832         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
11833         (open_dir_stream): Likewise.
11834         * io/Makefile (tests): Add bug-ftw5.
11835         * io/bug-ftw5.c: New file.
11836
11837         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
11838         * nscd/servicescache.c (cache_addserv): Likewise.
11839
11840         * nscd/grpcache.c (cache_addgr): In case a record changed on
11841         refresh, adjust key_copy.
11842
11843         [BZ #4074]
11844         * nscd/pwdcache.c (cache_addpw): In case a record changed on
11845         refresh, adjust key_copy.
11846
11847         [BZ #4070]
11848         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
11849         special cases.
11850         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
11851
11852 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
11853
11854         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
11855         optimization.
11856
11857         * stdio-common/vfscanf.c: Small cleanups throughout.
11858
11859 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
11860
11861         [BZ #3325]
11862         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
11863         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11864         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11865         Patch by Jared Casper <jaredcasper@gmail.com>.
11866
11867         * sysdeps/unix/closedir.c: Outside libc don't use locking.
11868         * sysdeps/unix/opendir.c: Likewise.
11869         * sysdeps/unix/readdir.c: Likewise.
11870
11871         [BZ #2211]
11872         * stdio-common/vfscanf.c: Handle localized digits etc for floating
11873         point numbers.
11874         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
11875
11876         * stdio-common/vfscanf.c: Fix problems in width accounting.
11877         * stdio-common/tst-sscanf.c (double_tests): New tests.
11878         (main): Hook them up.
11879
11880         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
11881         More simplifications of floating-point reader.
11882
11883         * stdio-common/Makefile (tests): Add tst-swscanf.
11884         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
11885         testing.
11886         * stdio-common/tst-swscanf.c: New file.
11887
11888 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
11889
11890         [BZ #2633]
11891         * libio/stdio.h: Define struct _IO_FILE in global namespace.
11892         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
11893         Remove using for __jmp_buf_tag.
11894         * locale/locale.h (struct lconv): Also define in std namespace.
11895         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
11896
11897         [BZ #3842]
11898         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
11899         using __libc_enable_secure.
11900
11901         [BZ #3818]
11902         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
11903
11904         [BZ #3745]
11905         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
11906         of names for ellipsises.
11907
11908         [BZ #3348]
11909         * malloc/memusage.sh: Cleanups.
11910         * debug/xtrace.sh: Quoting and trap changes.
11911
11912 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
11913
11914         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
11915
11916         * locale/iso-3166.def: Update entry for Serbia.
11917         * locale/iso-4217.def: Define RSD, remove CSD.
11918
11919         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
11920         and 64-bit operations.
11921
11922         [BZ #4040]
11923         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
11924         16-bit operations.
11925
11926         * nscd/nscd.c (parse_opt): One more conversion to use send instead
11927         of writev.
11928
11929 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
11930
11931         [BZ #3991]
11932         * assert/assert.h (assert): Simplify.
11933         (assert_perror): Likewise.
11934         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
11935
11936         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
11937         reqdata.
11938
11939         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
11940         change: don't pass NULL in place of an integer.
11941
11942 2007-02-02  Bruno Haible  <bruno@clisp.org>
11943
11944         [BZ #3954]
11945         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
11946         Add mapping for U+327E.
11947         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
11948         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11949         mapping of 0xD9 0xE8.
11950         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
11951         mapping of U+327E.
11952         Reported by Jungshik Shin <jungshik@google.com>.
11953
11954         [BZ #3955]
11955         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11956         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
11957         Reported by Jungshik Shin <jungshik@google.com>.
11958
11959 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
11960
11961         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
11962         byte variants.
11963
11964         [BZ #4040]
11965         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
11966         byte variants.  Patch mostly be tom@tommay.net.
11967
11968 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11969
11970         [BZ #3996]
11971         * posix/glob.c (attribute_hidden): Define if not defined.
11972         (glob): Unescape dirname, filename or username when needed and not
11973         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11974         is NULL.  Handle unescaped [ in pattern without closing ].
11975         Don't pass GLOB_CHECK down to recursive glob for directories.
11976         (__glob_pattern_type): New function.
11977         (__glob_pattern_p): Implement using __glob_pattern_type.
11978         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11979         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11980         Remove unreachable code.
11981         * posix/globtest.sh: Add a couple of new tests.
11982
11983 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
11984
11985         * po/ru.po: Update from translation team.
11986
11987 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
11988
11989         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
11990         to the list of i486+ CPUs.
11991         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11992
11993 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
11994
11995         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
11996         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
11997         references.
11998
11999 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
12000
12001         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
12002
12003         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
12004         * resolv/res_mkquery.c: Define __res_nopt.
12005         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
12006         try adding EDNS0 record.
12007         * resolv/res_send.c (send_dg): If request failed with FORMERR and
12008         EDNS0 record was send make sure we don't try it again.
12009         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
12010         * include/resolv.h: Declare __res_nopt.
12011
12012 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
12013
12014         [BZ #3944]
12015         * time/strptime_l.c (__strptime_internal): Set have_mon for
12016         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
12017         have been computed from tm_yday and tm_year.  Don't crash
12018         in day_of_the_week or day_of_the_year if not have_mon
12019         and tm_mon contains bogus value.
12020         * time/Makefile (tests): Add tst-strptime3.
12021         * time/tst-strptime3.c: New test.
12022
12023 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
12024
12025         [BZ #3957]
12026         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
12027         bit for RE_HAT_LISTS_NOT_NEWLINE.
12028         (build_charclass_op): Remove bogus comment.
12029         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
12030         * posix/bug-regex27.c: New test.
12031         * posix/bug-regex28.c: New test.
12032
12033 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
12034
12035         * po/sv.po: Update from translation team.
12036
12037 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
12038
12039         * nscd/nscd_helper.c (open_socket): Minor size optimization.
12040
12041 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
12042
12043         * include/locale.h (__uselocale): Add libc_hidden_proto.
12044         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
12045
12046         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
12047         gettimeofday.
12048
12049 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
12050
12051         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
12052         returning.
12053         (PTR_DEMANGLE): Real definition now that it's not the same as
12054         PRT_MANGLE anymore.
12055         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12056
12057         * string/strerror_l.c: New file.
12058         * string/Makefile (routines): Add strerror_l.
12059         * string/string.h: Declare strerror_l.
12060         * string/Versions: Export strerror_l for GLIBC_2.6.
12061
12062 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
12063
12064         * nscd/nscd_helper.c (open_socket): Now takes request type and key
12065         as parameter.  Construct request record.  Try sending request
12066         before the first poll use, it usually succeeds.  Adjust all
12067         callers.
12068         * nscd/nscd-client.h: Define MAXKEYLEN.
12069         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
12070
12071 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
12072
12073         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
12074         from return value.
12075         * nscd/nscd_helper.c: Include string.h.
12076         (__nscd_cache_search): Remove const qualifier from return value.
12077         On strict alignment architectures check hash entry and data head
12078         alignment.
12079         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
12080         mmapped data during GC cycle contains garbage.  If
12081         __nscd_drop_map_ref fails, decrement mapped->counter when returning
12082         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
12083         dropped to 0.
12084         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12085         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
12086         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
12087         * nscd/nscd_getai.c (__nscd_getai): Likewise.
12088         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
12089
12090 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
12091
12092         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
12093
12094 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
12095
12096         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
12097         names not numbers in cfi_*.
12098
12099 2007-01-26  Andreas Jaeger  <aj@suse.de>
12100
12101         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
12102         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
12103         Correct values of PER_HPUX and PER_OSF4.
12104
12105 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
12106
12107         * elf/dl-minimal.c: Undefine _itoa first.
12108         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
12109         * malloc/mtrace.c: Revert last change.
12110         * posix/wordexp.c: Likewise.
12111
12112 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
12113
12114         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
12115         and __geode__ to the list of i486+ CPUs.
12116         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12117
12118 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
12119
12120         * stdio-common/_itoa.c: Include <limits.h>.
12121         * stdio-common/_itowa.c: Likewise.
12122
12123 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
12124
12125         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
12126         platforms.
12127         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
12128         64-bit platforms.
12129         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
12130         possible.
12131         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
12132         if possible.
12133
12134         [BZ #3902]
12135         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
12136         * stdio-common/Makefile (tests): Add bug17.
12137         * stdio-common/bug17.c: New file.
12138
12139 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
12140
12141         * iconvdata/brf.c: New file.
12142         * iconvdata/testdata/BRF: New file.
12143         * iconvdata/testdata/BRF..UTF8: New file.
12144         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
12145         * iconvdata/Makefile: Add rules to build BRF.
12146         * iconvdata/TESTS: Add BRF entry.
12147         * iconvdata/gconv-modules: Likewise.
12148         * iconvdata/tst-tables.sh: Likewise.
12149
12150 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
12151
12152         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
12153         type `long long int', not `long int'.
12154         (wcstoq): Likewise.
12155
12156 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
12157
12158         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
12159         of values on 64-bit platforms which are too large.
12160
12161 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
12162             Joe Kerian  <jkerian@us.us.ibm.com>
12163
12164         [BZ #2749]
12165         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
12166         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
12167         (__copysignl): Use signbit() for comparison.
12168         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
12169         SET_LDOUBLE_WORDS64.
12170
12171         [BZ #2423, #2749]
12172         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
12173         (__ceill): Remove calls to fegetround(), fesetround().
12174         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12175         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12176         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12177
12178 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
12179
12180         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
12181
12182         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
12183
12184 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
12185
12186         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
12187         demangle pointer.
12188         * csu/libc-start.c: Likewise.
12189
12190 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
12191
12192         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
12193         really work anyway.
12194
12195 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12196
12197         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
12198         users.
12199         (handle_request): Remove unnecessary tests.
12200
12201         * nscd/cache.c (cache_add): Record the failure to add to the cache.
12202
12203 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
12204
12205         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
12206         workbits in semi-raw fraction.
12207
12208         * math/test-misc.c: Add new tests.
12209
12210 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
12211
12212         * math/basic-test.c: Include test-skeleton.c.
12213         (TEST_TRUNC): Define.
12214         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
12215         (main): Rename to ...
12216         (do_test): ...this.  Run new tests.
12217         (TEST_FUNCTION): Define.
12218
12219 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
12220             Joe Kerian  <jkerian@us.us.ibm.com>
12221
12222         [BZ #2749]
12223         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
12224         handling for high words.
12225         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
12226         and overflow for infinity.
12227
12228 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12229
12230         * nscd/connections.c (handle_request): Add a __builtin_expect.
12231
12232         * nscd/connections.c (serv2db): Change type into structure which
12233         also says whether this is a request for data.  Renamed to
12234         servinfo.  All users changed.
12235         (handle_request): Much simpler test whether we should search the cache.
12236
12237         * nscd/connections.c (handle_request): Fix thinko in selinux test
12238         invocation.
12239
12240         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
12241         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
12242         it before getting dl_load_lock and then relock.
12243         (_dl_lookup_symbol_x): Pass flags to add_dependency.
12244         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
12245         case we unlocked the scope.
12246         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
12247         _dl_lookup_symbol_x in case we locked the scope.
12248         (_dl_profile_fixup): Likewise.
12249         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
12250         set DL_LOOKUP_SCOPE_LOCK.
12251
12252 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
12253
12254         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
12255         CFLAGS-getsrvbynpt_r.c.
12256         * nscd/getsrvbynm_r.c: New file.
12257         * nscd/getsrvbypt_r.c: New file.
12258         * nscd/nscd_getserv_r.c: New file.
12259         * nscd/servicescache.c: New file.
12260         * nscd/Makefile (routines): Add nscd_getserv_r.
12261         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
12262         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
12263         CFLAGS-getsrvbypt_r.c.
12264         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
12265         table.  Add entries for services database.
12266         * nscd/connections.c (serv2str): Mark as const.  Add entries for
12267         services database.
12268         (dbs): Add .reset_res and servdb initialization.
12269         (serv2db): Add entries for services database.
12270         (verify_persistent_db): Accept dbnr == servdb.
12271         (invalidate_cache): Rewrite database name recognition to use a table.
12272         Call res_init() if .reset_res is set for database.
12273         (handle_request): Add code to handle services database.
12274         * nscd/gai.c: Don't define __getservbyname_r.
12275         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
12276         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
12277         (serv_response_header): Define.
12278         (struct datahead): Add serv_response_header member.
12279         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
12280         using table.
12281         * nscd/nscd.conf: Add entries for services database.
12282         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
12283         Declare serv_iov_disabled.
12284         Declare addservbyname, readdservbyname, addservbyport, and
12285         readdservbyport.
12286         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
12287         (find_db): Fix error message.
12288         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
12289         __nscd_getservbyname_r, and __nscd_getservbyport_r.
12290         * nscd/selinux.c (perms): Add entries for services database.
12291         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
12292         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
12293
12294         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
12295         * nscd/hstcache.c: Likewise.
12296         * nscd/pwdcache.c: Likewise.
12297
12298         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
12299         computation of keylen.
12300
12301         * include/string.h: Only redefine strndupa if this is really for
12302         libc code.
12303
12304 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
12305
12306         * nscd/nscd_gethst_r.c: Minor cleanups.
12307
12308         * nscd/connections.c (handle_request): Check selinux permissions
12309         for all non-admin commands.
12310
12311         * sysdeps/i386/i486/bits/atomic.h: Define
12312         atomic_compare_and_exchange_val_acq,
12313         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
12314         using __sync_* built-ins for gcc >= 4.1.
12315         * sysdeps/x86_64/bits/atomic.h: Likewise.
12316
12317         [BZ #3840]
12318         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
12319         and .oS.d files.
12320
12321 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
12322
12323         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
12324         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
12325         (do_test): Check errno and exit(0) if ENOSYS.
12326
12327 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12328
12329         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
12330         thousands separators.
12331         * stdlib/Makefile: Add rules to build and run tst-strtod4.
12332         * stdlib/tst-strtod4.c: New test.
12333
12334         [BZ #3855]
12335         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
12336         hexadecimal digit should accept just the initial 0.
12337         * stdlib/tst-strtod2.c (tests): New variable.
12338         (do_test): Run several tests rather than just one.
12339
12340 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12341
12342         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
12343         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
12344
12345 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
12346
12347         * io/fts.c: Make sure fts_cur is always valid after return from
12348         fts_read.
12349         Patch by Miloslav Trmac <mitr@redhat.com>.
12350
12351 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
12352
12353         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
12354         (R_MIPS_NUM): Bump by 1.
12355
12356 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
12357
12358         * posix/execvp.c: Include alloca.h.
12359         (allocate_scripts_argv): Renamed to...
12360         (scripts_argv): ... this.  Don't allocate buffer here nor count
12361         arguments.
12362         (execvp): Use alloca if possible.
12363         * posix/Makefile: Add rules to build and run tst-vfork3 test.
12364         * posix/tst-vfork3.c: New test.
12365
12366 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
12367
12368         * string/Makefile (tst-strxfrm2-ENV): Define.
12369         * stdlib/Makefile (tst-strtod3-ENV): Define.
12370
12371 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
12372
12373         * posix/getconf.c: Update copyright year.
12374         * nss/getent.c: Likewise.
12375         * iconv/iconvconfig.c: Likewise.
12376         * iconv/iconv_prog.c: Likewise.
12377         * elf/ldconfig.c: Likewise.
12378         * catgets/gencat.c: Likewise.
12379         * csu/version.c: Likewise.
12380         * elf/ldd.bash.in: Likewise.
12381         * elf/sprof.c (print_version): Likewise.
12382         * locale/programs/locale.c: Likewise.
12383         * locale/programs/localedef.c: Likewise.
12384         * nscd/nscd.c (print_version): Likewise.
12385         * debug/xtrace.sh: Likewise.
12386         * malloc/memusage.sh: Likewise.
12387         * malloc/mtrace.pl: Likewise.
12388         * debug/catchsegv.sh: Likewise.
12389
12390 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
12391
12392         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
12393         attempts.
12394
12395 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
12396
12397         * posix/wordexp.c: Remove some unnecessary tests.
12398
12399 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12400
12401         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12402         blacklist the group till after we look it up.
12403
12404 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12405
12406         * include/atomic.h (atomic_forced_read): New macro.
12407
12408 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12409
12410         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12411
12412 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12413
12414         * nss/getXXbyYY_r.c: Include atomic.h.
12415         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12416         add atomic_write_barrier () in between.
12417
12418         * stdlib/Makefile (tests): Add tst-makecontext.
12419         * stdlib/tst-makecontext.c: New test.
12420
12421         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12422         (__makecontext): Don't realign uc_mcontext.uc_regs.
12423
12424 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12425
12426         * elf/dl-support.c: Include dl-procinfo.h.
12427         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12428         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12429         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12430         Define.
12431         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12432         hardcoded constants.
12433         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12434         PPC_PLATFORM_* macros for array designators.
12435
12436 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12437
12438         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12439         names to the beginning.
12440         (_dl_powerpc_platforms): Add "power6x".
12441         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12442         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12443         (_DL_PLATFORMS_COUNT): Increase.
12444         (_dl_string_platform): Handle power6x case.
12445         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
12446         PPC_FEATURE_POWER6_EXT): Define.
12447         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
12448
12449 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
12450
12451         [BZ #3747]
12452         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
12453         [-2^31 .. 2^31) range.
12454         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
12455         targets.
12456         * stdlib/tst-rand48-2.c: New test.
12457         * stdlib/Makefile (tests): Add tst-rand48-2.
12458
12459 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
12460
12461         * misc/tst-pselect.c (do_test): Fix sigblock argument.
12462
12463 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
12464
12465         * misc/tst-pselect.c (do_test): Make sure the helper process is
12466         terminating when the test is aborted.
12467
12468 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
12469
12470         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
12471         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12472         Handle relatime mount option.
12473
12474         [BZ #2337]
12475         * libio/Makefile (tests): Add tst-setvbuf1.
12476         * libio/tst-setvbuf1.c: New file.
12477
12478 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
12479
12480         [BZ #2337]
12481         * libio/genops.c (__uflow): Fix a typo.
12482         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
12483         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
12484         the narrow buffer size.
12485
12486 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
12487
12488         [BZ #2337]
12489         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
12490         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
12491         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
12492         in _flags.
12493         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
12494         _IO_wstr_finish): Likewise.
12495         * libio/wmemstream.c (open_wmemstream): Likewise.
12496         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
12497         even for wide streams.
12498
12499 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
12500
12501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
12502         kernel-features.h.
12503
12504 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
12505
12506         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
12507         separators also if no non-zero digits found.
12508         * stdlib/Makefile (tests): Add tst-strtod3.
12509
12510 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
12511
12512         [BZ #3632]
12513         * include/features.h: Fix comment about default value for
12514         _POSIX_C_SOURCE.
12515
12516         [BZ #3664]
12517         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12518         empty parsed strings.
12519         * stdlib/Makefile (tests): Add tst-strtod2.
12520         * stdlib/tst-strtod2.c: New file.
12521
12522         [BZ #3673]
12523         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12524         computation.
12525         * stdlib/Makefile (tests): Add tst-atof2.
12526         * stdlib/tst-atof2.c: New file.
12527
12528         [BZ #3674]
12529         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12530         correctly if removing trailing zero of hex-float.
12531         * stdlib/Makefile (tests): Add tst-atof1.
12532         * stdlib/tst-atof1.c: New file.
12533
12534 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
12535
12536         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12537         Start searching for next comma at p rather than rest.
12538         * misc/Makefile (tests): Add tst-mntent2.
12539         * misc/tst-mntent2.c: New test.
12540
12541         * misc/getusershell.c (initshells): Check for integer overflows.
12542         Make strings buffer one bigger as fgets always succeeds when second
12543         argument is 1.  Don't use calloc for shells array.  Disallow
12544         / as shell.
12545
12546 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
12547
12548         * malloc/memusage.c: Handle realloc with new size of zero and
12549         non-NULL pointer correctly.
12550         (me): Really write first record twice.
12551         (struct entry): Make format bi-arch safe.
12552         (dest): Write out more realloc statistics.
12553         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
12554
12555 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
12556
12557         * nis/nis_subr.c (nis_getnames): Revert last change.
12558
12559 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
12560
12561         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
12562         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
12563         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
12564         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
12565         ENOTTY.
12566         * io/Makefile: Add rules to build and run tst-ttyname_r test.
12567         * io/tst-ttyname_r.c: New test.
12568
12569 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12570
12571         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
12572
12573 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
12574
12575         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
12576         jump table entries.
12577
12578 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12579
12580         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
12581         `clone' function to ensure proper unwinding stop of gdb.
12582         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
12583
12584 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
12585
12586         * nscd/nscd.init: Remove obsolete and commented-out -S option
12587         handling.
12588
12589 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
12590
12591         [BZ #3514]
12592         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
12593
12594         [BZ #3515]
12595         * manual/string.texi (strtok): Remove duplicate paragraph.
12596
12597 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12598
12599         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
12600         libgcc not supporting `rflags' unwinding (register # >= 17).
12601
12602 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
12603
12604         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
12605         succeeded.
12606
12607 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
12608             Jakub Jelinek  <jakub@redhat.com>
12609             Jan Kratochvil  <jan.kratochvil@redhat.com>
12610
12611         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
12612         unwind information.
12613         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
12614         'restore_rt' even in the 'signal' directory.
12615         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
12616
12617 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
12618
12619         [BZ #3559]
12620         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
12621         malloc crashed.  Don't allocate memory unnecessarily in each
12622         loop.
12623
12624 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
12625
12626         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
12627
12628 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
12629
12630         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
12631
12632 2006-11-18  Bruno Haible  <bruno@clisp.org>
12633
12634         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
12635         __sysconf only after having tried to call getgroups32.
12636
12637 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
12638
12639         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
12640         addresses for IPv4 queries if they can be mapped.
12641
12642 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
12643
12644         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
12645         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
12646         (signmask): Add .size directive.
12647         (othermask): Add .type directive.
12648
12649 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
12650
12651         * po/nl.po: Update from translation team.
12652
12653         * timezone/zdump.c: Redo fix for BZ #3137.
12654
12655 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
12656
12657         * nss/nss_files/files-alias.c (get_next_alias): Set line back
12658         to first_unused after parsing :include: file.
12659
12660 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12661
12662         * timezone/africa: Update from tzdata2006o.
12663         * timezone/antarctica: Likewise.
12664         * timezone/asia: Likewise.
12665         * timezone/australasia: Likewise.
12666         * timezone/backward: Likewise.
12667         * timezone/europe: Likewise.
12668         * timezone/iso3166.tab: Likewise.
12669         * timezone/northamerica: Likewise.
12670         * timezone/southamerica: Likewise.
12671         * timezone/zone.tab: Likewise.
12672
12673         * time/tzfile.c (__tzfile_read): Extend to handle new file format
12674         on machines with 64-bit time_t.
12675
12676         * timezone/checktab.awk: Update from tzcode2006o.
12677         * timezone/ialloc.c: Likewise.
12678         * timezone/private.h: Likewise.
12679         * timezone/scheck.c: Likewise.
12680         * timezone/tzfile.h: Likewise.
12681         * timezone/tzselect.ksh: Likewise.
12682         * timezone/zdump.c: Likewise.
12683         * timezone/zic.c: Likewise.
12684
12685         [BZ #3483]
12686         * elf/ldconfig.c (main): Call setlocale and textdomain.
12687         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12688
12689         [BZ #3480]
12690         * manual/argp.texi: Fix typos.
12691         * manual/charset.texi: Likewise.
12692         * manual/errno.texi: Likewise.
12693         * manual/filesys.texi: Likewise.
12694         * manual/lang.texi: Likewise.
12695         * manual/maint.texi: Likewise.
12696         * manual/memory.texi: Likewise.
12697         * manual/message.texi: Likewise.
12698         * manual/resource.texi: Likewise.
12699         * manual/search.texi: Likewise.
12700         * manual/signal.texi: Likewise.
12701         * manual/startup.texi: Likewise.
12702         * manual/stdio.texi: Likewise.
12703         * manual/sysinfo.texi: Likewise.
12704         * manual/syslog.texi: Likewise.
12705         * manual/time.texi: Likewise.
12706         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12707
12708         [BZ #3465]
12709         * sunrpc/clnt_raw.c: Minimal message improvements.
12710         * sunrpc/pm_getmaps.c: Likewise.
12711         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
12712         * nis/nis_print_group_entry.c: Likewise.
12713         * locale/programs/repertoire.c: Likewise.
12714         * locale/programs/charmap.c: Likewise.
12715         * malloc/memusage.sh: Likewise.
12716         * elf/dl-deps.c: Likewise.
12717         * locale/programs/ld-collate.c: Likewise.
12718         * libio/vswprintf.c: Likewise.
12719         * malloc/memusagestat.c: Likewise.
12720         * sunrpc/auth_unix.c: Likewise.
12721         * sunrpc/rpc_main.c: Likewise.
12722         * nscd/cache.c: Likewise.
12723         * locale/programs/repertoire.c: Unify output messages.
12724         * locale/programs/charmap.c: Likewise.
12725         * locale/programs/ld-ctype.c: Likewise.
12726         * locale/programs/ld-monetary.c: Likewise.
12727         * locale/programs/ld-numeric.c: Likewise.
12728         * locale/programs/ld-time.c: Likewise.
12729         * elf/ldconfig.c: Likewise.
12730         * nscd/selinux.c: Likewise.
12731         * elf/cache.c: Likewise.
12732         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12733
12734         [BZ #3451]
12735         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
12736         change atomic.
12737         (ceil): Likewise.
12738
12739 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12740
12741         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
12742         if N is one bigger than return value.
12743         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
12744         and l1 last arguments, if buf is defined, verify the return value
12745         equals to strlen (buf) and verify no byte beyond passed length
12746         is modified.
12747
12748 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12749
12750         * po/sv.po: Update from translation team.
12751
12752 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12753
12754         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
12755         noinline attribute.
12756
12757 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12758
12759         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12760         noinline attribute.
12761
12762         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12763         Use __new_sys_siglist instead of _sys_siglist_internal as
12764         second macro argument.
12765         (_old_sys_siglist): Use declare_symbol_alias macro instead of
12766         strong_alias.
12767
12768 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12769
12770         [BZ #3493]
12771         * posix/unistd.h (sysconf): Remove const attribute.
12772
12773         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12774         temporary or deprecated addresses.
12775         Patch by Sridhar Samudrala <sri@us.ibm.com>.
12776
12777         * string/Makefile (tests): Add tst-strxfrm2.
12778         * string/tst-strxfrm2.c: New file.
12779
12780 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
12781
12782         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12783         rather than r->r_brk.
12784
12785 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
12786
12787         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12788         optimization even if needed > n.
12789
12790         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12791         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12792         return false, otherwise return true.
12793         (cache_rpath): Return decompose_rpath return value.
12794
12795 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
12796
12797         * include/libc-symbols.h (declare_symbol): Rename to...
12798         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
12799         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12800         .size directive.
12801         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12802         changes.
12803         * sysdeps/gnu/siglist.c: Likewise.
12804
12805 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
12806
12807         * sysdeps/powerpc/fpu/bits/mathinline.h
12808         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12809         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
12810
12811 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
12812
12813         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12814         Update handling of cache descriptor 0x49 for new models.
12815         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12816         Likewise.
12817
12818 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
12819
12820         * malloc/memusage.c (dest): Reset not_me back to false after
12821         printing statistics.
12822
12823 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
12824
12825         * configure.in: Work around ld --help change and avoid -z relro
12826         test completely if the architecture doesn't care about security.
12827
12828 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
12829
12830         * po/sv.po: Update from translation team.
12831
12832 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
12833
12834         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
12835         generate compatibility version.
12836
12837 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
12838
12839         * configure.in: Relax -z relro requirement a bit.
12840
12841         * po/sv.po: Update from translation team.
12842
12843 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
12844
12845         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
12846         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12847         * elf/dl-close.c (_dl_close_worker): Likewise.
12848         * elf/dl-open.c (_dl_open_worker): Likewise.
12849         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
12850
12851 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
12852
12853         * configure.in: Require assembler support for visibility, compiler
12854         support for visibility and aliases, linker support for various -z
12855         options.
12856         * Makeconfig: Remove conditional code which now is unnecessary.
12857         * config.h.in: Likewise.
12858         * config.make.in: Likewise.
12859         * dlfcn/Makefile: Likewise.
12860         * elf/Makefile: Likewise.
12861         * elf/dl-load.c: Likewise.
12862         * elf/rtld.c: Likewise.
12863         * include/libc-symbols.h: Likewise.
12864         * include/stdio.h: Likewise.
12865         * io/Makefile: Likewise.
12866         * io/fstat.c: Likewise.
12867         * io/fstat64.c: Likewise.
12868         * io/fstatat.c: Likewise.
12869         * io/fstatat64.c: Likewise.
12870         * io/lstat.c: Likewise.
12871         * io/lstat64.c: Likewise.
12872         * io/mknod.c: Likewise.
12873         * io/mknodat.c: Likewise.
12874         * io/stat.c: Likewise.
12875         * io/stat64.c: Likewise.
12876         * libio/stdio.c: Likewise.
12877         * nscd/Makefile: Likewise.
12878         * stdlib/Makefile: Likewise.
12879         * stdlib/atexit.c: Likewise.
12880         * sysdeps/generic/ldsodefs.h: Likewise.
12881         * sysdeps/i386/dl-machine.h: Likewise.
12882         * sysdeps/i386/sysdep.h: Likewise.
12883         * sysdeps/i386/i686/memcmp.S: Likewise.
12884         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12885         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12886         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12887
12888         * Makerules: USE_TLS support is now default.
12889         * tls.make.c: Likewise.
12890         * csu/Versions: Likewise.
12891         * csu/libc-start.c: Likewise.
12892         * csu/libc-tls.c: Likewise.
12893         * csu/version.c: Likewise.
12894         * dlfcn/dlinfo.c: Likewise.
12895         * elf/dl-addr.c: Likewise.
12896         * elf/dl-cache.c: Likewise.
12897         * elf/dl-close.c: Likewise.
12898         * elf/dl-iteratephdr.c: Likewise.
12899         * elf/dl-load.c: Likewise.
12900         * elf/dl-lookup.c: Likewise.
12901         * elf/dl-object.c: Likewise.
12902         * elf/dl-open.c: Likewise.
12903         * elf/dl-reloc.c: Likewise.
12904         * elf/dl-support.c: Likewise.
12905         * elf/dl-sym.c: Likewise.
12906         * elf/dl-sysdep.c: Likewise.
12907         * elf/dl-tls.c: Likewise.
12908         * elf/ldconfig.c: Likewise.
12909         * elf/rtld.c: Likewise.
12910         * elf/tst-tls-dlinfo.c: Likewise.
12911         * elf/tst-tls1.c: Likewise.
12912         * elf/tst-tls10.h: Likewise.
12913         * elf/tst-tls14.c: Likewise.
12914         * elf/tst-tls2.c: Likewise.
12915         * elf/tst-tls3.c: Likewise.
12916         * elf/tst-tls4.c: Likewise.
12917         * elf/tst-tls5.c: Likewise.
12918         * elf/tst-tls6.c: Likewise.
12919         * elf/tst-tls7.c: Likewise.
12920         * elf/tst-tls8.c: Likewise.
12921         * elf/tst-tls9.c: Likewise.
12922         * elf/tst-tlsmod1.c: Likewise.
12923         * elf/tst-tlsmod13.c: Likewise.
12924         * elf/tst-tlsmod13a.c: Likewise.
12925         * elf/tst-tlsmod14a.c: Likewise.
12926         * elf/tst-tlsmod2.c: Likewise.
12927         * elf/tst-tlsmod3.c: Likewise.
12928         * elf/tst-tlsmod4.c: Likewise.
12929         * elf/tst-tlsmod5.c: Likewise.
12930         * elf/tst-tlsmod6.c: Likewise.
12931         * include/errno.h: Likewise.
12932         * include/link.h: Likewise.
12933         * include/tls.h: Likewise.
12934         * locale/global-locale.c: Likewise.
12935         * locale/localeinfo.h: Likewise.
12936         * malloc/arena.c: Likewise.
12937         * malloc/hooks.c: Likewise.
12938         * malloc/malloc.c: Likewise.
12939         * resolv/Versions: Likewise.
12940         * sysdeps/alpha/dl-machine.h: Likewise.
12941         * sysdeps/alpha/libc-tls.c: Likewise.
12942         * sysdeps/generic/ldsodefs.h: Likewise.
12943         * sysdeps/generic/tls.h: Likewise.
12944         * sysdeps/i386/dl-machine.h: Likewise.
12945         * sysdeps/ia64/dl-machine.h: Likewise.
12946         * sysdeps/ia64/libc-tls.c: Likewise.
12947         * sysdeps/mach/hurd/fork.c: Likewise.
12948         * sysdeps/mach/hurd/i386/tls.h: Likewise.
12949         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
12950         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12951         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12952         * sysdeps/s390/libc-tls.c: Likewise.
12953         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12954         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12955         * sysdeps/sh/dl-machine.h: Likewise.
12956         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12957         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12958         * sysdeps/x86_64/dl-machine.h: Likewise.
12959
12960         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
12961         split out locking and parameter checking.
12962         (_dl_close): Call _dl_close_worker after locking and checking.
12963         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
12964         _dl_close.
12965         * elf/Makefile: Add rules to build and run tst-thrlock.
12966         * elf/tst-thrlock.c:  New file.
12967
12968         [BZ #3426]
12969         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
12970         reality.
12971
12972         [BZ #3429]
12973         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
12974         we are sure we do not need it anymore for _dl_close.  Also move
12975         the asserts inside the lock region.
12976         Patch mostly by Suzuki <suzuki@in.ibm.com>.
12977
12978 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
12979
12980         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
12981         argument.
12982         (_dl_lookup_symbol_x): Adjust caller.
12983
12984         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
12985         _ns_global_scope.
12986         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
12987
12988         * elf/dl-libc.c: Revert l_scope name changes.
12989         * elf/dl-load.c: Likewise.
12990         * elf/dl-object.c: Likewise.
12991         * elf/rtld.c: Likewise.
12992         * elf/dl-close.c (_dl_close): Likewise.
12993         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
12994         always use __rtld_mrlock_{change,done}.  Always free old scope list
12995         here if not l_scope_mem.
12996         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
12997         change.  Never free scope list here.  Just __rtld_mrlock_lock before
12998         the lookup and __rtld_mrlock_unlock it after the lookup.
12999         * elf/dl-sym.c: Likewise.
13000         * include/link.h (struct r_scoperec): Remove.
13001         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
13002         with l_scope_mem and l_scoperec_lock with l_scope_lock.
13003
13004 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
13005
13006         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
13007
13008 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13009
13010         * configure.in: Disable building profile libraries by default.
13011
13012 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13013
13014         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
13015         as signed longs, check for x_base + pos overflow.
13016         * sunrpc/Makefile (tests): Add tst-xdrmem2.
13017         * sunrpc/tst-xdrmem2.c: New test.
13018
13019 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13020
13021         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
13022         _dl_lookup_symbol_x code.
13023
13024 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13025
13026         * elf/dl-runtime.c: Include sysdep-cancel.h.
13027         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
13028         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
13029         instead of catomic_* macros.
13030         * elf/dl-sym.c: Include sysdep-cancel.h.
13031         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
13032         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13033         * elf/dl-close.c: Include sysdep-cancel.h.
13034         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
13035         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13036         * elf/dl-open.c: Include sysdep-cancel.h.
13037         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
13038         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
13039
13040 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13041
13042         [BZ #3313]
13043         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
13044         fastbin rather than end of fastbin array.
13045
13046 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
13047
13048         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
13049         body macro.
13050         * sysdeps/x86_64/bits/atomic.h
13051         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
13052         (catomic_decrement): Use correct body macro.
13053
13054 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
13055
13056         * include/atomic.h: Add a unique prefix to all local variables
13057         in macros.
13058         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
13059
13060 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
13061
13062         [BZ #3369]
13063         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
13064         and 7.
13065
13066 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
13067
13068         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
13069
13070 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
13071
13072         [BZ #3313]
13073         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
13074         determine highest fast bin to consolidate, always look into all of
13075         them.
13076         (do_check_malloc_state): Only require for empty bins for large
13077         sizes in main arena.
13078
13079         * libio/stdio.h: Add more __wur attributes.
13080
13081         * elf/dl-minimal.c (realloc): Optimize last patch.
13082
13083 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
13084
13085         [BZ #3352]
13086         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
13087         and use memcpy() if it does.
13088
13089 2006-11-12  Andreas Jaeger  <aj@suse.de>
13090
13091         [BZ #2510]
13092         * manual/search.texi (Hash Search Function): Clarify.
13093         (Array Search Function): Clarify.
13094
13095 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
13096
13097         [BZ #2830]
13098         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
13099         shifting.
13100         * math/atest-exp2.c (read_mpn_hex): Likewise.
13101         * math/atest-sincos.c (main): Likewise.
13102
13103 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13104
13105         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
13106         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
13107         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
13108         version GLIBC_2.6.
13109         * Versions.def: Add GLIBC_2.6 for libc.
13110
13111         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
13112
13113         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
13114
13115 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
13116
13117         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
13118
13119         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
13120
13121         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
13122         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
13123
13124 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13125
13126         * include/atomic.c: Define catomic_* operations.
13127         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
13128         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
13129         * malloc/memusage.c: Likewise.
13130         * gmon/mcount.c: Likewise.
13131         * elf/dl-close.c: Likewise.
13132         * elf/dl-open.c: Likewise.
13133         * elf/dl-profile.c: Likewise.
13134         * elf/dl-sym.c: Likewise.
13135         * elf/dl-runtime.c: Likewise.
13136         * elf/dl-fptr.c: Likewise.
13137         * resolv/res_libc.c: Likewise.
13138
13139 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
13140
13141         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
13142         components which lack them.
13143
13144         * nis/nis_subr.c (nis_getnames): Make sure that we always return
13145         at least one entry consisting of the parameter concatenated with
13146         the domain.
13147
13148 2006-10-10  Roland McGrath  <roland@frob.com>
13149
13150         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
13151         * sysdeps/mach/hurd/futimes.c: Likewise.
13152         * sysdeps/mach/hurd/lutimes.c: Likewise.
13153
13154 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
13155             Jakub Jelinek  <jakub@redhat.com>
13156
13157         Implement reference counting of scope records.
13158         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
13159         from the list in objects which remain.  Always allocate new scope
13160         record.
13161         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
13162         don't resize, allocate a new one.
13163         * elf/dl-runtime.c: Update reference counters before using a scope
13164         array.
13165         * elf/dl-sym.c: Likewise.
13166         * elf/dl-libc.c: Adjust for l_scope name change.
13167         * elf/dl-load.c: Likewise.
13168         * elf/dl-object.c: Likewise.
13169         * elf/rtld.c: Likewise.
13170         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
13171         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
13172         Add l_scoperec_lock.
13173         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
13174         * sysdeps/generic/rtld-lowlevel.h: New file.
13175
13176         * include/atomic.h: Rename atomic_and to atomic_and_val and
13177         atomic_or to atomic_or_val.  Define new macros atomic_and and
13178         atomic_or which do not return values.
13179         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
13180         Various cleanups.
13181         * sysdeps/i386/i486/bits/atomic.h: Likewise.
13182
13183         * po/sv.po: Update from translation team.
13184
13185 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
13186
13187         * Versions.def: Add GLIBC_2.6 to libpthread.
13188
13189         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
13190         (versioned_symbol): Likewise.
13191         (compat_symbol): Likewise.
13192
13193         * po/tr.po: Update from translation team.
13194
13195 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13196
13197         * nis/Banner: Removed.  It's been integral part forever and the
13198         author info is incomplete anyway.
13199         * libio/Banner: Likewise.
13200
13201         * nis/nis_table.c (nis_list): If __follow_path fails in the new
13202         code, make sure the nis_freeresult call doesn't crash and that the
13203         result is reported correctly.
13204
13205 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
13206
13207         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
13208         when callback is NULL.
13209
13210         * nis/Versions (libnss_nisplus): Add
13211         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
13212         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
13213         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
13214         _nss_create_tablename): Rename to...
13215         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
13216         ... these.  No longer static.
13217         (internal_setgrent): Adjust users.
13218         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
13219         Don't use locking around _nss_grp_create_tablename call.
13220         * nis/nss_nisplus/nisplus-initgroups.c: New file.
13221
13222 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13223
13224         * version.h (VERSION): Bump to 2.5.90 for new development tree.
13225
13226 2006-10-06  Andreas Jaeger  <aj@suse.de>
13227
13228         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
13229
13230 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13231
13232         * po/pl.po: Update from translation team.
13233
13234         * nscd/nscd.c (main): Fix typo in message.
13235         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
13236
13237 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13238
13239         [BZ #3291]
13240         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
13241         errno.h, signal.h, unistd.h and sysdep-cancel.h.
13242         (__sigprocmask): Define.
13243
13244 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
13245
13246         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
13247         used.
13248
13249 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13250
13251         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
13252         in oldtotal and newtotal calculation.
13253         * nscd/nscd-client.h (struct mapped_database): Add datasize
13254         field.
13255         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
13256         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
13257         increased.
13258         (__nscd_cache_search): Add checks to make sure we never reference
13259         data beyond the current mapping.
13260
13261 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13262
13263         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
13264         variables const to avoid compiler warnings.
13265
13266         * io/fts.c (fts_close): Remove redundant checks.
13267         (fts_build): Likewise.
13268         (fts_palloc): Likewise.
13269
13270         * manual/message.texi (Advanced gettext functions,
13271         Using gettextized software): Fix typos.
13272
13273 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13274
13275         * posix/glob.c (glob_in_dir): Add some comments and asserts to
13276         explain why there are no leaks.
13277
13278 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
13279
13280         * libio/wmemstream.c: Include <wchar.h>.
13281         * libio/bug-wmemstream1.c: Likewise.
13282         * libio/tst-wmemstream1.c: Likewise.
13283         * libio/tst-wmemstream2.c: Likewise.
13284
13285         * version.h (RELEASE): Bump to 2.5.
13286         * README: Regenerated.
13287
13288         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
13289
13290         [BZ #3273]
13291         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
13292         found no group members.
13293         Patch by Petr Baudis.
13294
13295 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
13296
13297         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
13298         assert bootstrap_map.l_tls_modid is zero.
13299         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
13300         if USE___THREAD.
13301
13302 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
13303
13304         * libio/stdio.h: Move open_wmemstream prototype to ...
13305         * wcsmbs/wchar.h: ... here.
13306
13307 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13308
13309         [BZ #3252]
13310         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
13311         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
13312         __{,l}chown to handle the rest.
13313         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
13314         fchownat syscall and __ASSUME_32BITUIDS case inline, call
13315         __{,l}chown to handle the rest.
13316         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
13317         i386/fchownat.c.
13318         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
13319         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
13320
13321         [BZ #3253]
13322         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13323         time, rather allocate increasingly bigger arrays of pointers, if
13324         possible with alloca, if too large with malloc.
13325
13326 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
13327
13328         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
13329
13330         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
13331
13332 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
13333
13334         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
13335         home addresses.
13336         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
13337         IFA_F_HOMEADDRESS flag for interfaces.
13338         * include/ifaddrs.h (struct in6addrinfo): Define
13339         in6ai_homeaddress.
13340
13341 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
13342
13343         [BZ #3225]
13344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
13345         PTR_DEMANGLE3): Define.
13346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
13347         PTR_DEMANGLE3): Likewise.
13348         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
13349         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
13350         Likewise.
13351         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13352
13353 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
13354
13355         * po/libc.pot: Regenerated.
13356         * po/be.po: Updated.
13357         * po/ca.po: Likewise.
13358         * po/cs.po: Likewise.
13359         * po/da.po: Likewise.
13360         * po/de.po: Likewise.
13361         * po/el.po: Likewise.
13362         * po/en_GB.po: Likewise.
13363         * po/es.po: Likewise.
13364         * po/fi.po: Likewise.
13365         * po/fr.po: Likewise.
13366         * po/gl.po: Likewise.
13367         * po/hr.po: Likewise.
13368         * po/hu.po: Likewise.
13369         * po/ja.po: Likewise.
13370         * po/ko.po: Likewise.
13371         * po/nb.po: Likewise.
13372         * po/nl.po: Likewise.
13373         * po/pl.po: Likewise.
13374         * po/pt_BR.po: Likewise.
13375         * po/ru.po: Likewise.
13376         * po/rw.po: Likewise.
13377         * po/sk.po: Likewise.
13378         * po/sv.po: Likewise.
13379         * po/tr.po: Likewise.
13380         * po/zh_CN.po: Likewise.
13381         * po/zh_TW.po: Likewise.
13382
13383         [BZ #3137]
13384         * iconv/iconv_prog.c (main): Fix spelling in error message.
13385         * iconv/iconvconfig.c (main): Likewise.
13386         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
13387         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
13388         * locale/programs/localedef.c (main): Likewise.
13389         * locale/programs/repertoire.c (repertoire_read): Likewise.
13390         * timezone/zdump.c (main): Likewise.
13391         * nscd/connections.c (handle_request): Fix spelling in log message.
13392         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
13393
13394 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
13395
13396         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
13397         interfaces.
13398
13399 2006-09-20  Andreas Jaeger  <aj@suse.de>
13400
13401         * math/libm-test.inc (lrint_test_upward): Fix typo.
13402
13403 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13404
13405         [BZ #2592]
13406         * math/libm-test.inc (lrint_test_tonearest): New function.
13407         (lrint_test_towardzero): New function.
13408         (lrint_test_downward): New function.
13409         (lrint_test_upward): New function.
13410         (main): Run these new tests.
13411         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13412         of values near to 0.
13413         (two52): Use double not long double.
13414         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13415         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13416         (two23): Use float not double.
13417         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13418         (two23): Use float not double.
13419         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13420         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13421         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13422         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13423
13424 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13425
13426         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13427         Cast sp to unsigned long to avoid compiler warning.
13428         Use __makecontext_ret function instead of a trampoline on the stack.
13429         (__makecontext_ret): New function.
13430         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13431
13432 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13433
13434         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13435         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13436         bits.
13437
13438 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13439
13440         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13441         sure no reference to the unloaded map's search list remains in the
13442         dependency's scope.
13443
13444 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13445
13446         * elf/Makefile: Add rules to build and run unload7 test.
13447         * elf/unload7.c: New test.
13448         * elf/unload7mod1.c: New file.
13449         * elf/unload7mod2.c: New file.
13450
13451 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
13452
13453         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
13454         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
13455         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13456         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
13457         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13458         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
13459         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13460         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
13461         PTRACE_GETEVENTMSG): Likewise.
13462         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
13463         values.
13464
13465 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
13466
13467         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
13468         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13469         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
13470         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
13471
13472 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13473
13474         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
13475         write '\0' to the fd.
13476         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
13477         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
13478         Change regs to unsigned long pointer from unsigned int, fix fscr
13479         offset.
13480
13481 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13482
13483         * io/Makefile (CFLAGS-fstatat.c): Set.
13484         (CFLAGS-fstatat64.c): Likewise.
13485         (CFLAGS-mknodat.c): Likewise.
13486
13487         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
13488         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13489         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
13490         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
13491
13492 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13493             Steven Munroe  <sjmunroe@us.ibm.com>
13494
13495         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
13496         names to the beginning.  Rename "cell" to "cellbe".
13497         (_dl_powerpc_platforms): New.
13498         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
13499         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
13500         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
13501         (_DL_HWCAP_PLATFORM): Define to new mask.
13502         (_dl_platform_string, _dl_string_platform): New functions.
13503         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
13504         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
13505
13506 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
13507
13508         [BZ #2526]
13509         * README.libm: Fix a thinko in sqrt algorithm description.
13510
13511         [BZ #3143]
13512         * manual/string.texi (argz_delete): Fix prototype.
13513         Patch by <alpt@freaknet.org>.
13514
13515 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
13516
13517         [BZ #3138]
13518         * io/test-lfs.c (do_prepare): Give name_len type size_t.
13519         * io/tst-fcntl.c (do_prepare): Likewise.
13520         * posix/tst-exec.c (do_prepare): Likewise.
13521         * posix/tst-preadwrite.c (do_prepare): Likewise.
13522         * posix/tst-spawn.c (do_prepare): Likewise.
13523         * posix/tst-truncate.c (do_prepare): Likewise.
13524         * rt/tst-aio.c (do_prepare): Likewise.
13525         * rt/tst-aio64.c (do_prepare): Likewise.
13526         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13527         size_t.
13528
13529 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
13530
13531         [BZ #2821]
13532         * time/mktime.c (guess_time_tm): Fix overflow detection.
13533         * time/Makefile (tests): Add bug-mktime1.
13534         * time/bug-mktime1.c: New file.
13535
13536         [BZ #3189, #3188]
13537         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13538         (mremap): Likewise.
13539
13540 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
13541
13542         [BZ #1006]
13543         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13544         Ensure relocation doesn't clobber any bits outside of the
13545         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13546         R_SPARC_HI22 and R_SPARC_H44.
13547
13548         [BZ #2775]
13549         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
13550         (long) (MINSIZE + nb - old_size) is positive.
13551
13552         * malloc/arena.c (grow_heap): When growing bail even if new_size
13553         is negative.
13554
13555         [BZ #3155]
13556         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
13557         stack below r1.
13558
13559 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13560
13561         * posix/regex_internal.c (re_string_reconstruct): Handle
13562         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13563         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13564         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13565         re_string_context_at.
13566         * posix/Makefile: Add rules to build and run bug-regex26 test.
13567         * posix/bug-regex26.c: New test.
13568
13569         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
13570         rather than col_sym_free.  Move seqp declaration earlier.
13571
13572         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
13573
13574 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
13575
13576         * nscd/initgrcache.c (addinitgroupsX): Move any_success
13577         decl before first goto out.
13578
13579 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13580
13581         * Makerules (shlib.lds): If have-hash-style, put .hash section
13582         at the end of the RO segment.
13583
13584 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
13585
13586         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
13587         style hash table format is used.
13588
13589 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13590
13591         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
13592         randomization rather than before.
13593         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
13594
13595 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
13596
13597         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
13598
13599         * malloc/malloc.c (_int_malloc): Use full list insert and not
13600         shortcut which assumes the list is empty for large requests
13601         too.
13602
13603         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
13604
13605 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
13606
13607         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
13608         and offout arguments to the prototype.
13609         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
13610         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
13611         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
13612         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
13613         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
13614         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
13615         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
13616         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
13617
13618 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
13619
13620         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
13621
13622         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
13623         dlopen parameters.
13624
13625 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
13626
13627         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
13628         only if herrno is NETDB_INTERNAL.  Handle errors other than
13629         ERANGE outside of the loops, handle TRY_AGAIN.
13630
13631         * locale/programs/ld-ctype.c (translit_flatten): Issue error
13632         if other's ctype category was missing.
13633         * locale/programs/ld-collate.c (collate_read): Return if
13634         copy_locale's collate category is missing.
13635
13636 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
13637
13638         [BZ #2684]
13639         * malloc/malloc.c (public_rEALLOc): Try harder by using other
13640         arenas if allocation failed.
13641         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
13642
13643 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
13644
13645         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
13646         waste bins[0..1].
13647         (malloc_state): Reduce bins size by 2.
13648         (_int_malloc): Fix test for large enough buffer for early termination.
13649         When no unsorted block matches perfectly and an exiting block has
13650         to be split, use full list insert and not shortcut which assumes
13651         the list is empty.
13652
13653         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
13654         failure.
13655
13656 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13657
13658         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
13659         do anything.
13660
13661         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
13662         symbol require exact match (these are PLTs).
13663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13664         (_dl_ppc64_addr_sym_match): Likewise.
13665
13666         [BZ #2683]
13667         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
13668         If symbol has a value use it.
13669         * elf/tst-dladdr1.c: New file.
13670         * elf/Makefile: Add rules to build and run tst-addr1.
13671
13672 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
13673
13674         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
13675         keeps failing and heap growth or new heap creation isn't
13676         successful either.
13677         * malloc/tst-malloc.c (main): Add new tests.
13678
13679 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13680
13681         [BZ #2734]
13682         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
13683         as in the x86-64 code to use bswap.
13684
13685 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
13686
13687         [BZ #2680]
13688         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
13689         __USE_UNIX98.
13690         * posix/bits/unistd.h: Likewise.
13691
13692 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
13693
13694         [BZ #2751]
13695         * string/strchr.c: Add cast to avoid warning.
13696
13697 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13698
13699         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
13700         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
13701         limit is needed to avoid the exploding of the address space
13702         requirement for secondary heaps.
13703         * malloc/arena.c (HEAP_MAX_SIZE): Define using
13704         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
13705
13706 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
13707
13708         [BZ #3018]
13709         * Makerules (depfiles): Handle extra-test-objs the same as
13710         extra-objs.
13711         (common-mostlyclean): Likewise.
13712         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
13713         instead.
13714         * elf/Makefile (extra-objs): Likewise.
13715         * stdlib/Makefile (extra-objs): Likewise.
13716
13717 2006-08-14  Eric Blake  <ebb9@byu.net>
13718
13719         [BZ #3044]
13720         * misc/error.h: Assume C89 or better.
13721         * misc/error.c: Likewise.
13722
13723 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13724
13725         [BZ #3040]
13726         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
13727         __ASSUME_ATFCTS is defined.
13728
13729 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
13730
13731         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
13732         to sort in each call.
13733
13734         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
13735         is empty simply return and use next service.
13736         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
13737
13738         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
13739         tells us when not finding a charmap file is an error.
13740         * locale/programs/charmap.h: Adjust charmap_read prototype.
13741         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
13742         cannot find a charmap.
13743         * locale/programs/localedef.c (main): Adjust charmap_read call.
13744
13745 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
13746
13747         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
13748         sysdeps/posix/pause.c implementation instead.
13749
13750 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
13751
13752         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
13753         to EPERM.
13754
13755 2006-08-13  Andreas Schwab  <schwab@suse.de>
13756
13757         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13758         Don't clobber caller's LRSAVE.
13759         (_dl_prof_resolve): Likewise.
13760
13761 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
13762
13763         [BZ #1996]
13764         * libio/memstream.c (open_memstream): Allocate initial buffer with
13765         calloc.
13766         * libio/wmemstream.c (open_wmemstream): Likewise.
13767         * libio/strops.c: Pretty printing.
13768         (_IO_str_overflow): Clear uninitialized part of the new buffer.
13769         (enlarge_userbuf): New function.
13770         (_IO_str_seekoff): Call it if seek position is larger than current
13771         buffer.
13772         * libio/wstrops.c: Likewise.
13773         * libio/vasprintf.c: Add comment as to why we do not have to use
13774         calloc instead of malloc to allocate initial buffer.
13775         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13776         * libio/bug-memstream1.c: New file.
13777         * libio/bug-wmemstream1.c: New file.
13778
13779 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13780
13781         * libio/wstrops.c: Remove dead macro definitions and comments.
13782         * libio/strops.c: Likewise.
13783
13784         [BZ #2764]
13785         * login/utmpname.c (__utmpname): Remove unnecessary test.
13786
13787 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
13788
13789         [BZ #2832]
13790         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13791         0s from integers.
13792
13793 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13794
13795         [BZ #2987]
13796         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13797         for CPU clocks.
13798         * sysdeps/unix/clock_settime.c: Add support for platform-specific
13799         setting of CPU clocks.
13800
13801 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13802
13803         [BZ #2841]
13804         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13805         since C99 requires the result to promote to 'int' when uint_least8_t
13806         and uint_least16_t promote to 'int'.
13807
13808 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13809
13810         [BZ #3013]
13811         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13812         lenght of one output field, correct bitmask creation.
13813         * locale/programs/ld-time.c: Add alignment.
13814
13815         [BZ #2997]
13816         * misc/error.c: Add space between program name and message if file
13817         name is missing.
13818
13819 2006-08-03  Eric Blake  <ebb9@byu.net>
13820
13821         [BZ #2998]
13822         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13823
13824 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
13825
13826         * malloc/memusagestat.c: Silence warnings.
13827
13828         * malloc/malloc.c: Dynamically size mmap treshold if the program
13829         frees mmaped blocks.
13830         Patch by Valerie Henson and Arjan van de Ven.
13831
13832 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
13833
13834         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
13835         __USE_GNU.
13836
13837         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
13838         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
13839         (DEF): Don't put the var into .gnu.linkonce.r.* section.
13840         Only provide var definitions in strtol_l (or for *ull*
13841         in strtoll_l).
13842
13843         * stdio-common/bug16.c (tests): New array.
13844         (do_tests): Allow the first hexadecimal digit
13845         to be 1, 2, 4 or 8.  Do 3 additional tests.
13846
13847         * sysdeps/s390/fpu/libm-test-ulps: Update.
13848
13849         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
13850         fchownat syscall if available.
13851         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13852         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
13853         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13854
13855 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13856
13857         * nis/nis_xdr.c: Avoid some function calls.
13858
13859 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
13860             Ulrich Drepper  <drepper@redhat.com>
13861
13862         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
13863         short cut if only one name component is stripped away.
13864
13865 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13866
13867         * nis/nis_call.c: Minor cleanups throughout.
13868         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
13869         (first_shoot): Add search_parent_first parameter.  Only if it is set
13870         search parent server first.
13871         If directory for table found through cold start cache is not the same
13872         as referenced in the cache, don't use it.
13873         (__nisfind_server): Take additional parameter.  Pass it on to
13874         first_shoot.
13875         (__prepare_niscall): Adjust __nisfind_server call.
13876         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
13877         * nis/nis_table.c: Adjust __nisfind_server call.
13878         * nis/nis_lookup.c: Likewise.
13879         (nis_lookup): Don't loop endlessly if name is reduced to ".".
13880
13881 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
13882
13883         [BZ #2182]
13884         * math/s_cacosh.c: Return values from positive branch.
13885         * math/s_cacoshf.c: Likewise.
13886         * math/s_cacoshl.c: Likewise.
13887
13888         [BZ #2883]
13889         * sysvipc/sys/msg.h: Change return value to ssize_t.
13890         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13891         * sysvipc/msgrcv.c: Likewise.
13892         * include/sys/msg.h: Likewise.
13893
13894         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
13895         test introduced in patch for bz #661.
13896         (getgrouplist): Simplify code a bit.  Don't allocate one additional
13897         element for NEWGROUPS.
13898
13899         [BZ #2908]
13900         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
13901         'f', use '1' as leading digit not '\1'.
13902         * stdio-common/Makefile (tests): Add bug16.
13903         * stdio-common/bug16.c: New file.
13904
13905         [BZ #2914]
13906         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
13907         and don't try to open it.  The patch introducing the macro
13908         contained a bug and used the same file name as the new file
13909         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
13910         this out completely.
13911
13912         [BZ #2926]
13913         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
13914         Patch by Jerry James <Jerry.James@usu.edu>.
13915
13916         * rt/Makefile (tests): Add tst-clock2.
13917         * rt/tst-clock2.c: New file.
13918
13919         [BZ #2978]
13920         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
13921         function and its parameters and pass it to new thread.
13922         (__gai_notify): Add support for alternative waiting for completion.
13923         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
13924         waiting for completion.
13925         * resolv/getaddrinfo_a.c: Likewise.
13926         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
13927         waiting for completion is used.
13928         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
13929         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
13930         * resolv/gai_error.c: Likewise.
13931         * resolv/gai_sigqueue.c: Likewise.
13932
13933 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
13934
13935         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
13936         errno to EBADF and return MACH_PORT_NULL.
13937
13938 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
13939
13940         [BZ #2980]
13941         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
13942
13943 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
13944
13945         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
13946         walk them instead of the symbol table.
13947
13948 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
13949
13950         [BZ #2098]
13951         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
13952         status of NSS calls, not the number of returned entries.
13953
13954         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
13955         request_key, keyctl.
13956
13957 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13958
13959         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
13960
13961 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
13962
13963         * elf/tst-auditmod1.c: Fix typo in #error.
13964
13965 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13966
13967         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
13968
13969         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
13970
13971 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
13972
13973         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
13974         that the directory is empty even on non-POSIX filesystems.
13975
13976 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13977
13978         * elf/dl-open.c (dl_open_worker): Add branch prediction.
13979
13980         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
13981         the backend NSS module.  If backend setgrent call failed, don't have
13982         internal_setgrent fail.  Just remember this until it is needed.
13983         * nis/nss_compat/compat-pwd.c: Likewise.
13984         * nis/nss_compat/compat-spwd.c: Likewise.
13985
13986 2006-07-30  Roland McGrath  <roland@redhat.com>
13987
13988         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
13989         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
13990         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
13991         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
13992
13993         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
13994         (nanosleep_not_cancel): New macro.
13995         (sigsuspend_not_cancel): new macro.
13996         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
13997         (do_sigsuspend): Define as inline.
13998         (__sigsuspend): Always use do_sigsuspend.
13999         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
14000         * include/signal.h: Declare __sigsuspend_nocancel.
14001         * sysdeps/posix/pause.c
14002         [! NO_CANCELLATION] (__pause_nocancel): New function.
14003
14004         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
14005         * include/time.h (__nanosleep_nocancel): Likewise.
14006
14007 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
14008
14009         * locale/programs/localedef.c (add_to_readlist): Rename local
14010         variables to avoid confusion.
14011
14012         * locale/programs/charmap.c (charmap_read): Emit error message if
14013         charmap couldn't be found or read.
14014
14015 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
14016
14017         * sysdeps/unix/sysv/linux/kernel-features.h: Define
14018         __ASSUME_FUTEX_LOCK_PI.
14019         * include/time.h: Declare __nanosleep_nocancel.
14020         * include/unistd.h: Declare __pause_nocancel.
14021
14022         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
14023         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
14024         get the __stack_chk_fail_local definition when it's needed.
14025
14026 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
14027
14028         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
14029         * dlfcn/bug-atexit3.c: New file.
14030         * dlfcn/bug-atexit3-lib.cc: New file.
14031
14032         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
14033         used when the namespace is not the base namespace.
14034
14035 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
14036
14037         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
14038         (__new_exitfn): Bump it in every successful call.
14039         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
14040         more exit handlers, call them right away.
14041         * stdlib/exit.h: Declare __new_exitfn_called.
14042
14043 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
14044
14045         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
14046         calling registered handler.
14047
14048         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
14049         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14050         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14051         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14052         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14053         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14054         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14055         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14056
14057 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
14058
14059         * elf/dl-lookup.c (dl_new_hash): New functions.
14060         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
14061         value here.  Compute new-style hash value.  Pass new hash value
14062         and reference to variable with the old value to do_lookup_x.
14063         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
14064         old-style hash table.
14065         (_dl_debug_bindings): Pass new hash value and reference to variable
14066         with the old value to do_lookup_x.
14067         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
14068         new-style hash value and change old-style hash value parameter to
14069         be a reference.  Reoganize functions to determine whether
14070         new-style hash table is available.  Only fall back on old-style
14071         table.  If old-style hash value is needed, compute it here.
14072         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
14073         entry.
14074         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
14075         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
14076         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
14077         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
14078         * Makeconfig: If linker supports --hash-style option add it to all
14079         linker command lines to build DSOs.
14080         * config.make.in: Define have-hash-style.
14081         * configure.in: Test whether linker supports --hash-style option.
14082
14083         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
14084         * sysdeps/generic/ldsodefs.h: Adjust prototype.
14085
14086 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
14087
14088         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
14089         auditing.
14090
14091         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
14092         RPATH of main map twice.
14093
14094 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
14095
14096         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
14097         look further, return original strings.
14098         (_nl_find_msg): Do not return found translation if the conversion
14099         failed.  Either signal the string is unusable or that something went
14100         wrong and the original should be used.
14101
14102 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
14103
14104         * string/_strerror.c (__strerror_r): Add __builtin_expect.
14105
14106 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
14107
14108         [BZ #2766]
14109         * misc/insremque.c (insque): Handle prev == NULL.
14110         * misc/Makefile (tests): Add tst-insremque.
14111         * misc/tst-insremque.c: New test.
14112
14113 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
14114
14115         [BZ #2792]
14116         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
14117         conflict with DL_DST_REQUIRED.
14118
14119 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
14120
14121         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
14122         match what Solaris does.
14123
14124 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
14125
14126         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
14127         local_setegid instead of seteuid and setegid.
14128         * sysdeps/generic/local-setxid.h: New file.
14129         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
14130
14131         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
14132
14133         * string/Makefile (tests): Add bug-envz1.
14134         * string/bug-envz1.c: New file.
14135
14136 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14137
14138         * posix/regex_internal.c (re_string_skip_chars): If no character has
14139         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
14140         to the byte which couldn't be converted.
14141         (re_string_reconstruct): Don't clear valid_raw_len before calling
14142         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14143         tip_context using re_string_context_at.
14144         * posix/Makefile: Add rules to build and run bug-regex25 test.
14145         * posix/bug-regex25.c: New test.
14146
14147 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
14148
14149         [BZ #2703]
14150         * string/envz.c (envz_strip): Correct erroneously reversed src
14151         and dest parameters to memmove() invocation.
14152
14153 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
14154
14155         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
14156         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
14157         to make sure the database has been already invalidated.
14158         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
14159         after the cache has been invalidated.  Use pthread_mutex_lock rather
14160         than pthread_mutex_trylock if fd != -1.
14161         * nscd/connections.c (invalidate_cache): Add fd argument, write
14162         response to fd if not calling prune_cache, pass fd to prune_cache.
14163         (handle_request): Adjust invalidate_cache caller.
14164         (nscd_run): Pass -1 as fd to prune_cache.
14165
14166 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
14167
14168         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
14169         the correct place.
14170
14171 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
14172
14173         * nscd/nscd.h (struct database_dyn): Add prunelock field.
14174         * nscd/cache.c (prune_cache): Take prunelock before starting the
14175         work.  Just return in case it is already taken.
14176         * nscd/connections.c (dbs): Initialize .prunelock.
14177
14178 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
14179
14180         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
14181         copying.  No need to allocate new array for group members.  Just
14182         move the pointers and update the size.
14183
14184         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
14185         Avoid memory leak in case realloc fails.  Simplification for
14186         better code generation.
14187
14188         Avoid deprecation warning because of libc_hidden_proto for
14189         inet6_option_alloc.
14190         * inet/inet6_option.c (option_alloc): Renamed from
14191         inet6_option_alloc.  Made static.
14192         (inet6_option_alloc): Now a simple wrapper around option_alloc.
14193         (inet6_option_append): Call option_alloc.
14194         * include/netinet/in.h: Remove libc_hidden_proto for
14195         inet6_option_alloc.
14196
14197         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
14198         for cleanup when cb!=NULL [Coverity CID 233].
14199
14200 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
14201
14202         [BZ #2693]
14203         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
14204         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
14205         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
14206         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
14207         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
14208         and inet6_rth_getaddr.
14209         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
14210         array.
14211         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
14212         Mark inet6_option_* interfaces as deprecated.
14213         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
14214         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
14215         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
14216         inet6_rth_segments, and inet6_rth_getaddr.
14217         * inet/inet6_opt.c: New file.
14218         * inet/inet6_rth.c: New file.
14219
14220         * inet/netinet/icmp6.h: Pretty printing.
14221
14222         [BZ #2683]
14223         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
14224
14225 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
14226
14227         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
14228         doing it all here.  When server does not know the answer do not
14229         fail immediate, try parent first.
14230
14231         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
14232         overflow test.
14233
14234 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
14235
14236         * nis/nis_call.c (__prepare_niscall): New function.  Split out
14237         from __do_niscall.
14238         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
14239         and exported.
14240         (__follow_path): New function.  Split out from nis_list.
14241         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
14242         _xdr_nis_result.
14243         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
14244         _xdr_nis_result.
14245         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
14246         and __follow_path.
14247         * nis/Versions: Export __prepare_niscall, __create_ib_request,
14248         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
14249         from libnsl for version GLIBC_PRIVATE.
14250         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
14251         Remove entry parameter from _nss_nisplus_parse_pwent and
14252         _nss_nisplus_parse_grent.
14253         * nis/nss_nisplus/nisplus-parser.c: Likewise.
14254         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
14255         again.  Rewrite getpwent handling to not use nis_first_entry and
14256         nis_next_entry.  Roll out own niscall handling.
14257         * nis/nss_nisplus/nisplus-grp.c: Likewise.
14258
14259         * sunrpc/xdr_rec.c: Fix typo in comment.
14260
14261 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
14262
14263         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
14264         handling.
14265
14266         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
14267         to allocate memory for my_pollfd.  Better initialization of
14268         cb_is_running.  Use TEMP_FAILURE_RETRY.
14269
14270         * malloc/memusage.sh (memusageso): Add quotes.
14271         (memusagestat): Likewise.
14272         * debug/xtrace.sh (pcprofileso): Likewise.
14273         (pcprofiledump): Likewise.
14274         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
14275         replacement.
14276         * malloc/Makefile ($(objpfx)memusage): Likewise.
14277
14278         * nis/nis_callback.c (__nis_create_callback): Calls to
14279         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
14280         asprintf call fails.
14281
14282         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
14283         no uninitialized memory is passed to sendto.
14284
14285 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14286
14287         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
14288         of snprintf+strdup.  Handle OOM.
14289         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
14290         cb->serv together.  Remove now obsolete free calls.
14291         (__nis_destroy_callback): Remove now obsolete free call.
14292
14293 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
14294
14295         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
14296         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
14297         and ULA respectively). Set precedence for IPv4 address to 10 as
14298         defined in RFC3484 for preferring IPv6.
14299         * posix/gai.conf: Update to match the new default tables.
14300
14301 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
14302
14303         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
14304         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
14305         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
14306         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
14307
14308         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
14309         Removed.
14310         (init_nss_interface): Remove initialization of these variables.
14311
14312 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14313
14314         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
14315         nis_free_directory forward to avoid duplication.
14316
14317 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
14318
14319         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
14320         rec_dirsearch returning NULL.
14321         (first_shoot): Handle __nis_finddirectory returning NULL.
14322         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
14323
14324         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
14325         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
14326
14327 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
14328
14329         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
14330         pid changed.
14331
14332 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
14333
14334         * include/rpc/pmap_prot.h: Mark all functions as hidden.
14335
14336         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
14337         * nscd/nscd_getgr_r.c: Likewise.
14338
14339         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
14340
14341         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
14342         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
14343
14344         * stdlib/longlong.h (__clz_tab): Mark as hidden.
14345
14346         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
14347
14348         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
14349
14350         * include/rpc/auth.h: Mark xdr_des_block_internal and
14351         xdr_opaque_auth_internal as hidden.
14352
14353         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
14354         hidden.
14355
14356         * include/rpc/xdr.h: Mark all _internal functions as hidden.
14357
14358         * misc/getusershell.c (okshells): Don't use static initializers,
14359         do it dynamically.
14360
14361         * stdlib/fmtmsg.c (keywords): Change type of len element to
14362         uint32_t to not waste space on 64bit machines.
14363
14364         * locale/setlocale.c: Change _nl_category_names into a string.
14365         Add new _nl_category_name_idxs.  Change all users.
14366         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
14367         Declare _nl_category_name_idxs.
14368         * locale/findlocale.c: Adjust for _nl_category_names change.
14369         * locale/loadlocale.c: Likewise.
14370         * locale/newlocale.c: Likewise.
14371         * intl/dcigettext.c: Likewise.
14372
14373         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
14374         (add_alias2): ...here.  New function.
14375         (__gconv_read_conf): Simplify builtin alias handling.
14376         (builtin_aliases): Convert to string to avoid relocations.
14377         * iconv/gconv_builtin.h: Add comment about correct formatting.
14378
14379 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
14380
14381         * resolv/res_debug.c (loc_ntoa): Make error const.
14382
14383 2006-05-14  Andreas Schwab  <schwab@suse.de>
14384
14385         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
14386
14387 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
14388
14389         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
14390         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
14391         sizeof (cpu_set_t).
14392
14393 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
14394
14395         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
14396
14397         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14398
14399         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14400         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14401
14402         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14403         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14404
14405         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14406         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14407         xdr_cback_data.
14408
14409         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14410         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14411         xdr_ypupdate_args.
14412
14413         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14414         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14415
14416         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14417         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14418
14419         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14420         * include/rpcsvc/nis_callback.h: New file.
14421
14422         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14423         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14424
14425         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14426         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14427
14428         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14429         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14430
14431         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14432         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14433
14434         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14435         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14436         xdr_ypdelete_args.
14437
14438         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14439         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14440
14441         * nis/nis_error.c: Remove table of strings.  Use position
14442         independent mechanism.
14443         * nis/nis_error.h: New file.
14444
14445 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
14446
14447         * locale/programs/ld-time.c (time_finish): If wide era name or
14448         format aren't provided, set both wname and wformat to L"".
14449
14450 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14451
14452         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
14453         results if the call was succesful.
14454
14455         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
14456
14457         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
14458         as hidden.
14459
14460 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
14461
14462         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
14463
14464 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14465
14466         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
14467         caller makes sure this is not the case.
14468         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
14469
14470 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
14471
14472         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
14473         calls.
14474
14475         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
14476         [Coverity CID 229, 230]
14477
14478         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
14479         DGETTEXT calls.
14480         (hol_help): Likewise.  [Coverity CID 226, 227]
14481
14482         * string/argz-replace.c (__argz_replace): Unconditionally call
14483         free on SRC.  [Coverity CID 225]
14484
14485         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
14486         the return value of __nis_default_owner and __nis_default_group,
14487         it has been especially allocated.  [Coverity CID 224]
14488
14489         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
14490         searchgroup and searchowner.  Significantly simplified.
14491         (__nis_default_owner): Remove duplication.  Do not locally copy the
14492         string before duplicating it.
14493         (__nis_default_group): Likewise.
14494
14495         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
14496         we must clear the variable before calling __nisfind_server.
14497
14498         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
14499         nis_getnames.  [Coverity CID 223]
14500
14501         * locale/programs/locfile.c (locfile_read): Use alloca instead of
14502         xmalloc to allocate local repertoire name.  [Coverity CID 222]
14503
14504         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
14505         allocate memory for the input to add_bytes.  [Coverity CID 221]
14506
14507         * posix/wordexp.c (w_addword): Free word if realloc fails and it
14508         was allocated here.  [Coverity CID 219, 220]
14509
14510         * posix/getconf.c (print_all): Free confstr data after printing.
14511         [Coverity CID 218]
14512
14513         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14514         list allocation fails.  [Coverity CID 215]
14515
14516         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14517         [Coverity CID 213]
14518
14519         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14520         string is NULL.  [Coverity CID 212]
14521         * argp/Makefile: Add rules to build and run bug-argp1.
14522         * argp/bug-argp1.c: New file.
14523
14524         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14525         end of string.
14526         * stdlib/canonicalize.c (__realpath): Likewise.
14527
14528         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14529         pointer.  [Coverity CID 206]
14530
14531         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14532         in statically linked code.
14533         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14534         statically built code, be prepared to have no link map.
14535         [Coverity CID 205]
14536
14537         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14538         dgettext calls. [Coverity CID 204]
14539
14540         * argp/argp-help.c (struct uparams): Remove valid member.  Change
14541         the one user.
14542         (uparam_names): Reduce size.  Avoid relative relocations.
14543         Moved to read-only segment.
14544         (fill_in_uparams): Update for new layout.
14545
14546         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14547         assumed to always be != NULL. [Coverity CID 202]
14548
14549         * argp/argp-help.c (hol_entry_help): Remove some dead code
14550         [Coverity CID 200].
14551
14552         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
14553         away a few more unconditional yperr2nss calls.
14554         (_nss_nis_getservbyname_r): Likewise.
14555
14556 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
14557
14558         * sysdeps/generic/ldsodefs.h: Remove support for non-core
14559         architectures.
14560
14561         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
14562         that unused memory passed to sendto is nevertheless initialized.
14563
14564         [BZ #2499]
14565         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
14566         possibly unaligned memory accesses.
14567
14568         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
14569         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
14570         and __putlong respectively.  Correct buffer overflow check for
14571         NS_NOTIFY_OP.
14572
14573         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
14574
14575         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
14576         (send_dg): Rewrite error handling to be more compact and avoid
14577         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
14578
14579         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
14580
14581         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
14582         instead of ns_get16.
14583         (res_queriesmatch): Likewise.  Minor optimization.
14584
14585         [BZ #2499]
14586         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
14587         __libc_res_nsend might reallocate the buffer for the answer.  In
14588         this case we have to reload the HP pointer.
14589
14590 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14591
14592         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
14593         some branch prediction hints.
14594
14595         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14596         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14597         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14598         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14599         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14600         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14601         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14602         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14603
14604 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14605
14606         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
14607         by a GOT relocation to make Scrt1.o position independent.
14608         * sysdeps/s390/s390-64/elf/start.S: Likewise.
14609
14610         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
14611         six system call parameters.
14612         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14613
14614 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14615
14616         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14617         malloc&bzero.
14618
14619         * sunrpc/svc_udp.c (BZERO): Remove definition.
14620         (CALLOC): Define.
14621         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
14622
14623         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
14624         (des_SPtrans): Use uint32_t type.
14625         (des_skb): Likewise.
14626
14627         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
14628
14629 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
14630
14631         [BZ #2509]
14632         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
14633         on 32-bit arches.
14634
14635 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14636
14637         * locale/programs/ld-address.c (address_finish): Fix one more
14638         place where the iso639 array might be accessed beyond the limits.
14639
14640 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
14641
14642         * nis/nis_table.c (nis_list): Avoid clearing res twice before
14643         filling it for the first time.
14644
14645         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
14646         Adjust all callers.
14647         Free res object content before returning.
14648
14649         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
14650
14651         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
14652         client->cl_auth.
14653
14654         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
14655         cleanup for initial thread, just the free call on TVP.
14656
14657         * nscd/gai.c (__getline): Define.
14658
14659
14660 See ChangeLog.16 for earlier changes.