Add BZ number.
[platform/upstream/glibc.git] / ChangeLog
1 2010-02-20  H.J. Lu  <hongjiu.lu@intel.com>
2
3         [BZ #11332]
4         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Use cfi_remember_state
5         and cfi_restore_state only if USE_AS_STRNCMP is defined.
6
7 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
8
9         * sysdeps/x86_64/Implies: Add ieee754/dbl-64/wordsize-64 entry.
10
11 2010-02-24  H.J. Lu  <hongjiu.lu@intel.com>
12
13         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
14         (bk_write_less32bytes_2): Renamed to ...
15         (bk_write_less48bytes): This.
16         Use unsigned conditional jumps.
17         Correct unwind info.
18         Use add/sub instead of lea if possible.
19         (shl_0_gobble_cache_loop_tail): Removed.
20         (large_page): Properly adjust ECX.
21
22         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Use unsigned
23         conditional jumps.
24         Correct unwind info.
25
26         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Remove redundant
27         punpcklbw.
28         Use unsigned conditional jumps.
29         (128bytesormore_nt): Renamed to ...
30         (128bytesormore_endof_L1): This.
31         Use add instead of lea if possible.
32         Correct unwind info.
33         * sysdeps/i386/i686/multiarch/memset-sse2.S: Remove redundant
34         punpcklbw.
35         Use unsigned conditional jumps.
36         Use add instead of lea if possible.
37         Correct unwind info.
38
39 2010-02-24  Ulrich Drepper  <drepper@redhat.com>
40
41         [BZ #11319]
42         * libio/iovdprintf.c (_IO_vdprintf): Explicitly flush stream before
43         undoing the stream because _IO_FINISH doesn't report failures.
44
45         [BZ #5553]
46         * malloc/malloc.c (public_vALLOc): Set ar_ptr when trying main_arena.
47         (public_pVALLOc): Likewise.
48         Patch by Petr Baudis.
49
50 2010-02-22  Jim Meyering  <meyering@redhat.com>
51
52         * manual/math.texi (BSD Random): Fix a typo: s/are/is/
53
54         * manual/charset.texi: Adjust grammar.
55
56         * manual/errno.texi (Error Messages): Fix doubled-words and typos.
57         * manual/charset.texi (Selecting the Conversion): Likewise.
58         * manual/getopt.texi (Getopt Long Options): Likewise.
59         * manual/memory.texi (Resizing the Data Segment): Likewise.
60         * manual/message.texi (GUI program problems): Likewise.
61         * manual/resource.texi (CPU Affinity): Likewise.
62         * manual/stdio.texi (Streams and Threads): Likewise.
63         * manual/time.texi (High Accuracy Clock): Likewise.
64
65 2009-02-20  David S. Miller  <davem@davemloft.net>
66
67         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
68         Adjust rela->r_offset by l->l_addr when rewriting PLT.
69
70         * sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
71         test end of buffer.
72
73         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
74         (__makecontext): Adjust arg counter properly when copying arg
75         stack slots.
76
77 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
78
79         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
80         Adjust rela->r_offset by l->l_addr when rewriting PLT.
81
82 2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
83
84         * hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
85         non-existent `tiocsctty_port'.
86
87 2010-02-16  H.J. Lu  <hongjiu.lu@intel.com>
88
89         * sysdeps/i386/i686/multiarch/memcmp.S (memcmp): Use CPUID_OFFSET
90         instead of FEATURE_OFFSET.
91         * sysdeps/i386/i686/multiarch/strcmp.S (strcmp): Likewise.
92
93         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Add alignnments.
94         Fix one unwind info problem.
95
96         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S (less1bytes): Add CFI_POP.
97
98         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Simplify unwind info.
99
100 2010-02-17  H.J. Lu  <hongjiu.lu@intel.com>
101             Ulrich Drepper  <drepper@redhat.com>
102
103         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Fix typo in unwind info.
104         Clean up a bit.
105
106 2010-02-17  Carl Fredrik Hammar  <hammy.lite@gmail.com>
107
108         * hurd/hurdioctl.c (tiocsctty): Only get FD ports, do work in...
109         (tiocsctty_port): ...this new function.
110
111         * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): Cast to
112         `ioctl_handler_t'.
113
114 2010-02-15  Ulrich Drepper  <drepper@redhat.com>
115
116         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Fix unwind info.
117         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
118         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
119         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
120
121         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Don't fall through to
122         undefined code.
123
124 2010-02-12  H.J. Lu  <hongjiu.lu@intel.com>
125
126         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
127         strcmp-ssse3, strcmp-sse4, strncmp-c, strncmp-ssse3, strncmp-sse4,
128         memcmp-c, memcmp-ssse3, and memcmp-sse4.
129         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: New file.
130         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: New file.
131         * sysdeps/i386/i686/multiarch/memcmp.S: New file.
132         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: New file.
133         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: New file.
134         * sysdeps/i386/i686/multiarch/strcmp.S: New file.
135         * sysdeps/i386/i686/multiarch/strncmp-c.c: New file.
136         * sysdeps/i386/i686/multiarch/strncmp-sse4.S: New file.
137         * sysdeps/i386/i686/multiarch/strncmp-ssse3.S: New file.
138         * sysdeps/i386/i686/multiarch/strncmp.S: New file.
139
140 2010-02-12  Luis Machado  <luisgpm@br.ibm.com>
141
142         * sysdeps/powerpc/powerpc32/dl-machine.h: Removed old PPC_REL16 check.
143         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
144         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
145         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
146         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
147         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
148         * sysdeps/powerpc/powerpc32/configure.in: Fail if R_PPC_REL16
149         is not supported.
150         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
151         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
152         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
153         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
154         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
155         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Likewise.
156         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
157         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
158         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
159         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
160         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
161         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
162         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
163         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
164         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
165         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
166         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S:
168         Likewise.
169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
170         Likewise.
171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
172         Likewise.
173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
174         Likewise.
175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
176
177 2010-02-12  Alan Modra  <amodra@gmail.com>
178
179         * elf/tls-macros.h [__powerpc__] (__TLS_CALL_CLOBBERS): Remove r3.
180         Define and use for __powerpc64__ too.
181         [__powerpc__] (TLS_LD): Add r3 to clobbers.
182         [__powerpc__] (TLS_GD): Set asm output.  Make __result r3 reg.
183         [__powerpc64__] (TLS_GD): Make __result r3 reg.
184         [__powerpc64__] (TLS_IE): Relax output constraint.
185
186 2010-02-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
187
188         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Disable hardware
189         instructions cu21 and cu24.  Add well-formedness checking
190         parameter and adjust the software implementation.
191         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise.
192
193 2010-02-10  Ulrich Drepper  <drepper@redhat.com>
194
195         [BZ #11271]
196         * io/ftw.c (ftw_startup): Close descriptor for initial directory
197         after changing back to it.
198
199 2010-02-05  David S. Miller  <davem@davemloft.net>
200
201         * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define.
202         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle new
203         ifunc relocs.
204         (elf_machine_lazy_rel): Likewise.
205         (sparc_fixup_plt): Pull out to...
206         * sysdeps/sparc/sparc32/dl-plt.h: ...here.
207         * sysdeps/sparc/sparc32/dl-irel.h: New file.
208         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle new
209         ifunc relocs.
210         (elf_machine_lazy_rel): Likewise.
211         (sparc64_fixup_plt): Pull out to...
212         * sysdeps/sparc/sparc64/dl-plt.h: ...here.
213         * sysdeps/sparc/sparc64/dl-irel.h: New file.
214
215 2010-02-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
216
217         * elf/elf.h: Define m68k TLS relocations.
218
219 2010-02-10  Luis Machado  <luisgpm@br.ibm.com>
220
221         * sysdeps/powerpc/powerpc64/power7/Implies: Removed.
222         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Removed.
223         * sysdeps/powerpc/powerpc32/power7/Implies: Removed.
224         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: Removed.
225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Add
226         64-bit power7 fpu path.
227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Add
228         32-bit power7 fpu math.
229
230 2010-02-09  Ulrich Drepper  <drepper@redhat.com>
231
232         * sysdeps/i386/rshift.S: More compact unwind information.
233
234         * sysdeps/i386/lshift.S: Fix unwind information.
235
236 2010-02-08  Luis Machado  <luisgpm@br.ibm.com>
237
238         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: New file.
239         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: New file.
240         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnanf.S: New file.
241         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnanf.S: New file.
242         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: New file.
243         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: New file.
244         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinff.S: New file.
245         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinff.S: New file.
246         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: New file.
247         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: New file.
248         * sysdeps/powerpc/powerpc64/power7/fpu/s_finitef.S: New file.
249         * sysdeps/powerpc/powerpc32/power7/fpu/s_finitef.S: New file.
250
251 2010-02-08  Andreas Schwab  <schwab@redhat.com>
252
253         * include/fenv.h: Add hidden proto for fegetenv.
254         * math/fegetenv.c: Add hidden alias.
255         * sysdeps/i386/fpu/fegetenv.c: Likewise.
256         * sysdeps/ia64/fpu/fegetenv.c: Likewise.
257         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
258         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
259         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
260         * sysdeps/x86_64/fpu/fegetenv.c: Likewise
261         * sysdeps/s390/fpu/fegetenv.c: Likewise.  Remove unused headers.
262
263 2010-02-05  H.J. Lu  <hongjiu.lu@intel.com>
264
265         [BZ #11230]
266         * sysdeps/ia64/memchr.S: Don't read beyond the last byte
267         during recovery.
268
269 2010-01-26  Andreas Schwab  <schwab@redhat.com>
270
271         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: Use internal
272         interface.
273         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: Likewise.
274         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Declare internal
275         utmpx interface.
276
277         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
278         entry for 2.12.
279
280 2010-02-03  Ulrich Drepper  <drepper@redhat.com>
281
282         [BZ #11235]
283         * sysdeps/unix/sysv/linux/sys/mount.h: Remove S_WRITE, S_APPEND,
284         S_IMMUTABLE.  Add MS_DIRSYNC, MS_MOVE, MS_SILENT, MS_REC,
285         MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED,
286         MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, MS_STRICTATIME,
287         MS_ACTIVE, and MS_NOUSER.
288         (MS_RMT_MASK): Update according to current kernels.
289
290         [BZ #11242]
291         * misc/getusershell.c (initshells): Allocate one more byte in input
292         buffer so that fgets doesn't loop undefinitely.
293
294 2010-02-02  Ulrich Drepper  <drepper@redhat.com>
295
296         * stdlib/setenv.c (__add_to_environ): Don't use alloca if
297         __libc_use_alloca tells us not to.  Fix memory leak in an error
298         situation.  Based partially on patch by Jim Meyering.
299
300 2010-01-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
301
302         * sysdeps/mach/getsysstats.c (get_nprocs_conf, get_nprocs,
303         get_phys_pages, get_avphys_pages): Add weak aliases.
304
305 2010-01-25  Andreas Schwab  <schwab@redhat.com>
306
307         * iconv/iconv_prog.c (write_output): Fix check for open failure.
308
309 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
310
311         [BZ #11200]
312         * locale/loadlocale.c (_nl_load_locale): Fix recognition of genuine
313         mmap resource problem.  Patch by Joe Landers <jlanders@vmware.com>.
314
315 2010-01-22  Jim Meyering  <jim@meyering.net>
316
317         [BZ #11193]
318         * posix/regexec.c (extend_buffers): Avoid overflow in realloc
319         buffer length computation.
320
321         [BZ #11192]
322         * posix/regexec.c (re_copy_regs): Don't leak when allocation
323         of the start buffer succeeds but allocation of the "end" one fails.
324
325         [BZ #11191]
326         * posix/regexec.c (re_search_2_stub): Check for overflow
327         when adding the sizes of the two strings.
328
329         [BZ #11190]
330         * posix/regexec.c (re_search_internal): Avoid overflow
331         in computing re_malloc buffer size.
332
333         [BZ #11189]
334         * posix/regexec.c (prune_impossible_nodes): Avoid overflow
335         in computing re_malloc buffer size.
336
337         [BZ #11188]
338         * posix/regexec.c (build_trtable): Avoid arithmetic overflow
339         in size calculation.
340
341         [BZ #11187]
342         * posix/regexec.c (re_search_2_stub): Use simpler method than
343         boolean for freeing internal storage.
344
345 2010-01-22  Ulrich Drepper  <drepper@redhat.com>
346
347         * posix/regex_internal.c (re_string_skip_chars): Simplify test for
348         failed mbrtowc call.
349
350 2010-01-22  Jim Meyering  <jim@meyering.net>
351
352         [BZ #11186]
353         * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF
354         fits in wchar_t.  Problem reported by Eric Blake.
355
356         [BZ #11185]
357         * posix/regex_internal.c (re_string_reconstruct): Remove declaration
358         and stores into set-but-not-used local, "q".
359
360         [BZ #11184]
361         * posix/regex_internal.c (re_dfa_add_node): Extend the overflow
362         detection test.  Patch by Paul Eggert.
363
364         [BZ #11183]
365         * posix/regex_internal.c (re_string_realloc_buffers):
366         Detect and handle internal overflow.  Patch by Paul Eggert
367
368 2010-01-20  Andreas Schwab  <schwab@redhat.com>
369
370         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
371         (CHECK_SP): Fix check for alternate stack.
372         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
373         (CHECK_SP): Likewise.
374
375 2010-01-19  H.J. Lu  <hongjiu.lu@intel.com>
376
377         * sysdeps/i386/i686/multiarch/memmove.S: Also check
378         bit_Fast_Rep_String when SHARED isn't defined.
379
380 2010-01-19  Ulrich Drepper  <drepper@redhat.com>
381
382         [BZ #11194]
383         * misc/bits/syslog.h (syslog, vsyslog): Remove unnecessary return.
384
385 2010-01-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
386
387         * sysdeps/mach/hurd/bits/libc-lock.h
388         (__rtld_lock_recursive_t): New type.
389         (__rtld_lock_initialize): New macro.
390
391 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
392
393         * sysdeps/powerpc/powerpc32/cell/memcpy.S: New file.
394         * sysdeps/powerpc/powerpc64/cell/memcpy.S: New file.
395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/fpu/Implies: New file.
396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/fpu/Implies: New file.
397
398 2010-01-18  Andreas Schwab  <schwab@redhat.com>
399
400         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Remove duplicate
401         definitions of O_DSYNC and O_RSYNC.
402
403         * elf/dynamic-link.h (elf_get_dynamic_info): Use correct type when
404         casting d_tag.
405
406         * elf/dynamic-link.h (elf_get_dynamic_info): Ignore negative
407         dynamic entry types.
408
409 2010-01-16  Jakub Jelinek  <jakub@redhat.com>
410
411         * sysdeps/ieee754/ldbl-128/s_ceill.c (huge): Add L suffix to the
412         constant.
413         * sysdeps/ieee754/ldbl-128/s_floorl.c (huge): Likewise.
414         * sysdeps/ieee754/ldbl-128/s_expm1l.c (big): Decrease to avoid
415         overflow.
416         * sysdeps/ieee754/ldbl-128/s_log1pl.c (big): Remove unused variable.
417
418         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf): Use
419         math_opt_barrier and math_force_eval macros.
420
421 2010-01-15  Ulrich Drepper  <drepper@redhat.com>
422
423         * posix/regcomp.c: Fix a few more cases of ignored return values.
424         * posix/regex_internal.c: Likewise.
425         * posix/regexec.c: Likewise.
426
427         * include/features.h: _XOPEN_SOURCE_EXTENDED is not defined to be
428         used without _XOPEN_SOURCE.  Don't base any decisions on this macro
429         if _XOPEN_SOURCE is not defined as well.
430
431 2010-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
432
433         * sysdeps/s390/s390-32/elf/start.S (_start): Added check for the
434         high gprs kernel facility.
435         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_matches_host):
436         Added high gprs check for DSOs.
437         * elf/elf.h (EF_S390_HIGH_GPRS): Added macro definition for the
438         new elf header flag.
439
440 2010-01-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
441
442         * elf/dl-sysdep.c (_dl_sysdep_start): Added the auxv parameter to
443         dl_main.
444         * elf/dl-open.c (_dl_sysdep_start): Likewise..
445         * sysdeps/generic/ldsodefs.h (_dl_sysdep_start): Likewise.
446         * elf/rtld.c (dl_main): Added new parameter auxv.  Adjust the
447         AT_PHDR, AT_PHNUM and AT_ENTRY fields if the ld.so is directly
448         started.
449
450 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
451
452         [BZ #11027]
453         * sysdeps/generic/netinet/ip.h: Define IPTOS_CLASS_* macros according
454         to RFC 2474.
455         Patch by Philip Prindeville <philipp@redfish-solutions.com>.
456
457         [BZ #11141]
458         * resolv/res_send.c (reopen): Don't use IPv6 sockets for IPv4
459         addresses.
460
461         [BZ #11127]
462         * posix/regcomp.c (alc_eclosure_iter): Do not ignore
463         re_node_set_insert failure; return REG_ESPACE.
464         Patch by Paul Eggert.
465
466         * bits/confname.h: Make pre-C99-safe.
467
468 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
469
470         * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
471         $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
472         files are found by GCC.
473
474 2010-01-14  Ulrich Drepper  <drepper@redhat.com>
475
476         * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
477         brk, and sbrk.
478
479         * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
480         index, and rindex.
481
482         * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
483
484         * Versions.def: Add GLIBC_2.12 for libpthread.
485
486         [BZ #11126]
487         * malloc/malloc.c (malloc_info): Initialize malloc if not already
488         done.  Handle empty bin lists.
489
490         * posix/unistd.h: Change getpagesize and getdtablesize declaration
491         visibility some more.
492
493         * resolv/netdb.h: Relax condition to elide obsolete resolver constants.
494
495         * posix/unistd.h: Declare getpagesize in _GNU_SOURCE mode.
496
497         [BZ #11120]
498         * sysdeps/x86_64/strcmp.S: Prevent silent errors should strncmp be
499         needed outside libc.
500
501 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
502
503         * stdlib/stdlib.h: Parameter of unsetenv must not be NULL.
504
505 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
506
507         * sysdeps/x86_64/multiarch/strlen.S: Unroll the loop.
508
509 2010-01-13  Ulrich Drepper  <drepper@redhat.com>
510
511         * stdlib/stdlib.h: Be a bit more relaxed about obsoleted mktemp symbol.
512
513 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
514
515         * conform/data/complex.h-data: Test for POSIX2008.
516
517         * conform/data/ctype.h-data: Fix POSIX testing.
518
519         * conform/data/dirent.h-data: ino_t only needed for XSI.
520
521         * grp/grp.h: Declare getgrent and endgrent for XPG7.
522
523         * conform/data/inttypes.h-data: Use same types as the headers.
524
525         * resolv/netdb.h: Don't define old resolver macros for XPG7.
526
527         * conform/data/sys/uio.h-data: Don't exclude POSIX2008.
528
529         * conform/conformtest.pl: Implement tag for allow-header.
530         Fix newline handling in allow-header implementation.
531
532         * conform/data/time.h-data: Use allow-header instead of duplicating
533         information.
534
535         * conform/data/time.h-data: Allow sigevent tag.
536
537         * posix/sched.h: Define time_t and pid_t for XPG7.
538
539 2010-01-12  H.J. Lu  <hongjiu.lu@intel.com>
540
541         * sysdeps/i386/i686/bcopy.S: New file.
542
543         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Define.
544
545         * sysdeps/i386/i686/memcpy.S (__memcpy_chk): Use ENTRY_CHK
546         and END_CHK.
547         * sysdeps/i386/i686/memmove.S (__memmove_chk): Likewise.
548         * sysdeps/i386/i686/mempcpy.S (__mempcpy_chk): Likewise.
549         * sysdeps/i386/i686/memset.S (__memset_chk): Likewise.
550
551         * sysdeps/i386/i686/memmove.S: Support USE_AS_BCOPY.
552
553         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
554         bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3
555         memcpy-ssse3-rep mempcpy-ssse3-rep memmove-ssse3-rep
556         bcopy-ssse3 bcopy-ssse3-rep memset-sse2-rep bzero-sse2-rep
557         * sysdeps/i386/i686/multiarch/bcopy-ssse3-rep.S: New file.
558         * sysdeps/i386/i686/multiarch/bcopy-ssse3.S: New file.
559         * sysdeps/i386/i686/multiarch/bcopy.S: New file.
560         * sysdeps/i386/i686/multiarch/bzero-sse2-rep.S: New file.
561         * sysdeps/i386/i686/multiarch/bzero-sse2.S: New file.
562         * sysdeps/i386/i686/multiarch/bzero.S: New file.
563         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: New file.
564         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: New file.
565         * sysdeps/i386/i686/multiarch/memcpy.S: New file.
566         * sysdeps/i386/i686/multiarch/memcpy_chk.S: New file.
567         * sysdeps/i386/i686/multiarch/memmove-ssse3-rep.S: New file.
568         * sysdeps/i386/i686/multiarch/memmove-ssse3.S: New file.
569         * sysdeps/i386/i686/multiarch/memmove.S: New file.
570         * sysdeps/i386/i686/multiarch/memmove_chk.S: New file.
571         * sysdeps/i386/i686/multiarch/mempcpy-ssse3-rep.S: New file.
572         * sysdeps/i386/i686/multiarch/mempcpy-ssse3.S: New file.
573         * sysdeps/i386/i686/multiarch/mempcpy.S: New file.
574         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: New file.
575         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: New file.
576         * sysdeps/i386/i686/multiarch/memset-sse2.S: New file.
577         * sysdeps/i386/i686/multiarch/memset.S: New file.
578         * sysdeps/i386/i686/multiarch/memset_chk.S: New file.
579
580         * sysdeps/i386/sysdep.h (ENTRY_CHK): New.
581         (END_CHK): Likewise.
582
583         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Add
584         FEATURE_OFFSET, FEATURE_SIZE and FEATURE_INDEX_1.
585         * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise.
586
587         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add entries
588         for 0x0e and 0x80.
589         (__x86_64_data_cache_size): New.
590         (init_cacheinfo): Set __x86_64_data_cache_size.
591
592         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Turn
593         on bit_Fast_Rep_String for Intel Core i7.
594
595         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Rep_String): New.
596         (index_Fast_Rep_String): Likewise.
597         (FEATURE_INDEX_1): Likewise.
598         (FEATURE_INDEX_MAX): Likewise.
599         (cpu_features): Add feature.
600
601 2010-01-12  Ulrich Drepper  <drepper@redhat.com>
602
603         * conform/data/sys/select.h-data: Fix up for XPG7.
604
605 2010-01-12  Jakub Jelinek  <jakub@redhat.com>
606
607         * posix/sys/wait.h: Don't define W* macros etc. if
608         stdlib.h has been included with _POSIX_C_SOURCE >= 200809L.
609
610 2010-01-11  Ulrich Drepper  <drepper@redhat.com>
611
612         * io/sys/stat.h: Declare fchmod for XPG7.
613         * conform/data/sys/stat.h-data: Fix up for XPG7.
614
615         * termios/termios.h: Define pid_t for XPG7.
616
617         * conform/data/math.h-data: Fix up for XPG6 and XPG7.
618         * conform/data/tgmath.h-data: Likewise.
619
620         * conform/data/time.h-data: Fix POSIX tests.
621
622         * conform/data/wchar.h-data: Fix up XPG7 tests.
623
624         * include/features.h: Fix __USE_ISOC95 handling.
625
626         * conform/data/wordexp.h-data: Fix typo in last change.
627
628         * conform/data/unistd.h-data: Fix up older POSIX tests.
629
630         * stdlib/stdlib.h: Fix handling symbols removed in XPG7.
631         * posix/unistd.h: Likewise.
632
633         * posix/unistd.h: Include environments.h also for XPG6 and up.
634         Define intptr_t for XPG6 and up.
635         Fix up for XPG7.
636         * conform/data/unistd.h-data: Fix up for XPG6 and XPG7.
637
638         * conform/data/sys/types.h-data: Fix up for XPG7.
639
640         * sysdeps/unix/bsd/bits/stat.h: Fix double-inclusion problem.
641         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
642         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
643         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
644         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
645         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
646         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
647         * sysdeps/unix/sysv/bits/stat.h: Likewise.
648         * sysdeps/mach/hurd/bits/stat.h: Likewise.
649
650         * bits/confname.h: Fix typo in last change.
651
652         * conform/data/unistd.h-data: lockf-constants Not needed for POSIX.
653
654 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
655
656         * sysdeps/unix/sysv/linux/bits/sigaction.h: SA_RESTART, SA_NODEFER,
657         and SA_RESETHAND now available in Base.
658         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: Likewise.
659         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Likewise.
660         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
661         * conform/data/signal.h-data: Update for XPG7.
662
663         * posix/sys/types.h: Define id_t, clock_t, blksize_t for XPG7.
664
665         * string/strings.h: Don't declare obsolete functions for XPG7.
666         Declare ffs only for XSI.
667         * conform/data/strings.h-data: Update for XPG7.
668
669 2010-01-10  Jakub Jelinek  <jakub@redhat.com>
670
671         [BZ #11125]
672         * libio/stdio.h: Define va_list, off_t, and ssize_t.
673
674         * posix/glob.h: Define size_t.
675
676         * posix/sys/wait.h: Define idtype_t and declare waitid for XPG7.
677
678         * signal/signal.h: Define size_t, mcontext_t, and ucontext_t for XPG7.
679
680 2010-01-10  Ulrich Drepper  <drepper@redhat.com>
681
682         * conform/conformtest.pl: For XPG7 testing the headers are supposed to
683         be self-contained.
684
685         * conform/data/stdio.h-data: Expect off_t and ssize_t.
686
687 2010-01-09  Ulrich Drepper  <drepper@redhat.com>
688
689         * libio/stdio.h: Define va_list also for XPG7.
690
691         * conform/conformtest.pl: Update for XPG7 and some bug fixes.
692         * conform/data/ctype.h-data: Likewise.
693         * conform/data/dirent.h-data: Likewise.
694         * conform/data/errno.h-data: Likewise.
695         * conform/data/fcntl.h-data: Likewise.
696         * conform/data/fmtmsg.h-data: Likewise.
697         * conform/data/fnmatch.h-data: Likewise.
698         * conform/data/ftw.h-data: Likewise.
699         * conform/data/glob.h-data: Likewise.
700         * conform/data/grp.h-data: Likewise.
701         * conform/data/iconv.h-data: Likewise.
702         * conform/data/langinfo.h-data: Likewise.
703         * conform/data/libgen.h-data: Likewise.
704         * conform/data/limits.h-data: Likewise.
705         * conform/data/locale.h-data: Likewise.
706         * conform/data/math.h-data: Likewise.
707         * conform/data/monetary.h-data: Likewise.
708         * conform/data/mqueue.h-data: Likewise.
709         * conform/data/ndbm.h-data: Likewise.
710         * conform/data/netdb.h-data: Likewise.
711         * conform/data/pthread.h-data: Likewise.
712         * conform/data/pwd.h-data: Likewise.
713         * conform/data/regex.h-data: Likewise.
714         * conform/data/sched.h-data: Likewise.
715         * conform/data/search.h-data: Likewise.
716         * conform/data/semaphore.h-data: Likewise.
717         * conform/data/setjmp.h-data: Likewise.
718         * conform/data/signal.h-data: Likewise.
719         * conform/data/spawn.h-data: Likewise.
720         * conform/data/stdio.h-data: Likewise.
721         * conform/data/stdlib.h-data: Likewise.
722         * conform/data/string.h-data: Likewise.
723         * conform/data/strings.h-data: Likewise.
724         * conform/data/sys/ipc.h-data: Likewise.
725         * conform/data/sys/msg.h-data: Likewise.
726         * conform/data/sys/resource.h-data: Likewise.
727         * conform/data/sys/sem.h-data: Likewise.
728         * conform/data/sys/shm.h-data: Likewise.
729         * conform/data/sys/socket.h-data: Likewise.
730         * conform/data/sys/stat.h-data: Likewise.
731         * conform/data/sys/time.h-data: Likewise.
732         * conform/data/sys/types.h-data: Likewise.
733         * conform/data/sys/uio.h-data: Likewise.
734         * conform/data/sys/wait.h-data: Likewise.
735         * conform/data/syslog.h-data: Likewise.
736         * conform/data/tar.h-data: Likewise.
737         * conform/data/termios.h-data: Likewise.
738         * conform/data/time.h-data: Likewise.
739         * conform/data/ulimit.h-data: Likewise.
740         * conform/data/unistd.h-data: Likewise.
741         * conform/data/utmpx.h-data: Likewise.
742         * conform/data/wchar.h-data: Likewise.
743         * conform/data/wctype.h-data: Likewise.
744         * conform/data/wordexp.h-data: Likewise.
745
746         * io/fcntl.h: Define mode_t macros instead of including sys/stat.h.
747         * sysdeps/unix/bsd/bits/stat.h: Enable using from fcntl.h.
748         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
749         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
750         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
751         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
752         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
753         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
754         * sysdeps/unix/sysv/bits/stat.h: Likewise.
755         * sysdeps/mach/hurd/bits/stat.h: Likewise.
756
757         * stdlib/stdlib.h: Define wait-related bits for XPG7.
758         Don't declare valloc, mktemp, ecvt, fcvt, gcvt for XPG6 and  up.
759         Declare mkstemp and getsubopt for XPG7.
760         Declare posix_openpt for XPG6 XSI.
761
762         * include/features.h: Define __USE_XOPEN2KXSI for _XOPEN_SOURCE >= 600
763         and __USE_XOPEN2K8XSI for _XOPEN_SOURCE >= 700.
764
765         * string/string.h: Declare strdup for XPG7.
766
767 2010-01-08  Ulrich Drepper  <drepper@redhat.com>
768
769         * bits/confname.h: Define _CS_V6_ENV and _CS_V7_ENV.
770         * posix/confstr.c: Implement _CS_V6_ENV and _CS_V7_ENV.
771
772         * dirent/dirent.h: Really fix feature selection.
773
774         * locale/localeinfo.h: Rename struct locale_data to __locale_data.
775         Fix all users.
776         * locale/C-address.c: Fix all users.
777         * locale/C-collate.c: Likewise.
778         * locale/C-ctype.c: Likewise.
779         * locale/C-identification.c: Likewise.
780         * locale/C-measurement.c: Likewise.
781         * locale/C-messages.c: Likewise.
782         * locale/C-monetary.c: Likewise.
783         * locale/C-name.c: Likewise.
784         * locale/C-numeric.c: Likewise.
785         * locale/C-paper.c: Likewise.
786         * locale/C-telephone.c: Likewise.
787         * locale/C-time.c: Likewise.
788         * locale/findlocale.c: Likewise.
789         * locale/global-locale.c: Likewise.
790         * locale/loadarchive.c: Likewise.
791         * locale/loadlocale.c: Likewise.
792         * locale/nl_langinfo_l.c: Likewise.
793         * locale/setlocale.c: Likewise.
794         * locale/xlocale.c: Likewise.
795         * locale/xlocale.h: Likewise.
796         * stdio-common/vfscanf.c: Likewise.
797         * stdlib/strfmon_l.c: Likewise.
798         * stdlib/strtod_l.c: Likewise.
799         * stdlib/strtol_l.c: Likewise.
800         * string/strcoll_l.c: Likewise.
801         * string/strxfrm_l.c: Likewise.
802         * time/alt_digit.c: Likewise.
803         * time/asctime.c: Likewise.
804         * time/era.c: Likewise.
805         * time/lc-time-cleanup.c: Likewise.
806         * time/strftime_l.c: Likewise.
807         * time/strptime_l.c: Likewise.
808         * wcsmbs/wcsmbsload.c: Likewise.
809         * wcsmbs/wcsmbsload.h: Likewise.
810
811         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define O_DIRECTORY,
812         O_NOFOLLOW, O_CLOEXEC, F_DUPFD_CLOEXEC, F_SETOWN, and F_GETOWN
813         for XPG7.
814         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
815         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
816         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
817         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
818         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
819         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
820
821 2010-01-07  Roland McGrath  <roland@redhat.com>
822
823         * elf/elf.h (PN_XNUM): New macro.
824
825         * elf/dl-sysdep.c (_dl_important_hwcaps): Use NT_GNU_HWCAP instead of
826         literal 2.
827
828 2010-01-06  Ulrich Drepper  <drepper@redhat.com>
829
830         * dirent/dirent.h: Fix typo in feature selection macro use.
831
832 2009-12-15  Maciej W. Rozycki  <macro@codesourcery.com>
833
834         [BZ #11115]
835         * stdlib/tst-makecontext3.c: New file.
836         * stdlib/Makefile (tests): Add new test.
837
838         * stdlib/tst-setcontext.c (check_called): Fix a typo.
839
840 2009-12-17  H.J. Lu  <hongjiu.lu@intel.com>
841
842         * configure.in: Enable multi-arch by default if the assembler
843         supports gnu_indirect_function symbol type and the architecture
844         supports it.
845
846 2009-12-23  Ulrich Drepper  <drepper@redhat.com>
847
848         * include/stdlib.h: Exclude some includes and prototypes if _ISOMAC
849         is defined.
850
851 2009-12-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
852
853         * hurd/hurdioctl.c (_hurd_locked_install_cttyid): Set newctty to
854         MACH_PORT_NULL when id != cttyid.
855
856 2009-12-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
857
858         * sysdeps/mach/hurd/getcwd.c (cleanup): Do not call
859         __mach_port_deallocate on rootdevid.
860
861 2009-12-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
862
863         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Handle
864         R_390_PC32DBL. Remove unneeded R_390_PLT16DBL.
865         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
866         unneeded R_390_PLT16DBL and R_390_PLT32DBL.
867
868 2009-12-21  Ulrich Drepper  <drepper@redhat.com>
869
870         [BZ #10992]
871         * sysdeps/unix/sysv/linux/futimens.c: Handle AT_FDCWD.
872         Patch by Eric Blake <ebb9@byu.net>.
873
874 2009-12-15  Ulrich Drepper  <drepper@redhat.com>
875
876         [BZ #11093]
877         * bits/poll.h: Define POLLRDNORM, POLLRDBAND, POLLWRNORM, and
878         POLLWRBAND also for POSIX 2008.
879         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
880         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
881
882         * include/link.h (struct link_map): Move l_used into its own word.
883         * elf/dl-lookup.c (_dl_lookup_symbol_x): Only update l_used when it is
884         still zero.
885         * elf/dl-object.c (_dl_new_object): Set dl_used if we know it is
886         never really used.
887
888 2009-12-13  H.J. Lu  <hongjiu.lu@intel.com>
889
890         * sysdeps/i386/i686/multiarch/strcspn.S Include <init-arch.h>
891         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
892         check processor feature.
893         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
894         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
895         * sysdeps/x86_64/multiarch/init-arch.h (bit_SSE2): New definition.
896         (index_SSE2): Likewise.
897
898 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
899
900         * sysdeps/x86_64/multiarch/init-arch.h: Include <ifunc-defines.h>
901         if __ASSEMBLER__ is defined.
902         (bit_SSSE3): New.  Defined for __ASSEMBLER__.
903         (bit_SSE4_2): Likewise.
904         (index_SSSE3): Likewise.
905         (index_SSE4_2): Likewise.
906         * sysdeps/x86_64/multiarch/rawmemchr.S: Include <init-arch.h>
907         instead of <ifunc-defines.h>.  Use bit_XXX and index_XXX to
908         check processor feature.
909         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
910         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
911         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
912         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
913         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
914         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
915         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
916
917 2009-12-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
918
919         * sysdeps/sh/elf/initfini.c: Update according to generic/initfini.c.
920
921 2009-12-01  Mike Frysinger  <vapier@gentoo.org>
922
923         * sysdeps/sh/sh4/fpu/fpu_control.h (__set_fpscr): New prototype.
924
925 2009-12-11  Ulrich Drepper  <drepper@redhat.com>
926
927         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
928         O_DSYNC to match 2.6.33+ kernels.
929         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
930         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
931         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
932         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
933         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
934         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
935
936 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
937
938         [BZ #11000]
939         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Always set
940         *herrnop before returning.
941         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r):
942         Likewise.
943         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): Handle
944         TRYAGAIN errors separately.
945         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix error handling of
946         *name4_r after functions.
947
948 2009-12-09  Ulrich Drepper  <drepper@redhat.com>
949
950         [BZ #11046]
951         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Fix kernel
952         version check.
953
954 2009-11-05  Bruno Haible  <bruno@clisp.org>
955
956         [BZ #11056]
957         * posix/unistd.h (execve, fexecve, execv, execvp, execvpe): Mark the
958         argv argument as non-NULL.
959         (execle, execl, execlp): Mark the first ARG argument as non-NULL.
960
961 -2009-12-08  Ulrich Drepper  <drepper@redhat.com>
962
963         * sysdeps/unix/sysv/linux/bits/socket.h: Define mmsghdr and declare
964         recvmmsg.
965         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for recvmmsg.
966         * sysdeps/unix/sysv/linux/Versions: Add recvmmsg for GLIBC_2.12.
967
968 2009-12-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
969
970         * sysdeps/s390/s390-64/dl-trampoline.S: Add CFI for the call saved
971         registers.
972         * sysdeps/s390/s390-32/dl-trampoline.S: Likewise.
973         * sysdeps/s390/s390-32/s390-mcount.S: Add CFI.
974         * sysdeps/s390/s390-64/s390x-mcount.S: Add CFI.
975
976 2009-11-30  Ulrich Drepper  <drepper@redhat.com>
977
978         * sysdeps/unix/sysv/linux/bits/sched.h: Define SCHED_IDLE and
979         SCHED_RESET_ON_FORK.
980
981 2009-11-26  Ulrich Drepper  <drepper@redhat.com>
982
983         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Avoid code
984         only used on truly ancient kernel if configuration requires a more
985         recent kernel.
986
987 2009-11-24  Ulrich Drepper  <drepper@redhat.com>
988
989         [BZ #3662]
990         * stdlib/random_r.c: Fix comments for __initstate_r and __setstate_r.
991         Patch by Christopher Neufeld <glibcbugs0000@cneufeld.ca>.
992
993         * sysdeps/unix/grantpt.c (pts_name): Take additional parameter,
994         pass it on to __ptsname_internal.
995         (grantpt): Pass stat64 pointer to pts_name.  Remove stat call here.
996         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): New function.
997         All the code from __ptsname_r but take additional parameter.  Use that
998         instead of pointer to local stat64 variable.
999         (__ptsname_r): Call __ptsname_internal with pointer to local stat64
1000         variable.
1001         * include/stdlib.h: Declare __ptsname_internal.
1002
1003         * sysdeps/unix/grantpt.c (grantpt): Use CLOSE_ALL_FDS is available
1004         before the exec.
1005         * sysdeps/unix/sysv/linux/grantpt.c: New file.
1006         * login/programs/pt_chown.c (main): Don't print message on errors
1007         when doing real work.
1008
1009         * sysdeps/unix/grantpt.c (grantpt): Only get tty group information
1010         once.
1011
1012         * csu/elf-init.c (__libc_csu_irel): New function.  Code to perform
1013         irel relocations split out from...
1014         (__libc_csu_init): ...here.
1015         * csu/libc-start.c [!SHARED]: Call __libc_csu_irel early.
1016
1017 2009-11-23  Andreas Schwab  <schwab@redhat.com>
1018
1019         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec
1020         for timestamps also if __USE_XOPEN2K8.
1021         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
1022         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
1023         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
1024         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
1025
1026 2009-11-22  Ulrich Drepper  <drepper@redhat.com>
1027
1028         * nscd/connections.c (restart): Try harder to re-exec.
1029
1030         * sunrpc/create_xid.c (_create_xid): Reinitialize state after fork.
1031
1032         * sysdeps/unix/sysv/linux/ntp_gettimex.c:  New file.
1033         * sysdeps/unix/sysv/linux/Makefile: Add rules to build ntp_gettimex.
1034         * sysdeps/unix/sysv/linux/Versions: Export ntp_gettimex for GLIBC_2.12.
1035         * sysdeps/unix/sysv/linux/sys/timex.h (ntptimeval): Add tai member and
1036         some placeholders.  Redirect ntp_gettime to ntp_gettimex.
1037         * sysdeps/unix/sysv/linux/ntp_gettime.c: Adjust for header change.
1038
1039         * sysdeps/unix/sysv/linux/sys/timex.h (MOD_TAI, MOD_MICRO, MOD_NANO):
1040         Define.
1041         (STA_RONLY): Add STA_NANO, STA_MODE, and STA_CLK.
1042
1043 2009-11-18  H.J. Lu  <hongjiu.lu@intel.com>
1044
1045         [BZ #10162]
1046         * sysdeps/ia64/memchr.S: Don't use a simple loop on data shorter
1047         than software pipeline.  Properly recover from shorter read.
1048
1049 2009-11-19  Ulrich Drepper  <drepper@redhat.com>
1050
1051         [BZ #10958]
1052         * libio/libio.h (_IO_getwc_unlocked): Check for _wide_data being
1053         initialized before using it.
1054         (_IO_putwc_unlocked): Likewise.
1055
1056         [BZ #10918]
1057         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ISSET_S): Use __const
1058         in cast to not throw away const-ness of parameters.
1059         (__CPU_EQUAL_S): Likewise.
1060         (__CPU_OP_S): Likewise.
1061
1062         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Introduce new symbol
1063         F_OWNER_PGRP and mark F_OWNER_GID obsolete.  The kernel people made
1064         this gratuitous change and we have to keep compatibility.
1065         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1066         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1067         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1068         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1069         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1070         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1071
1072 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1073
1074         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Change misleading names
1075         of parameters of sync_file_range.
1076         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1077         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1078         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1079         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1080         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1081         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1082
1083 2009-11-16  Jakub Jelinek  <jakub@redhat.com>
1084
1085         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
1086         Implement using sync_file_range2 syscall if __NR_sync_file_range2
1087         is defined.
1088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c: New
1089         file.
1090
1091 2009-11-17  Paolo Bonzini  <bonzini@gnu.org>
1092
1093         * posix/bug-regex30.c: New file.
1094         * posix/Makefile: Add rules to build and run bug-regex30.
1095         * posix/regcomp.c (re_compile_fastmap_iter): Add all multibyte
1096         character lead bytes when there is a range in a COMPLEX_BRACKET.
1097         Reported by Oleg Bylatov.
1098
1099 2009-11-17  Ulrich Drepper  <drepper@redhat.com>
1100
1101         [BZ #10969]
1102         * locale/duplocale.c (__duplocale): Handle LC_GLOBAL_LOCALE special.
1103         * locale/tst-duplocale.c: New file.
1104         * locale/Makefile (tests): Add tst-duplocale.
1105
1106         [BZ #10968]
1107         * locale/langinfo.h (_NL_LOCALE_NAME): Correct definition.
1108         Patch by Bruno Haible <bruno@clisp.org>.
1109         * locale/tst-locname.c: New file.
1110         * locale/Makefile (tests): Add tst-locname.
1111
1112         [BZ #10972]
1113         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Add new MADV_*
1114         constants from recent kernels.
1115         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1116         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
1117         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
1118         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
1119         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
1120         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
1121
1122 2009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
1123
1124         [BZ #10162]
1125         * sysdeps/ia64/memchr.S: Use a simple loop on data shorter than
1126         software pipeline.
1127
1128 2009-11-09  Mike Frysinger  <vapier@gentoo.org>
1129
1130         * sysdeps/unix/sysv/linux/i386/fallocate.c: Include errno.h.
1131         (fallocate): Return ENOSYS if __NR_fallocate is not defined.
1132         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
1133
1134 2009-11-06  Mike Frysinger  <vapier@gentoo.org>
1135
1136         * posix/bug-regex29.c: Include stdio.h.
1137
1138 2009-11-14  Ulrich Drepper  <drepper@redhat.com>
1139
1140         [BZ #10939]
1141         * Versions.def: Define GLIBC_2.12 for libc.
1142         * manual/errno.texi: Add ERFKILL entry.
1143         * sysdeps/unix/sysv/linux/Versions: Add new errlist compat entries
1144         for 2.12.
1145         * sysdeps/unix/sysv/linux/bits/errno.h: Define ERFKILL is not done.
1146         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Likewise.
1147
1148         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Update F_SETOWN_EX and
1149         F_GETOWN_EX definitions according to corrected kernel definitions.
1150         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1151         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1152         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1153         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1154         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1155         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1156
1157 2009-11-12  Ulrich Drepper  <drepper@redhat.com>
1158
1159         * version.h: Bump for 2.12 development.
1160
1161 2009-11-10  Andreas Schwab  <schwab@redhat.com>
1162
1163         * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
1164         out of buffer space.
1165         * resolv/nss_dns/dns-host.c (getanswer_r): Check for
1166         map_v4v6_hostent running out of space.
1167
1168 2009-11-10  Ulrich Drepper  <drepper@redhat.com>
1169
1170         * string/bits/string3.h (memset): If the second parameter is constant
1171         and zero there is likely no transposition.
1172         Patch by Caolan McNamara <caolanm@redhat.com.
1173
1174 2009-11-04  Philippe De Muyter  <phdm@macqel.be>
1175
1176         * sysdeps/powerpc/fpu/e_sqrt.c: Fix spelling of (Newton-)Raphson.
1177         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1178
1179 2009-10-30  Holger Hans Peter Freyther  <zecke@selfish.org>
1180
1181         * malloc/memusagestat.c (main): Fix spelling in an error message.
1182
1183 2009-11-01  H.J. Lu  <hongjiu.lu@intel.com>
1184
1185         * elf/dl-sym.c (do_sym): Properly handle STT_GNU_IFUNC symbols.
1186         * elf/ifuncmain3.c (main): Test dlopen STT_GNU_IFUNC symbol.
1187
1188 2009-11-03  Andreas Schwab  <schwab@redhat.com>
1189
1190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
1191         readahead.
1192
1193 2009-11-03  Jakub Jelinek  <jakub@redhat.com>
1194
1195         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Don't
1196         relocate opd entry when resolving prelink conflicts.
1197
1198 2009-11-04  Jakub Jelinek  <jakub@redhat.com>
1199
1200         * misc/sys/uio.h (preadv, pwritev): Fix type of last argument
1201         when -D_FILE_OFFSET_BITS=64.
1202
1203         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (fallocate): Fix types
1204         of last two arguments when -D_FILE_OFFSET_BITS=64.
1205         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (fallocate): Likewise.
1206         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (fallocate): Likewise.
1207         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (fallocate): Likewise.
1208         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (fallocate): Likewise.
1209         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (fallocate): Likewise.
1210         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (fallocate): Likewise.
1211
1212 2009-11-03  Andreas Schwab  <schwab@linux-m68k.org>
1213
1214         [BZ #4457]
1215         * sysdeps/generic/libgcc_s.h: New file.
1216         * sysdeps/generic/framestate.c: Include it and use LIBGCC_S_SO.
1217
1218 2009-11-01  Ulrich Drepper  <drepper@redhat.com>
1219
1220         * malloc/hooks.c (free_check): Restore locking and call _int_free
1221         appropriately.
1222
1223 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1224
1225         * version.h (VERSION): Bump for 2.11 release.
1226         * include/features.h (__GLIBC_MINOR__): Bump to 11.
1227
1228         * elf/tst-execstack.c (do_test): Add cast to avoid warning.
1229
1230         * stdio-common/scanf13.c (main): Remove unused variable wbuf.
1231
1232         * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
1233         to avoid warning.
1234         * stdlib/tst-strtoll.c (tests): Likewise.
1235
1236         [BZ #9986]
1237         * time/strftime_l.c (__strftime_internal): Allow %OC.
1238
1239         * misc/mkostemps.c: New file.
1240         * misc/mkostemps64.c: New file.
1241
1242 2009-10-30  Andreas Schwab  <schwab@redhat.com>
1243
1244         * locale/programs/locale-spec.c: Include <error.h> and
1245         <libintl.h>.
1246
1247         * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
1248
1249 2009-10-28  Roland McGrath  <roland@redhat.com>
1250
1251         * Makefile (dist-prepare): New target.
1252         (tag-for-dist): Target removed.
1253         (glibc-%.tar): Pattern rule removed.
1254         (%.tar): New pattern rule, does simple use of git archive.
1255         (dist-version): Remove variable definition.
1256         (dist): Just depend on that.  Add .tar.xz dependency.
1257         If dist-version variable not set on command line, depend on
1258         dist-prepare, re-invoke with dist-version set via git describe.
1259
1260         * Makerules (%.xz): New pattern rule.
1261
1262 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
1263
1264         * elf/ifuncdep2.c: Include ifunc-sel.h.
1265         (global): Delete.
1266         (foo1_ifunc, foo2_ifunc, foo3_ifunc): Use ifunc_sel.
1267         * elf/ifuncmain1.c (global): Delete.
1268         * elf/ifuncmain1vis.c: Likewise.
1269         * elf/ifuncmain2.c: Likewise.
1270         * elf/ifuncmain5.c: Likewise.
1271         * elf/ifuncmod3.c: Likewise.
1272         * elf/ifuncmain6pie.c: Include ifunc-sel.h.
1273         (foo_ifunc): Use ifunc_one.
1274         * elf/ifuncmain7.c: Likewise.
1275         * elf/ifuncmod1.c: Include ifunc-sel.h.
1276         (global): Define protected var.
1277         (foo_ifunc, foo_hidden_ifunc, foo_protected_ifunc): Use ifunc_sel.
1278         * elf/ifuncmod5.c: Likewise.
1279         * sysdeps/generic/elf/ifunc-sel.h: New file.
1280         * sysdeps/powerpc/elf/ifunc-sel.h: New file.
1281
1282 2009-07-30  Alan Modra  <amodra@bigpond.net.au>
1283
1284         * elf/elf.h (R_PPC_NUM, R_PPC64_NUM): Delete unused and incorrect.
1285         (R_PPC_REL16*): Correct comments.
1286         (R_PPC_IRELATIVE, R_PPC64_IRELATIVE, R_PPC64_JMP_IREL): Define.
1287         (R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI,
1288          R_PPC64_REL16_HA): Define.
1289         * sysdeps/powerpc/powerpc32/dl-irel.h: New file.
1290         * sysdeps/powerpc/powerpc64/dl-irel.h: New file.
1291         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_fixup_plt):
1292         Delete unused "reloc" param.
1293         (__process_machine_rela): Handle R_PPC_IRELATIVE.
1294         * sysdeps/powerpc/powerpc32/dl-machine.h (__elf_machine_fixup_plt):
1295         Delete "reloc" param.
1296         (elf_machine_rela): Handle STT_GNU_IFUNC functions and
1297         R_PPC_IRELATIVE.
1298         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): New function.
1299         (elf_machine_rela): Handle STT_GNU_IFUNC functions and new ifunc
1300         relocations.
1301
1302 d2009-10-30  Ulrich Drepper  <drepper@redhat.com>
1303
1304         [BZ #10315]
1305         * sysdeps/gnu/netinet/udp.h: Define UDP_CORK, UDP_ENCAP,
1306         UDP_ENCAP_ESPINUDP_NON_IKE, UDP_ENCAP_ESPINUDP, and
1307         UDP_ENCAP_L2TPINUDP.
1308
1309         [BZ #10349]
1310         * sysdeps/posix/tempname.c (__gen_tempname): Take new second
1311         parameter, specifying length of prefix.
1312         * stdio-common/tempname.c: Likewise.
1313         * include/stdio.h: Adjust prototypes.
1314         * libio/oldtmpfile.c: Adjust caller.
1315         * misc/mkdtemp.c: Likewise.
1316         * misc/mkostemp.c: Likewise.
1317         * misc/mkostemp64.c: Likewise.
1318         * misc/mkstemp.c:  Likewise.
1319         * misc/mkstemp64.c: Likewise.
1320         * misc/mktemp.c: Likewise.
1321         * stdio-common/tempnam.c: Likewise.
1322         * stdio-common/tmpfile.c: Likewise.
1323         * stdio-common/tmpnam.c: Likewise.
1324         * stdio-common/tmpnam_r.c: Likewise.
1325         * misc/mkstemps.c: New file.
1326         * misc/mkstemps64.c: New file.
1327         * stdlib/stdlib.h: Add prototypes.
1328         * misc/Makefile (routines): Add mkstemps and mkstemps64.
1329         * misc/Versions: Export mkstemps and mkstemps64 for GLIBC_2.11.
1330
1331 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1332
1333         * locale/iso-639.def: Add sml entry.
1334
1335         [BZ #10391]
1336         * resolv/res_send.c (send_dg): Initialize resplen.
1337
1338         [BZ #10446]
1339         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Match sigevent
1340         definition to the kernel's.
1341         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1342
1343 2009-08-18  Anders Johansson  <ajohansson@novell.com>
1344
1345         * nscd/aicache.c: Fix mixing up dataset and dataset->resp
1346         offsets and record sizes in assert()s and response sending.
1347         * nscd/grpcache.c: Likewise.
1348         * nscd/hstcache.c: Likewise.
1349         * nscd/initgrcache.c: Likewise.
1350         * nscd/pwdcache.c: Likewise.
1351
1352 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1353
1354         [BZ #10540]
1355         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r): If
1356         /etc/hosts does not exist set errnop and herrnop appropriately.
1357         Patch by Steve Langasek <vorlon@debian.org>.
1358
1359         [BZ #10553]
1360         * malloc/malloc.c (malloc_info): Fix typos in format strings.
1361         Patch by John Sullivan <jsrhbz@kanargh.force9.co.uk>.
1362
1363         [BZ #10564]
1364         * login/utmp_file.c (TIMEOUT): Increase to 10.
1365
1366         [BZ #10609]
1367         * sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
1368         for file names in case the syscall is not available.
1369         * sysdeps/unix/sysv/linux/fchmodat.c: Likewise.
1370         * sysdeps/unix/sysv/linux/fchownat.c: Likewise.
1371         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
1372         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
1373         * sysdeps/unix/sysv/linux/fxstatat64.c: Likewise.
1374         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
1375         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
1376         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1377         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1378         * sysdeps/unix/sysv/linux/openat.c: Likewise.
1379         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Likewise.
1380         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1381         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1382         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1383         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1384         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
1385         * sysdeps/unix/sysv/linux/xmknodat.c: Likewise.
1386
1387         [BZ #10643]
1388         * sysdeps/pthread/aio_misc.c (__aio_enqueue_request): If thread
1389         creation filed, remove the request from the 'requests' list and signal
1390         the caller that the request is finished.
1391
1392         [BZ #10692]
1393         * nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't free buffer
1394         in error if batch_read.  Patch by Joe Landers <jlanders@vmware.com>.
1395
1396         [BZ #10713]
1397         * nis/nss_nis/nis-grp.c (internal_nis_endgrent): Start freeing blocks
1398         from intern.start.  Patch by Joe Landers <jlanders@vmware.com>.
1399
1400         [BZ #10780]
1401         * libio/ioputs.c (_IO_puts): Make sure to not return a number which
1402         overflows the int return type.
1403
1404         [BZ #10717]
1405         * malloc/memusagestat.c (main): Fix repairing of trace files.  We also
1406         have to compute maxsize_total, we have to update the variables, and
1407         the also_total handling must happen after the repair.
1408
1409         [BZ #10742]
1410         * nscd/dbg_log.c (dbg_log): Print timestamp before the message text.
1411         Based on patch by Jeffrey Bastian <jbastian@redhat.com>.
1412
1413 2009-10-27  Andreas Schwab  <schwab@redhat.com>
1414
1415         * sysdeps/unix/sysv/linux/getpt.c (__posix_openpt): Make sure
1416         errno is always set when returning unsuccessfully.
1417
1418 2009-10-29  Andreas Schwab  <schwab@redhat.com>
1419
1420         * malloc/memusage.c (update_data): Fix index wraparound handling
1421         so that buffer_cnt is actually reset.
1422
1423 2009-10-29  Ulrich Drepper  <drepper@redhat.com>
1424
1425         [BZ #10784]
1426         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Always copy name
1427         of the directory we look at into the static buffer if there is one
1428         at the start of the loop.
1429
1430         [BZ #10789]
1431         * sysdeps/generic/netinet/ip.h: Define IPTOS_ENC* and IPTOS_DSCP*
1432         macros.  Patch by Philip Prindeville <philipp@redfish-solutions.com>.
1433
1434         [BZ #10840]
1435         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1436         __ASSUME_F_GETOWN_EX.
1437         * sysdeps/unix/sysv/linux/fcntl.c: Implement F_GETOWN using F_GETOWN_EX
1438         if possible.
1439         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1440
1441         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_OWNER_*
1442         and f_owner_ex.
1443         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1444         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1445         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1446         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1447         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1448         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1449
1450         [BZ #10847]
1451         * sysdeps/gnu/getutmp.c: Allow compatibility code to play around with
1452         getutmpx symbol.
1453
1454         [BZ #10823]
1455         * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
1456         addresses.  Patch by Petar Bogdanovic <petar@smokva.net>.
1457
1458 2009-10-24  Joseph Myers  <joseph@codesourcery.com>
1459
1460         * sysdeps/ieee754/ldbl-128/w_expl.c: Add hidden_def (__expl).
1461
1462 2009-10-27  Jakub Jelinek  <jakub@redhat.com>
1463
1464         [BZ #10817]
1465         * math/w_coshl.c (__coshl): Use __finitel instead of __finite.
1466         Reported by Ray Chason.
1467
1468 2009-10-21  H.J. Lu  <hongjiu.lu@intel.com>
1469
1470         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1471         strend-sse4.
1472         * sysdeps/x86_64/multiarch/strchr.S: New file.
1473         * sysdeps/x86_64/multiarch/strend-sse4.S: New file.
1474         * sysdeps/x86_64/multiarch/strrchr.S: New file.
1475
1476 2009-10-21  Andreas Schwab  <schwab@redhat.com>
1477
1478         * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols.
1479
1480 2009-10-19  Andreas Schwab  <schwab@redhat.com>
1481
1482         * include/math.h: Add hidden protos for __exp/__expf/__expl.
1483         * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias.
1484         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
1485         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
1486         * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow.
1487         * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow.
1488         * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of
1489         __ieee751_expl to handle overflow.
1490
1491 2009-10-14  David S. Miller  <davem@davemloft.net>
1492
1493         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file.
1494         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: New file.
1495
1496 2009-10-13  Andreas Schwab  <schwab@redhat.com>
1497
1498         * csu/elf-init.c (__libc_csu_init): Run preinit array even if
1499         !USE_MULTIARCH.
1500
1501 2009-10-08  Ulrich Drepper  <drepper@redhat.com>
1502
1503         [BZ #10730]
1504         * stdlib/random_r.c (__initstate_r): Remove duplicate __set-errno.
1505         Patch in part by Steve Ward <planet36@gmail.com>.
1506
1507         [BZ #10731]
1508         * stdlib/rand_r.c: Fix typo.
1509
1510         * po/cs.po: Update from translation team.
1511
1512 2009-10-06  Andreas Schwab  <schwab@redhat.com>
1513
1514         * elf/dl-load.c (_dl_map_object_from_fd): Close fd before
1515         returning if RTLD_NOLOAD.
1516
1517 2009-10-06  Roland McGrath  <roland@redhat.com>
1518
1519         * sysdeps/x86_64/multiarch/strstr-c.c
1520         [! SHARED]: Omit libc_hidden_builtin_def fiddling.
1521
1522         * sysdeps/x86_64/multiarch/strcasestr-c.c: Remove
1523         libc_hidden_builtin_def fiddling, does not apply to strcasestr at all.
1524
1525         * sysdeps/x86_64/multiarch/init-arch.h
1526         [NOT_IN_libc] (__get_cpu_features): Define it as a macro.
1527         (HAS_CPU_FEATURE): New macro.
1528         (HAS_SSE2, HAS_POPCOUNT, HAS_SSE4_2, HAS_FMA): Use it.
1529         * sysdeps/x86_64/multiarch/init-arch.c
1530         (__get_cpu_features): #undef it before definition.
1531
1532 2009-10-05  Andreas Schwab  <schwab@redhat.com>
1533
1534         * locale/C-time.c: Revert week-1stday back to 19971130 and set
1535         first_weekday to 1 and first_workday to 2.
1536
1537 2009-10-01  Ulrich Drepper  <drepper@redhat.com>
1538
1539         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
1540         F_GETOWN_EX.
1541         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1542         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
1543         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1544         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1545         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1546         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1547
1548 2009-09-28  Andreas Schwab  <schwab@redhat.com>
1549
1550         * stdio-common/printf_fp.c: Check for and avoid integer overflows.
1551         * stdio-common/vfprintf.c: Likewise.
1552
1553 2009-09-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1554
1555         * sysdeps/mach/hurd/mkdirat.c: Include <hurd/fd.h>.
1556         (mkdirat): Call __directory_name_split_at instead of
1557         __directory_name_split.
1558
1559 2009-09-28  Ulrich Drepper  <drepper@redhat.com>
1560
1561         * locale/programs/locale-spec.c (locale_special): If nothing matches
1562         fail with an appropriate message.
1563
1564 2009-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1565
1566         * configure.in: Exclude binutils 2.X.  Support binutils 2.100
1567         and XX.
1568
1569 2009-09-25  Andreas Schwab  <schwab@redhat.com>
1570
1571         * elf/dl-reloc.c (RESOLVE_MAP): Always pass
1572         DL_LOOKUP_ADD_DEPENDENCY to _dl_lookup_symbol_x.
1573
1574 2009-09-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1575
1576         * bits/termios.h [__USE_UNIX98] (IXANY): Define macro.
1577
1578 2009-09-20  Andreas Schwab  <schwab@linux-m68k.org>
1579
1580         * iconvdata/iso646.c (gconv_init): Correctly initialize the
1581         character size elements in step data.
1582
1583 2009-09-20  Ulrich Drepper  <drepper@redhat.com>
1584
1585         * po/hu.po: Update from translation team.
1586         * po/vi.po: Likewise.
1587
1588 2009-09-19  Roland McGrath  <roland@redhat.com>
1589
1590         * libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
1591
1592 2009-09-15  Roland McGrath  <roland@redhat.com>
1593
1594         * aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.
1595         * nptl/sysdeps/pthread/configure: Regenerated.
1596         * nptl/sysdeps/x86_64/configure: Regenerated.
1597         * sysdeps/unix/sysv/linux/configure: Regenerated.
1598         * sysdeps/x86_64/elf/configure: Regenerated.
1599
1600         * Makefile (autoconf-it): Set execute bit only on top-level configure.
1601
1602         * configure.in: Let add-ons set $libc_add_on_config_subdirs to have
1603         the effect of AC_CONFIG_SUBDIRS relative to the add-on directory.
1604         * aclocal.m4 (GLIBC_PROVIDES): Add AC_CONFIG_SUBDIRS.
1605         * configure: Regenerated.
1606
1607 2009-09-09  Ulrich Drepper  <drepper@redhat.com>
1608
1609         * posix/getconf.c (main): Handle -- on command line.
1610
1611 2009-09-05  H.J. Lu  <hongjiu.lu@intel.com>
1612
1613         * configure.in: Support binutils 2.100 and 3.0.
1614
1615 2009-09-08  Jakub Jelinek  <jakub@redhat.com>
1616
1617         * sysdeps/s390/s390-32/____longjmp_chk.c: Removed.
1618         * sysdeps/s390/s390-64/____longjmp_chk.c: Removed.
1619         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: New file.
1620         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: New file.
1621
1622 2009-09-07  Ulrich Drepper  <drepper@redhat.com>
1623
1624         * locale/programs/ld-collate.c (struct locale_collate_t): Add
1625         unnamed_section_defined field.
1626         (collate_read): Test and set unnamed_section_defined.
1627
1628         * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
1629         _POSIX2_LINE_MAX.
1630
1631 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
1632
1633         * configure.in: Support binutils 2.20.
1634
1635 2009-09-03  Ulrich Drepper  <drepper@redhat.com>
1636
1637         * sysdeps/i386/i686/multiarch/strstr-c.c (__strstr_sse42,
1638         __strstr_ia32): Add attribute_hidden.
1639
1640 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1641
1642         * hesiod/nss_hesiod/hesiod-grp.c (internal_gid_from_group): Fix
1643         parsing of group entry.
1644
1645 2009-09-02  Andreas Schwab  <schwab@redhat.com>
1646
1647         * libio/wfileops.c (_IO_wfile_seekoff): Account for readahead in
1648         external buffer.  Always discard readahead in internal buffer.
1649         * libio/Makefile (tests): Add bug-wsetpos.
1650         * libio/bug-wsetpos.c: New file.
1651
1652 2009-09-02  Jakub Jelinek  <jakub@redhat.com>
1653
1654         * sysdeps/x86_64/multiarch/strstr-c.c (__strstr_sse42, __strstr_sse2):
1655         Add attribute_hidden.
1656         * sysdeps/x86_64/multiarch/strcasestr-c.c (__strcasestr_sse42,
1657         __strcasestr_sse2): Likewise.
1658         * sysdeps/x86_64/multiarch/s_fma.c (__fma_sse2): Add attribute_hidden.
1659         (__fma_fma): Make static.
1660         * sysdeps/x86_64/multiarch/s_fmaf.c (__fmaf_sse2): Add attribute_hidden.
1661         (__fmaf_fma): Make static.
1662
1663 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1664
1665         * libio/wfileops.c (_IO_wfile_seekoff): Remove dead code and
1666         reformulate in-buffer optimisation check to match code in
1667         _IO_new_file_seekoff.
1668
1669 2009-08-31  Joshua W. Boyer  <jwboyer@linux.vnet.ibm.com>
1670
1671         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Change srdi instruction
1672         to srwi in 32-bit memcpy for power6.
1673
1674 2009-09-01  Andreas Schwab  <schwab@redhat.com>
1675
1676         * include/stdio.h: Declare hidden proto for fflush.
1677         * libio/iofflush.c: Add hidden weak alias for fflush.
1678
1679 2009-09-01  Jakub Jelinek  <jakub@redhat.com>
1680
1681         * sysdeps/x86_64/fpu/bits/mathinline.h: Include bits/wordsize.h.
1682         (__signbitf, __signbit): Only use SSE inline asm for 64-bit.
1683
1684 2009-08-31  Andreas Schwab  <schwab@redhat.com>
1685
1686         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
1687
1688 2009-08-31  Ulrich Drepper  <drepper@redhat.com>
1689
1690         [BZ #10560]
1691         * malloc/malloc.c: Add local assert definition to avoid problems with
1692         memory allocation in the real one.
1693
1694 2009-08-27  H.J. Lu  <hongjiu.lu@intel.com>
1695
1696         * sysdeps/i386/i686/multiarch/init-arch.c (ENABLE_SSSE3_ON_ATOM):
1697         Removed.
1698         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Don't
1699         turn off SSSE3 on Atom.
1700
1701 2009-08-28  Ulrich Drepper  <drepper@redhat.com>
1702
1703         * stdlib/tst-strtol.c (tests): More tests.
1704         * stdlib/tst-strtoll.c (tests): Likewise.
1705
1706 2009-08-26  Ulrich Drepper  <drepper@redhat.com>
1707
1708         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: New file.
1709
1710         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: New file.
1711
1712 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1713
1714         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Add llround aliases.
1715         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: New file.
1716
1717         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: New file
1718
1719         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: New file.
1720
1721         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: New file.
1722
1723 2009-08-25  Joseph Myers  <joseph@codesourcery.com>
1724
1725         * math/s_fdiml.c (__fdiml): Use fpclassify instead of fpclassifyl.
1726
1727 2009-08-25  Ulrich Drepper  <drepper@redhat.com>
1728
1729         * sysdeps/x86_64/fpu/s_scalbln.c: New file.
1730         * sysdeps/x86_64/fpu/s_scalbn.c: New file.
1731
1732         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
1733
1734         * sysdeps/x86_64/fpu/s_signbit.S: New file.
1735         * sysdeps/x86_64/fpu/s_signbitf.S: New file.
1736
1737         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: New file.
1738         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: New file.
1739
1740         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Remove
1741         leftover YMM_SIZE definition.
1742
1743 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1744
1745         * math/math_private.h (ieee_double_shape_type): Add uint64_t word to
1746         union.
1747         (EXTRACT_WORDS64, INSERT_WORDS64): Define.
1748         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64, INSERT_WORDS64):
1749         Redefine.
1750         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: New file.
1751
1752         * sysdeps/x86_64/fpu/math_private.h: Add specialized GET_FLOAT_WORD
1753         and SET_FLOAT_WORD definitions.
1754
1755 2009-08-24  Roland McGrath  <roland@redhat.com>
1756
1757         * sysdeps/unix/syscall-template.S: New file.
1758         * sysdeps/unix/make-syscalls.sh: Generate rules to use it.
1759         * sysdeps/unix/Makefile (omit-deps): Do not omit syscall stubs' deps.
1760         (compile-syscall): Pass mkdep and -g options as normal.
1761         (s-proto.d, s-proto-cancel.d): Don't "-include" these.
1762         (common-generated): Don't add them here.
1763
1764 2009-08-24  Ulrich Drepper  <drepper@redhat.com>
1765
1766         * math/s_fdim.c: In case of overflows set errno.
1767         * math/s_fdimf.c: Likewise.
1768         * math/s_fdiml.c: Likewise.
1769
1770         * math/math.h: Define math_errhandling of __FAST_MATH__ is not defined.
1771         * sysdeps/i386/fpu/bits/mathinline.h: Undefine math_errhandling if we
1772         are using the inline optimizations.
1773
1774         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbit): Optimize.
1775         (__signbitf): Likewise.
1776
1777 2009-08-23  Ulrich Drepper  <drepper@redhat.com>
1778
1779         * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
1780         terminated.
1781         * posix/Makefile (tests): Add bug-regex29.
1782         * posix/bug-regex29.c: New file.
1783
1784         * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
1785         older POSIX versions are selected.
1786
1787         * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
1788         as well.
1789         * stdio-common/printf_fphex.c: Likewise.
1790         * stdio-common/tstdiomisc.c: Add more tests.
1791
1792         * locale/locale.h: Include xlocale.h and the thread-local locale
1793         declarations for XPG7, not XPG6.
1794
1795 2009-08-21  Andreas Schwab  <schwab@redhat.com>
1796
1797         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: Removed.
1798         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: Removed.
1799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: New file.
1800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S: New file.
1801         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Move CHECK_SP earlier.
1802         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1803
1804 2009-08-20  Roland McGrath  <roland@redhat.com>
1805
1806         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1807         Use l_addr instead of l_map_start (dli_fbase).
1808         Print "FILE([+-]OFFSET) [ADDRESS]" with the file-relative
1809         address when there is no proximate symbol.
1810         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd):
1811         Likewise.
1812
1813 2009-08-16  Ulrich Drepper  <drepper@redhat.com>
1814
1815         * scripts/gen-as-const.awk: Fix test for 64-bit platform.
1816
1817 2009-08-14  Ulrich Drepper  <drepper@redhat.com>
1818
1819         * test-skeleton.c (signal_handler): Renamed from timeout_handler.
1820         Also handle SIGINT.  In that case only do the cleanup and then
1821         re-raise the signal.
1822         (main): Install handler for SIGINT.
1823
1824 2009-08-10  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1825
1826         * stdlib/longlong.h [__sh__] (udiv_qrnnd, sub_ddmmss): Add "t" to
1827         clobber list.
1828
1829 2009-08-01  H.J. Lu  <hongjiu.lu@intel.com>
1830
1831         * elf/Makefile (distribute): Add tst-audit6.c tst-auditmod6a.c
1832         tst-auditmod6b.c tst-auditmod6c.c tst-audit7.c tst-auditmod7a.c
1833         tst-auditmod7b.c.
1834         (tests): Add tst-audit6 tst-audit7.
1835         (modules-names): Add st-auditmod6a tst-auditmod6b tst-auditmod6c
1836         tst-auditmod7a tst-auditmod7b.
1837         ($(objpfx)tst-audit6): New.
1838         ($(objpfx)tst-audit6.out): Likewise.
1839         ($(objpfx)tst-audit7): Likewise.
1840         ($(objpfx)tst-audit7.out): Likewise.
1841         (tst-audit6-ENV): Likewise.
1842         (tst-audit7-ENV): Likewise.
1843         (CFLAGS-tst-auditmod6b.c): Likewise.
1844         (CFLAGS-tst-auditmod6c.c): Likewise.
1845         (CFLAGS-tst-auditmod7b.c): Likewise.
1846         * elf/tst-audit6.c: New file.
1847         * elf/tst-audit7.c: New file.
1848         * elf/tst-auditmod6a.c: New file.
1849         * elf/tst-auditmod6b.c: New file.
1850         * elf/tst-auditmod6c.c: New file.
1851         * elf/tst-auditmod7a.c: New file.
1852         * elf/tst-auditmod7b.c: New file.
1853         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
1854         saving and restoring SSE/AVX registers to ...
1855         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
1856
1857 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1858
1859         * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
1860         only if SHARED is defined.
1861         * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
1862
1863 2009-08-03  Jim Meyering  <meyering@redhat.com>
1864
1865         * sysdeps/i386/configure.in: Use AC_HEADER_CHECK.
1866
1867 2009-08-08  Ulrich Drepper  <drepper@redhat.com>
1868
1869         * sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
1870         section as the other functions for this architecture.
1871         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
1872
1873 2009-08-07  Ulrich Drepper  <drepper@redhat.com>
1874
1875         * sysdeps/x86_64/strcmp.S: Add support to compile with
1876         USE_SSSE3.  In this case palignr is used.
1877         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): If SSE4.2 is not
1878         available but SSSE3 is, pick __str{,n}cmp_ssse3.
1879         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
1880         Add strcmp-ssse3 and strncmp-ssse3.
1881         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: New file.
1882         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: New file.
1883
1884         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Avoid
1885         warning through fake initialization.
1886
1887 2009-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1888
1889         * sysdeps/i386/i686/multiarch/strlen.S (ENTRY): Add the missing "; \".
1890
1891 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1892
1893         * elf/dl-lookup.c (do_lookup_x): Enter correct name into table of
1894         unique symbols.
1895
1896 2009-08-05  H.J. Lu  <hongjiu.lu@intel.com>
1897
1898         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Properly use
1899         EBX from EAX = 1.  Handle EAX = 11.
1900
1901 2009-08-07  Andreas Schwab  <schwab@redhat.com>
1902
1903         * Makefile (TAGS): Use separate sed -e expressions to avoid \
1904         inside ''.
1905
1906 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
1907
1908         * sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
1909         hidden IFUNC functions.
1910         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1911
1912         * sysdeps/i386/i686/multiarch/strlen.S: New file.
1913
1914         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
1915         (sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
1916         strcasestr-c.
1917         (CFLAGS-strcspn-c.c): Define.
1918         (CFLAGS-strpbrk-c.c): Define.
1919         (CFLAGS-strspn-c.c): Define.
1920         (CFLAGS-strstr.c): Define.
1921         (CFLAGS-strcasestr.c): Define.
1922         * sysdeps/i386/i686/multiarch/strcspn-c.c: New file.
1923         * sysdeps/i386/i686/multiarch/strcspn.S: New file.
1924         * sysdeps/i386/i686/multiarch/strpbrk-c.c: New file.
1925         * sysdeps/i386/i686/multiarch/strpbrk.S: New file.
1926         * sysdeps/i386/i686/multiarch/strspn-c.c: New file.
1927         * sysdeps/i386/i686/multiarch/strspn.S: New file.
1928         * sysdeps/i386/i686/multiarch/strstr-c.c: New file.
1929         * sysdeps/i386/i686/multiarch/strstr.c: New file.
1930         * sysdeps/i386/i686/multiarch/strcasestr-c.c: New file.
1931         * sysdeps/i386/i686/multiarch/strcasestr.c: New file.
1932         * sysdeps/x86_64/multiarch/strcspn-c.c (STRCSPN_SSE42): Use
1933         -16L instead of 0xfffffffffffffff0L.
1934         * sysdeps/x86_64/multiarch/strspn-c.c (__strspn_sse42): Likewise.
1935
1936 2009-08-02  Ulrich Drepper  <drepper@redhat.com>
1937
1938         * sysdeps/i386/configure.in: Add test for <cpuid.h>.
1939
1940 2009-07-31  Ulrich Drepper  <drepper@redhat.com>
1941
1942         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Yet
1943         another rewrite.  Much smaller and faster.
1944         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
1945
1946         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (longjmp_msg): Get
1947         ss_flags from the correct location.
1948
1949 2009-07-31  H.J. Lu  <hongjiu.lu@intel.com>
1950
1951         * sysdeps/i386/i686/Makefile (sysdep_routines): Add cacheinfo.
1952         * sysdeps/i386/i686/cacheinfo.c: New file.
1953         * sysdeps/i386/i686/multiarch/Makefile: New file.
1954         * sysdeps/i386/i686/multiarch/ifunc-defines.sym: New file.
1955         * sysdeps/i386/i686/multiarch/init-arch.c: New file.
1956         * sysdeps/i386/i686/multiarch/init-arch.h: New file.
1957         * sysdeps/i386/i686/multiarch/sched_cpucount.c: New file.
1958         * sysdeps/unix/sysv/linux/i386/i686/sysconf.c: New file.
1959         * sysdeps/x86_64/cacheinfo.c: Include <cpuid.h>.
1960         (__cpuid_count): New. Provide the default.
1961         (__x86_64_prefetchw): Define only if DISABLE_PREFETCHW is not defined.
1962         (__x86_64_preferred_memory_instruction): Define only if
1963         DISABLE_PREFERRED_MEMORY_INSTRUCTION is not defined.
1964         (intel_check_word): Use __cpuid.
1965         (handle_intel): Likewise.
1966         (handle_amd): Likewise.
1967         (__cache_sysconf): Likewise.
1968         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
1969         (__cache_sysconf): Likewise.
1970         (init_cacheinfo): Updated.  Use __cpuid and __cpuid_count.
1971         * sysdeps/x86_64/multiarch/init-arch.c: Include <cpuid.h>.
1972         (get_common_indeces): Use __cpuid.
1973         (__init_cpu_features): Likewise.  Disable SSSE3 on Atom only
1974         if ENABLE_SSSE3_ON_ATOM is not defined.
1975         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE2): Define.
1976         * sysdeps/x86_64/multiarch/sched_cpucount.c (POPCNT): Use
1977         popcnt instead of popcntq.
1978
1979 2009-07-31  Jakub Jelinek  <jakub@redhat.com>
1980
1981         * malloc/Makefile (CFLAGS-obstack.c): Add $(uses-callbacks).
1982
1983 2009-07-30  Ulrich Drepper  <drepper@redhat.com>
1984
1985         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: New file.
1986         * sysdeps/i386/____longjmp_chk.S: Remove all code.  This is now a file
1987         which always causes a compile error.
1988
1989         * sysdeps/i386/__longjmp.S: Remove bound-checking pointer support.
1990
1991         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: New file.  Content
1992         comes from...
1993         * sysdeps/x86_64/____longjmp_chk.S: ...here.  This is now a file
1994         which always causes a compile error.
1995
1996         * debug/Makefile (tests): Add tst-longjmp_chk2.
1997         * debug/tst-longjmp_chk2.c: New file.
1998
1999         * sysdeps/x86_64/__longjmp.S: Remove CHECK_RSP handling.  Fix CFI.
2000         Remove incorrect use of BP_SYM.
2001         * sysdeps/x86_64/____longjmp_chk.S: Rewrite.  Complete implementation
2002         here now since it is more complex than just a simple check.
2003
2004         * sysdeps/ia64/backtrace.c (backtrace_helper): Stop backtrace when
2005         we make no more progress.
2006
2007 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2008
2009         * math/s_fma.c: Don't define alias if __fma is a macro.
2010         * math/s_fmaf.c: Likewise.
2011         * sysdeps/x86_64/multiarch/s_fma.c: New file.
2012         * sysdeps/x86_64/multiarch/s_fmaf.c: New file.
2013         Partially based on a patch by H.J. Lu <hongjiu.lu@intel.com>.
2014
2015         * sysdeps/x86_64/multiarch/init-arch.h (__get_cpu_features): Declare.
2016         (HAS_POPCOUNT, HAS_SSE4_2): Add variants which work outside libc.
2017         New macro HAS_FMA.
2018         * sysdeps/x86_64/multiarch/init-arch.c (__get_cpu_features): New
2019         function.
2020         * include/libc-symbols.h (libm_ifunc): Define.
2021         * sysdeps/x86_64/multiarch/Versions: New file.
2022
2023         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Improve CFI.
2024
2025 2009-07-28  H.J. Lu  <hongjiu.lu@intel.com>
2026
2027         * sysdeps/x86_64/dl-trampoline.S: Properly restore AVX registers.
2028
2029 2009-07-29  Ulrich Drepper  <drepper@redhat.com>
2030
2031         * elf/dl-runtime.c (_dl_fixup): Indicate before _dl_lookup_symbol_x
2032         call that registers used in calling conventions need to be preserved.
2033         * elf/dl-lookup.c (do_lookup_x): Use RTLD_*_FOREIGN_CALL macros
2034         to preserve register content if necessary.
2035         * sysdeps/x86_64/dl-trampoline.S (_dl_x86_64_save_sse): New function.
2036         (_dl_x86_64_restore_sse): New function.
2037         * sysdeps/x86_64/tst-xmmymm.sh: There is now one more function that
2038         is allowed to modify xmm/ymm registers.
2039
2040         * stdio-common/scanf15.c: Undefine _LIBC.  We want to test from an
2041         application's perspective.
2042         * stdio-common/scanf17.c: Likewise.
2043
2044 2009-07-28  Ulrich Drepper  <drepper@redhat.com>
2045
2046         * csu/libc-tls.c (__libc_setup_tls) [TLS_TCB_AT_TP]: Don't add TCB
2047         size to memsz.
2048         (init_static_tls) [TLS_TCB_AT_TP]: Add it to GL(dl_tls_static_size)
2049         here.
2050         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Compute freebytes in
2051         two steps to catch bugs.
2052
2053 2009-07-27  Ulrich Drepper  <drepper@redhat.com>
2054
2055         * sysdeps/x86_64/tst-xmmymm.sh: Refine testing.  The script now
2056         determines which files are used in runtime lookups and only checks
2057         those for SSE use.
2058         * sysdeps/x86_64/rtld-memchr.c: Removed.  Not needed with refined
2059         testing.
2060         * sysdeps/x86_64/rtld-rawmemchr.c: Removed.
2061         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: Removed
2062         * sysdeps/x86_64/Makefile: Emit warning that tst-xmmymm.sh might
2063         take a while.
2064
2065         * elf/dl-open.c: Move _dl_scope_free to...
2066         * elf/dl-scope.c: ...here.  New file.
2067         * elf/Makefile (dl-routines): Add scope.
2068
2069         * resolv/resolv.h (RES_USE_DNSSEC): Define.
2070         * resolv/res_debug.c (p_option): Handle RES_USE_EDNS0 and
2071         RES_USE_DNSSEC.
2072         * resolv/res_mkquery.c (__res_nopt): Set flags for RES_USE_DNSSEC.
2073         * resolv/res_query.c (__libc_res_nquery): Handle RES_USE_DNSSEC in
2074         all the places we handled RES_USE_EDNS0 only before.
2075         Patch by Adam Tkac <atkac@redhat.com>.
2076
2077 2009-07-27  Jakub Jelinek  <jakub@redhat.com>
2078
2079         * elf/dl-lookup.c (do_lookup_x): Fix check for table more than
2080         3/4 full.  Pass size + 1 rather than size to _dl_higher_prime_number.
2081         Update size when reallocating.
2082
2083 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2084
2085         * sysdeps/x86_64/tst-xmmymm.sh: New file.  Check whether any of the
2086         functions used in ld.so modify xmm/ymm registers.
2087         * sysdeps/x86_64/Makefile:  Hook new test up.
2088         * sysdeps/x86_64/rtld-memchr.c: New file.
2089         * sysdeps/x86_64/rtld-memcmp.c: New file.
2090         * sysdeps/x86_64/rtld-rawmemchr.c: New file.
2091         * sysdeps/x86_64/rtld-strchr.S: New file.
2092         * sysdeps/x86_64/rtld-strlen.S: New file.
2093         * sysdeps/x86_64/multiarch/rtld-rawmemchr.c: New file.
2094         * sysdeps/x86_64/multiarch/rtld-strlen.S: New file.
2095
2096 2009-07-26  H.J. Lu  <hongjiu.lu@intel.com>
2097
2098         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
2099         strncmp-c.
2100         * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed.
2101         (exit): Likewise.
2102         (Byte1): Likewise.
2103         (Byte2): Likewise.
2104         (Byte3): Likewise.
2105         (Byte4): Likewise.
2106         (Byte5): Likewise.
2107         (Byte6): Likewise.
2108         (next_8_bytes): Likewise.
2109         (Byte0): Remove commented out codes.
2110         (unaligned_table): Align jump table at 8 bytes.
2111         Add _sse4_2 to all labels.  Always include "../strcmp.S".
2112         * sysdeps/x86_64/multiarch/strncmp-c.c: Removed.
2113         * sysdeps/x86_64/strcmp.S: Add SSE2 support.
2114         * sysdeps/x86_64/strncmp.S: New file.
2115
2116 2009-07-26  Ulrich Drepper  <drepper@redhat.com>
2117
2118         [BZ #10422]
2119         * sysdeps/unix/sysv/linux/eventfd.c: Add compatibility for old
2120         kernels, dropped when eventfd2 support was added.
2121         * sysdeps/unix/sysv/linux/signalfd.c: Add compatibility for old
2122         kernels, dropped when signalfd4 support was added.
2123         * sysdeps/unix/sysv/linux/kernel-features.h: More CLOEXEC syscalls
2124         added, name them.
2125
2126         [BZ #10452]
2127         * resolv/res_send.c (send_dg): Pass full SERVFAIL, NOTIMP, REFUSED
2128         replies up.
2129
2130         * elf/elf.h: Define NT_GNU_GOLD_VERSION.
2131
2132 2009-07-25  Ulrich Drepper  <drepper@redhat.com>
2133
2134         * sysdeps/x86_64/multiarch/strcmp.S: Some more optimizations for
2135         modern processor versions.  Patch by H.J. Lu <hongjiu.lu@intel.com>.
2136
2137         [BZ #10448]
2138         * sysdeps/posix/getaddrinfo.c (gaih_inet): If NSS module contains no
2139         callback we must touch the status to avoid using stale value.
2140
2141         * sysdeps/x86_64/multiarch/strcmp.S: Exclude unused code from being
2142         compiled in.
2143
2144 2009-07-24  Ulrich Drepper  <drepper@redhat.com>
2145
2146         * sysdeps/unix/sysv/linux/configure.in: Don't automatically include
2147         /lib/modules/* headers anymore.  We have sane headers in the standard
2148         place now.
2149
2150 2009-06-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2151
2152         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): "hpage",
2153         "etf3enh" and "highgprs" added.
2154         (_dl_s390_platforms): "z10" added.
2155         * sysdeps/s390/dl-procinfo.h (_DL_HWCAP_COUNT, _DL_PLATFORMS_COUNT):
2156         Increased for the new entries.
2157         (HWCAP enum): HWCAP_S390_HPAGE, HWCAP_S390_ETF3EH and
2158         HWCAP_S390_HIGH_GPRS added.
2159
2160         * sysdeps/s390/s390-64/Makefile: Adjusted to build the new modules.
2161         * sysdeps/s390/s390-64/iso-8859-1_cp037_z900.c: New file.
2162         * sysdeps/s390/s390-64/utf16-utf32-z9.c: New file.
2163         * sysdeps/s390/s390-64/utf8-utf16-z9.c: New file.
2164         * sysdeps/s390/s390-64/utf8-utf32-z9.c: New file.
2165
2166 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
2167
2168         * sysdeps/x86_64/cacheinfo.c [USE_MULTIARCH]: Rearrange code to
2169         avoid additional cpuid instructions.  Most of the information is
2170         stored somewhere.
2171
2172         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add more
2173         cache descriptors.
2174         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Likewise.
2175
2176         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset
2177         SSSE3 bit for Atoms.
2178         * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test
2179         here anymore.
2180
2181         * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
2182         structure before copying it to avoid warning.
2183         * posix/tst-rfc3484-2.c (do_test): Likewise.
2184         * posix/tst-rfc3484-3.c (do_test): Likewise.
2185
2186         [BZ #10416]
2187         * include/unistd.h: Make header file suitable for C++ test cases.
2188         Patch by Duncan Simpson <dps@simpson.demon.co.uk>.
2189
2190         * sysdeps/unix/sysv/linux/i386/makecontext.S: Ensure we preserve the
2191         stack alignment in the exit code.
2192
2193         * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can
2194         potentially be zero.
2195
2196         * elf/tst-unique1.c: Extend test to check for unloading DSO with
2197         unique symbol definition.
2198         Patch by Jakub Jelinek.
2199         * elf/dl-lookup.c (do_lookup_x): When entering a new unique symbol,
2200         make sure the object with the definition cannot be unloaded.  Adjust
2201         a few types.
2202         * sysdeps/generic/ldsodefs.h (struct rtld_global): The map element in
2203         the unique symbol hash table should not be const.
2204
2205 2009-07-21  Ulrich Drepper  <drepper@redhat.com>
2206
2207         * sysdeps/x86_64/multiarch/strstr.c: Minor cleanups.  Remove
2208         unnecesary variables.  Comment fixes.
2209
2210 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2211
2212         * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42):
2213         Use NONASCII_CASE information provided by the locale to determine
2214         whether optimized string load function can be used.  Minor cleanups.
2215
2216 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
2217
2218         * string/strcasestr.c (STRCASESTR): New macro.
2219         (__strcasestr): Renamed to ..
2220         (STRCASESTR): ...this.
2221         * string/strstr.c (STRSTR): New macro.
2222         (strstr): Renamed to ..
2223         (STRSTR): ...this.
2224         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2225         strstr-c strcasestr-c
2226         (CFLAGS-strstr.c): New.
2227         (CFLAGS-strcasestr.c): Likewise.
2228         * sysdeps/x86_64/multiarch/strcasestr-c.c: New file.
2229         * sysdeps/x86_64/multiarch/strcasestr.c: New file.
2230         * sysdeps/x86_64/multiarch/strstr-c.c: New file.
2231         * sysdeps/x86_64/multiarch/strstr.c: New file.
2232
2233 2009-07-20  Ulrich Drepper  <drepper@redhat.com>
2234
2235         * locale/localeinfo.h (LIMAGIC): Update value for LC_CTYPE.
2236         * locale/langinfo.h: Define _NL_CTYPE_NONASCII_CASE.
2237         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializer for
2238         _NL_CTYPE_NONASCII_CASE.
2239         * locale/programs/ld-ctype.c (locale_ctype_t): Add nonascii_case
2240         field.
2241         (ctype_finish): Check whether there are any 8-bit characters outside
2242         the range ASCII has or whether the mapping isn't the same as for
2243         ASCII (±0x20).  Set nonascii_case appropriately.
2244         (ctype_output): Add output handler for nonascii_case.
2245
2246 2009-07-17  Ulrich Drepper  <drepper@redhat.com>
2247
2248         * sysdeps/generic/sysdep.h: Define cfi_personality, cfi_lsda,
2249         CFI_PERSONALITY, CFI_LSDA, and DW_EH_PE_* constants.
2250
2251 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2252
2253         [BZ #10360]
2254         * resolv/res-mkquery.c (__res_nopt): If anslen is > 0xffff store
2255         0xffff in the EDNS0 record.
2256
2257 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2258
2259         * nscd/cache.c (cache_add): Use atomic_compare_and_exchange_bool_rel
2260         instead of atomic_compare_and_exchange_bool_acq to ensure pointer
2261         is written before the list head update.
2262         Patch by Andreas Schwab <aschwab@redhat.com>.
2263
2264 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2265             Jakub Jelinek  <jakub@redhat.com>
2266
2267         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Make check for
2268         corruption thread-safe.
2269
2270 2009-07-13  Jakub Jelinek  <jakub@redhat.com>
2271
2272         * include/atomic.h (catomic_compare_and_exchange_val_rel): If arch
2273         overrides atomic_compare_and_exchange_val_rel, define to
2274         atomic_compare_and_exchange_val_rel by default, otherwise default
2275         to catomic_compare_and_exchange_val_acq.
2276         (catomic_compare_and_exchange_bool_rel): If arch overrides
2277         atomic_compare_and_exchange_bool_rel, define to
2278         atomic_compare_and_exchange_bool_rel by default.
2279         * malloc/malloc.c (_int_free): Revert 2009-07-02 change.
2280         Use catomic_compare_and_exchange_val_rel instead of
2281         catomic_compare_and_exchange_val_acq.
2282
2283 2009-07-16  Ulrich Drepper  <drepper@redhat.com>
2284
2285         * sysdeps/generic/ldsodefs.h: Add prototype for
2286         _dl_higher_prime_number.
2287         * elf/dl-misc.c (_dl_higher_prime_number): Mark with internal_function.
2288
2289         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Optimize
2290         restoring of ymm registers a bit.
2291
2292 2009-07-15  H.J. Lu  <hongjiu.lu@intel.com>
2293
2294         * sysdeps/x86_64/memcmp.S: New file.
2295
2296 2009-07-15  Ulrich Drepper  <drepper@redhat.com>
2297
2298         * sysdeps/x86-64/dl-trampoline.h: Remove after integrating code into...
2299         * sysdeps/x86-64/dl-trampoline.S: ...here.  Rewrite to avoid function
2300         pointers in writable memory.
2301
2302 2009-07-07  H.J. Lu  <hongjiu.lu@intel.com>
2303
2304         * config.h.in: Add HAVE_AVX_SUPPORT entry.
2305         * config.make.in: Add config-cflags-avx entry.
2306         * configure.in: Substitute libc_cv_cc_avx.
2307         * elf/Makefile: Add rules to build and run tst-audit4 and tst-audit5.
2308         * elf/tst-audit4.c: New file.
2309         * elf/tst-audit5.c: New file.
2310         * elf/tst-auditmod4a.c: New file.
2311         * elf/tst-auditmod4b.c: New file.
2312         * elf/tst-auditmod5a.c: New file.
2313         * elf/tst-auditmod5b.c: New file.
2314         * sysdeps/x86_64/Makefile (gen-as-const-headers): Add
2315         link-defines.sym.
2316         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): New.
2317         (La_x86_64_vector): Likewise.
2318         (La_x86_64_regs): Append lr_vector.
2319         (La_x86_64_retval): Append lr_vector0/lrv_vector1.
2320         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Move
2321         saving and restoring SSE registers to ...
2322         * sysdeps/x86_64/dl-trampoline.h: This.  New file.
2323         * sysdeps/x86_64/dl-trampoline.S: Include <config.h> and
2324         <link-defines.h>.
2325         (_dl_runtime_profile): Use LR_SIZE to allocate space for
2326         La_x86_64_regs.  Allocate extra space and jump to memory at
2327         save_and_restore_vector if HAVE_AVX_SUPPORT is defined.
2328         (save_and_restore_vector_sse): New.
2329         (save_and_restore_vector_avx): Likewise.
2330         (check_avx): Likewise.
2331         (save_and_restore_vector): Likewise.
2332         * sysdeps/x86_64/elf/configure.in: Set libc_cv_cc_avx and
2333         HAVE_AVX_SUPPORT.
2334         * sysdeps/x86_64/link-defines.sym: New file.
2335
2336 2009-07-10  Ulrich Drepper  <drepper@redhat.com>
2337
2338         * elf/do-lookup.h: Removed after folding content into...
2339         * elf/dl-lookup.c: ...here.
2340
2341         * sysdeps/unix/sysv/linux/sys/epoll.h: Fix comment.
2342
2343 2009-07-09  Ulrich Drepper  <drepper@redhat.com>
2344
2345         * configure.in: Check for gnu_unique_symbol symbol type.
2346         * config.h.in: Add HAVE_ASM_UNIQUE_OBJECT entry.
2347         * elf/do-lookup.h (do_lookup_x): Take new parameter with link map of
2348         the undefined symbol.  Handle STB_GNU_UNIQUE binding of found symbol.
2349         * elf/dl-lookup.c (_dl_lookup_symbol_x): Adjust callers for do_lookup_x
2350         change.
2351         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add definitions for
2352         unique symbol table.
2353         * elf/rtld.c (rtld_global): Initialize lock of unique symbol hash table
2354         for first namespace.
2355         * elf/dl-open.c (_dl_open): For new namespace, initialize lock for
2356         unique symbol hash table.
2357         * elf/Makefile: Add rules to build and run tst-unique1 and tst-unique2.
2358         * elf/tst-unique1.c: New file.
2359         * elf/tst-unique1mod1.c: New file.
2360         * elf/tst-unique1mod2.c: New file.
2361         * elf/tst-unique2.c: New file.
2362         * elf/tst-unique2mod1.c: New file.
2363         * elf/tst-unique2mod2.c: New file.
2364
2365 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
2366
2367         * elf/elf.h (STB_GNU_UNIQUE): Define.
2368
2369         * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
2370         from...
2371         * include/inline-hashtab.h: ...here.
2372         (htab_expand): Adjust for renamed function.  Correct memory handling.
2373
2374 2009-07-06  Ulrich Drepper  <drepper@redhat.com>
2375
2376         * elf/do-lookup.h (do_lookup_x): Optimize test for valid symbol types.
2377
2378 2009-07-03  Andreas Schwab  <aschwab@redhat.com>
2379
2380         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_ARCH_2_06): Fix value.
2381         (PPC_FEATURE_HAS_VSX): Likewise.
2382
2383 2009-07-03  Ulrich Drepper  <drepper@redhat.com>
2384
2385         * sysdeps/x86_64/multiarch/strcspn-c.c: Minor cleanups.
2386         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
2387
2388         * sysdeps/x86_64/multiarch/strcmp.S: Make sure functions are all
2389         aligned to 16 byte boundaries.
2390         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
2391         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
2392         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
2393
2394 2009-07-02  H.J. Lu  <hongjiu.lu@intel.com>
2395
2396         * config.h.in (HAVE_SSE4_SUPPORT): New macro.
2397         * config.make.in (config-cflags-sse4): New variable.
2398         * configure.in: Substitute libc_cv_cc_sse4.
2399         * sysdeps/i386/configure.in: Set libc_cv_cc_sse4 and
2400         HAVE_SSE4_SUPPORT.
2401         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2402         strcspn-c, strpbrk-c, strspn-c for string if gcc supports SSE4.
2403         * sysdeps/x86_64/multiarch/strcspn-c.c: New file.
2404         * sysdeps/x86_64/multiarch/strcspn.S: New file.
2405         * sysdeps/x86_64/multiarch/strpbrk-c.c: New file.
2406         * sysdeps/x86_64/multiarch/strpbrk.S: New file.
2407         * sysdeps/x86_64/multiarch/strspn-c.c: New file.
2408         * sysdeps/x86_64/multiarch/strspn.S: New file.
2409
2410 2009-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2411
2412         * elf/Makefile (distribute): Remove tst-audit.sh.  Add
2413         tst-audit2.c, tst-audit3.c, tst-auditmod3a.c, tst-auditmod3b.c.
2414         (tests): Add tst-audit3 for x86_64.
2415         (modules-names): Add tst-auditmod3a, tst-auditmod3b.
2416         ($(objpfx)tst-audit3): Define.
2417         ($(objpfx)tst-audit3.out): Define.
2418         (tst-audit3-ENV): Define.
2419         * elf/tst-audit3.c: New file.
2420         * elf/tst-auditmod3a.c: New file.
2421         * elf/tst-auditmod3b.c: New file.
2422         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
2423         and restore xmm6.
2424
2425         * string/stpncpy.c (STPNCPY): New.  Defined if not defined.
2426         (__stpncpy): Renamed to ...
2427         (STPNCPY): This.
2428         (stpncpy): Create alias only if STPNCPY is not defined.
2429         * string/strncpy.c (STRNCPY): New.  Defined to strncpy if not
2430         defined.
2431         (strncpy): Renamed to ...
2432         (STRNCPY): This.
2433         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2434          stpncpy-c strncpy-c for string.
2435         * sysdeps/x86_64/multiarch/stpcpy.S: New file.
2436         * sysdeps/x86_64/multiarch/stpncpy-c.c: New file.
2437         * sysdeps/x86_64/multiarch/stpncpy.S: New file.
2438         * sysdeps/x86_64/multiarch/strcpy.S: New file.
2439         * sysdeps/x86_64/multiarch/strncpy-c.c: New file.
2440         * sysdeps/x86_64/multiarch/strncpy.S: New file.
2441
2442 2009-07-02  Ulrich Drepper  <drepper@redhat.com>
2443
2444         * malloc/malloc.c [ATOMIC_FASTBINS] (_int_free): Add full barrier when
2445         adding to fast bin list.
2446
2447 2009-07-01  Ulrich Drepper  <drepper@redhat.com>
2448
2449         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyaddr_r): Don't use
2450         inet_makeaddr.  This worked only with class-based networks.
2451         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):
2452         Likewise.
2453
2454         * nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
2455         recognize all types.
2456         * nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
2457         to getnetbyaddr.  Fix network parameter to getnetbyaddr.  It must
2458         be in host byte order.
2459
2460 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
2461
2462         * sysdeps/x86_64/multiarch/ifunc-defines.sym (FAMILIY_OFFSET): Define.
2463         (MODEL_OFFSET): Define.
2464         * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add
2465         family and model.
2466         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Break
2467         out common code into new function get_common_indeces. Determine
2468         extended family and model for Intel processors.
2469
2470 2009-06-26  Ulrich Drepper  <drepper@redhat.com>
2471
2472         * resolv/resolv.h: Define RES_SNGLKUPREOP.
2473         * resolv/res_init.c (res_setoptions): Recognize single-request-reopen
2474         option.
2475         * resolv/res_send.c (reopen): New function.  Broken out of...
2476         (send_dg): ... here.  Recognize RES_SNGLKUPREOP.  Implement second
2477         fallback mechanism.  If single-request fails switch to
2478         single-request-reopen mode which opens a new socket for the second
2479         request.
2480
2481 2009-06-25  Andreas Schwab  <aschwab@redhat.com>
2482
2483         * sysdeps/powerpc/powerpc32/____longjmp_chk.S (LOAD_ARG): Define.
2484         (CHECK_SP): Use it.
2485
2486 2009-06-24  Andreas Schwab  <aschwab@redhat.com>
2487
2488         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Fix cfa offset
2489         for saved registers.
2490         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
2491         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
2492         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
2493
2494 2009-06-23  Andreas Schwab  <aschwab@redhat.com>
2495
2496         * time/tzfile.c (__tzfile_read): Don't use an empty TZ string.
2497
2498 2009-06-22  Ulrich Drepper  <drepper@redhat.com>
2499
2500         * po/id.po: Update from translation team.
2501
2502         * po/bg.po: Update from translation team.
2503
2504 2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>
2505
2506         * string/strncmp.c (STRNCMP): New.  Defined to strncmp if not
2507         defined.
2508         (strncmp): Renamed to STRNCMP.
2509         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2510         strncmp-c for string.
2511         * sysdeps/x86_64/multiarch/init-arch.h (HAS_SSE4_2): Define.
2512         * sysdeps/x86_64/multiarch/strcmp.S: New file.
2513         * sysdeps/x86_64/multiarch/strncmp.S: New file.
2514         * sysdeps/x86_64/multiarch/strncmp-c.c: New file.
2515
2516 2009-06-19  H.J. Lu  <hongjiu.lu@intel.com>
2517
2518         * elf/Makefile (distribute): Add ifuncmain1staticpie.c,
2519         ifuncmain5.c, ifuncmain5pic.c, ifuncmain5picstatic.c,
2520         ifuncmain5pie.c, ifuncmain5static.c, ifuncmain5staticpic.c,
2521         ifuncdep5.c, ifuncdep5pic.c, ifuncmod5.c, ifuncmain7.c,
2522         ifuncmain7pic.c, ifuncmain7picstatic.c, ifuncmain7pie.c, and
2523         ifuncmain7static.c.
2524         (tests-static): Add ifuncmain5static, ifuncmain5picstatic,
2525         ifuncmain7static, and ifuncmain7picstatic.
2526         (tests): Also depend on $(objpfx)ifuncmain1staticpie.out,
2527         $(objpfx)ifuncmain5pie.out, $(objpfx)ifuncmain6pie.out, and
2528         $(objpfx)ifuncmain7pie.out.
2529         (modules-names): Add ifuncmod5 ifuncmod6
2530         (ifuncmod5.so-no-z-defs): Define.
2531         (ifuncmod6.so-no-z-defs): Define.
2532         (CFLAGS-ifuncmain5pic.c): Define.
2533         (CFLAGS-ifuncmain5picstatic.c): Define.
2534         (CFLAGS-ifuncmain5staticpic.c): Define.
2535         (CFLAGS-ifuncdep5pic.c): Define.
2536         (CFLAGS-ifuncmain7pic.c): Define.
2537         (CFLAGS-ifuncmain7picstatic.c): Define.
2538         (CFLAGS-ifuncmain1staticpie.c): Define.
2539         (CFLAGS-ifuncmain5pie.c): Define.
2540         (CFLAGS-ifuncmain6pie.c): Define.
2541         (CFLAGS-ifuncmain7pie.c): Define.
2542         ($(objpfx)ifuncmain1staticpie.out): Define.
2543         ($(objpfx)ifuncmain1staticpie): Define.
2544         ($(objpfx)ifuncmain5pie.out): Define.
2545         ($(objpfx)ifuncmain5pie): Define.
2546         ($(objpfx)ifuncmain6pie.out): Define.
2547         ($(objpfx)ifuncmain6pie): Define.
2548         ($(objpfx)ifuncmain5): Define.
2549         ($(objpfx)ifuncmain5pic): Define.
2550         ($(objpfx)ifuncmain5static): Define.
2551         ($(objpfx)ifuncmain5staticpic): Define.
2552         ($(objpfx)ifuncmain5picstatic): Define.
2553         (generated): Add ifuncmain1staticpie, ifuncmain1staticpie.out,
2554         ifuncmain5pie, ifuncmain5pie.out, ifuncmain6pie, and
2555         ifuncmain6pie.out.
2556         * elf/b/elf/ifuncmain1staticpie.c: New file.
2557         * elf/ifuncdep5.c: New file.
2558         * elf/ifuncdep5pic.c: New file.
2559         * elf/ifuncmain5.c: New file.
2560         * elf/ifuncmain5pic.c: New file.
2561         * elf/ifuncmain5picstatic.c: New file.
2562         * elf/ifuncmain5pie.c: New file.
2563         * elf/ifuncmain5static.c: New file.
2564         * elf/ifuncmain5staticpic.c: New file.
2565         * elf/ifuncmain6pie.c: New file.
2566         * elf/ifuncmain7.c: New file.
2567         * elf/ifuncmain7pic.c: New file.
2568         * elf/ifuncmain7picstatic.c: New file.
2569         * elf/ifuncmain7pie.c: New file.
2570         * elf/ifuncmain7static.c: New file.
2571         * elf/ifuncmod5.c: New file.
2572         * elf/ifuncmod6.c: New file.
2573
2574 2009-06-20  Ulrich Drepper  <drepper@redhat.com>
2575
2576         [BZ #10085]
2577         * nis/nss_compat/compat-initgroups.c (nss_setgrent): New variable.
2578         (nss_endgrent): New variable.
2579         (struct ent_t): Add need_endgrent and skip_initgroups_dyn
2580         fields. Change type of files to bool and adjust all users.
2581         (init_nss_interface): Initialize nss_setgrent and nss_endgrent.
2582         (internal_endgrent): Call nss_endgrent if necessary.
2583         (add_group): New function.  Broken out of...
2584         (check_and_add_group): ...here.
2585         (getgrent_next_nss): Remove test that any callback is available.
2586         Use skip_initgroups_dyn to determine whether to use initgroups_dyn
2587         callback.  If there is no blacklist we can trust the results returned
2588         by the initgroups_dyn callback.  In case there is a callback and we
2589         find a group entry for the group ID but it doesn't contain the
2590         correct member, switch to the slow mode and use getgrent_r.
2591         (internal_getgrent_r): When we see a +: entry, determine whether
2592         there is any callback and which we can use the initgroups_dyn
2593         callback.
2594
2595 2009-06-18  Ulrich Drepper  <drepper@redhat.com>
2596
2597         * malloc/malloc.c (_int_malloc): Add some consistency checks.
2598         (_int_free): Likewise.
2599
2600         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_IEEE802154 and
2601         AF_IEEE802154.
2602         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
2603         * sysdeps/unix/sysv/linux/net/if_arp.h: Define ARPHRD_IEEE802154
2604         and ARPHRD_IEEE802154_PHY.
2605
2606         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Add missing definitions
2607         relative to generic Linux version.
2608
2609 2009-06-17  H.J. Lu  <hongjiu.lu@intel.com>
2610
2611         * elf/Makefile ($(objpfx)ifuncmain1pie): Use $(+link-pie).
2612         ($(objpfx)ifuncmain1vispie): Likewise.
2613
2614 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2615
2616         * login/Makefile: Build pt_chown as PIE.
2617
2618 2009-06-15  Andreas Schwab  <aschwab@redhat.com>
2619
2620         * debug/xtrace.sh (do_help): Don't treat bug reporting message as
2621         a format string.
2622         * elf/sln.c (usage): Likewise.
2623         * malloc/memusage.sh (do_help): Likewise.
2624         * nss/getent.c (more_help): Likewise.
2625         * posix/getconf.c (main): Likewise.
2626         * sunrpc/rpcinfo.c (usage): Likewise.
2627         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2628
2629 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2630
2631         * login/programs/pt_chown.c: Use libcap to drop privileges other than
2632         those needed.
2633         * login/Makefile: If necessary link pt_chown with -lcap.
2634         * sysdeps/generic/pty-private.h: Define FAIL_ENOMEM.
2635         * sysdeps/unix/grantpt.c: Handle FAIL_ENOMEM.
2636
2637 2009-06-16  Jakub Jelinek  <jakub@redhat.com>
2638
2639         * sysdeps/x86_64/memchr.S (memchr): Use unsigned instead of signed
2640         comparisons.
2641         * string/test-memchr.c (do_random_tests): Test very large lengths
2642         as well.
2643
2644 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2645
2646         * Makeconfig (+link-pie): Define.
2647         (+prectorS): Define.
2648         (+postctorS): Define.
2649         * elf/Makefile ($(objpfx)tst-pie1): Use $(+link-pie).
2650         * nscd/Makefile ($(objpfx)nscd): Likewise.
2651
2652 2009-04-22  Ryan S. Arnold  <rsa@us.ibm.com>
2653
2654         [BZ #10107]
2655         * sysdeps/powerpc/powerpc32/power6/memcpy.S (memcpy): Replace cmpldi
2656         with cmplwi.
2657         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
2658
2659 2009-06-16  Ulrich Drepper  <drepper@redhat.com>
2660
2661         * sysdeps/unix/sysv/linux/grantpt.c: Remove file after folding changes
2662         into ...
2663         * sysdeps/unix/grantpt.c: ...here.
2664
2665 2009-06-15  Ulrich Drepper  <drepper@redhat.com>
2666
2667         * sysdeps/unix/sysv/linux/grantpt.c (grantpt): Only call chown and
2668         chmod if it is necessary.
2669
2670         [BZ #10166]
2671         * sysdeps/unix/sysv/linux/grantpt.c: Remove shortcut which was used
2672         when the slave device is in devpts or devfs.
2673
2674         [BZ #10183]
2675         * posix/tst-cpucount.c: Don't try more than CPU_SETSIZE bits.
2676
2677         [BZ #10195]
2678         * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type
2679         of nd_opt_home_agent_info_preference to uint16_t.
2680         Patch by Arnaud Ebalard <arno@natisbad.org>.
2681
2682         [BZ #10207]
2683         * nss/getent.c: Add support for printing gshadow data.
2684
2685         [BZ #10203]
2686         * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers,
2687         not just the currently used one and those which follow.
2688         Patch by Joe Landers <jlanders@vmware.com>.
2689
2690         [BZ #10196]
2691         * libio/tst-fgetwc.c (do_test): Use de_DE.UTF-8 as locale name.
2692         * libio/Makefile: Run tst-fgetwc with necessary envvar.
2693         Patch by Bruce Dubbs <bdubbs@linuxfromscratch.org>.
2694
2695         [BZ #10217]
2696         * stdlib/abort.c: Define variable __abort_msg.
2697         * stdlib/Versions: Export __abort_msg with GLIBC_PRIVATE version.
2698         * include/stdlib.h: Declare __abort_msg.
2699         * assert/assert-perr.c: Don't free buffer for message immediately.
2700         Store atomically in __abort_msg and free old buffer if necessary.
2701         * assert/assert.c: Likewise.
2702         * sysdeps/posix/libc_fatal.c: Allocate buffer for message, copy it,
2703         store pointer in __abort_msg, and possibly free old string.
2704         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
2705
2706         * time/tzfile.c (__tzfile_read): Correct computation of tzspec_len.
2707
2708         [BZ #10211]
2709         * time/tzfile.c (__tzfile_compute): If we use the envvar format still
2710         handle leap seconds if they are available.
2711         Patch by Akinori Hattori <hattya@gentoo.org>.
2712
2713         * timezone/tzselect.ksh: Update from tzcode2009i.
2714         * timezone/zdump.c: Likewise.
2715         * timezone/zic.c: Likewise.
2716
2717         * timezone/africa: Update from tzdata2009i.
2718         * timezone/antarctica: Likewise.
2719         * timezone/asia: Likewise.
2720         * timezone/australasia: Likewise.
2721         * timezone/backward: Likewise.
2722         * timezone/etcetera: Likewise.
2723         * timezone/europe: Likewise.
2724         * timezone/factory: Likewise.
2725         * timezone/iso3166.tab: Likewise.
2726         * timezone/leapseconds: Likewise.
2727         * timezone/northamerica: Likewise.
2728         * timezone/pacificnew: Likewise.
2729         * timezone/solar87: Likewise.
2730         * timezone/solar88: Likewise.
2731         * timezone/solar89: Likewise.
2732         * timezone/southamerica: Likewise.
2733         * timezone/systemv: Likewise.
2734         * timezone/yearistype: Likewise.
2735         * timezone/zone.tab: Likewise.
2736
2737 2009-06-15  Jakub Jelinek  <jakub@redhat.com>
2738
2739         * elf/dl-lookup.c (_dl_debug_bindings): When resolving to
2740         STT_GNU_IFUNC symbol or in 8 into type_class.
2741
2742         * sysdeps/i386/dl-irel.h (elf_irel): Use Elf32_Addr type
2743         instead of Elf64_Addr.
2744
2745 2009-06-14  Ulrich Drepper  <drepper@redhat.com>
2746
2747         * po/sv.po: Update from translation team.
2748
2749         [BZ #10229]
2750         * misc/sys/select.h (__NFDBITS): Expression should have type int.
2751         * sysdeps/x86_64/bits/select.h: Remove asm versions for __FD_SET,
2752         __FD_CLR, and __FD_ISSET.  gcc nowadays generates better code from
2753         the C version.
2754
2755 2009-06-12  Ulrich Drepper  <drepper@redhat.com>
2756
2757         * Versions.def: Add GLIBC_2.11 for libpthread.
2758
2759 2009-06-11  Ulrich Drepper  <drepper@redhat.com>
2760
2761         * resolv/res_send.c (send_dg): Remember we switched to
2762         single-request mode.
2763
2764 2009-06-09  Ulrich Drepper  <drepper@redhat.com>
2765
2766         * dlfcn/dlfcn.h: Remove comma at end of enum.
2767         Patch by J.H.M. Dassen <rdassen@redhat.com>.
2768
2769         * libio/fileops.c (_IO_new_file_fopen): Don't prematurely stop
2770         parsing mode string.
2771
2772 2009-06-05  Ulrich Drepper  <drepper@redhat.com>
2773
2774         * sysdeps/x86_64/rawmemchr.S: Minor optimization.
2775
2776         * sysdeps/x86_64/multiarch/rawmemchr.S: New file.
2777
2778         * sysdeps/x86_64/multiarch/strlen.S: New file.
2779         * sysdeps/x86_64/multiarch/ifunc-defines.sym: New file.
2780         * sysdeps/x86_64/multiarch/Makefile: Add rule to build ifunc-defines.h.
2781         * sysdeps/x86_64/multiarch/init-arch.h: Name structure with register
2782         content.
2783
2784         * csu/elf-init.c: Only compile in IFUNC functionality if USE_MULTIARCH
2785         is defined.
2786
2787 2009-06-04  Ulrich Drepper  <drepper@redhat.com>
2788
2789         * sysdeps/x86_64/strlen.S: Minor optimizations.
2790
2791 2009-06-02  H.J. Lu  <hongjiu.lu@intel.com>
2792
2793         * elf/Makefile (distribute): Add ifuncmain1.c, ifuncmain1pic.c,
2794         ifuncmain1vis.c, ifuncmain1vispic.c, ifuncmain1static.c,
2795         ifuncmain1staticpic.c, ifuncmain1picstatic.c, ifuncdep1.c,
2796         ifuncdep1pic.c, ifuncmod1.c, ifuncmain1pie.c, ifuncmain1vispie.c,
2797         ifuncmain2.c, ifuncmain2static.c, ifuncdep2.c,
2798         funcmain2pic.c, ifuncmain2picstatic.c, ifuncdep2pic.c,
2799         ifuncmain3.c, ifuncmod3.c,.
2800         ifuncmain4.c, ifuncmain4static.c, ifuncmain4picstatic.c.
2801         (tests-static): Add ifuncmain1static, ifuncmain1picstatic,
2802         ifuncmain2static, ifuncmain2picstatic, ifuncmain4static,
2803         ifuncmain4picstatic.
2804         (tests): Add ifuncmain1, ifuncmain1pic, ifuncmain1vis,
2805         ifuncmain1vispic, ifuncmain1staticpic, ifuncmain2, ifuncmain2pic,
2806         ifuncmain3, ifuncmain4.
2807         (tests): Depend on $(objpfx)ifuncmain1pie.out and
2808         $(objpfx)ifuncmain1vispie.out.
2809         (modules-names): Add ifuncmod1 ifuncmod3.
2810         (generated): Add ifuncmain1pie ifuncmain1pie.out
2811         ifuncmain1vispie ifuncmain1vispie.out.
2812         Define rules to build and run the tests.
2813         * elf/ifuncdep1.c: New file.
2814         * elf/ifuncdep1pic.c: New file.
2815         * elf/ifuncdep2.c: New file.
2816         * elf/ifuncdep2pic.c: New file.
2817         * elf/ifuncmain1.c: New file.
2818         * elf/ifuncmain1pic.c: New file.
2819         * elf/ifuncmain1picstatic.c: New file.
2820         * elf/ifuncmain1pie.c: New file.
2821         * elf/ifuncmain1static.c: New file.
2822         * elf/ifuncmain1staticpic.c: New file.
2823         * elf/ifuncmain1vis.c: New file..
2824         * elf/ifuncmain1vispic.c: New file..
2825         * elf/ifuncmain1vispie.c: New file.
2826         * elf/ifuncmain2.c: New file.
2827         * elf/ifuncmain2pic.c: New file.
2828         * elf/ifuncmain2picstatic.c: New file.
2829         * elf/ifuncmain2static.c: New file.
2830         * elf/ifuncmain3.c: New file.
2831         * elf/ifuncmain4.c: New file.
2832         * elf/ifuncmain4picstatic.c: New file.
2833         * elf/ifuncmain4static.c: New file.
2834         * elf/ifuncmod1.c: New file.
2835         * elf/ifuncmod3.c: New file.
2836
2837 2009-06-03  Ulrich Drepper  <drepper@redhat.com>
2838
2839         * elf/dl-sysdep.c (_dl_show_auxv): Terminate correct string.
2840
2841 2009-06-02  Ulrich Drepper  <drepper@redhat.com>
2842
2843         [BZ #10221]
2844         * posix/Makefile (routines): Add execvpe.
2845         * posix/Versions: Export execvpe for GLIBC_2.11.
2846         * posix/execvp.c: Now only a wrapper.  Move code to...
2847         * posix/execvpe.c: ...here.  New file.
2848         * posix/unistd.h: Declare execvpe.
2849
2850 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
2851
2852         * sysdeps/i386/dl-machine.h (elf_machine_rel): Reorder conditions
2853         for STT_GNU_IFUNC handling for efficiency.
2854         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
2855
2856         * sysdeps/i386/dl-irel.h (elf_irel): Use __libc_fatal instead of just
2857         _exit.
2858         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
2859
2860 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2861
2862         * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code
2863         for !SHARED.
2864
2865 2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>
2866
2867         * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED
2868         is not defined.
2869         (__rela_iplt_start): New declaration.
2870         (__rela_iplt_end): Likewise.
2871         (__rel_iplt_start): Likewise.
2872         (__rel_iplt_end): Likewise.
2873         (__libc_csu_init): Process __rela_iplt_start and __rel_iplt_start.
2874         * elf/elf.h (R_386_IRELATIVE): New macro.
2875         (R_X86_64_IRELATIVE): New macro.
2876         (R_386_NUM): Updated.
2877         (R_X86_64_NUM): Likewise.
2878         * include/libc-symbols.h (libc_ifunc_hidden_def1): New macro.
2879         (libc_ifunc_hidden_def): New macro.
2880         * sysdeps/generic/dl-irel.h: New file.
2881         * sysdeps/i386/dl-irel.h: New file.
2882         * sysdeps/x86_64/dl-irel.h: New file.
2883         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle R_386_IRELATIVE.
2884         (elf_machine_rela): Check SHN_UNDEF for STT_GNU_IFUNC symbol.
2885         Handle R_386_IRELATIVE.
2886         (elf_machine_lazy_rel): Handle R_386_IRELATIVE.
2887         (elf_machine_lazy_rela): Likewise.
2888         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2889         R_X86_64_IRELATIVE.
2890         (elf_machine_lazy_rel): Handle R_X86_64_IRELATIVE.
2891
2892 2009-05-31  Ulrich Drepper  <drepper@redhat.com>
2893
2894         * sysdeps/x86_64/multiarch/init-arch.h: Define COMMON_CPUID_INDEX_1
2895         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  So far there
2896         are no differences.  If an architecture has bits in CPUID index 1
2897         meaning different things the values for the COMMON_CPUID_INDEX_1
2898         index must not be set.
2899         (INTEL_HAS_POPCOUNT, AMD_HAS_POPCOUNT): Removed in favor of...
2900         (HAS_POPCOUNT): ...this.  New macro.
2901         * sysdeps/x86_64/multiarch/init-arch.c: Use COMMON_CPUID_INDEX_1
2902         instead of INTEL_CPUID_INDEX_1 and AMD_CPUID_INDEX_1.  Unify code
2903         to set the value for Intel and AMD architectures.
2904         * sysdeps/x86_64/cacheinfo.c: Use COMMON_CPUID_INDEX_1 instead of
2905         INTEL_CPUID_INDEX_1.
2906         * sysdeps/x86_64/multiarch/sched_cpucount.c: Adjust for HAS_POPCOUNT
2907         change.
2908
2909 2009-05-30  Andreas Schwab  <schwab@linux-m68k.org>
2910
2911         * configure.in: Move AC_CANONICAL_HOST before first use of $host
2912         and $build.
2913
2914 2009-05-29  Jakub Jelinek  <jakub@redhat.com>
2915
2916         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <errno.h>.
2917         (__expm1l): Set errno to ERANGE on overflow.
2918         * sysdeps/ieee754/ldbl-128/s_tanl.c: Include <errno.h>.
2919         (__tanl): Set errno to EDOM for Â±Inf.
2920         * sysdeps/ieee754/ldbl-128/s_cosl.c: Include <errno.h>.
2921         (__cosl): Set errno to EDOM for Â±Inf.
2922         * sysdeps/ieee754/ldbl-128/s_sinl.c: Include <errno.h>.
2923         (__sinl): Set errno to EDOM for Â±Inf.
2924
2925         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): If CHECK_SP is
2926         defined, use it.
2927         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
2928         * sysdeps/s390/s390-32/____longjmp_chk.c: New file.
2929         * sysdeps/s390/s390-64/____longjmp_chk.c: New file.
2930
2931 2009-05-29  Ulrich Drepper  <drepper@redhat.com>
2932
2933         * sysdeps/x86_64/cacheinfo.c: Compact intel_02_known array.  Adjust
2934         code accessing it.
2935         * sysdeps/unix/sysv/linux/i386/sysconf.c: Likewise.
2936
2937 2009-05-22  Andreas Schwab  <schwab@linux-m68k.org>
2938
2939         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Set errno for Â±Inf.
2940         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
2941         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
2942         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Set errno for overflow.
2943
2944         * sysdeps/powerpc/powerpc32/____longjmp_chk.S: New file.
2945         * sysdeps/powerpc/powerpc64/____longjmp_chk.S: New file.
2946         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Use CHECK_SP if
2947         defined.
2948         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
2949         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
2950
2951 2009-05-22  Jakub Jelinek  <jakub@redhat.com>
2952
2953         * sysdeps/unix/sysv/linux/accept4.c: Include kernel-features.h.
2954         (accept4): If __NR_accept4 is not defined, but __NR_socketcall
2955         is, either do nothing at all if __ASSUME_ACCEPT4, or
2956         call __internal_accept4 and handle EINVAL -> ENOSYS translation.
2957         * sysdeps/unix/sysv/linux/internal_accept4.S: New file.
2958         * sysdeps/unix/sysv/linux/i386/accept4.S (SOCKOP_accept4): Don't
2959         define.
2960         * sysdeps/unix/sysv/linux/i386/internal_accept4.S: New file.
2961         * sysdeps/unix/sysv/linux/Makefile (sysdep-routines): Add
2962         internal_accept4 in socket directory.
2963
2964 2009-05-20  H.J. Lu  <hongjiu.lu@intel.com>
2965
2966         * sysdeps/ia64/configure.in: New file.
2967
2968 2009-05-21  H.J. Lu  <hongjiu.lu@intel.com>
2969
2970         [BZ #10162]
2971         * sysdeps/ia64/memchr.S: Use speculative load.
2972
2973         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S: New file.
2974         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: If CHECK_RSP is defined,
2975         use it.
2976
2977         * sysdeps/i386/__longjmp.S: Add .text.
2978         * sysdeps/x86_64/__longjmp.S: Likewise.
2979
2980 2009-05-21  Ulrich Drepper  <drepper@redhat.com>
2981
2982         * sysdeps/unix/sysv/linux/kernel-features.h: Don't define
2983         __ASSUME_ACCEPT4 for IA-64.
2984
2985 2009-05-21  Jakub Jelinek  <jakub@redhat.com>
2986
2987         * sysdeps/unix/sysv/linux/accept4.c (__NR_accept4): Don't define.
2988
2989         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_paccept): Remove.
2990         (SOCKOP_accept4): Define.
2991
2992 2009-05-20  Ulrich Drepper  <drepper@redhat.com>
2993
2994         Sun approved the change of the license.
2995         * sunrpc/auth_des.c: Replace license text.
2996         * sunrpc/auth_none.c: Likewise.
2997         * sunrpc/auth_unix.c: Likewise.
2998         * sunrpc/authdes_prot.c: Likewise.
2999         * sunrpc/authuxprot.c: Likewise.
3000         * sunrpc/bindrsvprt.c: Likewise.
3001         * sunrpc/clnt_gen.c: Likewise.
3002         * sunrpc/clnt_perr.c: Likewise.
3003         * sunrpc/clnt_raw.c: Likewise.
3004         * sunrpc/clnt_simp.c: Likewise.
3005         * sunrpc/clnt_tcp.c: Likewise.
3006         * sunrpc/clnt_udp.c: Likewise.
3007         * sunrpc/clnt_unix.c: Likewise.
3008         * sunrpc/des_crypt.c: Likewise.
3009         * sunrpc/des_soft.c: Likewise.
3010         * sunrpc/get_myaddr.c: Likewise.
3011         * sunrpc/getrpcport.c: Likewise.
3012         * sunrpc/key_call.c: Likewise.
3013         * sunrpc/key_prot.c: Likewise.
3014         * sunrpc/openchild.c: Likewise.
3015         * sunrpc/pm_getmaps.c: Likewise.
3016         * sunrpc/pm_getport.c: Likewise.
3017         * sunrpc/pmap_clnt.c: Likewise.
3018         * sunrpc/pmap_prot.c: Likewise.
3019         * sunrpc/pmap_prot2.c: Likewise.
3020         * sunrpc/pmap_rmt.c: Likewise.
3021         * sunrpc/rpc/auth.h: Likewise.
3022         * sunrpc/rpc/auth_unix.h: Likewise.
3023         * sunrpc/rpc/clnt.h: Likewise.
3024         * sunrpc/rpc/des_crypt.h: Likewise.
3025         * sunrpc/rpc/key_prot.h: Likewise.
3026         * sunrpc/rpc/netdb.h: Likewise.
3027         * sunrpc/rpc/pmap_clnt.h: Likewise.
3028         * sunrpc/rpc/pmap_prot.h: Likewise.
3029         * sunrpc/rpc/pmap_rmt.h: Likewise.
3030         * sunrpc/rpc/rpc.h: Likewise.
3031         * sunrpc/rpc/rpc_des.h: Likewise.
3032         * sunrpc/rpc/rpc_msg.h: Likewise.
3033         * sunrpc/rpc/svc.h: Likewise.
3034         * sunrpc/rpc/svc_auth.h: Likewise.
3035         * sunrpc/rpc/types.h: Likewise.
3036         * sunrpc/rpc/xdr.h: Likewise.
3037         * sunrpc/rpc_clntout.c: Likewise.
3038         * sunrpc/rpc_cmsg.c: Likewise.
3039         * sunrpc/rpc_common.c: Likewise.
3040         * sunrpc/rpc_cout.c: Likewise.
3041         * sunrpc/rpc_dtable.c: Likewise.
3042         * sunrpc/rpc_hout.c: Likewise.
3043         * sunrpc/rpc_main.c: Likewise.
3044         * sunrpc/rpc_parse.c: Likewise.
3045         * sunrpc/rpc_parse.h: Likewise.
3046         * sunrpc/rpc_prot.c: Likewise.
3047         * sunrpc/rpc_sample.c: Likewise.
3048         * sunrpc/rpc_scan.c: Likewise.
3049         * sunrpc/rpc_scan.h: Likewise.
3050         * sunrpc/rpc_svcout.c: Likewise.
3051         * sunrpc/rpc_tblout.c: Likewise.
3052         * sunrpc/rpc_util.c: Likewise.
3053         * sunrpc/rpc_util.h: Likewise.
3054         * sunrpc/rpcinfo.c: Likewise.
3055         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
3056         * sunrpc/rpcsvc/key_prot.x: Likewise.
3057         * sunrpc/rpcsvc/klm_prot.x: Likewise.
3058         * sunrpc/rpcsvc/mount.x: Likewise.
3059         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
3060         * sunrpc/rpcsvc/rex.x: Likewise.
3061         * sunrpc/rpcsvc/rstat.x: Likewise.
3062         * sunrpc/rpcsvc/rusers.x: Likewise.
3063         * sunrpc/rpcsvc/sm_inter.x: Likewise.
3064         * sunrpc/rpcsvc/spray.x: Likewise.
3065         * sunrpc/rpcsvc/yppasswd.x: Likewise.
3066         * sunrpc/rtime.c: Likewise.
3067         * sunrpc/svc.c: Likewise.
3068         * sunrpc/svc_auth.c: Likewise.
3069         * sunrpc/svc_authux.c: Likewise.
3070         * sunrpc/svc_raw.c: Likewise.
3071         * sunrpc/svc_run.c: Likewise.
3072         * sunrpc/svc_simple.c: Likewise.
3073         * sunrpc/svc_tcp.c: Likewise.
3074         * sunrpc/svc_udp.c: Likewise.
3075         * sunrpc/svc_unix.c: Likewise.
3076         * sunrpc/svcauth_des.c: Likewise.
3077         * sunrpc/xcrypt.c: Likewise.
3078         * sunrpc/xdr.c: Likewise.
3079         * sunrpc/xdr_array.c: Likewise.
3080         * sunrpc/xdr_float.c: Likewise.
3081         * sunrpc/xdr_mem.c: Likewise.
3082         * sunrpc/xdr_rec.c: Likewise.
3083         * sunrpc/xdr_ref.c: Likewise.
3084         * sunrpc/xdr_sizeof.c: Likewise.
3085         * sunrpc/xdr_stdio.c: Likewise.
3086
3087         * po/da.po: Update from translation team.
3088
3089 2009-05-18  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3090
3091         * sysdeps/sh/____longjmp_chk.S: New file.
3092         * sysdeps/sh/sh3/__longjmp.S: If CHECK_SP is defined, use it.
3093         * sysdeps/sh/sh4/__longjmp.S: Likewise.
3094
3095 2009-05-18  Jakub Jelinek  <jakub@redhat.com>
3096             Ulrich Drepper  <drepper@redhat.com>
3097
3098         * nscd/nscd_helper.c (MINIMUM_HASHENTRY_SIZE): Define.
3099         (__nscd_cache_search): Assume each entry in the
3100         hash chain needs one hashentry and half of datahead.  Use
3101         MINIMUM_HASHENTRY_SIZE instead of sizeof(hashentry).
3102
3103 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
3104
3105         * posix/sys/wait.h: Fix typos.  Pretty printing.
3106         * stdlib/stdlib.h: Likewise.  Correct comments.
3107
3108         [BZ #10159]
3109         * stdlib/stdlib.h (__WAIT_INT): Match the definition in <sys/wait.h>.
3110
3111         * nscd/nscd_helper.c (__nscd_cache_search): Fix exit condition in last
3112         patch.
3113
3114 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3115
3116         * nscd/nscd_helper.c (__nscd_cache_search): Introduce loop counter.
3117         Use it if we absolutely cannot reach any more correct list elements
3118         because that many do not fit into the currently mapped database.
3119
3120 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
3121
3122         * nscd/nscd_helper.c: Include stddef.h.
3123         (__nscd_cache_search): Add datalen argument.  Use atomic_forced_read
3124         in a couple of places.  Return NULL if trail is not less than
3125         datasize, don't consider dataheads with length smaller than
3126         offsetof (struct datahead, data) + datalen.
3127         * nscd/nscd_client.h (__nscd_cache_search): Adjust prototype.
3128         * nscd/nscd_gethst_r.c (nscd_gethst_r): Adjust callers.
3129         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3130         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
3131         * nscd/nscd_getai.c (__nscd_getai): Likewise.
3132         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3133         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3134
3135         * sysdeps/unix/sysv/linux/i386/fallocate64.c (__fallocate64_l64):
3136         Rename ...
3137         (fallocate64): ... to this.
3138         * sysdeps/unix/sysv/linux/fallocate64.c (__fallocate64_l64):
3139         Rename ...
3140         (fallocate64): ... to this.
3141         * sysdeps/unix/sysv/linux/Versions (libc): Remove fallocate64.
3142         * sysdeps/unix/sysv/linux/wordsize-64/Versions (libc): Add
3143         fallocate64@@GLIBC_2.10.
3144         * sysdeps/unix/sysv/linux/i386/Versions (libc): Add
3145         fallocate64@@GLIBC_2.11.
3146         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (libc): Likewise.
3147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions (libc): Likewise.
3148         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (libc): Likewise.
3149         * sysdeps/unix/sysv/linux/sh/Versions (libc): Likewise.
3150
3151         * nscd/selinux.c (nscd_avc_destroy): Removed.
3152         * nscd/selinux.h (nscd_avc_destroy): Likewise.
3153         * nscd/nscd.c (termination_handler): Don't call
3154         nscd_avc_destroy.
3155
3156 2009-05-12  Jakub Jelinek  <jakub@redhat.com>
3157
3158         * include/atomic.h: Formatting.
3159         (catomic_compare_and_exchange_val_acq): Don't define if already
3160         defined by bits/atomic.h.
3161
3162 2009-05-15  Ulrich Drepper  <drepper@redhat.com>
3163
3164         * math/libm-test.inc (expm1_test): Add test for range error.
3165
3166         * Versions.def: Add GLIBC_2.11 for libc.
3167         * debug/Makefile (routines): Add longjmp_chk.
3168         Add rules to build and run tst-longjmp_chk.
3169         * debug/Versions: Export __longjmp_chk for GLIBC_2.11.
3170         * debug/longjmp_chk.c: New file.
3171         * debug/tst-longjmp_chk.c: New file.
3172         * include/bits/setjmp2.: New file.
3173         * include/stdio.h: Mark __fortify_fail as internal_function.
3174         * setjmp/Makefile (headers): Add bits/setjmp2.h.
3175         * setjmp/bits/setjmp2.h: New file.
3176         * setjmp/longjmp.c: If __libc_siglongjmp is defined, don't define any
3177         of the aliases.
3178         * setjmp/setjmp.h: Include <bits/setjmp2.h> if _FORTIFY_SOURCE is
3179         defined.
3180         * sysdeps/i386/____longjmp_chk.S: New file.
3181         * sysdeps/x86_64/____longjmp_chk.S: New file.
3182         * sysdeps/i386/__longjmp.S: If CHECK_ESP is defined, use it.
3183         * sysdeps/x86_64/__longjmp.S: Likewise.
3184
3185         * version.h: Bump for 2.11 development.
3186
3187         * elf/check-execstack.c: New file.
3188         * elf/Makefile: Add rules to build and run check-execstack.
3189
3190 2009-05-10  Ulrich Drepper  <drepper@redhat.com>
3191
3192         * version.h (VERSION): Bump to 2.10.1.
3193
3194         * nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any
3195         compatibility functions.
3196         * nss/getXXent_r.c: Likewise.
3197         * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED.
3198         * gshadow/getsgnam_r.c: Likewise.
3199         * gshadow/Version: Remove duplicate entries.
3200
3201         * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries
3202         for recent processor.
3203         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info):
3204         Likewise.
3205
3206 2009-05-09  Ulrich Drepper  <drepper@redhat.com>
3207
3208         * version.h (VERSION): Bump for 2.10 release.
3209         * include/features.h (__GLIBC_MINOR__): Bump to 10.
3210
3211         * Makeconfig: Undo last change.  Add asflags-cpu to ASFLAGS in the
3212         same place we add ASFLAGS-config.
3213
3214 2009-05-05  Aurelien Jarno  <aurelien@aurel32.net>
3215
3216         [BZ #10128]
3217         * resolv/res_query.c (__libc_res_nquery): If one query returns NOTIMP
3218         or FORMERR and the other NOERROR, don't raise an error.
3219
3220 2009-05-06  Ryan S. Arnold  <rsa@us.ibm.com>
3221
3222         [BZ #10118]
3223         * Makeconfig (+asflags): New variable based upon ASFLAG or
3224         asflags-cpu.
3225         (ASFLAGS): Add override to set ASFLAGS to +asflags.
3226         * config.make.in (asflags-cpu): Add variable based upon
3227         @libc_cv_cc_submachine@ to propagate -mcpu=CPU from --with-cpu=CPU to
3228         the assembler.
3229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
3230         Remove unneeded file now that the assembler emits _ARCH_PWR6 and
3231         recognizes power6 instruction set due to passing -mcpu=power6 from
3232         --with-cpu=power6 when compiling .S files.
3233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
3234         Likewise.
3235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
3236         Likewise.
3237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
3238         Likewise.
3239
3240 2009-05-09  Jakub Jelinek  <jakub@redhat.com>
3241
3242         * string/stratcliff.c (do_test): Test for zero length
3243         STRNLEN, MEMCHR, STRNCPY, STPNCPY, MEMCPY, MEMPCPY and memccpy
3244         at the end of the page.
3245
3246 2009-05-08  Ulrich Drepper  <drepper@redhat.com>
3247
3248         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_RANDOM.
3249
3250         * sysdeps/x86_64/memchr.S: Handle invalid buffer pointers when
3251         count is zero.
3252
3253         * po/da.po: Update from translation team.
3254
3255 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
3256
3257         * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,
3258         guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.
3259
3260 2009-05-05  Ulrich Drepper  <drepper@redhat.com>
3261
3262         * sysdeps/unix/sysv/linux/sys/personality.h: Add ADDR_COMPAT_LAYOUT
3263         and READ_IMPLIES_EXEC.
3264
3265 2009-05-04  Ulrich Drepper  <drepper@redhat.com>
3266
3267         * po/da.po: Update from translation team.
3268
3269 2009-04-29  Jakub Jelinek  <jakub@redhat.com>
3270
3271         * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
3272         comment change.
3273
3274 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
3275
3276         * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE
3277         to MAP_ANON in PROT_NONE mmap64 call.
3278         (open_archive): Likewise.
3279         (file_data_available_p): Use mmap64 instead of mremap.
3280         (enlarge_archive): Likewise.  Update head if ah->addr changed.
3281         Attempt to reserve address space after mmap64 region.
3282
3283 2009-04-26  Ulrich Drepper  <drepper@redhat.com>
3284
3285         * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow.
3286         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
3287         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
3288
3289         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in
3290         atanh should set ERANGE.
3291
3292         [BZ #10087]
3293         * elf/dl-runtime.c (_dl_fixup): Use DL_FIXUP_VALUE_ADDR to access
3294         result of lookup to make call to implement STT_GNU_IFUNC.
3295         (_dl_profile_fixup): Likewise.
3296         Patch by H.J. Lu <hjl.tools@gmail.com>.
3297
3298         * nscd/connections.c (send_ro_fd): Define temporary variable to avoid
3299         warning.
3300
3301         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline
3302         from definition.
3303
3304         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Don't define
3305         label if it is not used.
3306
3307         * elf/dl-profile.c (_dl_start_profile): Define real-type variant
3308         of gmon_hist_hdr and gmon_hdr structures and use them.
3309         * elf/sprof.c: Likewise.
3310
3311         * elf/dl-load.c (open_verify): Add temporary variable to avoid
3312         warning.
3313
3314         * nscd/nscd_helper.c (get_mapping): Avoid casts to avoid warnings.
3315
3316         * sunrpc/clnt_raw.c (clntraw_private_s): Use union in definition
3317         to avoid cast.
3318
3319         * inet/rexec.c (rexec_af): Make sa2 a union to avoid warnings.
3320         * inet/rcmd.c (rcmd_af): Make from a union of the various needed types
3321         to avoid warnings.
3322         (iruserok_af): Use ss_family instead of casts.
3323
3324         * gmon/gmon.c (write_hist): Define real-type variant of
3325         gmon_hist_hdr structure and use it.
3326         (write_gmon): Likewise for gmon_hdr.
3327
3328         * sysdeps/unix/sysv/linux/readv.c: Avoid declaration of replacement
3329         function if we are not going to define it.
3330         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3331
3332         * inet/inet6_option.c (option_alloc): Add temporary variable to
3333         avoid warning.
3334
3335         * libio/strfile.h (struct _IO_streambuf): Use correct type and
3336         name of VTable element.
3337         * libio/iovsprintf.c: Avoid casts to avoid warnings.
3338         * libio/iovsscanf.c: Likewise.
3339         * libio/vasprintf.c: Likewise.
3340         * libio/vsnprintf.c: Likewise.
3341         * stdio-common/isoc99_vsscanf.c: Likewise.
3342         * stdlib/strfmon_l.c: Likewise.
3343         * debug/vasprintf_chk.c: Likewise.
3344         * debug/vsnprintf_chk.c: Likewise.
3345         * debug/vsprintf_chk.c: Likewise.
3346
3347         * nss/nsswitch.c (__nss_lookup_function): En/Decrypt cached
3348         function pointers.
3349
3350 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
3351
3352         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings.
3353
3354 2009-04-25  Ulrich Drepper  <drepper@redhat.com>
3355
3356         * posix/bits/posix1_lim.h: Cleanup namespace a bit.
3357
3358         * sysdeps/i386/fpu/s_tan.S: Set errno for Â±Inf.
3359         * sysdeps/i386/fpu/s_tanf.S: Likewise.
3360         * sysdeps/i386/fpu/s_tanl.S: Likewise.
3361         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3362         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
3363         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
3364         * math/libm-test.inc: Add tests for errno after tan calls with
3365         Â±Inf.
3366
3367         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
3368         errno value vor pow(+-0,neg).
3369         * math/libm-test.inc (pow_test): Add tests for errno value for
3370         pole errors.
3371
3372         * math/w_fmod.c: Also handle x=±Inf as error.
3373         * math/w_fmodf.c: Likewise.
3374         * math/w_fmodl.c: Likewise.
3375         * math/libm-test.inc (fmod_test): Add tests for errno after calls for
3376         x=±Inf or y=0.
3377
3378         * sysdeps/i386/fpu/s_cos.S: Set errno for Â±Inf.
3379         * sysdeps/i386/fpu/s_cosf.S: Likewise.
3380         * sysdeps/i386/fpu/s_cosl.S: Likewise.
3381         * sysdeps/i386/fpu/s_sin.S: Likewise.
3382         * sysdeps/i386/fpu/s_sinf.S: Likewise.
3383         * sysdeps/i386/fpu/s_sinl.S: Likewise.
3384         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3385         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
3386         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
3387         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
3388         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
3389         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
3390         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
3391         * math/libm-test.inc: Add tests for errno after sin/cos calls with
3392         Â±Inf.
3393
3394         * stdlib/strtod_l.c (round_and_return): We have to set errno to
3395         ERANGE for underflows.
3396         * stdlib/tst-strtod.c (tests): Two tests should set errno to ERANGE.
3397
3398         * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since
3399         the 2001 revision.
3400
3401         * libio/tst-widetext.input: Remove surrogates.
3402
3403         * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
3404
3405         * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors
3406         for lgamma should set errno to ERANGE, not EDOM.
3407         * math/libm-test.inc (lgamma_test): Check errno for pole errors.
3408
3409 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3410
3411         [BZ #10093]
3412         * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
3413         UTF-16 surrogates.
3414
3415         * locale/programs/locarchive.c (enlarge_archive): Conserve address
3416         space when temporarily mapping the whole content of the old file.
3417
3418         [BZ #10100]
3419         * misc/hsearch_r.c (hsearch_r): Add back ensurance that hval is
3420         not zero.
3421
3422 2009-04-24  Jakub Jelinek  <jakub@redhat.com>
3423
3424         * iconvdata/sjis.c (BODY): Don't advance inptr before
3425         STANDARD_FROM_LOOP_ERR_HANDLER (2) for 2 byte invalid input.
3426         Use STANDARD_FROM_LOOP_ERR_HANDLER with 2 instead of 1 for
3427         two byte chars.
3428
3429 2009-04-24  Ulrich Drepper  <drepper@redhat.com>
3430
3431         * locale/locarchive.h (struct locarhandle): Rename len field to
3432         mmaped and add new reserved field.
3433         * locale/programs/locarchive.c (RESERVE_MMAP_SIZE): Define.
3434         (create_archive): Reserve address space and then map file into it.
3435         (open_archive): Likewise.
3436         (file_data_available_p): New function.
3437         (compare_from_file): New function.
3438         (close_archive): Adjust to member name changes.
3439         (add_locale): Before comparing locale data, check it is mapped.
3440         Otherwise fall back to reading from the file.
3441
3442 2009-04-23  H.J. Lu  <hongjiu.lu@intel.com>
3443
3444         * stdio-common/psiginfo.c: Include <errno.h>.
3445
3446 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3447
3448         [BZ #9920]
3449         * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
3450         to get consistency between 32 and 64 bit architectures.
3451
3452         [BZ #10052]
3453         * sysdeps/unix/make-syscalls.sh: Add rule to create target
3454         directory for dummy syscall rules.
3455         Patch by Chris Steinbroner <hesh@pobox.com>.
3456
3457 2009-04-23  Aurelien Jarno  <aurelien@aurel32.net>
3458
3459         [BZ #10092]
3460         * sysdeps/unix/sysv/linux/sys/mount.h: Define MNT_DETACH and
3461         MNT_EXPIRE.
3462
3463 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3464
3465         * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed.  Adjust.
3466         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3467
3468 2009-04-23  Jakub Jelinek  <jakub@redhat.com>
3469
3470         * sysdeps/posix/pwritev.c (PWRITEV): Fix up comment.  Copy
3471         data from vector to temporary buffer and call PWRITEV after it
3472         instead of vice versa.
3473         * sysdeps/posix/preadv.c: Fix up comment.
3474         * misc/preadv.c: Likewise.
3475         * misc/preadv64.c: Likewise.
3476         * misc/pwritev.c: Likewise.
3477         * misc/pwritev64.c: Likewise.
3478         * misc/sys/uio.h (preadv, pwritev, preadv64, pwritev64): Likewise.
3479
3480 2009-04-23  Ulrich Drepper  <drepper@redhat.com>
3481
3482         * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.
3483
3484         * shadow/Makefile (tests): Add tst-shadow.
3485         * shadow/tst-shadow.c: New file.
3486
3487         [BZ #9955]
3488         * gshadow/Makefile: New file.
3489         * gshadow/Versions: New file.
3490         * gshadow/fgetsgent.c: New file.
3491         * gshadow/fgetsgent_r.c: New file.
3492         * gshadow/getsgent.c: New file.
3493         * gshadow/getsgent_r.c: New file.
3494         * gshadow/getsgnam.c: New file.
3495         * gshadow/getsgnam_r.c: New file.
3496         * gshadow/gshadow.h: New file.
3497         * gshadow/putsgent.c: New file.
3498         * gshadow/sgetsgent.c: New file.
3499         * gshadow/sgetsgent_r.c: New file.
3500         * gshadow/tst-gshadow.c: New file.
3501         * include/gshadow.h: New file.
3502         * Makeconfig (all-subdirs): Add gshadow.
3503         * Makefile (installed-headers): Add gshadow/gshadow.h.
3504         * nss/Makefile (databases): Add sgrp.
3505         * nss/Versions: Add gshadow functions as private exports.
3506         * nss/nsswitch.conf: Add gshadow entry.
3507         * nss/sgrp-lookup.c: New file.
3508         * nss/nss_files/files-parse.c: Add STRING_LIST macro.  Rewrite
3509         parse_list to handle STRING_LIST and TRAILING_LIST_PARSER.
3510         * nss/nss_files/files-sgrp.c: New file.
3511         * sysdeps/generic/paths.h: Add _PATH_GSHADOW.
3512         * sysdeps/unix/sysv/linux/paths.h: Likewise.
3513
3514 2009-04-22  Ulrich Drepper  <drepper@redhat.com>
3515
3516         * stdio-common/printf.h: Add missing const to register_printf_modifier.
3517         * stdio-common/reg-modifier.c: Likewise.
3518
3519 2009-04-22  Andrew Stubbs  <ams@codesourcery.com>
3520
3521         * sysdeps/sh/sh4/setjmp.S (__sigsetjmp): Adjust JB_SIZE when there
3522         is no FPU.
3523
3524 2009-04-20  Ulrich Drepper  <drepper@redhat.com>
3525
3526         [BZ #10086]
3527         * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernel
3528         headers up to 2.6.30.
3529
3530         * po/ca.po: Update from translation team.
3531
3532 2009-04-19  Ulrich Drepper  <drepper@redhat.com>
3533
3534         [BZ #10069]
3535         * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
3536         an object that uses static TLS if the TLS modid is higher than the
3537         reserve we always allocate.  At least for multi-threaded code.
3538
3539 2009-04-18  Ulrich Drepper  <drepper@redhat.com>
3540
3541         * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.
3542         Numerically stable check for valid width.
3543
3544         * locale/programs/locarchive.c (open_archive): Map the entire file
3545         and not just the administrative data.
3546         (add_locale): When we find a hash sum match compare the content
3547         to be sure.
3548
3549         * malloc/malloc.c (malloc_info): Output address space information.
3550
3551 2009-04-17  Ulrich Drepper  <drepper@redhat.com>
3552
3553         * malloc/malloc.c (malloc_info): Also output system memory information.
3554
3555         * sysdeps/unix/sysv/linux/kernel-features.h: All supported
3556         architectures have preadv/pwritev in 2.6.30.
3557
3558         * sysdeps/posix/preadv.c: Reading of zero bytes is no error.
3559         * sysdeps/posix/readv.c: Likewise.
3560         Reported by Markus Armbruster <armbru@redhat.com>.
3561
3562         * malloc/hooks.c (top_check): Force hook value into register.
3563
3564 2009-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3565
3566         * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after all
3567         calls to _dl_relocate_object.
3568
3569 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3570
3571         [BZ #9957]
3572         * malloc/malloc.c (force_reg): Define.
3573         (sYSMALLOc): Load hook variable into variable
3574         before test and force into register.
3575         (sYSTRIm): Likewise.
3576         (public_mALLOc): Force hook value into register.
3577         (public_fREe): Likewise.
3578         (public_rEALLOc): Likewise.
3579         (public_mEMALIGn): Likewise.
3580         (public_vALLOc): Likewise.
3581         (public_pVALLOc): Likewise.
3582         (public_cALLOc): Likewise.
3583         (__posix_memalign): Likewise.
3584         * malloc/arena.c (ptmalloc_init): Load hook variable into variable
3585         before test and force into register.
3586         * malloc/hooks.c (top_check): Likewise.
3587         (public_sET_STATe): Pretty printing.
3588
3589         * resolv/res_send.c (send_dg): Don't just ignore the result we got
3590         in case we only receive one reply in single-request mode.
3591
3592 2009-04-16  Jakub Jelinek  <jakub@redhat.com>
3593
3594         * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries
3595         are dlopened in statically linked program even for __LM_ID_CALLER.
3596
3597 2009-04-16  Ulrich Drepper  <drepper@redhat.com>
3598
3599         * resolv/res_send.c (send_dg): Don't switch into single-request
3600         mode if we already are in it.
3601
3602 2009-04-15  Ulrich Drepper  <drepper@redhat.com>
3603
3604         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there
3605         are always at least 4 bytes in the returned line.
3606
3607 2009-04-15  Jakub Jelinek  <jakub@redhat.com>
3608
3609         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Check
3610         __libc_use_alloca (8192), if the stack is too small use 512 bytes
3611         instead of 8K.  Stop searching in /proc/stat after hitting first
3612         line not starting with cpu.
3613         (next_line): Truncate too long
3614         lines at buffer size * 3/4 instead of pretending there were line
3615         breaks inside of large lines.
3616
3617 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3618
3619         * sysdeps/x86_64/mp_clz_tab.c: New file.
3620
3621 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
3622             Ulrich Drepper  <drepper@redhat.com>
3623
3624         * sysdeps/unix/sysv/linux/fallocate.c: Handle old kernel headers.
3625         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
3626         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
3627
3628 2009-03-25  Andrew Stubbs  <ams@codesourcery.com>
3629
3630         * sysdeps/sh/libc-tls.c: New file.
3631
3632         * sysdeps/sh/bits/setjmp.h (__jmp_buf): Give name to structure type.
3633
3634 2009-04-14  Roland McGrath  <roland@redhat.com>
3635
3636         * elf/elf.h: Add various missing ARM constants, to match binutils.
3637
3638 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3639
3640         Optimizations from GMP.
3641         * sysdeps/x86_64/add_n.S: New file.
3642         * sysdeps/x86_64/addmul_1.S: New file.
3643         * sysdeps/x86_64/lshift.S: New file.
3644         * sysdeps/x86_64/mul_1.S: New file.
3645         * sysdeps/x86_64/rshift.S: New file.
3646         * sysdeps/x86_64/sub_n.S: New file.
3647         * sysdeps/x86_64/submul_1.S: New file.
3648
3649 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3650
3651         * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty.
3652         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
3653         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
3654         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3655
3656 2009-04-14  Ulrich Drepper  <drepper@redhat.com>
3657
3658         * sysdeps/unix/sysv/linux/kernel-features.h: SH also has
3659         preadv/pwritev.
3660
3661 2009-04-13  Ulrich Drepper  <drepper@redhat.com>
3662
3663         * sysdeps/x86-64/strrchr.S: New file.
3664
3665 2009-04-10  Ulrich Drepper  <drepper@redhat.com>
3666
3667         * stdio-common/printf.h (struct printf_info): Add user element.
3668         New types printf_arginfo_size_function, printf_va_arg_function.
3669         Declare register_printf_specifier, register_printf_modifier,
3670         register_printf_type.
3671         * stdio-common/printf-parse.h (struct printf_spec): Add size element.
3672         (union printf_arg): Add pa_user element.
3673         Adjust __printf_arginfo_table type.
3674         Add __printf_va_arg_table, __printf_modifier_table,
3675         __handle_registered_modifier_mb, and __handle_registered_modifier_wc
3676         declarations.
3677         * stdio-common/printf-parsemb.c: Recognize registered modifiers.
3678         If registered arginfo call failed try normal specifier.
3679         * stdio-common/printf-prs.c: Pass additional parameter to arginfo
3680         function.
3681         * stdio-common/Makefile (routines): Add reg-modifier and reg-type.
3682         * stdio-common/Versions: Export register_printf_modifier,
3683         register_printf_type, and register_printf_specifier for GLIBC_2.10.
3684         * stdio-common/reg-modifier.c: New file.
3685         * stdio-common/reg-type.c: New file.
3686         * stdio-common/reg-printf.c (__register_printf_specifier): New
3687         function.  Mostly the old __register_printf_function function but
3688         uses locking and type of third parameter changed.
3689         (__register_printf_function): Implement using
3690         __register_printf_specifier.
3691         * stdio-common/vfprintf.c (vfprintf): Collect argument sizes in
3692         calls to arginfo functions.  Allocate enough memory for user-defined
3693         types.  Call new va_arg functions to get user-defined types.
3694         Try installed handlers even for existing format specifiers first.
3695
3696 2009-04-09  Ulrich Drepper  <drepper@redhat.com>
3697
3698         * sysdeps/x86_64/rawmemchr.S: New file.
3699
3700         * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.
3701         Simplified code and possible copy problem fixed.
3702
3703         * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for static
3704         function if it is not defined.  Add some necessary casts.
3705         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
3706
3707         * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 also
3708         have preadv/pwritev in 2.6.30.
3709
3710 2009-04-08  Ulrich Drepper  <drepper@redhat.com>
3711
3712         * malloc/malloc.c (malloc_info): New function.
3713         * malloc/malloc.h: Declare it.
3714         * malloc/Versions: Export malloc_info for GLIBC_2.10.
3715
3716         * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64
3717         to avoid PLT slot.
3718
3719         * malloc/malloc.c (_int_realloc): Add parameter with old block
3720         size.  Remove duplicated test.  Don't handle mmap'ed blocks here.
3721         Adjust all callers.
3722         * malloc/hooks.c (realloc_check): Adjust _int_realloc call.
3723
3724 2009-04-07  Ulrich Drepper  <drepper@redhat.com>
3725
3726         * sysdeps/x86_64/strchrnul.S: New file.
3727
3728         * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of
3729         depending libcrypt on -lfreebl3.
3730
3731         * sysdeps/unix/sysv/linux/kernel-features.h: Power also has
3732         preadv/pwritev in 2.6.30.
3733
3734         * resolv/nss_dns/dns-host.c (getanswer_r): Use strcasecmp
3735         instead of __strcasecmp.
3736
3737         * string/stratcliff.c (do_test): Add memchr tests..
3738         * wcsmbs/wcsatcliff.c (MEMCHR): Define.
3739         * sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
3740         first read quad word.
3741
3742 2009-04-06  Ulrich Drepper  <drepper@redhat.com>
3743
3744         * string/strverscmp.c (__strverscmp): Fix last cleanups.
3745         * string/tst-svc.input: Add new test case.
3746         * string/tst-svc.expect: Adjust.
3747         * string/Makefile: Don't ignore tst-svc error.
3748
3749         * sysdeps/x86_64/memchr.S: New file.
3750
3751         * resolv/resolv.h (RES_SNGLKUP): Define.
3752         * resolv/res_init.c (res_setoptions): Recognize single-request option.
3753         * resolv/res_send.c (send_dg): If we sent two requests at once and
3754         only get one reply before timeout switch to mode where we send the
3755         second request only after the first answer has been received.
3756
3757 2009-04-05  Ulrich Drepper  <drepper@redhat.com>
3758
3759         * sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
3760         * sysdeps/x86_64/strchr.S: Likewise.
3761
3762 2009-04-03  Ulrich Drepper  <drepper@redhat.com>
3763
3764         * configure.in: We need to test for the compiler earlier.
3765
3766         * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64.
3767         * misc/Versions: Export preadv, preadv64, pwritev, pwritev64 for
3768         GLIBC_2.10.
3769         * misc/sys/uio.h: Declare preadv, preadv64, pwritev, pwritev64.
3770         * sysdeps/unix/sysv/linux/kernel-features.h: Add entries for preadv
3771         and pwritev.
3772         * misc/preadv.c: New file.
3773         * misc/preadv64.c: New file.
3774         * misc/pwritev.c: New file.
3775         * misc/pwritev64.c: New file.
3776         * sysdeps/posx/preadv.c: New file.
3777         * sysdeps/posx/preadv64.c: New file.
3778         * sysdeps/posx/pwritev.c: New file.
3779         * sysdeps/posx/pwritev64.c: New file.
3780         * sysdeps/unix/sysv/linux/preadv.c: New file.
3781         * sysdeps/unix/sysv/linux/preadv64.c: New file.
3782         * sysdeps/unix/sysv/linux/pwritev.c: New file.
3783         * sysdeps/unix/sysv/linux/pwritev64.c: New file.
3784         * sysdeps/unix/sysv/linux/wordsize-64/preadv64.c: New file.
3785         * sysdeps/unix/sysv/linux/wordsize-64/pwritev64.c: New file.
3786
3787         * sysdeps/unix/sysv/linux/readv.c (__libc_readv): Fix calling of
3788         compatibility code.
3789         * sysdeps/unix/sysv/linux/writev.c (__libc_writev): Likewise.
3790
3791         * sysdeps/unix/sysv/linux/kernel-features.h: Define
3792         __ASSUME_COMPLETE_READV_WRITEV.
3793         * sysdeps/unix/sysv/linux/readv.c: No need for userlevel fallback
3794         with modern kernels.
3795         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3796
3797         * sysdeps/posix/readv.c: Since read is a cancellation point we have
3798         to free a possible malloced buffer in case of cancellation.
3799         * sysdeps/posix/writev.c: Likewise for write.
3800
3801 2009-04-02  Ulrich Drepper  <drepper@redhat.com>
3802
3803         * sysdeps/unix/sysv/linux/bits/socket.h: Add missing protocol numbers.
3804
3805         * configure.in: Recognize --enable-nss-crypt.
3806         * config.make.in: Add nss-crypt entry.
3807         * crypt/Makefile: If nss-crypt==yes, don't build md5.c, sha256.c,
3808         sha512.c.  Don't run md5test, sha256test, sha512test.  Pass -DUSE_NSS
3809         and include path for NSS directory to compiler for md5-crypt,
3810         sha256-crypt, sha512-crypt.  Link libcrypt.so with -lfreebl3.
3811         * crypt/md5-crypt.c: If USE_NSS is defined, don't use local hash
3812         function implementation, use NSS.  Introduce wrappers around the
3813         hash function calls.  Little code size optimization.
3814         * crypt/sha256-crypt.c: Likewise.
3815         * crypt/sha512-crypt.c: Likewise.
3816         * scripts/check-local-headers.sh: Ignore nss3 directory.
3817
3818         * configure.in: Rename pic_default to libc_cv_pic_default.
3819         * config.make.in: Likewise.
3820
3821 2009-04-01  Roland McGrath  <roland@redhat.com>
3822
3823         * elf/elf.h (R_SPARC_GLOB_JMP): New macro.
3824         (R_SPARC_GOTDATA_HIX22, R_SPARC_GOTDATA_LOX10): New macros.
3825         (R_SPARC_GOTDATA_OP_HIX22, R_SPARC_GOTDATA_OP_LOX10): Likewise.
3826         (R_SPARC_GOTDATA_OP, R_SPARC_H34): Likewise.
3827         (R_SPARC_SIZE32, R_SPARC_SIZE64): Likewise.
3828         (R_SPARC_GNU_VTINHERIT, R_SPARC_GNU_VTENTRY, R_SPARC_REV32): Likewise.
3829         (R_SPARC_NUM): Update.
3830         From Dave Miller <davem@davemloft.net>.
3831
3832 2009-04-01  Ulrich Drepper  <drepper@redhat.com>
3833
3834         * sysdeps/unix/sysv/linux/sys/eventfd.h (EFD_SEMAPHORE): Define.
3835
3836 2009-03-31  Ulrich Drepper  <drepper@redhat.com>
3837
3838         * elf/dl-open.c: Keep track of used name spaces and only iterate over
3839         those which are used.
3840         * elf/dl-addr.c: Likewise.
3841         * elf/dl-caller.c: Likewise.
3842         * elf/dl-fini.c: Likewise.
3843         * elf/dl-iteratephdr.c: Likewise.
3844         * elf/dl-libc.c: Likewise.
3845         * elf/dl-load.c: Likewise.
3846         * elf/dl-support.c: Likewise.
3847         * elf/dl-sym.c: Likewise.
3848         * elf/rtld.c: Likewise.
3849         * sysdeps/generic/ldsodefs.h: Likewise.
3850
3851         * elf/dl-load.c: Remove support for systems without MAP_ANON.
3852         * elf/dl-minimal.c: Likewise.
3853         * elf/dl-misc.c: Likewise.
3854         * elf/rtld.c: Likewise.
3855         * sysdeps/generic/ldsodefs.h: Likewise.
3856
3857 2009-03-30  Ulrich Drepper  <drepper@redhat.com>
3858
3859         * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.
3860         Avoid reuse of complex expression.
3861
3862         * po/fr.po: Update from translation team.
3863
3864 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3865
3866         * include/dirent.h: Yet more changes to match sort function type
3867         change.
3868         * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise.
3869         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
3870         * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
3871
3872 2009-03-16  Thomas Schwinge  <tschwinge@gnu.org>
3873
3874         * dirent/scandir64.c (scandir64): Adjust declaration to type change.
3875
3876 2009-03-16  Ulrich Drepper  <drepper@redhat.com>
3877
3878         * nscd/connections.c (restart): Try to preserve the process name
3879         by reading the /proc/self/exe symlink and using the return name.
3880         Patch by Jeff Bastian <jbastian@redhat.com>.
3881
3882 2009-03-15  Ulrich Drepper  <drepper@redhat.com>
3883
3884         [BZ #9733]
3885         * elf/dl-load.c (_dl_map_object_from_fd): Only call audit hooks
3886         if we are not loading a new audit library.
3887         * elf/dl-reloc (_dl_relocate_object): Third parameter is now a bitmask.
3888         Only use profiling trampoline for auditing if we are not relocating
3889         an audit library.
3890         * elf/dl-open.c (dl_open_worker): Adjust _dl_relocate_object call.
3891         * elf/rtld.c: Likewise.
3892         * sysdeps/generic/ldsodefs.h: Adjust _dl_relocate_object prototype.
3893
3894         * elf/rtld.c (dl_main): Extend help message for --audit option.
3895
3896         [BZ #9759]
3897         * dirent/dirent.h: Adjust prototypes of scandir, scandir64, alphasort,
3898         alphasort64, versionsort, and versionsort64 to POSIX 2008.
3899         * dirent/alphasort.c: Adjust implementation to type change.
3900         * dirent/alphasort64.c: Likewise.
3901         * dirent/scandir.c: Likewise.
3902         * dirent/versionsort.c: Likewise.
3903         * dirent/versionsort64.c: Likewise.
3904         * sysdeps/wordsize-64/alphasort.c: Add hack to hide alphasort64
3905         declaration.
3906         * sysdeps/wordsize-64/versionsort.c: Add hack to hide versionsort64
3907         declaration.
3908
3909         [BZ #9880]
3910         * inet/inet6_rth.c (inet6_rth_reverse): Compute number of segments
3911         correctly.  Set segleft member in output as required.
3912         Patch partly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3913         * inet/tst-inet6_rth.c (do_test): Add tests for inet6_rth_reverse.
3914
3915         [BZ #9881]
3916         * inet/inet6_rth.c (inet6_rth_add): Add some error checking.
3917         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
3918         * inet/Makefile (tests): Add tst-inet6_rth.
3919         * inet/tst-inet6_rth.c: New file.
3920
3921         [BZ #5807]
3922         * string/strlen.c (strlen): Fix omission in the expression to test
3923         for NUL bytes.
3924
3925 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
3926
3927         * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way.
3928
3929         * elf/dl-runtime.c (reloc_offset): Define.
3930         (reloc_index): Define.
3931         (_dl_fixup): Rename reloc_offset parameter to reloc_arg.
3932         (_dl_fixup_profile): Likewise.  Use reloc_index instead of
3933         computing index from reloc_offset.
3934         (_dl_call_pltexit): Likewise.
3935         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Just pass
3936         the relocation index to _dl_fixup.
3937         (_dl_runtime_profile): Likewise for _dl_fixup_profile and
3938         _dl_call_pltexit.
3939         * sysdeps/x86_64/dl-runtime.c: New file.
3940
3941         [BZ #9893]
3942         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix
3943         alignment of La_x86_64_regs.  Store xmm parameters.
3944         Patch mostly by Jiri Olsa <olsajiri@gmail.com>.
3945
3946         [BZ #9913]
3947         * string/strverscmp.c (__strverscmp): Fix case of different digits
3948         in fractional part of string.
3949         Patch by Jingyu Liu <jyliu@fortinet.com>.
3950         * string/Makefile (tests): Add tst-svc2.
3951         * string/tst-svc2.c: New file.
3952
3953         * string/strverscmp.c (__strverscmp): Optimize size of tables.
3954
3955         * locale/iso-639.def: Add Min Nan.
3956
3957 2009-03-11  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
3958
3959         [BZ #9948]
3960         * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.
3961
3962 2009-03-14  Ulrich Drepper  <drepper@redhat.com>
3963
3964         * elf/dl-sysdep.c (auxvars): Compress data structure.
3965
3966         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement
3967         STT_GNU_IFUNC handling.
3968         (elf_machine_rela): Likewise.
3969
3970 2009-03-13  Ulrich Drepper  <drepper@redhat.com>
3971
3972         * config.h.in (USE_MULTIARCH): Define.
3973         * configure.in: Handle --enable-multi-arch.
3974         * elf/dl-runtime.c (_dl_fixup): Handle STT_GNU_IFUNC.
3975         (_dl_fixup_profile): Likewise.
3976         * elf/do-lookup.c (dl_lookup_x): Likewise.
3977         * sysdeps/x86_64/dl-machine.h: Handle STT_GNU_IFUNC.
3978         * elf/elf.h (STT_GNU_IFUNC): Define.
3979         * include/libc-symbols.h (libc_ifunc): Define.
3980         * sysdeps/x86_64/cacheinfo.c: If USE_MULTIARCH is defined, use the
3981         framework in init-arch.h to get CPUID values.
3982         * sysdeps/x86_64/multiarch/Makefile: New file.
3983         * sysdeps/x86_64/multiarch/init-arch.c: New file.
3984         * sysdeps/x86_64/multiarch/init-arch.h: New file.
3985         * sysdeps/x86_64/multiarch/sched_cpucount.c: New file.
3986
3987         * config.make.in (experimental-malloc): Define.
3988         * configure.in: Handle --enable-experimental-malloc.
3989         * malloc/Makefile: Handle experimental-malloc flag.
3990         * malloc/malloc.c: Implement PER_THREAD and ATOMIC_FASTBINS features.
3991         * malloc/arena.c: Likewise.
3992         * malloc/hooks.c: Likewise.
3993         * malloc/malloc.h: Define M_ARENA_TEST and M_ARENA_MAX.
3994
3995 2009-03-11  Ulrich Drepper  <drepper@redhat.com>
3996
3997         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add branch
3998         prediction.  A few size optimizations.
3999
4000 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4001
4002         * time/tzset.c: Optimize a bit for size.
4003
4004 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4005
4006         * include/stdio.h (fmemopen): Add libc_hidden_proto.
4007         * libio/fmemopen.c (fmemopen): Add libc_hidden_def.
4008
4009         * elf/sprof.c: Avoid warning about multi-line comment.
4010
4011 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4012
4013         * time/tzset.c (__tzset_parse_tz): Use correct string when parsing
4014         DST name.
4015         * time/tst-posixtz.c: Add tests for quoted timezone names.
4016
4017 2009-03-10  Jakub Jelinek  <jakub@redhat.com>
4018
4019         * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
4020         _POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
4021         200809L instead of 200112L.
4022         (_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
4023         * posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
4024
4025         * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
4026         instead of __quick_exit_funcs to __run_exit_handlers.
4027         * stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.
4028         * stdlib/exit.h (__run_exit_handlers): Add noreturn attribute.
4029         (__cxa_at_quick_exit): Remove attribute_hidden.
4030         * stdlib/exit.c (exit): Pass &__exit_funcs instead of __exit_funcs
4031         to __run_exit_handlers.
4032         * stdlib/cxa_at_quick_exit.c (__cxa_at_quick_exit): Remove
4033         attribute_hidden.
4034
4035 2009-03-10  Ulrich Drepper  <drepper@redhat.com>
4036
4037         * po/id.po: Update from translation team.
4038
4039 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
4040
4041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use
4042         .machine push; .machine "power6" and .machine pop around mtfsf
4043         insns outside of _ARCH_PWR6 define.
4044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
4045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
4046         Likewise.
4047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
4048         Likewise.
4049         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR): Likewise.
4050         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register,
4051         relax_fenv_state): Likewise.
4052
4053 2009-03-08  Ulrich Drepper  <drepper@redhat.com>
4054
4055         * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and
4056         cxa_at_quick_exit.
4057         (static-only-routines): Add at_quick_exit.
4058         * stdlib/Versions: Export quick_exit and __cxa_at_quick_exit for
4059         GLIBC_2.10.
4060         * stdlib/quick_exit.c: New file.
4061         * stdlib/at_quick_exit.c: New file.
4062         * stdlib/cxa_at_quick_exit.c: New file.
4063         * stdlib/cxa_atexit.c (__cxa_atexit): Move body to new function.  Call
4064         it appropriately.
4065         (__internal_atexit): New function.
4066         (__new_exitfn): Now takes parameter to point to the list to use.
4067         * stdlib/cxa_finalize.c: Remove quick_exit handlers, don't call them.
4068         * stdlib/exit.c (__run_exit_handlers): New function.  Split from...
4069         (exit): ...here.  Just call __run_exit_handlers appropriately.
4070         * stdlib/exit.h: Declare __quick_exit_funcs, __run_exit_handlers,
4071         __internal_atexit, __cxa_at_quick_exit.  Adjust __new_exitfn.
4072         * stdlib/on_exit.c: Adjust call to __new_exitfn.
4073         * stdlib/stdlib.h: Declare at_quick_exit and quick_exit.
4074
4075         * po/id.po: Update from translation team.
4076
4077 2009-03-07  Ulrich Drepper  <drepper@redhat.com>
4078
4079         * po/ru.po: Update from translation team.
4080
4081 2009-03-04  Ulrich Drepper  <drepper@redhat.com>
4082
4083         * po/nl.po: Update from translation team.
4084
4085 2009-03-03  Ulrich Drepper  <drepper@redhat.com>
4086
4087         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}.
4088         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4089         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4090         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
4091         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4092         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4093         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4094
4095         * po/pl.po: Update from translation team.
4096
4097 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4098
4099         [BZ #7083]
4100         * sysdeps/unix/sysv/linux/fallocate.c: New file.
4101         * sysdeps/unix/sysv/linux/fallocate64.c: New file.
4102         * sysdeps/unix/sysv/linux/wordsize-64/fallocate64.c: New file.
4103         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: New file.
4104         * sysdeps/unix/sysv/linux/i386/fallocate64.c: New file.
4105         * sysdeps/unix/sysv/linux/i386/fallocate.c: New file.
4106         * sysdeps/unix/sysv/linux/Versions: Export fallocate and fallocate64
4107         for GLIBC_2.10.
4108         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
4109         Add fallocate and fallocate64.
4110
4111         * io/fcntl.h: Pretty printing.
4112
4113 2009-03-02  Richard Guenther  <rguenther@suse.de>
4114
4115         * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__
4116         attribute also for non-C99 inline semantics variant.
4117
4118 2009-02-12  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
4119
4120         * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file.
4121         * sysdeps/powerpc/powerpc32/power7/Implies: Likewise.
4122         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
4123         * sysdeps/powerpc/powerpc64/power7/Implies: Likewise.
4124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies:
4125         Likewise.
4126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies:
4127         Likewise.
4128
4129 2009-03-02  Ulrich Drepper  <drepper@redhat.com>
4130
4131         * po/cs.po: Update from translation team.
4132
4133 2009-02-28  Ulrich Drepper  <drepper@redhat.com>
4134
4135         * po/bg.po: Update from translation team.
4136         * po/sv.po: Likewise.
4137         * po/fi.po: Likewise.
4138         * po/vi.po: Likewise.
4139
4140 2009-02-27  Roland McGrath  <roland@redhat.com>
4141
4142         * Makeconfig (%.v.i): Depend on Makeconfig.
4143         Exclude % lines from initial #-comment removal.
4144
4145 2009-02-27  Ulrich Drepper  <drepper@redhat.com>
4146
4147         * po/ko.po: Update from translation team.
4148
4149 2009-02-26  Roland McGrath  <roland@redhat.com>
4150
4151         * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it,
4152         avoids unused warning.
4153
4154 2009-02-26  Andrew Stubbs  <ams@codesourcery.com>
4155             SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
4156
4157         * sysdeps/unix/sysv/linux/sh/sys/procfs.h: Don't include signal.h,
4158         sys/ucontext.h and asm/elf.h.  Include sys/user.h.
4159         * sysdeps/unix/sysv/linux/sh/sys/user.h: Don't include features.h
4160         and asm/user.h.  Include asm/ptrace.h.
4161         (PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS,
4162         PTRACE_SETFPREGS, PTRACE_GETFDPIC, PTRACE_GETFDPIC_EXEC,
4163         PTRACE_GETFDPIC_INTERP, PTRACE_GETDSPREGS, PTRACE_SETDSPREGS):
4164         Undefine.
4165         (start_thread): Don't undefine.
4166         (elf_greg_t, ELF_NGREG, elf_fpregset_t, user_fpu_struct, user):
4167         Define.
4168
4169 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
4170
4171         * wctype/wctype.h: The *_l functions are in POSIX 2008.
4172         * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy,
4173         wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs,
4174         wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l.
4175         * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from
4176         200112L to 200809L.
4177         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
4178         * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4179         _SC_THREAD_ROBUST_PRIO_PROTECT entries.
4180         * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and
4181         _SC_THREAD_ROBUST_PRIO_PROTECT.
4182         * posix/unistd.h: fexecve is in POSIX 2008.
4183         * time/time.h: strftime_l is in POSIX 2008.
4184         * io/sys/stat.h: futimens is in POSIX 2008.
4185         * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008.
4186         * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal,
4187         strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008.
4188         * stdlib/stdlib.h: mkdtemp is in POSIX 2008.
4189         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
4190         open_memstream, and vdprintf are in POSIX 2008.
4191
4192 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
4193
4194         * include/features.h: Define macros for XPG7/POSIX 2008.
4195         * ctype/ctype.h: The *_l functions are in POSIX 2008.
4196         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
4197         POSIX 2008.
4198         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
4199         * locale/xlocale.h: Define locale_t type.
4200         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
4201         in POSIX 2008.  Don't define locale_t here.
4202         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
4203         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
4204         UTIME_OMIT only with __USE_ATFILE.
4205         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
4206         * stdio-common/psiginfo.c: New file.
4207         * stdio-common/psiginfo-data.h: New file.
4208         * stdio-common/psiginfo-define.h: New file.
4209         * stdio-common/Makefile (routines): Add psiginfo.
4210         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
4211         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
4212         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
4213         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
4214         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
4215         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
4216         * io/sys/stat.h: Move mknodat definition into same conditional as
4217         mknod.
4218         * time/sys/time.h: futimesat is not among the functions accepted
4219         into the POSIX standard.
4220
4221         * include/features.h: If no feature selection given and we select
4222         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
4223         * posix/Versions: Export __posix_getopt.
4224         * posix/getopt.c (_getopt_initialize): Take additional parameter.
4225         Use it to alternatively initialize __posixly_correct.
4226         (_getopt_internal_r): Take addition parameter.  Pass on to
4227         _getopt_initialize.
4228         (_getopt_internal): Take addition parameter.  Pass on to
4229         _getopt_internal_r.
4230         (getopt): Pass additional zero to _getopt_internal.
4231         (__posix_getopt): New function.
4232         * posix/getopt.h: Add redirection for getopt.
4233         * posix/getopt1.c (getopt_long): Pass additional zero to
4234         _getopt_internal.
4235         (getopt_long_only): Likewise.
4236         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
4237         (_getopt_long_only_r): Likewise.
4238         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
4239         _getopt_internal_r.
4240
4241 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4242
4243         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
4244         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4245         * sysdeps/posix/sysconf.c (__sysconf): Handle
4246         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
4247         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
4248
4249 2009-02-24  Roland McGrath  <roland@redhat.com>
4250
4251         [BZ #9895]
4252         * README.template: Reworded not to use substituted version number.
4253         Renamed to ...
4254         * README: ... here (no longer generated).
4255         * Makefile (README): Target removed.
4256
4257 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
4258
4259         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
4260         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
4261         instead.
4262
4263         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
4264
4265         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
4266
4267 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
4268
4269         * po/bg.po: Update from translation team.
4270
4271 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
4272
4273         * stdlib/monetary.h: Uglify function parameter names.
4274         * sunrpc/rpc/pmap_clnt.h: Likewise.
4275         * sunrpc/rpc/svc.h: Likewise.
4276         * sunrpc/rpc/xdr.h: Likewise.
4277         * sunrpc/rpc/clnt.h: Likewise.
4278         * resolv/netdb.h: Likewise.
4279         * resolv/arpa/nameser.h: Likewise.
4280         * resolv/resolv.h: Likewise.
4281         * argp/argp.h: Likewise.
4282         * locale/langinfo.h: Likewise.
4283         * io/sys/stat.h: Likewise.
4284         * posix/spawn.h: Likewise.
4285         * nis/rpcsvc/nislib.h: Likewise.
4286         * malloc/obstack.h: Likewise.
4287         * sysdeps/ia64/bits/link.h: Likewise.
4288         * sysdeps/i386/bits/link.h: Likewise.
4289         * sysdeps/s390/bits/link.h: Likewise.
4290         * sysdeps/powerpc/bits/link.h: Likewise.
4291         * sysdeps/x86_64/bits/link.h: Likewise.
4292         * sysdeps/sparc/bits/link.h: Likewise.
4293         * sysdeps/sh/bits/link.h: Likewise.
4294         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
4295         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
4296         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
4297         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4298
4299 2008-12-01  Fredrik Unger  <fred@tree.se>
4300
4301         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
4302         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
4303         _FP_UNPACK_RAW_2, fix up first argument.
4304
4305 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
4306
4307         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
4308         (GET_NPROCS_PARSER): Change parameters and use next_line.
4309         (__get_nprocs): Rewrite to not use stdio routines.
4310         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
4311         Change parameters and use next_line.
4312
4313 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
4314
4315         [BZ #5381]
4316         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
4317         Change mempool_alloc prototype.
4318         * nscd/mem.c (gc): Don't handle mem_in_flight.
4319         (mempool_alloc): Third parameter now only indicates whether this is the
4320         first call (to allocate data) or not.  If it is, get db rdlock.
4321         Release it on error.  Don't handle mem_in_flight.
4322         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
4323         Adjust third parameter of mempool_alloc calls.
4324         Nothing to do here in case mempool_alloc fails.
4325         Avoid local variable shadowing parameter.  No need to get db rdlock
4326         before calling cache_add.
4327         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
4328         no mem_in_flight array anymore.
4329         * nscd/connections.c: Remove definition and handling of mem_in_flight.
4330         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
4331         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
4332         in case mempool_alloc fails. No need to get db rdlock before calling
4333         cache_add.
4334         * nscd/hstcache.c (cache_addhst): Likewise.
4335         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4336         * nscd/servicescache.c (cache_addserv): Likewise.
4337         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
4338
4339 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
4340
4341         * po/lt.po: Update from translation team.
4342
4343 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
4344
4345         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
4346         defined, allow additional data to be added using the optional
4347         MORE_ELF_HEADER_DATA macro.
4348         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
4349         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
4350
4351 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
4352
4353         * include/atomic.h: Define catomic_and if not already defined.
4354         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
4355         * sysdeps/i386/i486/bits/atomic.h: Likewise.
4356
4357 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
4358
4359         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
4360         Change all callers.
4361         (_int_realloc): Likewise.  Third argument is now padded size
4362         All _int_* functions are now static.
4363
4364         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
4365         * malloc/arena.c: Likewise.
4366         * include/malloc.h: Remove now unnecessary declarations of the _int_*
4367         functions.
4368
4369         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
4370         easily.
4371
4372         * malloc/malloc.c: Add branch prediction for use of the hooks.
4373
4374         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
4375
4376 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4377
4378         [BZ #7095]
4379         * bits/confname.h: Add SUSv7 macros for getconf environments.
4380         * bits/environments.h: Likewise.
4381         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
4382         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
4383         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
4384         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
4385         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
4386         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
4387         * posix/getconf.c: Likewise.
4388         * posix/sysconf.c: Likewise.
4389         * sysdeps/posix/sysconf.c: Likewise.
4390         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
4391         environments.
4392
4393 2009-01-16  Petr Baudis  <pasky@suse.cz>
4394
4395         [BZ #9753]
4396         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
4397         even if we currently have zero nscount.
4398
4399 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4400
4401         [BZ #9781]
4402         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
4403         the input line is too long.
4404
4405         * po/Makefile (libc.pot): Add f_print as function taking c-format
4406         parameter.
4407
4408         * debug/xtrace.sh: Unify translatable messages.
4409         * elf/ldd.bash.in: Likewise.
4410         * elf/sprof.c: Likewise.
4411         * locale/programs/locale.c: Likewise.
4412         * malloc/memusage.sh: Likewise.
4413         * nss/getent.c: Likewise.
4414
4415 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
4416
4417         * debug/pcprofiledump.c (print_version,
4418         argp_program_version_hook): New function.
4419         * elf/ldconfig.c (more_help): New function.
4420         (argp): Use it.
4421         * elf/sln.c (usage): New function.
4422         (main): Support --help and --version.
4423         * malloc/memusagestat.c (print_version): New function.
4424         (argp_program_version_hook): New variable.
4425         * nscd/nscd.c (more_help): New function.
4426         (argp): Use it.
4427         * posix/getconf.c (main): Send --version output to stdout.
4428         Support --help.
4429         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
4430         arguments.  All callers changed.
4431         (print_version): New function.
4432         (parseargs): Support --help and --version.
4433         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
4434         changed.
4435         (print_version): New function.
4436         (main): Use getopt_long.  Support --help and --version.
4437         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
4438         --version.
4439
4440 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
4441
4442         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
4443         (update_data): Fix handling of wrapping back
4444         to the beginning of the buffer.
4445
4446         [BZ #9823]
4447         * stdio-common/psignal.c (psignal): Fix test for empty string.
4448
4449 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
4450
4451         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
4452         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
4453         move _null_auth to .rodata.
4454
4455         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
4456         value of 24.
4457
4458         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
4459
4460         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4461         today than when the original code was written.  Use larger
4462         buffers.  This also makes it unnecessary to have stat information,
4463         if this causes extra efforts.
4464         (__opendir): In case O_DIRECTORY works, don't call fstat just for
4465         __alloc_dir.
4466
4467 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
4468
4469         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
4470         is set.
4471         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
4472         * sysdeps/sh/sh4/__longjmp.S: Likewise.
4473         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
4474         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
4475         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
4476         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
4477
4478 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4479
4480         * po/ru.po: Update from translation team.
4481
4482 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4483
4484         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
4485         Add _tid slot to maintain consistency with kernel.
4486
4487 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
4488
4489         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
4490         incomplete characters at end of input buffer.
4491         * libio/Makefile (tests): Add tst-fgetwc.
4492         * libio/tst-fgetwc.c: New file.
4493         * libio/tst-fgetwc.input: New file.
4494
4495 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
4496
4497         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
4498
4499 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
4500
4501         [BZ #9793]
4502         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
4503         *OUTBUFSTART unless the whole output fit into the buffer.
4504         * iconv/Makefile (tests): Add tst-iconv4.
4505         * iconv/tst-iconv4.c: New file.
4506
4507 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
4508
4509         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
4510         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
4511
4512 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
4513
4514         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
4515         newer linker scripts.
4516
4517 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4518
4519         [BZ #7040]
4520         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
4521         inotify_rm_watch should have type int.
4522
4523 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
4524
4525         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
4526         Make aligned_restore_vmx a local symbol.
4527         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
4528         Likewise.
4529
4530 2009-01-30  Andreas Jaeger  <aj@suse.de>
4531
4532         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
4533         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
4534         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
4535         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
4536         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
4537         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
4538         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
4539
4540 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
4541
4542         [BZ #9726]
4543         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
4544         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
4545
4546 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
4547
4548         [BZ #9726]
4549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4550         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4552         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
4553
4554 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
4555
4556         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
4557         memcpy instead of memcmp.
4558         (_dl_setup_pointer_guard): Likewise.
4559
4560 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
4561
4562         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4563         manipulated brk, use malloc_printerr.
4564         * misc/sbrk.c (__sbrk): Better error handling for nonsense
4565         requests.
4566
4567 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
4568
4569         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
4570         rindex): For C++ add inlines so that they can be recognized as
4571         builtins.
4572         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
4573
4574 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4575             Jakub Jelinek  <jakub@redhat.com>
4576
4577         * string/string.h: Define correct C++ prototypes for gcc 4.4.
4578         * wcsmbs/wchar.h: Likewise.
4579
4580 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
4581
4582         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
4583         (stackinfo_sub_sp): Define.
4584
4585 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4586
4587         [BZ #9750]
4588         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
4589         * include/alloca.h (alloca_account): Define.
4590         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
4591         (stackinfo_sub_sp): Define.
4592
4593         * nscd/connections.c (nscd_init): If database file access fails
4594         check whether this is due to permission problems and bail in that
4595         case.
4596
4597         [BZ #9741]
4598         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
4599         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
4600
4601 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4602
4603         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4604         Add "t" to clobber list.
4605         (INTERNAL_SYSCALL_NCS): Likewise.
4606
4607 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
4608
4609         * nss/getent.c (print_networks): Don't print comma between aliases.
4610
4611 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
4612
4613         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
4614
4615         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
4616         the hash table.
4617         * misc/Makefile (tests): Add bug-hsearch1.
4618         * misc/bug-hsearch1.c: New file.
4619
4620 2009-01-22  Roland McGrath  <roland@redhat.com>
4621
4622         * Makeconfig (%.v.i): Strip trailing # comments,
4623         not only whole-line comments.
4624
4625 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
4626
4627         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
4628         one parameter.  If non-NULL use it to initialize return value.
4629         (_dl_setup_pointer_guard): New function.
4630         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4631         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
4632         * elf/rtld.c (security_init): Pass _dl_random to
4633         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
4634         pointer_chk_guard.
4635         * elf/dl-sysdep.c (_dl_random): New variable.
4636         (_dl_sysdep_start): Handle AT_RANDOM.
4637         (_dl_show_auxv): Likewise.
4638         * elf/dl-support.c (_dl_random): New variable.
4639         (_dl_aux_init): Handle AT_RANDOM.
4640         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
4641         to _dl_setup_stack_chk_guard.
4642
4643         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
4644
4645 2009-01-10  Roland McGrath  <roland@redhat.com>
4646
4647         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
4648
4649 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
4650
4651         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
4652
4653         [BZ #9706]
4654         * nss/nss_files/files-parse.c (strtou32): New function.
4655         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
4656         across 32-bit and 64-bit platforms.
4657         (INT_FIELD_MAYBE_NULL): Likewise.
4658
4659 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
4660
4661         [BZ #9720]
4662         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
4663         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
4664         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
4665         Likewise.
4666
4667 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
4668
4669         [BZ #697]
4670         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
4671         being NULL also if there are no backreferences.
4672         * posix/rxspencer/tests: Add testcases.
4673
4674 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
4675
4676         [BZ #9697]
4677         * posix/bug-regex17.c: Add testcases.
4678         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
4679         handling.
4680
4681 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4682
4683         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
4684         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
4685         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
4686         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
4687         for elf subdir.
4688         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
4689         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
4690         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
4691         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
4692         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4693         * sysdeps/unix/sysv/linux/s390/Versions: New file.
4694
4695 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
4696
4697         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
4698         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
4699         re_string_skip_chars, re_string_reconstruct): Likewise.
4700         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
4701
4702 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
4703
4704         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
4705         adjust the buffer alignment.
4706
4707 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4708
4709         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
4710         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
4711         net/route.h.
4712
4713         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
4714         flavor to description only when flavor is not NULL.
4715
4716         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
4717         mutex after SIGIO/SIGURG lookup loop.
4718
4719 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4720
4721         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
4722
4723 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
4724
4725         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
4726         handling.
4727
4728 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
4729
4730         * sysdeps/unix/sysv/linux/kernel-features.h
4731         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
4732
4733         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
4734         if no output is written.
4735
4736         * version.h: Bump to 2.10 development.
4737
4738         * posix/getconf.c: Update copyright year.
4739         * nss/getent.c: Likewise.
4740         * iconv/iconvconfig.c: Likewise.
4741         * iconv/iconv_prog.c: Likewise.
4742         * elf/ldconfig.c: Likewise.
4743         * catgets/gencat.c: Likewise.
4744         * csu/version.c: Likewise.
4745         * elf/ldd.bash.in: Likewise.
4746         * elf/sprof.c (print_version): Likewise.
4747         * locale/programs/locale.c: Likewise.
4748         * locale/programs/localedef.c: Likewise.
4749         * nscd/nscd.c (print_version): Likewise.
4750         * debug/xtrace.sh: Likewise.
4751         * malloc/memusage.sh: Likewise.
4752         * malloc/mtrace.pl: Likewise.
4753         * debug/catchsegv.sh: Likewise.
4754
4755 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
4756
4757         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
4758         script.
4759
4760 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
4761
4762         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
4763         gethostbyname4_r function call succeeded, just leave the loop.
4764
4765         [BZ #9694]
4766         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
4767         very end.
4768         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
4769         * wctype/Makefile (tests): Add bug-wctypeh.
4770         * wctype/bug-wctypeh.c: New file.
4771
4772         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
4773         LOCALDOMAIN is defined.
4774         * nscd/nscd_getai.c (__nscd_getai): Likewise.
4775
4776         * sysdeps/x86_64/bits/select.h: New file.
4777
4778         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
4779
4780 2008-12-21  Bruno Haible  <bruno@clisp.org>
4781
4782         [BZ #9677]
4783         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
4784         if no output is written.
4785
4786 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
4787
4788         * login/utmp_file.c (pututline_file): Replace call to dup2 with
4789         libc internal symbol __dup2 to avoid access through the PLT.
4790
4791 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
4792
4793         [BZ #6545]
4794         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
4795         available only for __USE_GNU.
4796
4797         * inet/Makefile (tests): Add tst-getni2.
4798         * inet/tst-getni2.c: New file.
4799
4800         [BZ #7080]
4801         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
4802         NULL when NI_NAMEREQD is set.
4803         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
4804         * inet/Makefile (tests): Add tst-getni1.
4805         * inet/tst-getni1.c: New file.
4806
4807 2008-12-03  Petr Baudis  <pasky@suse.cz>
4808
4809         [BZ #7067]
4810         * nscd/connections.c (invalidate_cache): Use prune_run_lock
4811         instead of prune_lock.
4812         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
4813         * nscd/nscd.h (database_dyn): Add prune_run_cache.
4814
4815 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
4816
4817         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
4818         use.
4819
4820         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
4821         handling.
4822
4823         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
4824         after reading name server list.
4825
4826         [BZ #7058]
4827         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
4828         handling for host name aliases.
4829
4830 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
4831
4832         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
4833         instead of doing things manually.
4834
4835 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
4836
4837         * posix/regex_internal.h (build_wcs_upper_buffer):
4838         Return type is reg_error_t.
4839
4840 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
4841
4842         * posix/globtest.sh: Use mktemp to create temporary file and
4843         directory.
4844
4845         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
4846         sets correctly.
4847         (__CPU_CLR_S): Likewise.
4848         (__CPU_ISSET_S): Likewise.
4849
4850 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
4851             Ulrich Drepper  <drepper@redhat.com>
4852
4853         * scripts/firstversion.awk: Use custom comparison function to compare
4854         version numbers.
4855         * scripts/versions.awk: Use sort invocation which can handle
4856         multi-digit sub-version numbers.
4857
4858 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
4859
4860         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
4861         * locale/iso-639.def: Add Chhattisgarhi entry.
4862
4863 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
4864
4865         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
4866         ESRCH return value.
4867         (_nss_dns_gethostbyname4_r): Likewise.
4868         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
4869         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
4870         gethostbyname4_r, we don't have a separate IPv6 status, so copy
4871         the no_data variable.
4872
4873         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
4874         information at the correct index.
4875
4876         * socket/sys/socket.h: Declare accept4.
4877         * socket/accept4.c: New file.
4878         * sysdeps/unix/sysv/linux/accept4.c: New file.
4879         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
4880         * socket/Makefile (routines): Add accept4.
4881         * socket/Versions: Export accept4 with version GLIBC_2.10.
4882         * socket/paccept.c: Removed.
4883         * sysdeps/unix/sysv/linux/paccept.c: Removed.
4884         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
4885         * Versions.def: Define GLIBC_2.10 for libc.
4886         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
4887
4888         * nscd/connections.c: Use accept4.
4889
4890         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
4891
4892 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
4893
4894         * resolv/res_send.c (send_dg): Create sockets with non-blocking
4895         flag already set.
4896
4897         * stdlib/setenv.c (unsetenv): Don't search environment if it does
4898         not exist.
4899         * stdlib/Makefile (tests): Add tst-unsetenv1.
4900         * stdlib/tst-unsetenv1.c: New file.
4901
4902 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
4903
4904         * login/utmp_file.c (file_writable): New variable.
4905         (setutent_file): Don't try to open file for writing.
4906         (pututline_file): Before writing, make descriptor writable if
4907         necessary.
4908
4909 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
4910
4911         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
4912         to IPv4 or IPv6 if an interface has been found.
4913
4914 2008-11-26  Roland McGrath  <roland@redhat.com>
4915
4916         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
4917         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
4918
4919         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
4920         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
4921         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
4922
4923         * elf/elf.h (NT_386_IOPERM): New macro.
4924         (NT_PPC_VSX): New macro.
4925
4926 2008-11-25  Roland McGrath  <roland@redhat.com>
4927
4928         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
4929         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
4930         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
4931         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
4932         Subdirectories moved to ports repository.
4933         * configure.in (base_machine): Remove alpha case.
4934
4935 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
4936
4937         * sysdeps/mach/strerror_l.c: New file.
4938
4939 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
4940
4941         [BZ #6411]
4942         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
4943         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
4944         magic numbers.
4945         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
4946         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
4947         (relax_fenv_state): Same as above.
4948         (FPSCR_29): Reserve bit in ISA 2.05.
4949         (FPSCR_NI): Provide define for compat.
4950         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
4951         magic numbers.
4952         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
4953         magic numbers.
4954         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
4955         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
4956         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
4957         access to hwcap to account for hwcap size increase to uint64_t.
4958         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
4959         Likewise.
4960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
4961         (*setcontext): Likewise.
4962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
4963         New file.
4964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
4965         New file.
4966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
4967         (*setcontext): dynamically select mtfsf insn based on
4968         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
4969         increase to uint64_t.
4970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
4971         (*swapcontext): dynamically select mtfsf insn based on
4972         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
4973         increase to uint64_t.
4974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
4975         New file.
4976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
4977         New file.
4978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
4979         (*setcontext): dynamically select mtfsf insn based on
4980         PPC_FEATURE_HAS_DFP.
4981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
4982         (*swapcontext): dynamically select mtfsf insn based on
4983         PPC_FEATURE_HAS_DFP.
4984
4985 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
4986
4987         * version.h: Bump for 2.9 release.
4988         * include/features.h (__GLIBC_MINOR__): Bump to 9.
4989
4990         [BZ #7029]
4991         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
4992         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
4993         all the rounding.
4994
4995 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
4996
4997         [BZ #7009]
4998         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
4999         unknown request types for now.
5000
5001 2008-11-11  Roland McGrath  <roland@redhat.com>
5002
5003         * sysdeps/x86_64/configure: New file.
5004
5005         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
5006         * configure: Regenerated.
5007
5008 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5009
5010         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
5011         correct instruction to remove the stack frame.
5012
5013 2008-11-03  Michael Matz  <matz@suse.de>
5014
5015         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
5016         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
5017
5018 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
5019
5020         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
5021         Remove.
5022
5023         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
5024         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
5025         of the thread variable instead of void *.
5026         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
5027         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
5028         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5029         __libc_tsd_define arguments.
5030         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
5031         __libc_tsd_address arguments.  Remove union hack.
5032         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
5033         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
5034         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
5035         Adjust __libc_tsd_{set,get} arguments.
5036         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
5037         __libc_tsd_define arguments.
5038         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
5039         arguments.
5040         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
5041         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
5042         (LOCALE): Adjust __libc_tsd_define arguments.
5043         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
5044         arguments.
5045         (LOCALE): Adjust __libc_tsd_define arguments.
5046         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
5047         arguments.
5048         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
5049         arguments.
5050
5051 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
5052
5053         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
5054         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5055
5056 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
5057
5058         [BZ #6966]
5059         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
5060
5061 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
5062             Ulrich Drepper  <drepper@redhat.com>
5063
5064         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
5065         definition for GCC 3.1 and later.
5066
5067 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
5068
5069         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
5070         refetch dtv, as it might have changed.
5071         * elf/Makefile: Add rules to build and run tst-tls18.
5072         * elf/tst-tls18.c: New test.
5073         * elf/tst-tlsmod18a.c: New file.
5074
5075 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
5076
5077         [BZ #6875]
5078         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
5079
5080 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5081
5082         [BZ #6867]
5083         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
5084
5085         [BZ #6919]
5086         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
5087         Fix length of copy operation.
5088
5089 2008-10-02  Pierre Habouzit <madcoder@debian.org>
5090
5091         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
5092         and fix its calling convention.
5093
5094 2008-10-07  Andreas Schwab  <schwab@suse.de>
5095
5096         [BZ #6942]
5097         * resolv/res_send.c (send_vc): Fix last change.
5098         (send_dg): Align here as well.
5099
5100 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
5101
5102         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
5103         return value in case rlimit is RLIM_INFINITY.
5104
5105         [BZ #6947]
5106         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
5107         for UL_SETFSIZE.
5108         * resource/Makefile (tests): Add bug-ulimit1.
5109         * resource/bug-ulimit1.c: New file.
5110
5111         [BZ #6974]
5112         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
5113         without dot.  Properly terminate the string with a null byte.
5114         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
5115
5116         [BZ #6980]
5117         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
5118         negative sizees.
5119         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
5120         negative __size.
5121
5122         [BZ #6995]
5123         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
5124
5125 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
5126
5127         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
5128         abort if there is no initgroups_dyn function.
5129
5130         * resolv/res_send.c (send_dg): On timeout, only return nonzero
5131         result if any of the queries really provided an answer.
5132
5133 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
5134
5135         * po/lt.po: Update from translation team.
5136
5137 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
5138
5139         * po/id.po: Update from translation team.
5140
5141 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
5142
5143         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
5144         Fix tests for existence of second reply.
5145
5146 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
5147
5148         * po/id.po: New file.
5149         Contributed by the Indonesian translation team.
5150
5151 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
5152
5153         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
5154         initialization.
5155
5156 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
5157
5158         * elf/Makefile: Add rules to build and run tst-tls17.
5159         * elf/tst-tls17.c: New test.
5160         * elf/tst-tlsmod17a.c: New file.
5161         * elf/tst-tlsmod17b.c: Likewise.
5162
5163 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
5164
5165         * stdlib/divmod_1.c: Use correct type for dummy variable.
5166         * stdlib/mod_1.c: Likewise.
5167
5168 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
5169
5170         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
5171
5172 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
5173
5174         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
5175         __nonnull order for C++.
5176         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
5177         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
5178
5179 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
5180
5181         * stdlib/longlong.h: Update from GCC.
5182
5183 2008-10-09  Jakub Jelinek <jakub@redhat.com>
5184             David S. Miller  <davem@davemloft.net>
5185
5186         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
5187         make sure any registers used with 64-bit 'branch-on-register'
5188         instructions have their top 32-bits clear.
5189         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
5190         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
5191
5192 2008-09-18  Andreas Schwab  <schwab@suse.de>
5193
5194         [BZ #6942]
5195         * resolv/res_send.c (send_vc): Fix use of unaligned address.
5196         Properly handle partial reads.
5197
5198 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
5199
5200         * elf/elf.h (STO_MIPS_PLT): New.
5201         (R_MIPS_COPY): New.
5202         (R_MIPS_JUMP_SLOT): New.
5203         (R_MIPS_NUM): Redefine to 128.
5204         (DT_MIPS_PLTGOT): New.
5205         (DT_MIPS_RWPLT): New.
5206         (DT_MIPS_NUM): Redefine to 0x35.
5207
5208 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
5209
5210         * timezone/africa: Update from tzdata2008f.
5211         * timezone/asia: Likewise.
5212         * timezone/australasia: Likewise.
5213         * timezone/europe: Likewise.
5214         * timezone/leapseconds: Likewise.
5215         * timezone/northamerica: Likewise.
5216         * timezone/southamerica: Likewise.
5217         * timezone/zone.tab: Likewise.
5218
5219 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
5220
5221         * nscd/connections.c: Disable use of paccept for now.
5222
5223 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
5224
5225         * socket/Versions: Remove paccept export for GLIBC_2.9.
5226         * socket/Makefile (routines): Remove paccept.
5227         * socket/sys/socket.h: Remove paccept declaration.
5228
5229         * po/sv.po: Update from translation team.
5230
5231 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
5232
5233         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
5234         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
5235
5236 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
5237
5238         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
5239         Patch by Olivier Fourdan <ofourdan@redhat.com>.
5240
5241 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
5242
5243         * sunrpc/rpc/svc.h: Declare svcfd_create.
5244         Patch by Michael Solberg <msolberg@redhat.com>.
5245
5246 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
5247             Ulrich Drepper  <drepper@redhat.com>
5248
5249         * malloc/malloc.c (public_vALLOc): Try other arenas in case
5250         _int_valloc fails.
5251         (public_pVALLOc): Likewise.
5252
5253 2008-09-02  Andreas Jaeger  <aj@suse.de>
5254
5255         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
5256         commit.
5257
5258 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
5259
5260         [BZ #6860]
5261         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
5262
5263 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
5264
5265         * Makefile (check-data): Check data directory in add-ons.
5266         * elf/Makefile (check-data): Likewise.
5267
5268 2008-08-18  Roland McGrath  <roland@redhat.com>
5269
5270         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
5271         * configure: Regenerated.
5272         * config.make.in (cflags-cpu): New substituted variable.
5273         (with-cpu): Variable removed.
5274         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
5275
5276 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
5277
5278         [BZ #6845]
5279         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
5280         __signbitl definition and __LONG_DOUBLE_128__ guard from:
5281         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
5282         redundant.  Functions which call floating point assembler operations
5283         should go into a sysdeps powerpc/fpu directory.
5284
5285 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
5286
5287         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
5288         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
5289
5290 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
5291
5292         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
5293
5294         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
5295         change related to AT_EXECFN.  We cannot use that string.
5296         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
5297         _dl_execfn member.
5298         * elf/dl-support.c: Remove _dl_execfn variable.
5299         (_dl_aux_init): Remove handling of AT_EXECFN.
5300         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
5301         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
5302
5303 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
5304
5305         [BZ #6544]
5306         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
5307         byte gets added to writes and seeks from the end use the length of
5308         the buffer and not the currently terminating NUL byte.
5309
5310         [BZ #6634]
5311         * login/utmp_file.c (getutent_r_file): Take additional parameter.
5312         Set to true if locking failed.
5313         (getutid_r_file): Adjust caller.
5314         (pututline_file): Likewise.  Return NULL in this case.
5315         Patch mostly by halesh.s@gmail.com.
5316
5317 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
5318
5319         [BZ #6589]
5320         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
5321         Define.
5322         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
5323
5324 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
5325
5326         [BZ #6839]
5327         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
5328         macro since it is now available in elf/dynamic-link.h.
5329
5330 2008-08-12  Roland McGrath  <roland@frob.com>
5331
5332         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
5333         in case used outside of libc.
5334         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
5335
5336 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
5337
5338         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
5339         directly instead of going through dn_comp.
5340
5341 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
5342
5343         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5344         Fix asm constraints.
5345
5346 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5347
5348         [BZ #6790]
5349         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
5350         (IPV6_PMTUDISC_PROBE): Likewise.
5351
5352 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
5353
5354         [BZ #6791]
5355         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
5356
5357 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
5358             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
5359
5360         [BZ #6817]
5361         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
5362         Added the members 'vsx' and 'arch_2_06'.
5363         (_dl_powerpc_platforms): Add the member 'power7'.
5364         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
5365         to reflect the changes required by VSX and ISA 2.06.
5366         Modify _DL_PLATFORMS_COUNT to reflect the addition of
5367         'power7'.
5368         Defined PPC_PLATFORM_POWER7.
5369         (_dl_string_platform): Add support for POWER7.
5370         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
5371         capability and ISA 2.06.
5372
5373 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
5374
5375         [BZ #6824]
5376         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
5377         macro to detect use of 128 bit long double.
5378         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
5379
5380 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
5381
5382         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
5383
5384         [BZ #5794]
5385         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
5386         parameters.
5387         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
5388         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
5389
5390 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
5391
5392         * nscd/connections.c (main_loop_poll): Pass a buffer which is
5393         guaranteed to be large enough to read inotify event.  Ignore
5394         EAGAIN error.  Better error message.  Add branch predicition.
5395         (main_loop_epoll): Likewise.
5396
5397 2008-08-02  Roland McGrath  <roland@frob.com>
5398
5399         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
5400         Add memory clobbers.
5401
5402 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
5403
5404         * manual/arith.texi: Avoid @strong{Note:}.
5405         * manual/creature.texi: Likewise.
5406         * manual/filesys.texi: Likewise.
5407         * manual/math.texi: Likewise.
5408         * manual/memory.texi: Likewise.
5409         * manual/resource.texi: Likewise.
5410         * manual/syslog.texi: Likewise.
5411         * manual/time.texi: Likewise.
5412
5413         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
5414         to prevent warning.
5415
5416 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
5417
5418         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
5419         new epoll_create1 interface.
5420         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
5421         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
5422         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
5423
5424         * include/arpa/nameser.h (NS_GET16): Use const pointer.
5425         (NS_GET32): Likewise.
5426
5427         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
5428         syscalls, too.
5429
5430         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
5431         use the AT_EXECFN value if it is no absolute path.
5432         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
5433         __ASSUME_AT_EXECFN.
5434
5435         * Versions.def: Add GLIBC_2.9 to libresolv.
5436         * include/resolv.h: Remove hidden proto declarations for __ns_*
5437         functions.  Add them for __dn_count_labels and __p_secstodate.
5438         * include/arpa/nameser.h: Add a number of hidden proto declarations.
5439         Define ns_msg_getflags macro here.
5440         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
5441         and __p_secstodate.
5442         * resolv/Versions: Export functions from <arpa/nameser.h> from
5443         libresolv in version GLIBC_2.9.
5444         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
5445         hidden definitions.
5446         * resolv/ns_netint.c: Likewise.
5447         * resolv/ns_parse.c: Likewise.
5448         * resolv/ns_print.c: Likewise.
5449         * resolv/ns_samedomain.c: Likewise.
5450         * resolv/ns_ttl.c: Likewise.
5451         * resolv/arpa/nameser_compat.h: Likewise.
5452         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
5453         function calls.
5454         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
5455         instead of ns_get16.
5456         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
5457         __ns_get32 instead of ns_get16 and ns_get32 respectively.
5458         (gaih_getanswer_slice): Likewise.
5459         * resolv/Makefile (libresolv-routines): Add ns_date.
5460         * resolv/ns_date.c: New file.
5461
5462         * elf/Makefile (check-localplt.out): Also check libresolv and
5463         libcrypt.
5464
5465 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
5466
5467         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5468         __ASSUME_O_CLOEXEC.
5469
5470 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
5471
5472         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
5473         buffer passed to NSS functions.
5474
5475         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
5476
5477         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
5478         Define.
5479
5480         * misc/syslog.c (openlog_internal): Fix compile problem.
5481
5482 2008-07-28  Roland McGrath  <roland@redhat.com>
5483
5484         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
5485
5486 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
5487
5488         * io/ftw.c (add_object): Remove inline to avoid warning.
5489
5490         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
5491
5492         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
5493         Use it instead of locally defined resplen2 variable.
5494         (res_nsend): Adjust for __libc_res_nsend interface change.
5495         (send_vc): Initialize *resplen2 if necessary.  Read length of
5496         package into an appropriately aligned variable.  Store converted length
5497         in new variable and use it appropriately.
5498         Add branch prediction help.
5499         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
5500         and pass it on to __libc_res_nsend.  Adjust all callers.
5501         (__libc_res_nsearch): Likewise.
5502         (__libc_res_nqeurydomain): Likewise.
5503         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
5504         change.
5505         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
5506         Define resplen2 variable and pass it to __libc_res_nsearch and then
5507         to gaih_getanswer.
5508         (getanswer_r): In case of incorrect DNS data don't overread buffer.
5509         Add branch prediction.
5510         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
5511         (gaih_getanswer): Don't decode second slice if first one failed due
5512         to a too small buffer.  Don't let not found status of second
5513         decoder shadow results of the first.
5514         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
5515         and __libc_res_nquery interface changes
5516         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
5517         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
5518         __libc_res_nsearch, and __libc_res_nsend.
5519         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
5520         change.
5521         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
5522         __libc_res_nsearch interface changes.
5523
5524 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
5525
5526         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
5527
5528         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
5529         file descriptors with close-on-exec set.
5530         (exec_comm_child): Fix the case where the write end of the pipe is
5531         STDOUT_FILENO already.  In case it is, clear close-on-exec.
5532
5533         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
5534         * io/pipe2.c: Likewise.
5535         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
5536         instead of __ASSUME_PACCEPT.
5537         * include/unistd.h: Declare __have_pipe2.
5538         * libio/iopopen.c: Implement "e" flag.
5539         * libio/Makefile (tests): Add tst-popen1.
5540         * libio/tst-popen1.c: New file.
5541
5542         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
5543         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
5544
5545 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5546
5547         [BZ #6771]
5548         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
5549         success call of _IO_SEEKOFF or calls which failed because the
5550         descriptor is for a pipe.
5551
5552         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
5553         magic number.
5554
5555         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
5556
5557         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
5558         F_SETFD use if we know fopen set the flag.
5559
5560         * login/utmp_file.c (setutent_file): Minor optimization in case
5561         O_CLOEXEC is available.
5562
5563 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
5564
5565         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
5566         * elf/Makefile: Use pie-ccflag variable.
5567         * nscd/Makefile: Likewise.
5568         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
5569
5570 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
5571
5572         [BZ #6724]
5573         * Versions.def: Add GLIBC_2.9 version tag for libutil.
5574         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
5575         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
5576         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
5577         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
5578         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
5579         utmp32, utmpx32 and login32.
5580         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
5581         versions of struct utmp functions to libc and libutil.
5582         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
5583         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
5584         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
5585         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
5586         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
5587         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
5588         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
5589         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
5590         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
5591         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
5592         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
5593         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
5594         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
5595         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
5596         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
5597         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
5598         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
5599         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
5600         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
5601         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
5602         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
5603         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
5604
5605 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
5606
5607         * scripts/gen-as-const.awk: Generate more widely usable code by
5608         using 64-bit arithmetic.
5609
5610         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
5611         the same treatment as narrow output code in last patch.
5612
5613         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
5614
5615         [BZ #6763]
5616         * elf/dl-load.c (local_strdup): Remove inline.
5617         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
5618         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
5619         part of the object.
5620
5621         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
5622
5623 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
5624
5625         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
5626         the new syscalls, too.
5627
5628         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
5629         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
5630
5631         [BZ #6698]
5632         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
5633         parameter for end of buffer.  If temporary copy is too large use
5634         malloc.
5635         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
5636         interface change.
5637         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
5638         string rewrite when allocating buffer.
5639
5640         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
5641         syscalls, too.
5642
5643         * nscd/connections.c (nscd_init): Clean up fcntl call.
5644
5645         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
5646         SOCK_NONBLOCK if possible.
5647
5648         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
5649         SOCK_CLOEXEC if available.
5650
5651         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
5652         __libc_clntudp_bufcreate_internal.
5653         * include/sys/socket.h: Declare __have_sock_cloexec.
5654         * socket/Makefile (aux): Add have_sock_cloexec.
5655         * socket/have_sock_cloexec.c: New file.
5656         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
5657         __libc_clntudp_bufcreate.
5658         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
5659         which takes an additional parameter.  Create socket with non-blocking
5660         mode and close-on-exec flag set, if wanted.
5661         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
5662         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
5663         instead of clntudp_create.  The socket has already the close-on-exec
5664         flag set if SOCK_CLOEXEC is defined.
5665
5666 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
5667
5668         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5669         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
5670         appropriate.
5671         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
5672         non-blocking mode by using socket, paccept, and inotify_init1.
5673
5674         * Versions.def (glibc): Add GLIBC_2.9.
5675         * io/Makefile (routines): Add dup3 and pipe2.
5676         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
5677         * io/dup3.c: New file.
5678         * io/pipe2.c: New file.
5679         * posix/unistd.h: Declare dup3 and pipe2.
5680         * socket/Makefile (routines): Add paccept.
5681         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
5682         * socket/paccept.c: New file.
5683         * socket/sys/socket.h: Declare paccept.
5684         * sysdeps/unix/syscalls.list: Add entry for dup3.
5685         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
5686         epoll_create2 and inotify_init1.
5687         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
5688         * sysdeps/unix/sysv/linux/paccept.c: New file.
5689         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
5690         possible.
5691         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
5692         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
5693         inotify_init1, and pipe2 entries.
5694         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
5695         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
5696         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
5697         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
5698         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
5699         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
5700         SOCK_NONBLOCK.
5701         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
5702         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
5703         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
5704         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
5705         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
5706         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
5707         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
5708         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
5709         EPOLL_NONBLOCK.  Declare epoll_create2.
5710         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
5711         EFD_NONBLOCK.
5712         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
5713         IN_NONBLOCK.  Declare inotify_init1.
5714         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
5715         SFD_NONBLOCK.
5716         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
5717         TFD_NONBLOCK.
5718
5719         * elf/elf.h: Define AT_EXECFN.
5720         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
5721         LD_ORIGIN_PATH.
5722         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
5723         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
5724         if __ASSUME_AT_EXECFN is defined.
5725         (_dl_aux_init): Handle AT_EXECFN.
5726         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
5727         for 2.6.27 and up.
5728         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
5729         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
5730         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
5731         _dl_execfn if available and avoid compatibility code if
5732         __ASSUME_AT_EXECFN is defined.
5733
5734         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
5735         _dl_discover_osversion only for older kernels.
5736
5737 2008-07-22  Roland McGrath  <roland@frob.com>
5738
5739         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
5740
5741 2008-07-21  Roland McGrath  <roland@frob.com>
5742
5743         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
5744         returned too much data out of line.
5745
5746 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
5747
5748         * locale/setlocale.c (setname): Remove inline to avoid compiler
5749         warning.
5750
5751         [BZ #6712]
5752         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
5753
5754 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
5755
5756         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
5757         doesn't manage to write anything, fail.
5758
5759         * malloc/hooks.c (__malloc_check_init): Remove printf.
5760
5761 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5762
5763         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
5764
5765 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
5766
5767         * nscd/connections.c (main_loop_poll): Fix handling of read errors
5768         from inotify.
5769         (main_loop_epoll): Likewise.
5770
5771 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
5772
5773         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
5774
5775         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
5776         if DEBUG is defined.
5777
5778         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
5779         query.  Adjust buffer size computation for padding.
5780
5781 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
5782
5783         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
5784         * stdio-common/tst-setvbuf1.c: New file.
5785         * stdio-common/tst-setvbuf1.expect: New file.
5786
5787         [BZ #6719]
5788         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
5789         when selecting fully-buffered stream.
5790         Patch by Wang Xin <wxinee@gmail.com>.
5791
5792 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5793
5794         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
5795         (__open_2): New function.
5796         (__open64_2): New alias to __open_2.
5797         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
5798         (__openat_2): New function.
5799         (__openat64_2): New alias to __openat_2.
5800
5801 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
5802
5803         [BZ #6723]
5804         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
5805
5806 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5807
5808         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
5809         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
5810         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
5811         __hurd_dfail.
5812         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5813         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5814         * sysdeps/mach/hurd/send.c (__send): Likewise.
5815         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
5816         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
5817
5818 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5819
5820         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
5821         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
5822         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
5823         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
5824         * hurd/get-host.c (_hurd_get_host_config): Likewise.
5825         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
5826
5827 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
5828
5829         [BZ #6657]
5830         * time/strptime_l.c: Don't clear s.era_cnt after successful match
5831         of %EY.
5832         Patch by Petr Baudis.
5833
5834 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
5835
5836         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
5837         Patch by Peter Jones <pjones@redhat.com>.
5838
5839 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5840
5841         [BZ #6654]
5842         * stdlib/canonicalize.c (__realpath): readlink can write too much
5843         into the buffer on platforms without PATH_MAX.
5844
5845 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
5846
5847         [BZ #6653]
5848         * posix/tst-regex.c (main): Rename to...
5849         (do_test): ... this. Remove cmdline option processing.
5850         (TIMEOUT): Define.
5851         (TEST_FUNCTION): Define.
5852         (CMDLINE_OPTIONS): Define.
5853
5854 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
5855
5856         [BZ #5210]
5857         * configure.in: Add -Werror to -fstack-protector test to catch
5858         unsupported architectures.
5859         Patch by Gilles Esponasse <g.esp@free.fr>.
5860
5861 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
5862
5863         * stdlib/tst-setcontext.c: Set back_in_main before exit if
5864         getcontext returns ENOSYS.
5865
5866 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
5867
5868         * nscd/connections.c (main_loop_poll): Fix test for read error.
5869         (main_loop_epoll): Likewise.
5870
5871 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
5872
5873         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
5874         better place so it is not called when nscd is used.
5875
5876         * nscd/connections.c: Also recognize and handle changes to the
5877         resolver configuration file.
5878
5879 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5880
5881         * time/strftime.c: Pass reference to tzset_called around to handle
5882         recursive calls.
5883
5884         [BZ #6612]
5885         * time/strftime.c (__strftime_internal): Call tzset() only
5886         when printing timezone-dependent values.
5887         Based on a patch by Petr Baudis <pasky@suse.cz>.
5888
5889         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
5890         unconditionally use second gaih_getanswer_slice result.
5891
5892         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
5893         (getaddrinfo): RES must always be non-NULL.
5894
5895 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
5896
5897         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
5898         cr[34] registers.
5899         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
5900         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
5901         Likewise.
5902         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
5903         register.
5904
5905 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
5906
5907         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
5908         fields.
5909         * nscd/connections.c (inotify_fd): New variable.
5910         (nscd_init): Try to open an inotify descriptor.
5911         If successful, watch files for databases using inotify instead of
5912         having prune threads stat the files.
5913         (nscd_run_prune): Recognize clear_cache flag being set and call
5914         prune_cache appropriately.
5915         (main_loop_poll): Add inotify descriptor to wait set and handle the
5916         reported changes.
5917         (main_loop_epoll): Likewise.
5918         * nscd/cache.c (prune_cache): Don't stat files for databases if
5919         inotify is used.
5920         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
5921         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
5922
5923         * nscd/grpcache.c (cache_addgr): Correctly compute size of
5924         fixed-size portion of the record.
5925         * nscd/servicescache.c (cache_addserv): Likewise.
5926         * nscd/pwdcache.c (cache_addpw): Likewise.
5927         * nscd/initgrcache.c (addinitgroupsX): Likewise.
5928
5929 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
5930
5931         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
5932         out we don't use uninitialized memory.
5933
5934         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
5935         the client.
5936
5937 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
5938
5939         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
5940         ignore T_DNAME messages.
5941         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
5942
5943 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
5944
5945         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
5946         Avoid segfault if first GETC returns eof/'\0'/'\n'.
5947
5948 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
5949
5950         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
5951         instead of portstr to nscd_getserv_r.  Patch by
5952         Roman Kagan <rkagan@mail.ru>.
5953
5954 2008-05-26  Jim Meyering  <meyering@redhat.com>
5955
5956         Remove more useless "if" tests before "free".
5957         * include/inline-hashtab.h (htab_delete): Likewise.
5958         * libio/freopen.c (freopen): Likewise.
5959         * libio/freopen64.c (freopen64): Likewise.
5960         * locale/programs/ld-collate.c (collate_read): Likewise.
5961         * misc/fstab.c (libc_freeres_fn): Likewise.
5962         * posix/glob.c (globfree): Likewise.
5963
5964 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
5965
5966         * string/Makefile (strop-tests): Add memmem.
5967         * string/test-memmem.c: New file.
5968         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
5969         (test_init): Size buf1 according to BUF1PAGES.
5970
5971 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
5972
5973         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
5974         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
5975         (CFLAGS-scanf17.c): New.
5976         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
5977         * stdio-common/scanf15.c (main): Likewise.
5978         * stdio-common/scanf16.c: New file.
5979         * stdio-common/scanf17.c: New file.
5980
5981 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
5982
5983         * resolv/res_send.c (send_dg): If we already have one of two
5984         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
5985         use the one answer insted of failing.
5986
5987 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
5988
5989         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
5990         being executed on PowerPC as the expected result exceeds IBM
5991         long double 128 __LDBL_MAX__.
5992
5993 2008-05-21  Roland McGrath  <roland@redhat.com>
5994
5995         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
5996
5997         * Makefile (check-data): Use $(abi-name) before other guesses.
5998         Look in $(add-ons) dirs before scripts/data/.
5999         * elf/Makefile (check-data): Likewise.
6000
6001         * scripts/soversions.awk: Grok ABI line.
6002         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
6003         Emit definition for abi-name variable.
6004
6005 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
6006
6007         * string/endian.h: Define new fixed-size hto* and *toh macros only
6008         if [__USE_BSD].
6009
6010         * iconvdata/Depend: Add localedata.
6011
6012 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6013
6014         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
6015
6016 2008-05-08  David S. Miller  <davem@davemloft.net>
6017
6018         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
6019         HIDDEN_JUMPTARGET.
6020         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6021         (__SYSCALL_CLOBBERS): Remove %g* registers.
6022         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6023         (__SYSCALL_CLOBBERS): Likewise.
6024         * scripts/data/localplt-sparc-linux-gnu.data: New file.
6025         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
6026
6027 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
6028
6029         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
6030         (CALL_ERRNO_LOCATION): Define.
6031         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6032         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
6033         (CALL_ERRNO_LOCATION): Define.
6034         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
6035         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
6036         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
6037
6038 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
6039
6040         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
6041         variable.
6042
6043 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
6044
6045         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
6046         (FIRST_FRAME_POINTER): Define.
6047
6048 2008-05-09  David S. Miller  <davem@davemloft.net>
6049
6050         * sysdeps/sparc/sparc64/backtrace.c: New file.
6051
6052 2008-05-14  David S. Miller  <davem@davemloft.net>
6053
6054         * sysdeps/sparc/machine-gmon.h: New file.
6055         * sysdeps/sparc/sparc-mcount.S: Likewise.
6056         * sysdeps/sparc/Makefile: Add sparc-mcount target to
6057         sysdep_routines in gmon directory.
6058
6059 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
6060
6061         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
6062
6063 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
6064
6065         * resolv/res_query.c (__libc_res_nquery): In case one of two
6066         answer was too short don't try to read that answer's header.
6067
6068         * resolv/res_send.c (send_dg): In case of timeout and there are
6069         two queries and one has been answered, return value indicating
6070         success.
6071
6072 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
6073
6074         * nscd/cache.c (cache_add): Take additional parameter specifying
6075         whether this is in response of a cache refill.  Check alignment
6076         of package data.  Revamp waking of pruning thread.
6077         (prune_cache): Small optimization.
6078         * nscd/nscd.h: Adjust cache_add prototypes.
6079         * nscd/aicache.c: Adjust cache_add calls.
6080         * nscd/grpcache.c: Likewise.
6081         * nscd/hstcache.c: Likewise.
6082         * nscd/initgrcache.c: Likewise.
6083         * nscd/pwdcache.c: Likewise.
6084         * nscd/servicescache.c: Likewise.
6085         * nscd/connections.c (restart): Really disable cache use before
6086         exec attempt.  If it fails, reenable cache.
6087         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
6088         time to max to be able to notice concurrent cache additions.  Unlock
6089         prune_lock while performing gc.  Afterwards compute wakeup time with
6090         current wakeup_time value in mind.
6091
6092 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
6093
6094         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
6095
6096         * nscd/mem.c (gc): Correctly determine highest used array element
6097         in mark.
6098
6099         * nscd/mem.c (markrange): Add assert to check entries are all
6100         aligned.  Small cleanup in bitmap use.
6101
6102         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
6103         blockoff of type nscd_ssize_t.
6104         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
6105         (mempoll_alloc): Record block offset and not address.
6106
6107         * nscd/mem.c (gc): Fix test for stack overuse.
6108
6109         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
6110         more asserts.
6111
6112         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
6113         entry is available, believe it.
6114
6115         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
6116         no answers return NSS_STATUS_NOTFOUND.
6117         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
6118         buffer does not have any content.
6119
6120 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
6121
6122         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
6123
6124         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
6125         lookup, don't assign canon unconditionally.
6126
6127 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6128
6129         * string/Makefile (distribute): Add str-two-way.h.
6130
6131 2008-03-29  Eric Blake  <ebb9@byu.net>
6132
6133         Rewrite string searches to O(n) rather than O(n^2).
6134         * string/str-two-way.h: New file.  For linear fixed-allocation
6135         string searching.
6136         * string/memmem.c: New implementation.
6137         * string/strstr.c: New implementation.
6138         * string/strcasestr.c: New implementation.
6139
6140 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
6141
6142         * posix/regcomp.c (optimize_utf8): Add a note on why we test
6143         opr.ctx_type.
6144         (calc_first): Initialize constraint field.
6145         (duplicate_node_closure): Use it instead of special casing ANCHORS.
6146         Use search_duplicated_node to avoid loops.  Fix grammar.
6147         (duplicate_node): Merge constraint field for all node types.
6148         (calc_eclosure_iter): Look at constraint field for all node types.
6149         * posix/regex_internal.c (create_cd_newstate): Don't look at
6150         create_cd_newstate.
6151
6152 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6153
6154         [BZ #6428]
6155         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
6156
6157         [BZ #6442]
6158         * string/endian.h: Add macros for fixed-size endian conversion.
6159         * bits/byteswap.h: Allow inclusion from <endian.h>.
6160         * sysdeps/i386/bits/byteswap.h: Likewise.
6161         * sysdeps/ia64/bits/byteswap.h: Likewise.
6162         * sysdeps/s390/bits/byteswap.h: Likewise.
6163         * sysdeps/x86_64/bits/byteswap.h: Likewise.
6164         * string/Makefile (tests): Add tst-endian.
6165         * string/tst-endian.c: New file.
6166
6167         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
6168         Patch by Reuben Thomas.
6169
6170 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
6171
6172         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
6173
6174 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
6175
6176         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
6177
6178         [BZ #6461]
6179         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
6180         Add missing braces.
6181         (BODY for __gconv_transform_internal_ascii): Likewise.
6182
6183         [BZ #6472]
6184         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
6185         to be treated like link-local addresses.
6186         (match_prefix): Don't treat IPv4 loopback address special when
6187         converting to v4 mapped addressed.
6188
6189         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
6190         if necessary.
6191         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
6192         * posix/tst-rfc3484-2.c: Likewise.
6193         * posix/tst-rfc3484-3.c: Likewise.
6194
6195         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
6196         and SCTP.
6197
6198         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
6199
6200         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
6201
6202         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
6203
6204 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
6205
6206         * po/lt.po: New file.  From Lituanian translation team.
6207
6208 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
6209
6210         Introduce TLS descriptors for i386 and x86_64.
6211         * include/inline-hashtab.h: New file, copied from 2005's
6212         libiberty, with fix for memory leak imported afterwards by
6213         Glauber de Oliveira Costa.
6214         * elf/tlsdeschtab.h: New file.
6215         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
6216         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
6217         (CHECK_STATIC_TLS): Move to...
6218         * elf/dynamic-link.h: ... this file.
6219         (TRY_STATIC_TLS): New macro.
6220         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
6221         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
6222         R_386_TLS_DESC): Define.
6223         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
6224         binutils.
6225         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
6226         R_X86_64_TLSDESC): Define.
6227         (R_386_NUM, R_X86_64_NUM): Adjust.
6228         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
6229         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6230         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6231         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6232         release tlsdesc_table.
6233         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
6234         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
6235         (elf_machine_rel): Handle R_386_TLS_DESC.
6236         (elf_machine_rela): Likewise.
6237         (elf_machine_lazy_rel): Likewise.
6238         (elf_machine_lazy_rela): Likewise.
6239         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
6240         * sysdeps/i386/dl-tlsdesc.S: New file.
6241         * sysdeps/i386/dl-tlsdesc.h: New file.
6242         * sysdeps/i386/tlsdesc.c: New file.
6243         * sysdeps/i386/tlsdesc.sym: New file.
6244         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
6245         tlsdesc_table.
6246         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
6247         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
6248         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
6249         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
6250         release tlsdesc_table.
6251         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
6252         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
6253         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
6254         (elf_machine_rel): Handle R_X86_64_TLSDESC.
6255         (elf_machine_rela): Likewise.
6256         (elf_machine_lazy_rel): Likewise.
6257         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
6258         (__tls_get_addr): Do not declare for non-shared compiles.
6259         * sysdeps/x86_64/dl-tlsdesc.S: New file.
6260         * sysdeps/x86_64/dl-tlsdesc.h: New file.
6261         * sysdeps/x86_64/tlsdesc.c: New file.
6262         * sysdeps/x86_64/tlsdesc.sym: New file.
6263         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
6264         tlsdesc_table for both 32- and 64-bit structs.
6265
6266 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6267
6268         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
6269         its own function.  This reduces the frame setup costs and more.
6270
6271 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
6272
6273         [BZ #3406]
6274         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
6275         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
6276
6277 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
6278
6279         * io/openat.c (__openat_2): Also pass fd to __openat.
6280         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
6281         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
6282
6283         * string/tester.c (test_memcmp): Add a few more tests.
6284         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
6285
6286 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6287
6288         * nscd/cache.c (cache_add): Before returning with failure and this
6289         is the first use of the record, mark it as unusable.
6290         * nscd/aicache.c: Don't touch the dataset after cache_add returns
6291         reporting a failure.
6292         * nscd/grpcache.c: Likewise
6293         * nscd/hstcache.c: Likewise.
6294         * nscd/initgrcache.c: Likewise.
6295         * nscd/pwdcache.c: Likewise.
6296         * nscd/servicescache.c: Likewise.
6297
6298 2008-05-10  Roland McGrath  <roland@redhat.com>
6299
6300         [BZ #6505]
6301         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
6302
6303 2008-05-08  David S. Miller  <davem@davemloft.net>
6304
6305         * misc/truncate64.c (truncate64): Use __truncate not truncate.
6306
6307         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
6308         (__ieee754_y0l): Likewise.
6309         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
6310         (__ieee754_y1l): Likewise.
6311         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
6312         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
6313         frexpl and ldexpl.  math_private.h provides them and the latter
6314         is not even used.
6315         (__log1pl): Use __frexpl.
6316
6317 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
6318
6319         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
6320         prototypes.
6321         * include/arpa/nameser_compat.h: Define T_UNSPEC.
6322         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
6323         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
6324         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
6325         af==AF_UNSPEC.
6326         (_nss_nis_gethostbyname4_r): New function.
6327         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
6328         Change to also handle af==AF_UNSPEC.
6329         (get_tablename): New function.  Use it to avoid duplication.
6330         (_nss_nisplus_gethostbyname4_r): New function.
6331         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
6332         available.
6333         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
6334         * nss/nss.h: Define struct gaih_addrtuple.
6335         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
6336         af==AF_UNSPEC.
6337         (_nss_files_gethostbyname4_r): New function.
6338         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
6339         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
6340         calls.
6341         * resolv/res_query.c (__libc_res_nquery): Take two additional
6342         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
6343         look up IPv4 and IPv6.
6344         Change all callers.
6345         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
6346         for an additional query and answer buffer.  Pass to send_vc and
6347         send_dg.
6348         (send_vc): Send possibly two requests and receive two answers.
6349         (send_dg): Likewise.
6350         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
6351         __libc_res_nquery.
6352         (_nss_dns_gethostbyname4_r): New function.
6353         (gaih_getanswer_slice): Likewise.
6354         (gaih_getanswer): Likewise.
6355         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
6356         __libc_res_nquery call.
6357         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
6358         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
6359         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
6360         available.
6361
6362 2008-05-05  David S. Miller  <davem@davemloft.net>
6363
6364         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
6365         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
6366
6367 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6368
6369         Fix termios bit macros.
6370         Move *DLY definitions where they belong, in termios.h.
6371         Add *[0-3] definitions.
6372         Fixes confusion between VT and FF.
6373         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
6374         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
6375         are already defined to avoid collision with termios.h.
6376         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
6377         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
6378         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
6379         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
6380         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
6381         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
6382         VTDLY, VT0, VT1): New macros.
6383         [__USE_GNU] (OLCUC): Change value of macro.
6384         [__USE_XOPEN] (OFILL): New macro.
6385         [__USE_BSD] (CRTSCTS): Change value.
6386         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
6387         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
6388         (B7200, B14400, B28800, B76800): New macros.
6389
6390 2008-05-01  David S. Miller  <davem@davemloft.net>
6391
6392         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
6393         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
6394         (gen-as-const-headers): Add it.
6395         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
6396         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
6397         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
6398         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
6399
6400         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
6401         six system call parameters.
6402         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
6403
6404 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
6405
6406         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
6407         RUSAGE_LWP.
6408         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
6409         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
6410
6411 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
6412
6413         * stdlib/tst-setcontext.c: Include unistd.h.
6414
6415 2008-04-25  David S. Miller  <davem@davemloft.net>
6416
6417         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
6418         Pass "union semun" properly in to sys_ipc, it must be passed
6419         by value, not by reference.
6420
6421 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
6422
6423         * nscd/Makefile (nscd-cflags): Set back to -fpie.
6424         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
6425         * nscd/connections.c (mem_in_flight): Likewise.
6426
6427         * nscd/nscd.h (dbs): Make hidden.
6428
6429         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
6430         Avoid returning -1, return 0 instead.
6431
6432 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
6433
6434         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
6435
6436 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
6437
6438         [BZ #5209]
6439         * sysdeps/unix/sysv/linux/times.c: New file.
6440
6441         [BZ #5381]
6442         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
6443         mem_in_flight_list variables.  Add new parameter to mempool_alloc
6444         prototype.
6445         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
6446         appropriate mem_in_flight element.
6447         (gc): Take allocations which have not yet been committed to the
6448         database into account.
6449         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
6450         Reset mem_in_flight before returning.
6451         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
6452         cue it up in mem_in_flight_list.
6453         * nscd/aicache.c: Adjust mempool_alloc call.
6454         * nscd/grpcache.c: Likewise.
6455         * nscd/hstcache.c: Likewise.
6456         * nscd/initgrcache.c: Likewise.
6457         * nscd/pwdcache.c: Likewise.
6458         * nscd/servicescache.c: Likewise.
6459         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
6460         of -fpie.
6461
6462         * nscd/connections.c (handle_request): Provide better error message
6463         in case SELinux forbids the service.
6464
6465         * version.h (VERSION): Bump to 2.8.90.
6466
6467 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
6468
6469         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
6470
6471 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6472
6473         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
6474         Also use for 32-bit.
6475         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
6476         __nextafter instead of nextafter to avoid local PLT.
6477         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
6478         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
6479
6480         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
6481
6482         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
6483         __fe_nomask_env.
6484         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
6485         <fenv_libc.h> instead of <fenv.h>.
6486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6487         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6488
6489         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
6490
6491         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
6492         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
6493         function from fegetexcept and make old name weak alias.
6494         * include/fenv.h: Declare __fegetexcept.
6495         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
6496         fegetexcept.
6497         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
6498         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
6499         to fetestexcept.
6500         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
6501         instead of frexpl to avoid local PLT.
6502         * math/s_significandl.c (__significandl): Use __ilogbl instead of
6503         ilogbl to avoid local PLT.
6504         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
6505         instead of ldexpl to avoid local PLT.
6506         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
6507         __roundl not roundl to avoid local PLT.
6508         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
6509         local PLTs.  Use __sincosl instead of separate sinl and cosl
6510         calls.
6511         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6512
6513         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
6514         version for ppc64 to 2.4.21 since without it makecontext will fail.
6515
6516         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
6517         to the ABI in use.
6518         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
6519         .__tls_get_addr.
6520         [__powerpc64__] (TLS_GD): Likewise.
6521
6522 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
6523
6524         [BZ #4997]
6525         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
6526         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
6527         mantissa.
6528         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
6529         Likewise.  Also account for when x is an odd number between 2^52
6530         and 2^53-1.
6531         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
6532         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
6533         * math/libm-test.inc (lround_test, llround_test): Added test cases to
6534         detect aforementioned erroneous conditions.
6535
6536 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6537
6538         * configure.in: Check for -fno-section-anchors in addition to
6539         -fno-toplevel-reorder.
6540
6541 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
6542
6543         * include/features.h (__GLIBC_MINOR__): Bump to 8.
6544
6545         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
6546         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
6547         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
6548         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
6549         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
6550         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
6551
6552 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
6553
6554         [BZ #5443]
6555         * time/era.c: Transform __libc_setlocale_lock into rwlock.
6556         * time/alt_digit.c: Likewise.
6557         * wcsmbs/wcsmbsload.c: Likewise.
6558
6559 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
6560
6561         * version.h (VERSION): Bump to 2.8.
6562
6563         * timzeone/asia: Update from tzdata2008b.
6564         * timezone/backward: Likewise.
6565         * timezone/europe: Likewise.
6566         * timezone/northamerica: Likewise.
6567         * timezone/southamerica: Likewise.
6568         * timezone/iso3166.tab: Likewise.
6569         * timezone/leapseconds: Likewise.
6570         * timezone/zone.tab: Likewise.
6571         * timezone/private.h: Update from tzcode2008a.
6572         * timezone/zdump.c: Likewise.
6573         * timezone/zic.c: Likewise.
6574
6575 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
6576
6577         [BZ #5741]
6578         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
6579         Define additonal Data Cache Block instruction macros.
6580         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
6581         Replace dcbst with dcbf and sync with sync/isync.
6582
6583 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
6584
6585         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
6586         Always set ELF_RTYPE_CLASS_PLT.
6587         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
6588
6589 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
6590
6591         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
6592         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
6593         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
6594         For ISA 2.01 and later replace mftb with mfspr 268.
6595
6596 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
6597
6598         [BZ #5768]
6599         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
6600         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
6601
6602 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
6603
6604         [BZ #5768]
6605         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
6606         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
6607         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
6608         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
6609
6610 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
6611
6612         * stdlib/tst-makecontext.c (othervar): New variable.
6613         (cf): Test sign extending the argument to long.
6614
6615 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
6616
6617         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
6618         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
6619         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
6620         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
6621         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
6622         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
6623         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
6624
6625 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
6626
6627         * elf/Makefile (tests): Substitute tests-vis-yes here.
6628         (tests-vis-yes): Delete.
6629         (modules-name, modules-vis-yes): Similarly.
6630
6631 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
6632
6633         [BZ #4407]
6634         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
6635         Preserve sign in signgamp when x is zero.
6636
6637 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
6638
6639         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
6640         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
6641         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
6642         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
6643         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
6644         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
6645
6646 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6647
6648         [BZ #4314]
6649         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
6650         buffers.
6651
6652         [BZ #5209]
6653         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
6654         a reserved error value.
6655
6656         * stdlib/tst-makecontext.c: Change parameter to cf to negative
6657         value to check for correct sign extension.
6658
6659         [BZ #5436]
6660         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6661         Copy 64-bit parameter values even though this is not required in
6662         the standard.
6663
6664         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
6665         PC save.
6666
6667 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
6668
6669         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
6670         PC save.
6671
6672 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
6673
6674         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
6675
6676 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
6677
6678         [BZ #5998]
6679         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
6680         in line-buffered stream failed.
6681         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
6682
6683 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
6684
6685         [BZ #6024]
6686         * scripts/abi-versions.awk: If the version specified by
6687         --enable-oldest-abi is older than the first version for this
6688         architecture, use the default version.
6689
6690         * locale/programs/ld-collate.c (collate_read): Ignore script lines
6691         as well when ignoring the whole category.
6692
6693 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6694
6695         [BZ #6042]
6696         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
6697         ETHERTYPE_* definitions.
6698         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
6699
6700 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6701
6702         * stdlib/mbtowc.c (__no_r_state): Remove.
6703         (mbtowc): New static state variable.  Use it instead of
6704         __no_r_state.
6705         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
6706         (__wctomb_state): New hidden variable.
6707         (wctomb): Use __wctomb_state instead of __no_r_state.
6708         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
6709         (__wctomb_state): New extern decl.
6710         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
6711
6712 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
6713
6714         [BZ #5475]
6715         * resolv/res_init.c: Handle scope IDs in resolv.conf.
6716
6717 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
6718
6719         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
6720
6721 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
6722
6723         * po/nl.po: Update from translation team.
6724
6725 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
6726
6727         [BZ #6007]
6728         * string/strfry.c: Handle empty strings again.
6729
6730 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6731
6732         [BZ #5443]
6733         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
6734         before looking for translation.
6735         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
6736         * locale/freelocale.c: Likewise.
6737         * locale/newlocale.c: Likewise.
6738         * locale/setlocale.c: Likewise.
6739         Based partially on a patch by ryo@np.css.fujitsu.com.
6740
6741 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
6742
6743         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
6744         acquiring wrlock.  Do conv_tab allocation while holding lock.
6745         * intl/Makefile: Add rules to build and run tst-gettext6.
6746         * intl/tst-gettext6.c: New test.
6747         * intl/tst-gettext6.sh: New file.
6748
6749 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
6750
6751         * po/nl.po: Update from translation team.
6752
6753         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
6754         provided through st_blksize, try the default size before giving up.
6755
6756 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
6757
6758         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
6759
6760         [BZ #5939]
6761         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
6762
6763         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
6764         error message.  POSIX today does not require the messages to be in
6765         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
6766
6767         [BZ #5979]
6768         * sunrpc/auth_unix.c: Unify printed strings.
6769         * sunrpc/clnt_tcp.c: Likewise.
6770         * sunrpc/clnt_udp.c: Likewise.
6771         * sunrpc/clnt_unix.c: Likewise.
6772         * sunrpc/svc_tcp.c: Likewise.
6773         * sunrpc/svc_udp.c: Likewise.
6774         * sunrpc/svc_unix.c: Likewise.
6775         * sunrpc/xdr.c: Likewise.
6776         * sunrpc/xdr_array.c: Likewise.
6777         * sunrpc/xdr_rec.c: Likewise.
6778         * sunrpc/xdr_ref.c: Likewise.
6779         * locale/programs/ld-time.c (time_finish): Unify messages.
6780         * locale/programs/locfile.c (handle_copy): Fix typo.
6781         * nscd/nscd.c (options): Fix typo.
6782
6783         [BZ #5995]
6784         * stdlib/strtod_l.c: Use correct sign for result in one more
6785         underflow case.
6786         Patch by Eric Blake <ebb9@byu.net>.
6787
6788 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
6789
6790         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
6791         and creat system calls.
6792         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
6793         call.
6794         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
6795         system calls.
6796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
6797         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6798         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6799
6800 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
6801
6802         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
6803         <linux/limits.h> has defined it.
6804         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
6805         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
6806         headers.
6807         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
6808         it instead of ARG_MAX.
6809
6810 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
6811
6812         * posix/gai.conf: Fix comment for scope nullbits.
6813         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
6814         default to 128 bits for v4 mapped addresses.
6815
6816 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6817
6818         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
6819         ptrace call to get the ieee_instruction_pointer from the kernel.
6820         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
6821         ptrace call to set the ieee_instructtion_pointer.
6822         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
6823         Add comment that ieee_instruction_pointer is always 0.
6824
6825 2008-03-09  Andreas Jaeger  <aj@suse.de>
6826
6827         [BZ #5857]
6828         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
6829         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
6830         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
6831
6832         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
6833         (rint_test): Likewise.
6834
6835 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
6836
6837         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
6838         call.
6839         (__nisfind_server): Similar for open readColdStartFile call.
6840         Patch partially by Jim Meyering.
6841         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
6842         around internal_setent call.
6843
6844         * po/vi.po: New Vietnamese translation.
6845
6846         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
6847         ADJ_OFFSET_SS_READ.
6848
6849         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
6850         remove CLONE_STOPPED.
6851
6852 2008-02-10  Jim Meyering  <meyering@redhat.com>
6853
6854         Remove useless "if" before "free":
6855         * elf/ldconfig.c (parse_conf_include): Likewise.
6856         * gmon/gmon.c (weak_alias): Likewise.
6857         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
6858         * inet/rcmd.c (__validuser2_sa): Likewise.
6859         * intl/bindtextdom.c (set_binding_values): Likewise.
6860         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
6861         * libio/genops.c (save_for_backup): Likewise.
6862         * libio/wgenops.c (save_for_wbackup): Likewise.
6863         * locale/programs/ld-collate.c (collate_read): Likewise.
6864         * locale/programs/linereader.c (get_string): Likewise.
6865         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
6866         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
6867         * resolv/res_debug.c (do_section): Likewise.
6868         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
6869         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
6870         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
6871         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
6872         * time/tzset.c (tzset_internal): Likewise.
6873
6874 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
6875
6876         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
6877         of ASSEMBLER.
6878
6879 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
6880
6881         [BZ #5903]
6882         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
6883         not stream for output file.  Open output file here.
6884         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
6885         and output file name.
6886         (process_fd): Likewise.
6887         (process_file): Likewise.
6888         (main): Adjust callers of changed functions.
6889         * iconv/iconv_prog.h: Adjust prototype.
6890
6891 2008-03-09  Andreas Jaeger  <aj@suse.de>
6892
6893         [BZ #5753]
6894         * sysdeps/ia64/ieee754.h: Use protected namespace
6895         __BIG_ENDIAN/__LITTLE_ENDIAN.
6896         * sysdeps/ieee754/ieee754.h: Likewise.
6897         Patch by Aurelien Jarno <aurelien@aurel32.net>.
6898
6899 2008-03-08  Roland McGrath  <roland@frob.com>
6900
6901         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
6902         ignore a signal that came from a machine exception, treat it as a
6903         fatal core-dump signal instead.
6904         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6905
6906         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
6907         Clear DF bit in thread state's eflags.
6908         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
6909
6910 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
6911
6912         [BZ #5774]
6913         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
6914         of NAN(...) sequence.
6915         * stdlib/Makefile (tests): Add tst-strtod6.
6916         * stdlib/tst-strtod6.c: New file.
6917
6918         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
6919
6920         [BZ #5762]
6921         * posix/getopt.c (_getopt_internal_r): Clarify error message by
6922         putting offending option character in quotes.  Clean up error
6923         messages.
6924         * po/be.po: Adjust msgstr in translation file.
6925         * po/bg.po: Likewise.
6926         * po/ca.po: Likewise.
6927         * po/cs.po: Likewise.
6928         * po/da.po: Likewise.
6929         * po/de.po: Likewise.
6930         * po/es.po: Likewise.
6931         * po/fr.po: Likewise.
6932         * po/hr.po: Likewise.
6933         * po/ko.po: Likewise.
6934         * po/nl.po: Likewise.
6935         * po/rw.po: Likewise.
6936         * po/sk.po: Likewise.
6937         * po/sv.po: Likewise.
6938         * po/tr.po: Likewise.
6939         * po/zh_CN.po: Likewise.
6940         * po/zh_TW.po: Likewise.
6941
6942         [BZ #5760]
6943         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
6944         Patch by Roland Bless <roland@bless.de>.
6945
6946         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
6947         .o file.
6948         * elf/Makefile (routines): Add dl-sysdep.
6949         (elide-routines.os): Likewise.
6950
6951 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
6952
6953         [BZ #5786]
6954         * elf/dl-sysdep.c: Undefine ROUND after use.
6955         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
6956         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
6957         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
6958         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
6959         to ...
6960         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
6961         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
6962         if necessary.
6963         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
6964
6965         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
6966         _dl_tls_get_addr_soft element.
6967         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
6968         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
6969         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
6970         GLRO.
6971         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6972         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
6973         of internal_function.
6974
6975         * stdlib/Makefile (aux): Add tens_in_limb.
6976         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
6977         * stdlib/tens_in_limb.c: ...here.  New file.
6978
6979         [BZ #5778]
6980         * sysdeps/unix/sysv/linux/pathconf.h: Declare
6981         __statfs_chown_restricted.
6982         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
6983         for _PC_CHOWN_RESTRICTED.
6984         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
6985         Implement __statfs_chown_restricted.
6986         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
6987         _POSIX_CHOWN_RESTRICTED value to zero.
6988         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
6989         defined to zero.
6990
6991         * sysdeps/x86_64/rtld-memset.c: New file.
6992
6993 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
6994
6995         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
6996
6997         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
6998         Barcelona machine.  Make default fall through branch of
6999         __x86_64_preferred_memory_instruction check as the integer code path.
7000
7001 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
7002
7003         * sysdeps/x86_64/cacheinfo.c
7004         (__x86_64_preferred_memory_instruction): New variable.
7005         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
7006
7007         * sysdeps/x86_64/memset.S: Rewrite.
7008
7009 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
7010
7011         * include/stdio.h (__asprintf_chk, __dprintf_chk,
7012         __obstack_printf_chk): New prototypes.
7013         (__vasprintf_chk, __vdprintf_chk,
7014         __obstack_vprintf_chk): Likewise.
7015         Add libc_hidden_proto.
7016         * libio/obprintf.c
7017         (_IO_obstack_jumps): No longer static, add attribute_hidden.
7018         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
7019         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7020         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
7021         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
7022         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
7023         __obstack_vprintf_chk): New prototypes.
7024         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
7025         obstack_vprintf): New inlines.
7026         * debug/dprintf_chk.c: New file.
7027         * debug/vdprintf_chk.c: New file.
7028         * debug/asprintf_chk.c: New file.
7029         * debug/vasprintf_chk.c: New file.
7030         * debug/obprintf_chk.c: New file.
7031         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
7032         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
7033         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
7034         @@GLIBC_2.8.
7035         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
7036         vdprintf_chk and obprintf_chk, set CFLAGS for them.
7037         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
7038         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
7039         libc_hidden_proto.
7040         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
7041         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
7042         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
7043         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
7044         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
7045         @@GLIBC_2.8.
7046         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
7047         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
7048         obstack_vprintf_chk.
7049         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
7050         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
7051         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
7052         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
7053         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
7054         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
7055
7056 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
7057
7058         [BZ #5779]
7059         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
7060         Patch by Roy Marples <roy@marples.name>.
7061
7062         [BZ #5736]
7063         * malloc/malloc.c: Fix typo in comment.
7064
7065         [BZ #5627]
7066         * locale/iso-639.def: Add Shuswap.
7067
7068 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
7069
7070         [BZ #5790]
7071         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
7072         overwrite *h_errnop/*errnop values from getanswer_r in case of
7073         failure.
7074
7075 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
7076
7077         [BZ #5818]
7078         * nscd/connections.c (dbs): Add initializers for .suggested_module.
7079         (verify_persistent_db): Remove one unnecessary test and add a new one
7080         for bad configuration.
7081         (nscd_init): Improve error reported when persistent database cannot
7082         be reused.
7083         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
7084         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
7085         .suggested_module and .max_db_size and case config file says the
7086         values are zero.
7087         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
7088
7089         [BZ #5854]
7090         * nis/ypclnt.c (yp_order): Fix handling of return value of
7091         do_ypcall_tr call.
7092         Patch by Jeff Moyer <jmoyer@redhat.com>.
7093
7094         * po/fr.po: Update from translation team.
7095
7096 2008-02-22  Andreas Jaeger  <aj@suse.de>,
7097             Carlos O'Donell <carlos@systemhalted.org>
7098
7099         [BZ #5012]
7100         * FAQ.in: Describe why glibc needs to be compiled with
7101         optimization.
7102
7103 2008-02-19  Roland McGrath  <roland@redhat.com>
7104
7105         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
7106
7107 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
7108
7109         [BZ #5737]
7110         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
7111         __USE_MISC is defined.
7112
7113 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
7114
7115         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
7116         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
7117         sys/timerfd.h.
7118         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
7119         timerfd_gettime, timerfd_settime.
7120         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
7121         timerfd_gettime, timerfd_settime for GLIBC_2.8.
7122
7123 2008-02-08  Roland McGrath  <roland@redhat.com>
7124
7125         * elf/elf.h (NT_PPC_SPE): New macro.
7126
7127 2008-02-06  Roland McGrath  <roland@redhat.com>
7128
7129         * Makerules ($(common-objpfx)sysd-rules):
7130         Depend on $(sysdep-makeconfigs).
7131
7132 2008-01-31  Roland McGrath  <roland@redhat.com>
7133
7134         [BZ #5442]
7135         * configure.in: Use -print-file-name if it yields a directory,
7136         for each of include and include-fixed.
7137         * configure: Regenerated.
7138
7139         * Makeconfig (sysd-rules-targets): New variable.
7140         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
7141         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
7142
7143 2008-01-30  Roland McGrath  <roland@redhat.com>
7144
7145         * manual/libc.texinfo: Update back-cover text.
7146
7147         * elf/elf.h (NT_386_TLS): New macro.
7148
7149 2008-01-29  Roland McGrath  <roland@redhat.com>
7150
7151         * Makeconfig (sysd-rules-patterns): New variable.
7152         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
7153         (check-inhibit-asm): New canned sequence, replaces ...
7154         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
7155         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
7156         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
7157         (CFLAGS-rtld): Variable removed.
7158
7159 2008-01-24  Roland McGrath  <roland@redhat.com>
7160
7161         * configure.in: Let configure fragments set base_os.
7162         * configure: Regenerated.
7163
7164 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
7165
7166         * po/ko.po: Update from translation team.
7167
7168 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
7169
7170         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
7171
7172 2008-01-12  Andreas Jaeger  <aj@suse.de>
7173
7174         [BZ #5040]
7175         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
7176         Add EPOLLRDHUP.
7177
7178 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7179
7180         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
7181         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
7182         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
7183
7184 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
7185
7186         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
7187         * elf/dl-close.c (_dl_close): Check for it.
7188         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
7189         (_dl_allocate_static_tls): Likewise.
7190         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
7191         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
7192         to it.
7193         * elf/tst-tls16.c: New file.
7194         * elf/tst-tlsmod16a.c: New file.
7195         * elf/tst-tlsmod16b.c: New file.
7196         * elf/Makefile: Add rules to build and run tst-tls16.
7197
7198 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
7199
7200         [BZ #5628]
7201         * bits/shm.h: Fix comment describing shmid_ds.
7202         * sysdeps/gnu/bits/shm.h: Likewise.
7203         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
7204         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
7205         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
7206         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
7207         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
7208         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
7209         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
7210         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
7211         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
7212
7213         [BZ #5607]
7214         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
7215         prototypes.
7216         * conform/data/limits.h-data: Adjust limits changed in v6 and add
7217         additional suffixes.
7218         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
7219         Add optional functions mq_timedreceive and mq_timedsend.
7220         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
7221         * conform/data/pthread.h-data: Fix prototype of
7222         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
7223         * conform/data/semaphore.h-data: Allow time.h definitions.
7224         * conform/data/signal.h-data: Likewise.
7225         * conform/data/stdio.h-data: getw and putw are not required in v6.
7226         * conform/data/stdlib.h-data: Change setstate prototype.
7227         * conform/data/string.h-data: Fix strerror_r prototype.
7228         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
7229         * conform/data/unistd.h-data: pthread_atfork not required in v6.
7230         Fix readlink prototype.
7231         * conform/data/netinet/in.h-data: Add const to in6addr_any and
7232         in6addr_loopback.
7233         * inet/netinet/in.h: Cleanup namespace.
7234         * posix/regex.h: Likewise.
7235         * resolv/netdb.h: Likewise.
7236         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
7237         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7238         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
7239         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
7240         of names of in in6_addr.
7241         (default_precedence): Likewise.
7242         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
7243         NULL definition.
7244
7245 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
7246
7247         * conform/data/fmtmsg.h-data: Add missing allows.
7248         * conform/data/ftw.h-data: Likewise.
7249         * conform/data/inttypes.h-data: Likewise.
7250         * conform/data/math.h-data: Likewise.
7251         * conform/data/signal.h-data: Likewise.
7252         * conform/data/net/if.h-data: Likewise.
7253         * conform/data/netinet/in.h-data: Likewise.
7254         * conform/data/sys/socket.h-data: Likewise.
7255
7256         [BZ #5614]
7257         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
7258         (__strtok_r): Simplify.
7259         * string/tester.c (test_strtok_r): Add test case for futile search
7260         with single-character seach string.
7261
7262 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
7263
7264         * po/ko.po: Update from translation team.
7265
7266 2008-01-11  Andreas Jaeger  <aj@suse.de>
7267
7268         [BZ #5600]
7269         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
7270         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
7271         kernel header.
7272
7273 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
7274
7275         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
7276         native interface lookup in all the relevant places.
7277
7278 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
7279             Ulrich Drepper  <drepper@redhat.com>
7280
7281         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
7282         field.  Use sockaddr_in6 for source_addr.
7283         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
7284         (match_prefix): Likewise.
7285         (get_label): Likewise.
7286         (get_precedence): Likewise.
7287         (rfc3484_sort): Change to use indirect access to results array.
7288         Adjust to use of sockaddr_in6.  Replace service_order test with
7289         simple index comparison.
7290         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
7291         service_order field.  Adjust qsort_t calls.  Access sorted result
7292         array indirectly through order array.
7293         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
7294         * posix/tst-rfc3484-2.c: Likewise.
7295         * posix/tst-rfc3484-3.c: Likewise.
7296
7297 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
7298
7299         [BZ #5541]
7300         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
7301         pollfd structures.
7302         Patch by André Cruz.
7303
7304         [BZ #5545]
7305         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
7306         (clnt_spcreateerror): Likewise.
7307
7308         [BZ #5553]
7309         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
7310         (public_mEMALIGn): Likewise.
7311         Patch mostly by Daniel Jacobowitz.
7312
7313 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
7314
7315         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
7316         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
7317         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
7318         * stdlib/tst-makecontext2.c: New test.
7319
7320 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
7321
7322         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
7323         defined.
7324         (REINIT_PARAMS): Likewise.  Undefine before end of file.
7325         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
7326         transliteration hooks and REINIT_PARAMS afterwards.
7327         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
7328         status.
7329         (REINIT_PARAMS): Define.
7330         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
7331         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
7332         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
7333         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
7334         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
7335         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
7336         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
7337         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
7338         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
7339         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
7340         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
7341         * iconvdata/tst-iconv7.c: New test.
7342
7343 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
7344
7345         * libio/stdio.h (vscanf): Fix definition for loser compilers.
7346
7347 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
7348
7349         [BZ #5112]
7350         * nscd/connections.c (restart): Fix condition.
7351
7352 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
7353
7354         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
7355         __ctype_toupper_loc): Add __THROW.
7356
7357 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
7358
7359         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
7360         recognition of interface family.
7361
7362         * posix/getconf.c: Update copyright year.
7363         * nss/getent.c: Likewise.
7364         * iconv/iconvconfig.c: Likewise.
7365         * iconv/iconv_prog.c: Likewise.
7366         * elf/ldconfig.c: Likewise.
7367         * catgets/gencat.c: Likewise.
7368         * csu/version.c: Likewise.
7369         * elf/ldd.bash.in: Likewise.
7370         * elf/sprof.c (print_version): Likewise.
7371         * locale/programs/locale.c: Likewise.
7372         * locale/programs/localedef.c: Likewise.
7373         * nscd/nscd.c (print_version): Likewise.
7374         * debug/xtrace.sh: Likewise.
7375         * malloc/memusage.sh: Likewise.
7376         * malloc/mtrace.pl: Likewise.
7377         * debug/catchsegv.sh: Likewise.
7378
7379 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
7380
7381         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
7382         second lookup.
7383
7384 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
7385
7386         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
7387         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
7388
7389 2007-12-17  Roland McGrath  <roland@redhat.com>
7390
7391         * inet/ether_line.c (ether_line): Remove unused variable.
7392
7393 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
7394
7395         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
7396         and winp.
7397         * login/openpty.c (openpty): Likewise.
7398         * login/pty.h (openpty, forkpty): Likewise.
7399         * manual/terminal.texi (openpty, forkpty): Likewise.
7400
7401 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
7402
7403         * malloc/malloc.c (public_cALLOc): For arenas other than
7404         main_arena, count all bytes inside the mprotect_size range of the
7405         heap as uninitialized.
7406
7407 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
7408
7409         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
7410         executable stacks.
7411
7412         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
7413         mTRIm for all of them.
7414         (mTRIm): Additionally iterate over all free blocks and use madvise
7415         to free memory for all those blocks which contain at least one
7416         memory page.
7417         * malloc/tst-trim1.c: New file.
7418         * malloc/Makefile (tests): Add tst-trim1.
7419
7420         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
7421
7422 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
7423
7424         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7425         First cast argument to long
7426         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
7427         Return long.
7428         (__vdso_clock_gettime): Likewise.
7429         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
7430         return long.
7431
7432 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
7433
7434         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
7435         * locale/nl_langinfo_l.c: Real implementation, copied from
7436         nl_langinfo.c.
7437         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
7438
7439 2007-12-01  Jim Meyering  <meyering@redhat.com>
7440
7441         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
7442         that would inhibit utf8-optimization of a regexp containing line-
7443         or buffer-anchors, e.g., `^', `$'.
7444
7445 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7446
7447         * time/bug-getdate1.c (do_test): Don't use century values which
7448         aren't valid on 32-bit systems.
7449
7450 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
7451
7452         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
7453         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
7454         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
7455         __strcat_g, __strncat_g): Add __asm__.
7456
7457 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
7458
7459         [BZ #5477]
7460         * io/fchmodat.c: Fix typo in stub_warning use.
7461         Patch by Petr Salinger.
7462
7463 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
7464
7465         * iconvdata/hp-thai8.c: New file.
7466         * iconvdata/Makefile: Add rules for hp-thai8.c.
7467         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
7468         * iconvdata/gconv-modules: Likewise.
7469
7470         [BZ #5464]
7471         * iconvdata/hp-greek8.c: New file.
7472         * iconvdata/Makefile: Add rules for hp-greek8.c.
7473         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
7474         * iconvdata/gconv-modules: Likewise.
7475
7476         [BZ #5463]
7477         * iconvdata/hp-turkish8.c: New file.
7478         * iconvdata/Makefile: Add rules for hp-turkish8.c.
7479         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
7480         * iconvdata/gconv-modules: Likewise.
7481
7482         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
7483         (shrink_heap): ... this new function.
7484         (heap_trim): Call shrink_heap instead of grow_heap.
7485
7486         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
7487         case don't call alloc_perturb.
7488
7489 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
7490
7491         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
7492         possible.
7493         * sysdeps/unix/sysv/linux/kernel-features.h
7494         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
7495         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
7496
7497 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
7498
7499         [BZ #5424]
7500         * stdio-common/vfprintf.c: Do not overflow when adding to done.
7501         * stdio-common/Makefile (tests): Add bug22.
7502         * stdio-common/bug22.c: New file.
7503
7504         [BZ #5451]
7505         * time/getdate.c: Fix filling in default values.
7506         * time/bug-getdate1.c: New file.
7507         * time/Makefile: Add rules to build and run bug-getdate1.
7508
7509         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
7510         * iconvdata/ebcdic-es.c: Likewise.
7511         * iconvdata/ebcdic-es-a.c: Likewise.
7512         * iconvdata/ebcdic-uk.c: Likewise.
7513         * iconvdata/iso8859-16.c: Likewise.
7514         * iconvdata/viscii.c: Likewise.
7515         * iconvdata/iso8859-9e.c: Likewise.
7516         * iconvdata/Makefile: Adjust appropriately.
7517
7518         [BZ #5428]
7519         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
7520         __need_wint_t.
7521
7522 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7523
7524         [BZ #5427]
7525         * iconvdata/hp-roman9.c: New file.
7526         * iconvdata/Makefile: Add rules for hp-roman9.c.
7527         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
7528         * iconvdata/gconv-modules: Likewise.
7529
7530         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
7531         * iconvdata/Makefile: Adjust appropriately.
7532
7533         [BZ #5441]
7534         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
7535         structure, it's allocated with alloca.
7536         * stdio-common/Makefile (tests): Add bug21.
7537         * stdio-common/bug21.c: New file.
7538
7539 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
7540
7541         [BZ #5452]
7542         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
7543         keyword for gcc's braced-groups.
7544
7545 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
7546
7547         [BZ #5454]
7548         * inet/ether_line.c: Strip hostname of whitespaces.
7549         * inet/Makefile (tests): Add tst-ether_line.
7550         * inet/tst-ether_line.c: New file.
7551
7552 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
7553
7554         [BZ #5439]
7555         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
7556
7557         [BZ #5435]
7558         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
7559
7560         * stdlib/tst-setcontext.c: Catch the case where the links gets
7561         messed up and we do not reach main again.
7562
7563         * po/ca.po: Update from translation team.
7564
7565 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
7566
7567         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
7568         * posix/regex.h (REG_ENOSYS): Likewise.
7569         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
7570
7571 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
7572
7573         * nscd/nscd.h (MAX_STACK_USE): Define.
7574         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
7575         (gc): Initialize stack_used based on allocation in prune_cache.
7576         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
7577         Clear array before use.
7578
7579         * nscd/aicache.c (addhstaiX): Update statistics counter in case
7580         memory allocation failed.
7581         * nscd/hstcache.c (cache_addhst): Likewise.
7582         * nscd/grpcache.c (cache_addgr): Likewise.
7583         * nscd/servicescache.c (cache_addserv): Likewise.
7584         * nscd/pwdcache.c (cache_addpw): Likewise.
7585         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7586
7587 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
7588
7589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
7590         and creat system calls.
7591
7592         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
7593
7594 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7595
7596         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
7597         Add netiucv/iucv.h.
7598         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
7599         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
7600         protocol.
7601         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
7602         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
7603         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
7604
7605 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7606
7607         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
7608         strncat): Define as macros to avoid compile errors.
7609
7610         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
7611         creat entries.
7612
7613 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
7614
7615         [BZ #5382]
7616         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
7617         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
7618         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
7619         overflow it.
7620         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7621
7622         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
7623         Return zero in case the thread library is not NPTL.
7624
7625         [BZ #5375]
7626         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
7627         initializing interface list.
7628
7629         [BZ #5378]
7630         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
7631         use result of nss_getgrgid_r if nothing was found.  For other
7632         error return with a failure.
7633         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
7634
7635         * locale/programs/ld-collate.c (collate_read): Fix loop to match
7636         macro name.
7637
7638 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7639
7640         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
7641         (get_scope): For IPv4 scope, use scopes table.
7642         (fini): Free scopes table if necessary.
7643         (free_scopelist): New function.
7644         (scopecmp): New function.
7645         (gaiconf_init): Also handle scopev4 entries.
7646         * posix/tst-rfc3484.c (do_test): Initialize scopes.
7647         * posix/tst-rfc3484-2.c (do_test): Likewise.
7648         * posix/gai.conf: Document scopev4 defaults.
7649         * posix/Makefile (tests): Add tst-rfc3484-3.
7650         * posix/tst-rfc3484-3.c: New file.
7651
7652         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
7653         Teredo tunnels.
7654         * posix/gai.conf: Update for current default tables.
7655
7656 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
7657
7658         * po/tr.po: Update from translation team.
7659
7660 2007-11-18  Roland McGrath  <roland@frob.com>
7661
7662         * manual/arith.texi (Remainder Functions): Spelling fix.
7663         From Shaun Silk <genix@mysoul.com.au>.
7664
7665         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
7666
7667 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
7668
7669         * po/zh_CN.po: Update from translation team.
7670
7671         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
7672         Add sys/signalfd.h and sys/eventfd.h.
7673
7674 2007-11-15  Bruno Haible  <bruno@clisp.org>
7675
7676         [BZ #5346]
7677         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
7678         union.
7679         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
7680         (DCIGETTEXT): Change the allocation of the 'search' variable so that
7681         it needs only fixed stack space. Delay the initialization of
7682         msgid_len until it is needed.
7683
7684 2007-11-15  Andreas Jaeger  <aj@suse.de>
7685
7686         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
7687         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
7688
7689 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
7690
7691         * po/ko.po: Update from translation team.
7692
7693 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
7694
7695         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
7696         significantly.  The device type is also part of the ifinfomsg data.
7697
7698         * po/sv.po: Update from translation team.
7699         * po/nl.po: Likewise.
7700
7701         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
7702         to wake up in 24 hours.
7703
7704         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
7705
7706 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
7707
7708         * po/cs.po: Update from translation team.
7709         * po/pl.po: Likewise.
7710
7711         * include/ifaddrs.h: Remove in6ai_temporary.
7712         (struct in6addrinfo): Add index element.
7713         Declare __check_native.
7714         * inet/Makefile (aux): Add check_native.
7715         * sysdeps/unix/sysv/linux/check_native.c: New file.
7716         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
7717         IFA_F_TEMPORARY.  Pass back ifa_index.
7718         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
7719         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
7720         call __check_native if necessary.
7721         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
7722         to sort addresses.  Pass information about the results.
7723         * posix/tst-rfc3484.c: Adjust for addition of index field and change
7724         of rfc3484_sort interface.
7725         * posix/tst-rfc3484-2.c: Likewise.
7726
7727         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
7728         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
7729         for _quicksort.
7730         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
7731         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
7732         on as third parameter to compare function and _quicksort.
7733         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
7734         to the compare function.
7735         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
7736         * Versions.def: Add GLIBC_2.8 for libc.
7737
7738         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
7739         * posix/tst-rfc3484-2.c: Likewise.
7740
7741         * include/kernel-features.h: Moved to...
7742         * sysdeps/mach/hurd/kernel-features.h: ...here.
7743
7744 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
7745
7746         * sysdeps/i386/i586/memcpy_chk.S: New file.
7747         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
7748         * sysdeps/i386/i586/memset_chk.S: Likewise.
7749
7750 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
7751
7752         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
7753         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
7754         list of interfaces.  Also store prefix length.
7755         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
7756         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
7757         prefix if source and destination address are in the same subnet.
7758         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
7759         Always look for matching record in in6ai list.
7760         Correct source_addr_len value for IPv6->IPv4 converted records.
7761
7762 2007-11-11  Roland McGrath  <roland@frob.com>
7763
7764         * include/kernel-features.h: New file.
7765
7766 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
7767
7768         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
7769         complications for 64-bit platforms.
7770
7771         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
7772         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
7773         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
7774         open64_2.
7775         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
7776         entries.
7777         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7778         * sysdeps/wordsize-64/alphasort.c: New file.
7779         * sysdeps/wordsize-64/alphasort64.c: New file.
7780         * sysdeps/wordsize-64/fseeko.c: New file.
7781         * sysdeps/wordsize-64/fseeko64.c: New file.
7782         * sysdeps/wordsize-64/ftello.c: New file.
7783         * sysdeps/wordsize-64/ftello64.c: New file.
7784         * sysdeps/wordsize-64/ftw.c: New file.
7785         * sysdeps/wordsize-64/ftw64.c: New file.
7786         * sysdeps/wordsize-64/iofgetpos.c: New file.
7787         * sysdeps/wordsize-64/iofgetpos64.c: New file.
7788         * sysdeps/wordsize-64/iofopen.c: New file.
7789         * sysdeps/wordsize-64/iofopen64.c: New file.
7790         * sysdeps/wordsize-64/iofsetpos.c: New file.
7791         * sysdeps/wordsize-64/iofsetpos64.c: New file.
7792         * sysdeps/wordsize-64/lockf.c: New file.
7793         * sysdeps/wordsize-64/lockf64.c: New file.
7794         * sysdeps/wordsize-64/mkostemp.c: New file.
7795         * sysdeps/wordsize-64/mkostemp64.c: New file.
7796         * sysdeps/wordsize-64/mkstemp.c: New file.
7797         * sysdeps/wordsize-64/mkstemp64.c: New file.
7798         * sysdeps/wordsize-64/scandir.c: New file.
7799         * sysdeps/wordsize-64/scandir64.c: New file.
7800         * sysdeps/wordsize-64/tmpfile.c: New file.
7801         * sysdeps/wordsize-64/tmpfile64.c: New file.
7802         * sysdeps/wordsize-64/versionsort.c: New file.
7803         * sysdeps/wordsize-64/versionsort64.c: New file.
7804         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
7805         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
7806         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
7807         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
7808         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
7809         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
7810         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
7811         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
7812         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
7813         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
7814         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
7815         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
7816
7817         * crypt/sha256-crypt.c: Fix a comment.
7818         * crypt/sha512-crypt.c: Likewise.
7819
7820 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
7821
7822         * sysdeps/x86_64/memset.S: Add sfence after movnti.
7823
7824 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
7825
7826         [BZ #5277]
7827         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
7828         because output buffer is too small break, don't loop.
7829         * iconvdata/Makefile (tests): Add bug-iconv6.
7830         * iconvdata/bug-iconv6.c: New file.
7831
7832 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
7833
7834         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
7835         with size_t type.
7836         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
7837         size_t.  Add casts where needed.
7838
7839         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
7840         old headers, don't call avc_has_perm if we don't have the
7841         permission information.
7842
7843 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
7844
7845         * elf/rtld.c (dl_main): Use the page size to find the map start.
7846
7847 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
7848
7849         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
7850         Patch by Szymon Siwek <sls@poczta.wp.pl>.
7851
7852         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
7853         when the lookup call failed.
7854
7855         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
7856         Add prune_cond and wakeup_time.
7857         (CACHE_PRUNE_INTERNAL): Define.
7858         Update declarations of prune_cache and setup_thread.
7859         * nscd/connections.c (dbs): Update initializers.
7860         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
7861         (nscd_init): Default number of threads is now 4.
7862         (invalidate_cache): Take lock before calling prune_cache.
7863         (handle_request): If SELinux forbids the request, say so.
7864         (readylist_cond): Use static initializer.
7865         (nscd_run_prune): New function.  Used only by pruning threads.
7866         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
7867         here.
7868         (fd_ready): Update nscd_run reference.
7869         (start_threads): No need to initialize readylist_cond.
7870         Start pruning threads separately.
7871         * nscd/nscd_setup_thread.c: Change return value type to int and always
7872         return 0.
7873         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
7874         to int and return nonzero value if we can use the TID address hack.
7875         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
7876         the database is later than the new entry's timeout, update the
7877         wakeup time and wake the cleanup thread.
7878         (prune_cache): Return seconds the next entry in the database is still
7879         valid.  Remove locking for pruning here.
7880         * nscd/nscd.conf: Document default number of threads.
7881
7882 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
7883
7884         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
7885         stack is properly aligned for the target function.
7886         Correct unwind info.
7887
7888         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
7889         when using auditing libraries.
7890
7891 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
7892
7893         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
7894         _nss_dns_getnetbyaddr2_r.
7895         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
7896         extra parameter to getanswer_r.
7897         (_nss_dns_getnetbyaddr_r): Now a wrapper around
7898         _nss_dns_getnetbyaddr2_r.
7899
7900         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
7901         gethstbynm3_r.
7902         * nscd/gethstbynm2_r.c: Remove.
7903         * nscd/gethstbynm3_r.c: New file.
7904         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
7905         __gethostbyaddr_r.
7906         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
7907         __gethostbyaddr_r compatibility wrapper.
7908         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
7909         determining timeout of entry.
7910         (lookup): Take new parameter and pass it to __gethostbyname3_r and
7911         __gethostbyaddr2_r.
7912         (addhstbyX): Pass reference to variable for TTL to lookup and
7913         cache_addhst.
7914         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
7915         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
7916         and __nss_next2.  Remove __nss_services_lookup.
7917         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
7918         Add compat wrapper.
7919         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
7920         __nss_next2.
7921         * nss/getXXent_r.c: Likewise.
7922         * nss/getnssent_r.c: Likewise.
7923         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
7924         does not exist in module, try the optional second name.
7925         (__nss_next2): New function.
7926         (__nss_next): Now wrapper around __nss_next2.
7927         * nss/nsswitch.h: Adjust __nss_lookup prototype.
7928         Declare __nss_next2.
7929         Adjust definition of db_lookup_function type.
7930         * nss/service-lookup.c: Define NO_COMPAT.
7931         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
7932         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
7933         * inet/ether_ntoh.c: Likewise.
7934         * sunrpc/netname.c: Likewise.
7935         * sunrpc/publickey.c: Likewise.
7936         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
7937         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
7938         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
7939         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
7940         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
7941
7942         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
7943
7944         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
7945
7946 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
7947
7948         [BZ #5204]
7949         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
7950         * crypt/sha512c-test.c: Likewise.
7951
7952         [BZ #5225]
7953         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
7954         to keep track of end of %[ format string element.
7955         * stdio-common/Makefile (tests): Add bug20.
7956         * stdio-common/bug20.c: New file.
7957
7958         [BZ #5222]
7959         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
7960         path elements in counting mode.
7961
7962 2007-10-27  Andreas Jaeger  <aj@suse.de>
7963
7964         [BZ #5040]
7965         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
7966
7967         [BZ #3112]
7968         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
7969         (__cleanup): Free shared library when exiting.
7970         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
7971         (__cleanup): Free shared library when exiting.
7972
7973 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
7974
7975         [BZ #2549]
7976         * math/libm-test.inc (check_float_internal): Support
7977         denormalized return.
7978
7979 2007-10-23  Andreas Jaeger  <aj@suse.de>
7980
7981         [BZ #5208]
7982         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
7983         __LONG_LONG_PAIR to handle little endian byte order.
7984         Suggested by abhishekrai@google.com
7985
7986 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
7987
7988         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
7989
7990 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
7991
7992         * nscd/cache.c (prune_cache): Move test for modified file outside
7993         of locking.
7994
7995 2007-10-21  Andreas Jaeger  <aj@suse.de>
7996
7997         * manual/texinfo.tex: Update to latest version.
7998
7999         * manual/sysinfo.texi (System Parameters): Fix Formatting.
8000
8001         * manual/arith.texi (Status bit operations): Fix formatting.
8002
8003         * manual/errno.texi (Error Messages): Fix formatting.
8004
8005         * manual/sysinfo.texi (System Parameters): Fix formatting.
8006
8007         * manual/libc.texinfo: Update VERSION and UPDATED.
8008
8009 2007-10-19  Roland McGrath  <roland@redhat.com>
8010
8011         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
8012
8013 2007-10-06  David S. Miller  <davem@davemloft.net>
8014
8015         * configure.in: Add sparcv9v2 and sparc64v2.
8016         * scripts/config.sub: Likewise.
8017         * configure: Regenerate.
8018         * elf/elf.h (HWCAP_SPARC_N2): New.
8019         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
8020         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
8021         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
8022         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
8023         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
8024         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
8025         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
8026
8027 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
8028
8029         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
8030         even if the poll result indicates there is data to read.
8031         Patch by Jeff Moyer <jmoyer@redhat.com>.
8032
8033 2007-10-18  Roland McGrath  <roland@redhat.com>
8034
8035         * elf/elf.h (NT_PPC_VMX): New macro.
8036
8037 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8038
8039         * version.h (VERSION): Set to 2.7.90.
8040
8041 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8042
8043         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
8044         weak_alias.
8045
8046 2007-10-17  Roland McGrath  <roland@frob.com>
8047
8048         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
8049         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
8050
8051 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8052
8053         * version.h (VERSION): Bump to 2.7.
8054         * include/features.h (__GLIBC_MINOR__): Bump to 7.
8055
8056         [BZ #5186]
8057         * time/tzset.c (__tz_convert): Don't force testing for a change of
8058         TZ if not called from localtime.  But then also see whether the
8059         file changed, in case __use_tzfile is set.
8060
8061         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
8062         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8063         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8064         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8065         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8066         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8067         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
8068         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8069
8070 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
8071
8072         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
8073         and admin selects to be able to replace the gai.conf file, lock
8074         data structures around the qsort call.
8075
8076 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8077
8078         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
8079         new memset.
8080         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
8081         too high for the improvements.  Implement bzero unconditionally for
8082         use in libc.
8083
8084 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
8085             Jakub Jelinek  <jakub@redhat.com>
8086
8087         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
8088         even when time_t is 32-bit.
8089         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
8090         timezone data read by __tzfile_default.  Ensure __tzname[0] is
8091         always set after the search.
8092
8093 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8094
8095         * time/tzfile.c (__tzfile_read): Help the compiler recognize
8096         unreachable code on 32-bit machines.
8097
8098 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8099
8100         [BZ #5184]
8101         * time/strftime_l.c: Include stdbool.h.
8102         (my_strftime): New wrapper, old function renamed to...
8103         (__strftime_internal): ... new function.  Add tzset_called
8104         argument, pass it down to recursive calls, don't call tzset ()
8105         if already true, set to true after call to tzset ().
8106
8107 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
8108
8109         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
8110         into account when copying TZ string.
8111
8112 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8113
8114         * time/tzfile.c (__tzfile_compute): For use_last case set i to
8115         num_transition rather than num_transitions - 1.
8116
8117 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
8118
8119         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
8120         PIC indirect jump.
8121
8122         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
8123         a local label rather than HIDDEN_JUMPTARGET.
8124
8125 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8126
8127         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
8128         (init_cacheinfo): Initialize it.
8129         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
8130         Always define bzero.
8131         Remove non-glibc code.
8132         * sysdeps/x86_64/bzero.S: Make an empty file.
8133
8134 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
8135
8136         * sysdeps/x86_64/cacheinfo.c
8137         (__x86_64_preferred_memory_instruction): New.
8138         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
8139
8140         * sysdeps/x86_64/memset.S: Rewrite.
8141
8142 2007-10-15  Roland McGrath  <roland@redhat.com>
8143
8144         * po/libc.pot: Regenerated.
8145
8146 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
8147
8148         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
8149         pointers.
8150
8151         [BZ #3425]
8152         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
8153         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
8154         address record to T_A/T_AAAA requests.
8155
8156 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
8157
8158         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
8159
8160         * posix/glob.c: Add some branch prediction throughout.
8161
8162         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
8163         read from nscd.
8164
8165         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
8166         service_order.
8167         (rfc3484_sort): Make sure that even if qsort doesn't support
8168         stable sorting out sorting here is stable by comparing service_order.
8169         (getaddrinfo): Initialize service_order.
8170         * posix/tst-rfc3484.c (do_test): Adjust for addition of
8171         service_order field to sorting structure.
8172         * posix/tst-rfc3484-2.c (do_test): Likewise.
8173
8174         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
8175         * time/tzset.c (tzset_internal): Break TZ string parsing out into
8176         __tzset_parse_tz and updating of daylight, timezone, tzname into
8177         update_vars.
8178         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
8179         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
8180         happens in __tz_compute.
8181         * time/tzfile.c (__tzfile_read): Also read TZ string.
8182         (find_transition): Fold into __tzfile_compute.
8183         (__tzfile_compute): For times beyond the last transition try to
8184         use the TZ string.
8185         * timezone/tst-timezone.c: Information in daylight and tzname does
8186         change for Asia/Tokyo timezone with more concrete information.
8187         Remove the test.
8188
8189         * include/stdio.h: Add libc_hidden_proto for ftello.
8190         * libio/ftello.c: Add libc_hidden_def.
8191
8192         [BZ #1140]
8193         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
8194         on the specified time and not the last entries in the file.  Move
8195         code to determine tzname[] to...
8196         (find_transition): ...here.  Add ugly guess for times before the
8197         first transition.
8198
8199 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8200
8201         [BZ #3195]
8202         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
8203         no entry.
8204         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
8205         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
8206         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
8207         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
8208
8209         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
8210         read mechanism when there are no group members and avoid no-op
8211         read syscall in this case.
8212
8213         [BZ #3242]
8214         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
8215         (__readall): If reading failed due to EAGAIN error wait a bit
8216         and possibly try again.
8217         (__readvall): Likewise.
8218
8219 2007-10-13  Bruno Haible  <bruno@clisp.org>
8220
8221         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
8222         when we cannot recode the message.
8223
8224 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
8225
8226         [BZ #4359]
8227         * libio/__freading.c (__freading): Don't return true for
8228         write-only streams.  For read/write streams, check whether we
8229         performed a read operation already.
8230         * libio/Makefile (tests): Add tst-ext2.
8231         * libio/tst-ext2.c: New file.
8232
8233 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8234
8235         * locale/programs/repertoire.c (repertoire_read): Always free
8236         memory for repertoire file name [Coverity CID 270].
8237
8238         * elf/cache.c (save_aux_cache): Free memory allocated for
8239         temporary file name [Coverity CID 267].
8240
8241 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8242
8243         * misc/Makefile (headers): Add bits/error.h.
8244
8245 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
8246
8247         * posix/fnmatch_loop.c: Take rule index returned as part of
8248         findidx return value into account when accessing weights.
8249         * posix/regcomp.c: Likewise.
8250         * posix/regexec.c: Likewise.
8251
8252         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
8253         (skip_to): Fix problems with parameter of elifdef/elifndef.
8254
8255 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
8256
8257         * iconv/gconv_simple.c: Add some branch prediction.
8258
8259 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
8260
8261         * locale/programs/ld-collate.c (collate_read): If ignore_content
8262         and nowtok is tok_define, eat any tok_eol tokens.
8263
8264 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
8265
8266         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
8267         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
8268
8269         * inet/netinet/in.h: Don't include bits/socket.h.
8270         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
8271         macro.
8272         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
8273
8274 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
8275
8276         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
8277         and tok_elifndef.
8278         * locale/programs/locfile-kw.gperf: Likewise.
8279         * locale/programs/ld-collate.c: Implement primitive preprocessor.
8280
8281 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
8282
8283         * stdio-common/printf-parse.h: Include string.h and wchar.h.
8284         (__find_specwc): Change into __extern_always_inline function.
8285         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
8286         (__parse_one_specmb): Remove ps argument.
8287         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
8288         Adjust __find_specmb and __parse_one_specmb callers.
8289         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
8290         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
8291         Removed.
8292         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
8293         caller.
8294
8295 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
8296
8297         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
8298         with some Pentium Ds.
8299
8300 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
8301
8302         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
8303         __read not read.
8304         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
8305         __write not write.
8306
8307 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
8308
8309         [BZ #181]
8310         * locale/C-time.c: Set week_1stday data to 19971201.
8311         * locale/programs/ld-time.c (time_finish): Default for
8312         first_workday is Monday.
8313
8314         [BZ #2633]
8315         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
8316
8317         [BZ #5103]
8318         * posix/glob.c (glob): Recognize patterns starting \/.
8319         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
8320         (main): Add test for pattern starting \/.
8321
8322         * misc/error.h: Use __const instead of const.
8323         * misc/bits/error.h: Likewise.
8324
8325 2007-10-07  Andreas Jaeger  <aj@suse.de>
8326
8327         * include/bits/error.h: New file.
8328
8329         * misc/bits/error.h (error_at_line): Fix prototype.
8330
8331 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
8332
8333         [BZ #3924]
8334         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
8335         more little bugs in creating the stack frame when pltexit has to
8336         be called.
8337
8338         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
8339         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
8340
8341         [BZ #4407]
8342         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
8343         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
8344         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
8345         * math/libm-test.inc: Add test for this case.
8346
8347         [BZ #5010]
8348         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
8349         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
8350         map service succeeded.
8351         (svc_is_mapped): New function.
8352         (svc_unregister): Use it before trying to unmap service.
8353
8354 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
8355
8356         * timezone/zic.c: Update from tzcode2007h.
8357
8358         [BZ #5063]
8359         * timezone/africa: Update from tzdata2007h.
8360         * timezone/antarctica: Likewise.
8361         * timezone/asia: Likewise.
8362         * timezone/australasia: Likewise.
8363         * timezone/europe: Likewise.
8364         * timezone/leapseconds: Likewise.
8365         * timezone/northamerica: Likewise.
8366         * timezone/southamerica: Likewise.
8367         * timzeone/zone.tab: Likewise.
8368
8369         [BZ #5104]
8370         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
8371
8372         [BZ #5113]
8373         * string/bits/string2.h (__strdup): Cast parameters to calloc to
8374         avoid warning with -Wconversion.
8375         (__strndup): Likewise.
8376         Half the patch by Christian Iseli <christian.iseli@licr.org>.
8377
8378         [BZ #5112]
8379         * nscd/connections.c (restart): Don't resync if database is
8380         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
8381
8382         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
8383         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
8384
8385         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
8386         evetnfd_read, eventfd_write.
8387         * sysdeps/unix/sysv/linux/eventfd.c: New file.
8388         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
8389         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
8390         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
8391         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
8392         eventfd_write for GLIBC_2.7.
8393
8394         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
8395         * sysdeps/unix/sysv/linux/signalfd.c: New file.
8396         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
8397         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
8398
8399 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
8400
8401         * stdlib/msort.c: Include stdint.h.
8402         (struct msort_param): New type.
8403         (msort_with_tmp): Use struct msort_param pointer for unchanging
8404         parameters.  Add optimized handling for several common sizes
8405         and indirect sorting mode.
8406         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
8407         sorting.
8408         Suggested by Belazougui Djamel .
8409
8410         * stdlib/Makefile (tests): Add tst-qsort2.
8411         * stdlib/tst-qsort2.c: New test.
8412
8413 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
8414
8415         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
8416         for dup2 in case another thread races with the current one.  Retry
8417         in this case.
8418
8419         * misc/error.h: Remove support for use outside of libc.  We have to
8420         include <features.h> now.  Include <bits/error.h> if possible.
8421         * misc/bits/error.h: New file.
8422
8423 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
8424
8425         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
8426         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
8427         __extern_always_inline functions unconditionally, drop macros.
8428
8429         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
8430         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
8431         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
8432
8433         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
8434         add __artificial__ attribute.
8435
8436 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
8437
8438         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
8439         backward to forward direction.
8440
8441         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
8442
8443         [BZ #645]
8444         * locale/programs/ld-collate.c (collate_finish): Compare against last
8445         used section which is known to have rules defined.
8446         (collate_read): After order_start, correctly record order of sections
8447         and queue sections up.
8448
8449 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
8450
8451         [BZ #5071]
8452         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
8453         the same number of pages.
8454         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
8455
8456         * locale/programs/ld-collate.c (collate_read): After initial copy
8457         statement, continue in state 0.
8458
8459         * include/stdio_ext.h (__fsetlocking): Define as macro.
8460
8461 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
8462
8463         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
8464         of section order.
8465
8466         * po/pt_BR.po: Fix typo.
8467
8468 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
8469
8470         * iconvdata/Makefile (modules): Add ISO8859-9E.
8471         (distribute): Add iso8859-9e.c.
8472         (gen-8bit-gap-modules): Add iso8859-9e.
8473         * iconvdata/iso8859-9e.c: New file.
8474         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
8475         * iconvdata/TESTS: Likewise.
8476         * iconvdata/tst-tables.sh: Likewise.
8477
8478         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8479
8480         * locale/iso-639.def: Add several new entries.
8481
8482 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8483
8484         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
8485         void * pointers instead of struct link_map **.
8486         (_dl_scope_free): Change argument type to void *.
8487         * include/link.h (struct link_map): Change type of l_reldeps
8488         to struct link_map_reldeps, move l_reldepsact into that
8489         struct too.
8490         * elf/dl-deps.c: Include atomic.h.
8491         (_dl_map_object_deps): Only change l->l_initfini when it is
8492         fully populated, use _dl_scope_free for freeing it.  Optimize
8493         removal of libs from reldeps by using l_reserved flag, when
8494         some removal is needed, allocate a new list instead of
8495         reallocating and free the old with _dl_scope_free.  Adjust
8496         for l_reldeps and l_reldepsact changes.
8497         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
8498         searching in l_initfini and l_reldeps without holding dl_load_lock.
8499         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
8500         l_reldepsact changes.
8501         * elf/dl-close.c (_dl_close_worker): Likewise.
8502         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
8503
8504 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
8505
8506         * iconvdata/Makefile (modules): Add KOI8-RU.
8507         (distribute): Add koi8-ru.c.
8508         (gen-8bit-gap-modules): Add koi8-ru.
8509         * iconvdata/koi8-ru.c: New file.
8510         * iconvdata/gconv-modules: Add entries for KOI8-RU.
8511         * iconvdata/TESTS: Likewise.
8512         * iconvdata/tst-tables.sh: Likewise.
8513
8514         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
8515
8516 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
8517
8518         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
8519         with __warning__/__error__ attributes.
8520         (__warnattr): Define.
8521         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
8522         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
8523         __warnattr.
8524         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
8525         of __*_chk if compile time detectable overflow is found.
8526         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
8527         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
8528         with __warnattr.
8529         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
8530         instead of __*_chk if compile time detectable overflow is found.
8531         (__gets_alias): Rename to...
8532         (__gets_warn): ... this.  Add __warnattr.
8533         (gets): Call __gets_warn instead of __gets_alias.
8534         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
8535         aliases with __warnattr.
8536         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
8537         time detectable overflow is found.
8538         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
8539         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
8540         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
8541         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
8542         __getdomainname_chk_warn): New aliases with __warnattr.
8543         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
8544         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
8545         __*_chk_warn instead of __*_chk if compile time detectable overflow
8546         is found.
8547         (__getgroups_chk): Rename argument to __listlen from listlen.
8548         (__getwd_alias): Rename to...
8549         (__getwd_warn): ... this.  Add __warnattr.
8550         (getwd): Call __getwd_warn instead of __getwd_alias.
8551         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
8552         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
8553         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
8554         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
8555         __wcsnrtombs_chk_warn): New aliases with __warnattr.
8556         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
8557         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
8558         compile time detectable overflow is found.
8559         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
8560         to use __*_chk or not.
8561         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
8562         in comparisons which function should be called and in __*_chk*
8563         arguments.  Call __*_chk_warn instead of __*_chk if compile time
8564         detectable overflow is found.
8565         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
8566         __*_chk argument.
8567         * debug/tst-chk1.c (do_test): Add a few more tests.
8568
8569 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
8570
8571         [BZ #5058]
8572         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
8573         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
8574         (_nl_unload_domain): Finalize conversions_lock.
8575         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
8576         handling table of known conversions.
8577
8578 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
8579
8580         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
8581         close_not_cancel_no_status instead of close.
8582
8583 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
8584
8585         [BZ #5028]
8586         * posix/regcomp.c (lookup_collation_sequence_value): Check that
8587         nrules != 0 for multibyte chars.
8588
8589 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
8590
8591         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
8592         Provide better error message in case the type is unknown.
8593
8594         [BZ #4963]
8595         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
8596         * string/stratcliff.c: Make usable to test wide char functions.
8597         * wcsmbs/wcsatcliff.c: New file.
8598         * wcsmbs/Makefiel (tests): Add wcsatcliff.
8599
8600         [BZ #4972]
8601         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
8602         (distribute): Add mac-centraleurope.c.
8603         (gen-8bit-gap-modules): Add mac-centraleurope.
8604         * iconvdata/mac-centraleurope.c: New file.
8605         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
8606         * iconvdata/TESTS: Likewise.
8607         * iconvdata/tst-tables.sh: Likewise.
8608
8609         [BZ #5043]
8610         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
8611
8612 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
8613
8614         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
8615         from __x86_64_core_cache_size_half.
8616         (init_cacheinfo): Compute shared cache size for AMD processors with
8617         shared L3 correctly.
8618         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
8619         name change.
8620         Patch in large parts by Evandro Menezes.
8621
8622 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
8623
8624         * elf/dl-lookup.c (add_dependency): Handle failing memory
8625         allocation for dependency list.  Remove unnecessary check.
8626
8627         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
8628         open/close when determining source addresses.
8629
8630         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
8631         sha512-crypt, and sha512.
8632         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
8633         (distribute): Add sha256.h and sha512.h.
8634         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
8635         and call the appropriate code.
8636         * crypt/sha256-crypt.c: New file.
8637         * crypt/sha256.c: New file.
8638         * crypt/sha256.h: New file.
8639         * crypt/sha256c-test.c: New file.
8640         * crypt/sha256test.c: New file.
8641         * crypt/sha512-crypt.c: New file.
8642         * crypt/sha512.c: New file.
8643         * crypt/sha512.h: New file.
8644         * crypt/sha512c-test.c: New file.
8645         * crypt/sha512test.c: New file.
8646
8647 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
8648
8649         * misc/bits/syslog.h (syslog): Remove extraneous argument from
8650         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
8651         __syslog_chk.
8652
8653 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
8654
8655         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
8656         %as in fscanf format strings.
8657
8658         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
8659         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8660         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8661         Likewise.
8662         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8663         Likewise.
8664
8665         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
8666         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
8667         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
8668         * elf/dl-sym.c (do_sym): Likewise.
8669         * include/link.h (struct link_map): Add l_serial field.
8670         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
8671         * elf/dl-lookup.c (add_dependency): Add flags argument.
8672         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
8673         flags, use THREAD_GSCOPE_RESET_FLAG before and
8674         THREAD_GSCOPE_SET_FLAG after
8675         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
8676         Don't dereference map until it has been found on some list.
8677         If map->l_serial changed, return -1.
8678
8679 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
8680
8681         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
8682         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
8683         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
8684         libc_hidden_proto.
8685         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
8686         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
8687         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
8688         add libc_hidden_proto.
8689         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8690         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8691         conformance requested.
8692         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
8693         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
8694         conformance requested.
8695         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
8696         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
8697         conformance requested.
8698         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
8699         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
8700         ISO C99 or POSIX conformance requested.
8701         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
8702         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
8703         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
8704         and __isoc99_vsscanf@@GLIBC_2.7.
8705         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
8706         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
8707         (tests): Add scanf14.
8708         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
8709         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
8710         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
8711         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
8712         CFLAGS-isoc99_scanf.c): Add $(exceptions).
8713         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
8714         from using internal headers.
8715         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
8716         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
8717         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
8718         and __isoc99_vswscanf@@GLIBC_2.7.
8719         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
8720         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
8721         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
8722         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
8723         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
8724         * stdio-common/isoc99_scanf.c: New file.
8725         * stdio-common/isoc99_vsscanf.c: New file.
8726         * stdio-common/isoc99_vscanf.c: New file.
8727         * stdio-common/isoc99_vfscanf.c: New file.
8728         * stdio-common/isoc99_fscanf.c: New file.
8729         * stdio-common/isoc99_sscanf.c: New file.
8730         * wcsmbs/isoc99_fwscanf.c: New file.
8731         * wcsmbs/isoc99_vswscanf.c: New file.
8732         * wcsmbs/isoc99_swscanf.c: New file.
8733         * wcsmbs/isoc99_wscanf.c: New file.
8734         * wcsmbs/isoc99_vwscanf.c: New file.
8735         * wcsmbs/isoc99_vfwscanf.c: New file.
8736         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
8737         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
8738         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
8739         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
8740         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
8741         * stdio-common/scanf14.c: New test.
8742         * stdio-common/scanf15.c: New test.
8743         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
8744         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
8745         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
8746         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
8747         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
8748         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
8749         __nldbl___isoc99_scanf@@GLIBC_2.7,
8750         __nldbl___isoc99_fscanf@@GLIBC_2.7,
8751         __nldbl___isoc99_sscanf@@GLIBC_2.7,
8752         __nldbl___isoc99_vscanf@@GLIBC_2.7,
8753         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
8754         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
8755         __nldbl___isoc99_wscanf@@GLIBC_2.7,
8756         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
8757         __nldbl___isoc99_swscanf@@GLIBC_2.7,
8758         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
8759         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
8760         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
8761         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
8762         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
8763         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
8764         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
8765         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
8766         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
8767         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
8768         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
8769         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
8770         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
8771         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
8772         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
8773         functions.
8774         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
8775         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
8776         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
8777         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
8778         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
8779         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
8780         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
8781         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
8782         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
8783         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
8784         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
8785         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
8786
8787         * stdio-common/Makefile (tests): Add scanf13.
8788         (scanf13-ENV): New.
8789         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
8790         m modifier followed by l.
8791         (STRING_ARG): Add width argument.
8792         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
8793         <case L_('C')>: Handle %mlc and %mC.
8794         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
8795         arguments.
8796         * stdio-common/scanf13.c: New test.
8797
8798         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
8799         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
8800
8801 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
8802
8803         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
8804         type and __THROW marker of splice, vmsplice, and tee.
8805         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8806         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8807         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8808         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8809         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
8810         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8811         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8812         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
8813         as cancellation points.
8814
8815 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
8816
8817         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
8818         parse more than three parts of the version number.
8819
8820 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
8821
8822         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
8823         modifier.  Patch by Jakub Jelinek.
8824
8825 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
8826
8827         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
8828         call_fallocate in misc subdir.
8829         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
8830         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
8831         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
8832         instead of __fallocate64.
8833         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
8834
8835 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
8836
8837         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
8838         * rt/Makefile (headers): Add bits/mqueue2.h.
8839         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
8840         optimizing with GCC and __va_arg_pack_len is defined.
8841         * rt/bits/mqueue2.h: New file.
8842         * rt/mq_open.c (__mq_open): Renamed from mq_open.
8843         (mq_open): New strong_alias.
8844         (__mq_open_2): New function.
8845         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
8846         (mq_open): New strong_alias.
8847         (__mq_open_2): New function.
8848         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
8849         * Versions.def (librt): Add GLIBC_2.7 version.
8850         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
8851         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
8852
8853         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
8854         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
8855         is defined rather than when not C++.
8856         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
8857         __openat64_alias): New redirects.
8858         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
8859         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
8860         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
8861         (open, open64, openat, openat64): Rewrite as __extern_always_inline
8862         functions instead of function-like macros.
8863
8864 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
8865
8866         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
8867         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
8868         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
8869
8870 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
8871
8872         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
8873         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
8874
8875 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
8876
8877         * inet/tst-network.c: Increment ERRORS for failing tests.
8878
8879 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
8880
8881         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
8882         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
8883         implement as __extern_always_inline function.
8884         (vsyslog): Define as __extern_always_inline function unconditionally.
8885         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
8886         When __va_arg_pack is defined, implement as __extern_always_inline
8887         functions.
8888         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8889         __extern_always_inline functions unconditionally.
8890         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
8891         bits/stdio2.h will be included.
8892         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
8893         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
8894         implement as __extern_always_inline functions.
8895         (vswprintf, vwprintf, vfwprintf): Define as
8896         __extern_always_inline functions unconditionally.
8897         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
8898
8899 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
8900
8901         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
8902         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
8903         attribute.
8904         * include/features.h (__USE_EXTERN_INLINES): Define only when
8905         __extern_inline is defined.
8906         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
8907         is defined instead of when not __cplusplus.
8908         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
8909         is defined instead of when not __cplusplus.
8910         * socket/sys/socket.h: Include bits/socket2.h when
8911         __extern_always_inline is defined instead of when not __cplusplus.
8912         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
8913         is defined instead of when not __cplusplus.
8914         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
8915         is defined instead of when not __cplusplus.
8916         * string/string.h: Include bits/string3.h when __extern_always_inline
8917         is defined instead of when not __cplusplus.
8918         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
8919         is defined instead of when not __cplusplus.
8920         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
8921         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
8922         is not defined.
8923         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
8924         defined __extern_always_inline instead of !defined __cplusplus.
8925         * libio/bits/stdio-ldbl.h: Likewise.
8926         * wcsmbs/bits/wchar-ldbl.h: Likewise.
8927         * misc/bits/syslog.h (syslog): Don't define for C++.
8928         (vsyslog): Use __extern_always_inline function for C++ instead of
8929         a macro.
8930         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
8931         whenever that macro is defined.
8932         (vprintf): Don't provide the inline for C++.
8933         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
8934         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
8935         define the macros for C++.
8936         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
8937         __extern_always_inline functions for C++.
8938         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
8939         stat64, lstat64, fstat64, fstatat64): Don't define if not
8940         __USE_EXTERN_INLINES.
8941         * wcsmbs/bits/wchar2.h: Fix #error message.
8942         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
8943         (vswprintf, vwprintf, vfwprintf): Define using
8944         __extern_always_inline functions for C++.
8945         * string/bits/string3.h: Don't #undef macros if __cplusplus.
8946         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
8947         strncpy, strcat, strncat): Define as __extern_always_inline
8948         functions instead of macros for C++.
8949         * math/bits/cmathcalls.h: Guard __extern_inline routines with
8950         defined __extern_inline.
8951         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
8952         to __extern_inline whenever that macro is defined.
8953         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8954         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8955         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
8956         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
8957         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8958         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8959         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8960         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
8961         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
8962         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
8963         prototypes.  Only provide __extern_inline routines if
8964         __USE_EXTERN_INLINES.
8965         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
8966         tests.
8967         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
8968         For now avoid some *printf tests in C++.  Skip all testing
8969         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
8970         is not.
8971         * debug/tst-chk4.cc: New file.
8972         * debug/tst-chk5.cc: New file.
8973         * debug/tst-chk6.cc: New file.
8974         * debug/tst-lfschk4.cc: New file.
8975         * debug/tst-lfschk5.cc: New file.
8976         * debug/tst-lfschk6.cc: New file.
8977         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
8978         prototypes in C++.
8979         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
8980         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
8981         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
8982
8983 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
8984
8985         * po/cs.po: Update from translation team.
8986
8987 2007-09-11  Roland McGrath  <roland@redhat.com>
8988
8989         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
8990         compiling.
8991
8992 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8993
8994         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
8995
8996 2007-09-05  Roland McGrath  <roland@redhat.com>
8997
8998         * manual/signal.texi (Signaling Another Process): Typo fix.
8999         From Karl Berry <karl@freefriends.org>.
9000
9001 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
9002
9003         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
9004         zero if not defined.
9005         (make_request): Recognize optimistic addresses and treat them like
9006         deprecated addresses.
9007         Reported by Neil Horman <nhorman@redhat.com>.
9008
9009 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
9010
9011         * nscd/connections.c (send_ro_fd): Also transfer file size.
9012         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
9013         file size don't call fstat.
9014
9015         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
9016         ahead and map the file.  This should always be correct and we can
9017         catch problems later.
9018
9019 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
9020
9021         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
9022         prototypes.
9023         (__fread_alias, __fread_unlocked_alias): New aliases.
9024         (fread): New extern inline.
9025         (fread_unlocked): Likewise.  Undef macro before definition of
9026         the inline function.
9027         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
9028         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
9029         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
9030         and __fread_unlocked_chk@@GLIBC_2.7.
9031         * debug/fread_chk.c: New file.
9032         * debug/fread_u_chk.c: New file.
9033         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
9034
9035 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
9036
9037         * sysdeps/unix/sysv/linux/syscalls.list
9038         (personality): Change caller to EXTRA.
9039
9040 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
9041
9042         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
9043         to keep gcc quiet.
9044         * iconvdata/iso-2022-cn.c (BODY): Likewise.
9045
9046         * locale/programs/ld-collate.c (collate_output): Avoid warning if
9047         NDEBUG is defined.
9048
9049         * Makerules: Use -p option with mkdir.
9050
9051         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
9052         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
9053         (_xdr_directory_obj): Likewise.
9054         (xdr_entry_obj): Likewise.
9055         (xdr_group_obj): Likewise.
9056         (xdr_link_obj): Likewise.
9057         (xdr_table_obj): Likewise.
9058         (_xdr_nis_result): Likewise.
9059         (_xdr_ns_request): Likewise.
9060         (_xdr_ib_request): Likewise.
9061         (_xdr_nis_taglist): Likewise.
9062         (xdr_cback_data): Likewise.
9063         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
9064         (xdr_ypresp_maplist): Likewise.
9065
9066         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
9067
9068         * posix/regex_internal.h: Prevent some declarations and definitions
9069         to be seen when used in tests.
9070
9071         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
9072         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
9073
9074         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
9075
9076         * config.make.in (datarootdir): Add to shut up configure.
9077
9078         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
9079         associativity for fully-associative caches.
9080
9081         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
9082         requests.  Fill on more associativity values for L2.
9083         Patch mostly by Evandro Menezes.
9084
9085 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
9086
9087         * sysdeps/unix/sysv/linux/x86_64/init-first.c
9088         (_libc_vdso_platform_setup): Avoid using exported variable by using
9089         alias.
9090
9091         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
9092
9093         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
9094         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
9095         defined.
9096
9097 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
9098
9099         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
9100         align stack for call if pltexit is to be used.
9101
9102         [BZ #3924]
9103         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
9104         align for function call in case pltexit has to be called later.
9105
9106         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
9107         implicit atomic operation when storing function pointer.
9108         (_dl_runtime_profile): Likewise.
9109
9110 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9111
9112         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
9113         NIS_NOTFOUND.
9114
9115 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9116
9117         [BZ #4566]
9118         * string/strtok.c: Fix typo in comment.
9119
9120         [BZ #4582]
9121         * debug/segfault.c: Fix typos in comments.
9122
9123         [BZ #4588]
9124         * stdio-common/tempnam.c: Fix comment, it is not checked that
9125         TMPDIR points to a writable directory.
9126
9127         [BZ #4726]
9128         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
9129         memory allocated for the name server address.
9130
9131         [BZ #4946]
9132         * nscd/connections.c (handle_request): Using sendfile always
9133         requires that mmap is used for the database.
9134         Patch by Petr Baudis <pasky@suse.cz>.
9135
9136         [BZ #4905]
9137         * nscd/hstcache.c (cache_addhst): When reloading an entry which
9138         suddenly has two or more addresses, ignore it and remove the old
9139         entry.
9140
9141         [BZ #4814]
9142         * resolv/res_hconf.c: Prepare for compiling outside libc.
9143         * nscd/res_hconf.c: New file.
9144         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
9145         the new file.
9146         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
9147         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
9148
9149         * nscd/hstcache.c (cache_addhst): Minimal optimization.
9150
9151         [BZ #4925]
9152         * debug/pcprofiledump.c: Turn on internationalization by calling
9153         setlocale.  Patch mostly by Benno Schulenberg.
9154
9155         [BZ #4936]
9156         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
9157         the state.
9158         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
9159         * iconvdata/bug-iconv5.c: New file.
9160
9161 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
9162
9163         [BZ #4896]
9164         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
9165         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
9166         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
9167         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
9168         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
9169         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
9170         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
9171         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
9172
9173 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
9174
9175         [BZ #4937]
9176         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
9177         lookup loop.  Suggested by John Reiser.
9178
9179 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
9180
9181         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
9182
9183 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
9184
9185         * csu/libc-start.c: Don't handle VDSO_SETUP here.
9186         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
9187         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
9188         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
9189         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
9190         to...
9191         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
9192
9193 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
9194
9195         * po/nl.po: Update from translation team.
9196
9197 2007-08-16  Andreas Jaeger  <aj@suse.de>
9198
9199         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
9200         Reported by Peter Festner <peter.festner@ewetel.net>.
9201
9202 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
9203
9204         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
9205
9206 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
9207
9208         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
9209         to check for undefined symbols.
9210
9211         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
9212         If the syscall fails, set errno to the actual returned error number
9213         rather than EINVAL.
9214         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
9215         arguments are incorrect, set errno to EINVAL, if the syscall
9216         fails, set errno to the actual returned error number.
9217
9218         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
9219         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
9220
9221         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
9222         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
9223         file.
9224         (ASI_PNF, ASI_BLK_P): Don't define.
9225         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
9226         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
9227         file.
9228         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
9229         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
9230         file.
9231
9232 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
9233
9234         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
9235         FE_UNDERFLOW on Niagara CPUs.
9236
9237         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
9238         exceptions.
9239
9240 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
9241
9242         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
9243         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
9244         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
9245         flush should be used or not inside of the function.
9246         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
9247
9248         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
9249         __thread_start): Use HIDDEN_JUMPTARGET.
9250         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
9251         __thread_start): Likewise.
9252         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
9253
9254         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
9255         Add libc_hidden_proto.
9256         (STRTOF): Add libc_hidden_proto.
9257         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
9258         (strtold_l, wcstold_l): Use them as second argument for
9259         long_double_symbol.
9260
9261 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9262
9263         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
9264
9265 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
9266
9267         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
9268
9269 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
9270
9271         * po/bg.po: New file.  From the translation team.
9272
9273 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9274
9275         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
9276         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
9277         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
9278         when each feature was introduced.
9279
9280         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
9281         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
9282         (CHECK_HASH): New macro.
9283         (PREPARE_VERSION): Use it.
9284
9285         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
9286         prototype if not __ASSUME_PSELECT.
9287         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
9288         prototype if not __ASSUME_PPOLL.
9289
9290         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
9291
9292         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
9293         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
9294         is defined.
9295
9296 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
9297
9298         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9299         (_libc_vdso_platform_setup): If vDSO is not available point
9300         __vdso_gettimeofday to the vsyscall.
9301         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
9302         __vdso_gettimeofday instead of vsyscall.
9303
9304 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
9305
9306         * nscd/servicescache.c: Include kernel-features.h.
9307         * nscd/gai.c: Likewise.
9308         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
9309         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
9310         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
9311         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9312         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9313         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
9314         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9315         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
9316         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9317
9318 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9319
9320         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
9321         and _dl_get_origin defines anymore.
9322
9323         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
9324         Build fix for systems which might lack POSIX timer support.
9325
9326         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
9327         (_libc_vdso_platform_setup): Mangle function pointers before storing
9328         them.
9329         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
9330         Demangle vdso pointer before use.
9331         (INTERNAL_VSYSCALL): Likewise.
9332
9333         * elf/cache.c (primes): Mark as const.
9334         Noted by Roland McGrath.
9335
9336 2007-08-01  Andreas Jaeger  <aj@suse.de>
9337             Jakub Jelinek  <jakub@redhat.com>
9338
9339         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
9340         (options): Add option.
9341         (parse_opt): Handle option.
9342         (manual_link): Adjust process_file caller.  Call implicit_soname.
9343         (search_dir): Formatting.  Use and populate auxiliary cache.
9344         (main): Load and save auxiliary cache.
9345         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
9346         stat64 from fstat64 to caller.
9347         (implicit_soname): New function.
9348         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
9349         leave *soname as NULL.
9350         * elf/cache.c: Include libgen.h.
9351         (print_entry, print_cache, compare, save_cache, add_to_cache):
9352         Formatting and cleanups.
9353         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
9354         aux_cache_file): New structures.
9355         (AUX_CACHEMAGIC): Define.
9356         (primes): New array.
9357         (aux_hash_size, aux_hash): New variables.
9358         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
9359         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
9360         load_aux_cache, save_aux_cache): New functions.
9361         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
9362         (init_aux_cache, search_aux_cache, add_to_aux_cache,
9363         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
9364         (process_file): Adjust prototype.
9365
9366 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
9367
9368         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
9369         with __need_size_t.
9370
9371 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
9372
9373         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
9374         r_found_version structure as second parameter.
9375         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
9376         (_dl_vdso_vsym): Change type of second parameter accordingly.
9377         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
9378         (_libc_vdso_platform_setup): Adjust.
9379         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
9380         (_libc_vdso_platform_setup): Likewise.
9381
9382         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
9383         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
9384         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
9385         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
9386         * csu/libc-start.c: Pretty printing.
9387         Use VDSO_SETUP if defined.
9388         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
9389         and let generic code call into _libc_vdso_platform_setup.
9390         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
9391         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
9392         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
9393         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
9394         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
9395         for GLIBC_PRIVATE.
9396         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
9397         (sysdep_rountines): Add dl-vdso.
9398
9399         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
9400         of routines.
9401
9402         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
9403         attribute_hidden to __vdso_gettimeofday prototype.
9404
9405 2007-08-12  Roland McGrath  <roland@redhat.com>
9406
9407         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
9408         From: Karl Berry <karl@freefriends.org>.
9409
9410 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
9411
9412         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
9413         an atime update for the files we read.
9414
9415 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9416
9417         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
9418
9419         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
9420         instead of mkstemp.
9421
9422         * misc/Makefile (routines): Add mkostemp and mkostemp64.
9423         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
9424         * misc/mkostemp.c: New file.
9425         * misc/mkostemp64.c: New file.
9426         * stdlib/stdlib.h: Declare the new functions.
9427         * sysdeps/posix/tempname.c: Add new parameter which is added to
9428         the flags for open.  Remove __GT_BIGFILE handling.
9429         * stdio-common/tempname.c: Likewise.
9430         * include/stdio.h: Adjust __gen_tempname prototype.
9431         Renumber __GT_* constants.
9432         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
9433         * misc/mkdtemp.c: Likewise.
9434         * misc/mkstemp.c: Likewise.
9435         * misc/mkstemp64.c: Likewise.
9436         * misc/mktemp.c: Likewise.
9437         * stdio-common/tempnam.c: Likewise.
9438         * stdio-common/tmpfile.c: Likewise.
9439         * stdio-common/tmpfile64.c: Likewise.
9440         * stdio-common/tmpnam.c: Likewise.
9441         * stdio-common/tmpnam_r.c: Likewise.
9442
9443 2007-08-10  Roland McGrath  <roland@frob.com>
9444
9445         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
9446         New macros.
9447         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
9448         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
9449
9450 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
9451
9452         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
9453         possible.
9454         * nss/nss_files/files-alias.c (internal_setent): Likewise.
9455         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
9456         * nss/nss_files/files-have_o_cloexec.c: New file.
9457
9458         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
9459         available.
9460
9461 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
9462
9463         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
9464         ___new_wcstold_l): New weak aliases.
9465         (strtold_l, wcstold_l): Use them as second argument for
9466         long_double_symbol.
9467
9468 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
9469
9470         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
9471         register in test for error.
9472
9473         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
9474         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
9475
9476         * po/sv.po: Update from translation team.
9477
9478 2007-08-06  Roland McGrath  <roland@redhat.com>
9479
9480         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
9481         Remove __strto*_l inlines.
9482         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
9483         * stdlib/strtod.c: Add libc_hidden_def.
9484         * stdlib/strtod_l.c: Likewise.
9485         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
9486         for __new_strtold and __new_wcstold.
9487         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
9488         __STRTOF, STRTOF.
9489         * stdlib/strtol.c: Add libc_hidden_def.
9490         * stdlib/strtol_l.c: Likewise.
9491         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
9492         strtoq.
9493
9494         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
9495
9496         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
9497         * scripts/data/localplt-generic.data: ... here.
9498         * elf/Makefile (check-data): Get generic file if no other.
9499         ($(objpfx)check-localplt.out): Make target unconditional.
9500
9501         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
9502         Use ElfW(Nhdr).
9503
9504 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
9505
9506         * po/zh_CN.po: Updated translation from translation team.
9507
9508 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
9509
9510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
9511         Don't use CGOTSETUP and CGOTRESTORE macros.
9512
9513 2007-08-04  Roland McGrath  <roland@redhat.com>
9514
9515         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
9516
9517 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
9518
9519         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
9520         __extension__ around the whole statement expression.
9521
9522 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
9523
9524         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
9525         elements during initialization.
9526
9527         * po/pl.po: Updated translation from translation team.
9528         * po/tr.po: Likewise.
9529         * po/nl.po: Likewise.
9530
9531 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
9532
9533         * rt/aio.h: Add __nonnull attributes.
9534
9535 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9536
9537         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
9538         * stdlib/Makefile (tests): Add tst-strtod5.
9539         (tst-strtod5-ENV): New.
9540         * stdlib/tst-strtod5.c: New file.
9541
9542         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
9543         failed.
9544         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
9545         on failure.
9546
9547         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
9548         allocated.
9549
9550 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
9551
9552         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
9553         numbers.
9554
9555 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
9556
9557         * io/Makefile (aux): Add have_o_cloexec.
9558         * include/fcntl.h: Declare __have_o_cloexec.
9559         * io/have_o_cloexec.c: New file.
9560         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
9561         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
9562         fcntl call if not necessary.
9563         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
9564         of local variable.
9565
9566         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
9567         Avoid memset, add explicit initialization.
9568         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
9569         to the end and change into zero-sized array.
9570         Move lock member to fill a hole on 64-bit platforms.
9571
9572         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
9573         inline functions.
9574         * include/stdlib.h: Add __strto*_internal prototypes here.
9575         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
9576         inline functions.
9577         * include/wchar.h: Add __wcsto*_internal prototypes.
9578         * sysdeps/generic/inttypes.h: No need to protect the declaration
9579         of the __strto*_internal and __wcsto*_internal members here.
9580
9581         * rt/mqueue.h: Change const to __const and add nonnull attributes.
9582
9583 2007-08-02  Roland McGrath  <roland@redhat.com>
9584
9585         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
9586         $(inst_bindir)/getconf if possible.
9587
9588         * posix/Makefile ($(objpfx)getconf.speclist): New target.
9589         (generated): Add it.
9590         ($(inst_libexecdir)/getconf): Use it.
9591
9592 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
9593
9594         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
9595         /proc is faster and sufficient.  /sys is still needed for
9596         __get_nprocs_conf.
9597
9598 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
9599
9600         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
9601         syscall as __fallocate64.
9602         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
9603         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
9604
9605 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
9606
9607         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
9608         value.
9609
9610         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
9611         if off_t is different rank from size_t.
9612
9613         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
9614         uw_frame_state_for): Avoid type punning warnings.
9615         * sysdeps/generic/unwind-dw2-fde-glibc.c
9616         (_Unwind_IteratePhdrCallback): Likewise.
9617         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
9618         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
9619         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
9620         pointers.
9621
9622 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
9623
9624         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
9625         total processors using sysfs.
9626         (__get_nprocs): Use sysfs to determine which processors are online.
9627
9628 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
9629
9630         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
9631         syscall arguments count.
9632
9633         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
9634
9635 2007-07-30  Roland McGrath  <roland@redhat.com>
9636
9637         * manual/libc.texinfo: Update copyrights, formatting magic, and
9638         @dircategory.  From Karl Berry <karl@freefriends.org>.
9639
9640 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
9641
9642         [BZ #4860]
9643         * io/Makefile (headers): Add bits/fcntl2.h.
9644
9645         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
9646         using gcc builtin.
9647         (__CPU_EQUAL_S): Likewise.
9648
9649         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
9650         (tests): Add tst-cpuset.
9651         * posix/sched_cpualloc.c: New file.
9652         * posix/sched_cpufree.c: New file.
9653         * posix/tst-cpuset.c: New file.
9654         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
9655         GLIBC_2.7.
9656         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
9657         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
9658         macros.  Define CPU_*_S macros.
9659
9660 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9661
9662         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
9663         entry.
9664
9665         [BZ #4858]
9666         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
9667         #.0g and value rounded to 1.0.
9668         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
9669
9670 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
9671
9672         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
9673         for int_frac_digits and frac_digits.
9674
9675         * login/logout.c (logout): Avoid aliasing violation.
9676         * login/logwtmp.c (logwtmp): Likewise.
9677
9678         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
9679
9680         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
9681         to avoid warning.
9682         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
9683         warning.
9684         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
9685         warning.
9686         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
9687         to avoid warnings.
9688
9689         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
9690         void **.
9691         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
9692
9693         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
9694         char * to avoid warning.
9695         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
9696
9697         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
9698
9699         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
9700         allocate_arrays): Cast second argument to charmap_find_symbol
9701         to char * to avoid warnings.
9702
9703         * locale/programs/repertoire.c (repertoire_new_char): Change
9704         from_nr, to_nr and cnt to unsigned long, adjust printf format
9705         string.
9706
9707         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
9708         Cast second argument to new_element to char * to avoid warnings.
9709
9710         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
9711
9712         * intl/gettextP.h (struct loaded_domain): Change plural to const
9713         struct expression *.
9714         * intl/plural-eval.c (plural_eval): Change first argument to
9715         const struct expression *.
9716         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
9717         argument to const struct expression **.
9718         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
9719         prototypes.
9720         * intl/loadmsgcat (_nl_unload_domain): Cast away const
9721         in call to __gettext_free_exp.
9722
9723         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
9724         unitialized wstring/wpattern var warnings.
9725
9726         * posix/runtests.c (struct a_test): Make data field const char *.
9727
9728         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
9729         vars if not LDBL_MANT_DIG >= 106.
9730
9731         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
9732
9733         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
9734         __find_specmb to avoid warning.
9735
9736         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
9737
9738         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
9739         to avoid warnings.
9740
9741         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
9742         initializer.
9743
9744         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
9745         tv var when it will be actually used.
9746
9747         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
9748         to avoid warnings.
9749
9750         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
9751         char array resp. pointer.
9752         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
9753         char array.
9754         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
9755         to const unsigned char **.
9756         (ucs4_to_cns11643): Change second argument to unsigned char *.
9757         * iconvdata/euc-tw.c (BODY): Change endp type to
9758         const unsigned char *.
9759         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
9760         to unsigned char *.
9761         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
9762         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
9763         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
9764         types to unsigned char pointers/arrays instead of char.
9765         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
9766         to unsigned char *.
9767         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
9768         * iconvdata/jis0212.h: Include assert.h.
9769         (ucs4_to_jisx0212): Change second argument to unsigned char *.
9770         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
9771         of trying to handle that.
9772         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
9773         shut up a warning.
9774         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
9775         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
9776         two dimensional const unsigned char arrays.
9777         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
9778         Initialize endp to inptr to shut up a warning.
9779
9780 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9781
9782         [BZ #4772]
9783         * time/strptime_l.c (__strptime_internal): Silently ignore
9784         strftime modifiers and field width in recursive calls.
9785
9786         * include/time.h (enum ptime_locale_status): Remove.
9787         (__strptime_internal): Remove decided and era_cnt arguments,
9788         add statep argument.
9789         * time/strptime_l.c (__strptime_internal): Remove decided
9790         and era_cnt arguments, add statep argument.  Don't recompute
9791         any fields in recursive calls, only update caller's tm
9792         and state, if recursive call fails, don't change tm nor
9793         any state.
9794         (get_alt_number): Adjust.
9795         (recursive): Adjust caller.
9796         (strptime): Likewise.
9797         * time/strptime.c (strptime): Likewise.
9798
9799 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
9800
9801         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
9802         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
9803         if from and to charsets are the same.
9804         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
9805         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
9806         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
9807
9808 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9809
9810         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
9811         Don't define wint_t when __need_mbstate_t unless it
9812         is necessary.
9813         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
9814         in the typedef if possible.
9815         * wctype/wctype.h (wint_t): Define by including
9816         wchar.h with __need_wint_t instead of including stddef.h
9817         with __need_wint_t and as fallback definining it ourselves.
9818         * iconv/gconv.h (__need_wint_t): Define before including
9819         wchar.h.
9820         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
9821         or _GLIBCPP_USE_WCHAR_T.
9822         (__need_wchar_t): Don't define
9823         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9824         (__need_wint_t): Don't define before including stddef.h,
9825         define before including wchar.h only if _LIBC or
9826         _GLIBCPP_USE_WCHAR_T.
9827         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
9828         * sysdeps/mach/hurd/_G_config.h: Likewise.
9829         * sysdeps/generic/_G_config.h: Likewise.
9830         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
9831         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
9832         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
9833         if _LIBC or _GLIBCPP_USE_WCHAR_T.
9834
9835 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
9836
9837         * sysdeps/posix/posix_fallocate64.c: Undefine
9838         __posix_fallocate64_l64 before alias handling.
9839         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
9840         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
9841         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
9842         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
9843
9844         * io/tst-posix_fallocate.c: Include <fcntl.h>.
9845
9846 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
9847
9848         * locale/programs/ld-collate.c (atwc): New variable.
9849         (add_to_tablewc): New toplevel function, moved from collate_output.
9850         (collate_output): Remove add_to_tablewc nested function.
9851
9852         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
9853         (name_insert): New function.
9854         (write_output): Remove hash_table and hash_size vars and name_insert
9855         nested function.
9856
9857 2007-07-24  Roland McGrath  <roland@redhat.com>
9858
9859         * Makerules (install-others-programs-nosubdir): New target.
9860         (install-no-libc.a-nosubdir): Depend on it.
9861
9862         * iconv/Makefile (install-others-programs): Set this instead of
9863         install-others.
9864         * login/Makefile (install-others-programs): Likewise.
9865         * posix/Makefile (install-others-programs): Likewise.
9866
9867         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
9868         dependencies.
9869
9870 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
9871
9872         * io/Makefile (tests): Add tst-posix_fallocate.
9873         * io/tst-posix_fallocate.c: New file.
9874
9875         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9876         __ASSUME_FALLOCATE.
9877
9878 2007-07-22  Roland McGrath  <roland@frob.com>
9879
9880         * hurd/getdport.c: Add missing copyright year update.
9881
9882         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
9883         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
9884
9885 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
9886
9887         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
9888
9889         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
9890         O_CLOEXEC is needed.
9891         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
9892         Avoid additional fcntl to set O_CLOEXEC if not needed.
9893         * nis/nss_compat/compat-initgroups.c: Likewise.
9894         * nis/nss_compat/compat-pwd.c: Likewise.
9895         * nis/nss_compat/compat-spwd.c: Likewise.
9896
9897 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9898
9899         [BZ #3665]
9900         * manual/errno.texi: Change ECANCELED value to 119.
9901
9902         [BZ #4610]
9903         * mach/lock-intern.h: Include <sys/cdefs.h>.
9904
9905         [BZ #4178]
9906         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
9907         reading A.
9908
9909         [BZ #4126]
9910         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
9911         to __sigsuspend.
9912
9913         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
9914
9915 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
9916
9917         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
9918         `__ASSEMBLER__'.
9919         * sysdeps/mach/hurd/i386/tls.h: Likewise.
9920
9921 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
9922
9923         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
9924         descriptor received from nscd.
9925
9926         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
9927
9928         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
9929         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9930         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9931         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9932         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9933         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9934
9935 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
9936
9937         [BZ #4816]
9938         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
9939
9940         [BZ #4813]
9941         * login/forkpty.c (forkpty): Close master and slave fds on
9942         fork failure.  Patch by
9943         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
9944
9945 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
9946
9947         * include/features.h (__USE_ISOC95): New define.
9948         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
9949         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
9950         for -std=iso9899:199409.
9951         * CONFORMANCE: Remove comments about unsupported AMD1.
9952
9953 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
9954
9955         * sysdeps/ia64/sched_cpucount.c: New file.
9956         * sysdeps/powerpc/sched_cpucount.c: New file.
9957
9958         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
9959         __BEGIN_DECLS/__END_DECLS around the prototype.
9960         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
9961         pointer to const cpu_set_t.
9962
9963         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
9964         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
9965         __need_size_t and include stddef.h.
9966         * sysvipc/sys/msg.h: Likewise.
9967         * posix/sched.h: Likewise.
9968         * hurd/hurd/signal.h (__need_size_t): Define.
9969
9970         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
9971         neither does signal.h in pedantic ISO C namespaces.  stdio.h
9972         no longer defines wint_t or wchar_t.
9973
9974         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
9975         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
9976         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
9977         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
9978         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
9979         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
9980         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
9981         * debug/printf_chk.c (__printf_chk): Likewise.
9982         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
9983         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
9984
9985         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
9986         Define.
9987
9988         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
9989         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
9990
9991 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
9992
9993         [BZ #4792]
9994         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
9995         * malloc/malloc.h (realloc): Likewise.
9996
9997         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
9998         if one of proc_file_chain streams has that fileno.
9999         * stdio-common/Makefile (tests): Add tst-popen2.
10000         * stdio-common/tst-popen2.c: New test.
10001
10002 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
10003
10004         * elf/ldconfig.c: Allow GPLv2 or any later version.
10005         * elf/readlib.c: Likewise.
10006         * elf/chroot_canon.c: Likewise.
10007         * elf/cache.c: Likewise.
10008         * nscd/mem.c: Likewise.
10009         * nscd/getpwuid_r.c: Likewise.
10010         * nscd/grpcache.c: Likewise.
10011         * nscd/aicache.c: Likewise.
10012         * nscd/getsrvbynm_r.c: Likewise.
10013         * nscd/nscd.c: Likewise.
10014         * nscd/servicescache.c: Likewise.
10015         * nscd/getsrvbypt_r.c: Likewise.
10016         * nscd/initgrcache.c: Likewise.
10017         * nscd/gethstbyad_r.c: Likewise.
10018         * nscd/gethstbynm2_r.c: Likewise.
10019         * nscd/getgrnam_r.c: Likewise.
10020         * nscd/nscd_setup_thread.c: Likewise.
10021         * nscd/getpwnam_r.c: Likewise.
10022         * nscd/gai.c: Likewise.
10023         * nscd/connections.c: Likewise.
10024         * nscd/dbg_log.c: Likewise.
10025         * nscd/cache.c: Likewise.
10026         * nscd/hstcache.c: Likewise.
10027         * nscd/nscd_conf.c: Likewise.
10028         * nscd/getgrgid_r.c: Likewise.
10029         * nscd/pwdcache.c: Likewise.
10030         * catgets/gencat.c: Likewise.
10031         * locale/programs/linereader.h: Likewise.
10032         * locale/programs/locarchive.c: Likewise.
10033         * locale/programs/ld-paper.c: Likewise.
10034         * locale/programs/locfile-kw.h: Likewise.
10035         * locale/programs/ld-address.c: Likewise.
10036         * locale/programs/xmalloc.c: Likewise.
10037         * locale/programs/ld-time.c: Likewise.
10038         * locale/programs/localedef.c: Likewise.
10039         * locale/programs/simple-hash.c: Likewise.
10040         * locale/programs/xstrdup.c: Likewise.
10041         * locale/programs/ld-numeric.c: Likewise.
10042         * locale/programs/locfile-kw.gperf: Likewise.
10043         * locale/programs/ld-collate.c: Likewise.
10044         * locale/programs/charmap-kw.gperf: Likewise.
10045         * locale/programs/charmap.h: Likewise.
10046         * locale/programs/charmap-kw.h: Likewise.
10047         * locale/programs/config.h: Likewise.
10048         * locale/programs/locfile.c: Likewise.
10049         * locale/programs/ld-ctype.c: Likewise.
10050         * locale/programs/charmap.c: Likewise.
10051         * locale/programs/ld-messages.c: Likewise.
10052         * locale/programs/repertoire.h: Likewise.
10053         * locale/programs/locale.c: Likewise.
10054         * locale/programs/ld-name.c: Likewise.
10055         * locale/programs/linereader.c: Likewise.
10056         * locale/programs/locfile.h: Likewise.
10057         * locale/programs/3level.h: Likewise.
10058         * locale/programs/ld-monetary.c: Likewise.
10059         * locale/programs/ld-measurement.c: Likewise.
10060         * locale/programs/charmap-dir.c: Likewise.
10061         * locale/programs/ld-identification.c: Likewise.
10062         * locale/programs/localedef.h: Likewise.
10063         * locale/programs/charmap-dir.h: Likewise.
10064         * locale/programs/repertoire.c: Likewise.
10065         * locale/programs/simple-hash.h: Likewise.
10066         * locale/programs/ld-telephone.c: Likewise.
10067         * locale/programs/locale-spec.c: Likewise.
10068         * locale/programs/locfile-token.h: Likewise.
10069         * posix/getconf.c: Likewise.
10070         * iconv/dummy-repertoire.c: Likewise.
10071         * iconv/iconv_charmap.c: Likewise.
10072         * iconv/iconvconfig.c: Likewise.
10073         * iconv/iconv_prog.c: Likewise.
10074         * malloc/memusagestat.c: Likewise.
10075         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
10076
10077 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10078
10079         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
10080         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
10081         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
10082         check for the first argument.
10083
10084 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
10085
10086         [BZ #4775]
10087         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
10088         (__tgmath_real_type): Fix if expr is const int or other const
10089         qualified integral type.
10090         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
10091         expressions and handle const qualified arguments.
10092         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
10093         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
10094         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
10095         statement expressions.
10096         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
10097         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
10098         (__TGMATH_UNARY_IMAG): Define.
10099         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
10100         * math/Makefile (tests): Add test-tgmath2.
10101         (CFLAGS-test-tgmath2.c): Add.
10102         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
10103         count_cfloat, count_cldouble): New variables.
10104         (NCCALLS): Define.
10105         (main): Check number of complex calls as well.
10106         (F(compile_test)): Add complex tests and tests with const qualified
10107         arguments.
10108         (y, z, ccount): Define.
10109         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
10110         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
10111         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
10112         F(cproj)): New functions.
10113         * math/test-tgmath2.c: New test.
10114
10115 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
10116
10117         [BZ #4776]
10118         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
10119         RPATH etc. as "/" rather than "", don't segfault on empty paths,
10120         instead output ".".
10121         * dlfcn/Makefile (distribute): Add glreflib3.c.
10122         (module-names): Add glreflib3.
10123         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
10124         glreflib1.so.
10125         (LDFLAGS_glreflib3.so): New.
10126         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
10127         glreflib1.so.
10128         * dlfcn/glreflib3.c: New file.
10129
10130         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
10131         returned -1, return NULL.
10132         * intl/explodename.c (_nl_explode_name): Return -1 if
10133         _nl_normalize_codeset failed.
10134
10135 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
10136
10137         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
10138         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
10139         and avoid branch misspredicts for > 31 bytes memset case.
10140         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
10141         Remove toc ref to __cache_line_size.
10142
10143         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
10144         to get ISA-V2.0 branch hints.
10145         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
10146         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
10147         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
10148         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
10149         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
10150         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
10151         Remove toc ref to __cache_line_size.
10152
10153         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
10154         Include math_ldbl_opt.h.
10155
10156 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
10157
10158         [BZ #4773]
10159         * time/strptime_l.c (__strptime_internal): Implement greedy
10160         matching of weekday and month names.
10161
10162 2007-07-09  Roland McGrath  <roland@redhat.com>
10163
10164         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
10165         (ELF_NOTE_ABI): Use it.
10166         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
10167
10168 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
10169
10170         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
10171         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
10172
10173 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
10174
10175         [BZ #4745]
10176         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
10177         in loop to look for conversion specifier to avoid testing of
10178         wrong errno value.
10179         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
10180         * stdio-common/bug18.c: New file.
10181         * stdio-common/bug18a.c: New file.
10182         * stdio-common/bug19.c: New file.
10183         * stdio-common/bug19a.c: New file.
10184
10185 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
10186
10187         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
10188         running awk script.
10189
10190 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
10191
10192         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
10193         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
10194         Return NULL if mmap failed instead of asserting it does not.
10195         (calloc): Check for integer overflow.
10196
10197         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
10198         than LONG_MAX / 10.
10199
10200 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
10201
10202         [BZ #4702]
10203         * nis/nss-default.c: Include errno.h.
10204         (init): Preserve errno.
10205
10206 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
10207
10208         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
10209
10210 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
10211
10212         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
10213
10214 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10215
10216         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
10217
10218 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10219
10220         * sysdeps/s390/dl-procinfo.c: New file.
10221         * sysdeps/s390/dl-procinfo.h: New file.
10222         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
10223
10224 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
10225
10226         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
10227         in PT_NOTE segments with multiple notes.
10228         * elf/readelflib.c (process_elf_file): Likewise.
10229
10230 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
10231
10232         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
10233         ISO C compliant.
10234
10235 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10236
10237         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
10238
10239 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
10240
10241         * include/link.h: Don't include rtld-lowlevel.h.
10242         (struct link_map): Remove l_scope_lock.
10243         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
10244         (_dl_scope_free_list): New field (variable) in _rtld_global.
10245         (DL_LOOKUP_SCOPE_LOCK): Remove.
10246         (_dl_scope_free): New prototype.
10247         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
10248         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
10249         (_dl_profile_fixup): Likewise.
10250         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
10251         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
10252         THREAD_GSCOPE_RESET_FLAG around it.
10253         * elf/dl-close.c (_dl_close_worker): Don't use
10254         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
10255         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
10256         scopes were queued or if l_scope_mem has been abandoned.
10257         * elf/dl-open.c (_dl_scope_free): New function.
10258         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
10259         * elf/dl-support.c (_dl_scope_free_list): New variable.
10260         * elf/dl-lookup.c (add_dependency): Remove flags argument.
10261         Remove DL_LOOKUP_SCOPE_LOCK handling.
10262         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
10263         handling.
10264         * elf/dl-object.c (_dl_new_object): Don't use
10265         __rtld_mrlock_initialize.
10266
10267 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
10268
10269         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
10270         to fill in holes
10271         (rtld_global_ro): Likewise.
10272
10273 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10274
10275         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
10276         Move PT_LOAD checking to...
10277         (_dl_addr_inside_object): ... here, new function.
10278         * elf/dl-sym.c (do_sym): If not l_contiguous,
10279         call _dl_addr_inside_object.
10280         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
10281         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10282         * elf/dl-open.c (dl_open_worker): Likewise.
10283         (_dl_addr_inside_object): New function if IS_IN_rtld.
10284         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
10285         holes are present or are PROT_NONE protected.
10286         * include/link.h (struct link_map): Add l_contiguous field.
10287         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
10288
10289 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10290             Tomas Janousek  <tjanouse@redhat.com>
10291             Ulrich Drepper  <drepper@redhat.com>
10292
10293         [BZ #4647]
10294         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
10295         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
10296         socket.
10297         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
10298         unused member a bitmap.
10299         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
10300         servers are configured.
10301
10302 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
10303
10304         * elf/rtld.c (dl_main): Don't call init_tls more than once.
10305
10306 2007-06-17  Andreas Schwab  <schwab@suse.de>
10307
10308         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
10309
10310 2007-06-16  Andreas Jaeger  <aj@suse.de>
10311
10312         [BZ #4125]
10313         * sysdeps/unix/sysv/linux/sys/ptrace.h
10314         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
10315         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
10316         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
10317         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
10318         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
10319         Define.
10320         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
10321         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
10322         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
10323         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
10324
10325 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
10326
10327         [BZ #4599]
10328         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
10329         determining whether there are IPv4/IPv6 addresses, ignore loopback
10330         addresses.
10331
10332 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
10333
10334         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
10335         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
10336         as the return type.  Change type of "r" variable to CMPtype.
10337         * soft-fp/eqsf2.c (__eqsf2): Likewise.
10338         * soft-fp/eqtf2.c (__eqtf2): Likewise.
10339         * soft-fp/gedf2.c (__gedf2): Likewise.
10340         * soft-fp/gesf2.c (__gesf2): Likewise.
10341         * soft-fp/getf2.c (__getf2): Likewise.
10342         * soft-fp/ledf2.c (__ledf2): Likewise.
10343         * soft-fp/lesf2.c (__lesf2): Likewise.
10344         * soft-fp/letf2.c (__letf2): Likewise.
10345         * soft-fp/unorddf2 (__unorddf2): Likewise.
10346         * soft-fp/unordsf2 (__unordsf2): Likewise.
10347         * soft-fp/unordtf2 (__unordtf2): Likewise.
10348
10349 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
10350
10351         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
10352         make sure gcc doesn't mess around with this.
10353
10354 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10355
10356         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
10357
10358 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
10359
10360         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
10361         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
10362         at most once per _dl_close_worker.
10363
10364 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
10365
10366         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
10367         __sched_cpucount as const.
10368         * posix/sched_cpucount.c: Adjust.
10369
10370         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
10371         instruction for counting bits.
10372         * sysdeps/x86_64/sched_cpucount.c: New file.
10373
10374 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
10375
10376         * configure.in: Avoid variable named BASH.
10377         * config.make.in: Likewise.
10378         Patch in part by Mike Frysinger.
10379
10380 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
10381
10382         [BZ #4586]
10383         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
10384         pseudo-zeros as zero.
10385         * sysdeps/x86_64/ldbl2mpn.c: New file.
10386         * sysdeps/ia64/ldbl2mpn.c: New file.
10387
10388 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10389
10390         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
10391         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
10392         Remove unreachable code at the end.
10393
10394 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10395
10396         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
10397         ldbl-128ibm in comment.
10398         (fpclassifyl): Correct classification of denormals.
10399         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
10400         return value for MIN denormal. Rewrite using long double math too
10401         correctly handle denormals and canonicalize the results.
10402
10403 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
10404
10405         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
10406         (__mpn_construct_long_double): Fix conversion where result ought
10407         to be smaller than __LDBL_MIN__, or the low double should be
10408         denormal.  Fix decision where to negate low double - honor round
10409         to even rules.
10410         * stdio-common/tst-sprintf2.c: Include string.h.
10411         (COMPARE_LDBL): Define.
10412         (TEST): Also test whether a string hexadecimal float representation
10413         can be parsed back to the number.
10414         (main): Add a couple of further tests.
10415
10416 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
10417
10418         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
10419         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
10420         is non-zero, but smaller than 2 * __DBL_MIN__.
10421         * stdio-common/tst-sprintf2.c: New test.
10422         * stdio-common/Makefile (tests): Add tst-sprintf2.
10423
10424         * math/test-misc.c (main): Don't run last batch of tests with
10425         IBM long double format.
10426
10427 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10428
10429         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
10430         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
10431         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
10432         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
10433         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10434         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
10435         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
10436         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
10437         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
10438         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
10440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
10441         New file.
10442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
10443         New file.
10444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
10445         New file.
10446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
10447         New file.
10448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
10449         New file.
10450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
10451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
10452         New file.
10453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
10454         New file.
10455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
10456         New file.
10457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
10458         New file.
10459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
10460         New file.
10461
10462 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10463
10464         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
10465         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
10466         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
10467         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
10468         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
10469         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
10470         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
10471         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
10472
10473 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
10474
10475         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
10476         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10477         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
10478         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10479         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
10480         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10481         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
10482         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
10483
10484 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10485
10486         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
10487         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
10488         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
10489         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
10490
10491 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
10492
10493         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
10494         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
10495
10496 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
10497
10498         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
10499         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
10500         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
10501         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
10502
10503 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
10504
10505         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
10506         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
10507
10508 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10509
10510         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
10511         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
10512
10513         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
10514         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
10515         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
10516         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10517
10518 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
10519
10520         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
10521         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
10522         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
10523         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
10524
10525 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
10526
10527         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
10528         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
10529         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
10530         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10531         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
10532         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
10533
10534 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10535
10536         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
10537         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
10538         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
10539         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
10540
10541 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
10542
10543         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
10544         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
10545         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
10546         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
10547         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
10548         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
10549         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
10550         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
10551         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
10552         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
10553         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
10554         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
10555         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
10556         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
10557         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
10558         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
10559
10560 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10561
10562         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
10563         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
10564
10565 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
10566
10567         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
10568         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
10569
10570 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
10571
10572         * sysdeps/powerpc/powerpc32/970/Implies: New file.
10573         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
10574         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
10575         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
10576         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
10577         * sysdeps/powerpc/powerpc64/970/Implies: New file.
10578         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
10579         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
10580         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
10581         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
10582
10583 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
10584
10585         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
10586
10587 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
10588
10589         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
10590         branch miss-predicts. Ensure that cache line crossing does not impact
10591         dispatch grouping.
10592
10593 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
10594
10595         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
10596         "../../powerpc32/power4/memcopy.h".
10597         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
10598         "../../powerpc32/power4/wordcopy.c".
10599
10600 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
10601
10602         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
10603         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
10604         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
10605         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
10606         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
10607         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
10608
10609 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
10610
10611         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
10612
10613 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
10614
10615         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
10616         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
10617         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
10618         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
10619         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
10620         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
10621         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
10622         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
10623
10624 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
10625
10626         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
10627
10628 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
10629
10630         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
10631         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
10632         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
10633         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
10634         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
10635         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
10636         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
10637
10638 2007-05-29  Roland McGrath  <roland@redhat.com>
10639
10640         * po/Makefile (po-sed-cmd): New variable.
10641         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
10642
10643 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
10644
10645         * crypt/md5-crypt.c: Fix comment.
10646
10647         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
10648         of crashing.  When this is the case or if the reply is malformed,
10649         don't try to close the new file descriptor since it does not
10650         exist.
10651         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
10652
10653 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
10654
10655         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
10656         if __NR_utimensat is not defined.
10657
10658 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
10659
10660         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
10661
10662 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
10663
10664         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
10665         (open): Fix comment typos.  Don't call __open_2 if flags
10666         is a compile time constant without O_CREAT.
10667         (__open64_2): Add nonnull attribute.
10668         (open64): Fix comment typos.  Don't call __open64_2 if flags
10669         is a compile time constant without O_CREAT.
10670         (__openat_2): Add nonnull attribute, fix nonnull attribute
10671         on redirect.
10672         (openat): Fix comment typos.  Don't call __openat_2 if flags
10673         is a compile time constant without O_CREAT.
10674         (__openat64_2): Add nonnull attribute, fix nonnull attribute
10675         on redirect.
10676         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
10677         is a compile time constant without O_CREAT.
10678
10679 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
10680
10681         * Makerules (sysd-rules): Define PTW for ptw-* files.
10682         * Versions: Define GLIBC_2.7 for libc.
10683         * include/stdio.h: Declare __fortify_fail.
10684         * debug/fortify_fail.c: New file.
10685         * debug/Makefile (routines): Add fortify_fail.
10686         * debug/chk_fail.c: Use __fortify_fail.
10687         * debug/stack_chk_fail.c: Likewise.
10688         * io/Versions: Export __open_2, __open64_2, __openat_2, and
10689         __openat64_2 for GLIBC_2.7.
10690         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
10691         * io/open.c: Define *_2 variant of function which checks for O_CREAT
10692         and fails if necessary.
10693         * io/open64.c: Likewise.
10694         * io/openat.c: Likewise.
10695         * io/openat64.c: Likewise.
10696         * sysdeps/unix/sysv/linux/open64.c: Likewise.
10697         * sysdeps/unix/sysv/linux/openat.c: Likewise.
10698         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
10699         * io/bits/fcntl2.h: New file.
10700         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
10701         __openat64_2.
10702         * include/bits/fcntl2.h: New file.
10703         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
10704         Add open_2.
10705         * sysdeps/unix/sysv/linux/open_2.c: New file.
10706
10707 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
10708
10709         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
10710         as second parameter to handle_intel.
10711
10712         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
10713         the entry.
10714
10715         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
10716         handling to ...
10717         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
10718         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
10719         cacheinfo.
10720         * sysdeps/x86_64/memcpy.S: Complete rewrite.
10721         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
10722         Patch by Evandro Menezes <evandro.menezes@amd.com>.
10723
10724         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
10725
10726 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
10727
10728         [BZ #4525]
10729         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
10730         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
10731         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
10732
10733         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
10734
10735         [BZ #4514]
10736         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
10737         reinitialize workend at the start of each do_positional format spec
10738         loop, free workstart before do_positional loops.
10739         (printf_unknown): Fix size of work_buffer.
10740         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
10741
10742         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
10743         (public_sET_STATe): If ms->version < 3, put all chunks into
10744         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
10745         chunks.
10746
10747         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
10748         * malloc/hooks.c: Likewise.
10749         * malloc/arena.c: Likewise.
10750         * malloc/malloc.c (do_check_malloc_state): Don't assert
10751         n_mmaps is not greater than n_mmaps_max.  This removes the need
10752         for the previous change.
10753
10754         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
10755         2007-05-07 commit.
10756
10757 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
10758
10759         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
10760         Define for kernel >= 2.6.22.
10761
10762 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
10763
10764         * elf/dl-close.c (_dl_close_worker): When removing object from
10765         global scope, wait for all lookups to finish afterwards.
10766         * elf/dl-open.c (add_to_global): When global scope array must
10767         grow, allocate a new one and free old array only after all
10768         lookups finish.
10769         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
10770         (_dl_lookup_symbol_x): Likewise.
10771         * elf/dl-support.c: Define _dl_wait_lookup_done.
10772         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
10773         _dl_wait_lookup_done.
10774
10775         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
10776         not overlapping with arena.
10777
10778         * malloc/mcheck.c (reallochook): If size==0, free the block.
10779
10780         * rt/tst-shm.c: Use fstat64 instead of fstat.
10781
10782         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
10783         __NR_sync_file_range is not defined.
10784
10785 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
10786
10787         Dummy files to prevent stub versions from being used.
10788         * sysdeps/x86_64/fpu/k_cosl.c: New file.
10789         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
10790         * sysdeps/x86_64/fpu/k_sinl.c: New file.
10791         * sysdeps/x86_64/fpu/k_tanl.c: New file.
10792
10793         * version.h (VERSION): Set to 2.6.90.
10794
10795 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
10796
10797         * version.h (VERSION): Define to 2.6.
10798         * include/features.h (__GLIBC_MINOR__): Define to 6.
10799
10800         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
10801
10802         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
10803         sizes.
10804
10805 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
10806
10807         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
10808         number of mmaps.  n_mmaps_max is the target.
10809         * malloc/hooks.c: Likewise.
10810         * malloc/arena.c: Likewise.
10811
10812 2007-05-12  Andreas Jaeger  <aj@suse.de>
10813
10814         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
10815         getpid.
10816
10817 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
10818
10819         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
10820         adding new variables.
10821
10822         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
10823         optimize.  Completely extend global scope array before making the
10824         new entries visible.
10825
10826 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
10827
10828         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
10829         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
10830         tst-getcpu.
10831
10832         * include/link.h: Move l_version and l_nversion members around to
10833         fill gaps.
10834
10835         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
10836
10837         * sysdeps/unix/sysv/linux/sched_setaffinity.c
10838         (__sched_setaffinity_new): If syscall was successful and
10839         RESET_VGETCPU_CACHE is defined, use it before returning.
10840         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
10841
10842         * io/sys/stat.h: Make sure struct timespec is defined for
10843         __USE_ATFILE.
10844
10845         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
10846         UTIME_OMIT.
10847         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
10848         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
10849         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10850         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
10851         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10852         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
10853         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
10854         * io/sys/stat.h: Declare utimensat, futimens.
10855         * io/utimensat.c: New file.
10856         * io/futimens.c: New file.
10857         * sysdeps/unix/sysv/linux/utimensat.c: New file.
10858         * sysdeps/unix/sysv/linux/futimens.c: New file.
10859         * io/Makefile (routines): Add utimensat, futimens.
10860         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
10861         * sysdeps/unix/sysv/linux/lutimes.c: New file.
10862         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
10863         available.
10864
10865         * include/sys/cdefs.h: Redefine __nonnull so that test for
10866         incorrect parameters in the libc code itself are not omitted.
10867
10868 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
10869
10870         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
10871         exception in addition to inexact when asked to raise only FE_INEXACT.
10872
10873         [BZ #3427]
10874         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
10875         in *envp.
10876
10877 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10878
10879         [BZ #4403]
10880         * string/strfry.c (strfry): Make result more random.
10881
10882 2007-05-07  Richard Henderson  <rth@redhat.com>
10883
10884         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
10885         if __NO_LONG_DOUBLE_MATH.
10886         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
10887         available in the compiler, add .arch directive to the assembly.
10888
10889 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
10890
10891         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
10892         compat_symbol to GLIBC_2_1.
10893         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
10894         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
10895         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
10896         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
10897         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
10898         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
10899         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
10900         libc, not libm.
10901         (__isnanl): New compat_symbol.
10902
10903 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
10904             Jakub Jelinek  <jakub@redhat.com>
10905
10906         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
10907         (new_heap): Initialize mprotect_size.
10908         (grow_heap): When growing, only mprotect from mprotect_size till
10909         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
10910         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
10911
10912 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
10913             Peter Bergner  <bergner@us.ibm.com>
10914
10915         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
10916         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
10917         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
10918         * sysdeps/powerpc/fpu/fe_mask.c: New file.
10919         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
10920         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
10921         Call __fe_mask_env() if all FP exceptions disabled.
10922         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
10923         from old FPSCR to new fenv to propagate DFP rounding modes.
10924         Call __fe_mask_env() if FP exceptions previously enabled.
10925         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
10926         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
10927         transitioning from all exceptions disabled to any exception enabled
10928         or visa versa.
10929         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
10930         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
10931         when transitioning from all exceptions disabled to any exception
10932         enabled or visa versa.
10933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
10934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
10935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
10936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
10937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
10938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
10939
10940 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
10941
10942         [BZ #4465]
10943         * posix/unistd.h: Remove __THROW from fdatasync.
10944
10945 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
10946
10947         [BZ #4465]
10948         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
10949
10950 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
10951
10952         * stdio-common/vfprintf.c (process_string_arg): Optimize
10953         ridiculous precision in wide char code printing multi-byte string.
10954         Reported by Jim Meyering <jim@meyering.net>.
10955
10956         [BZ #4131]
10957         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
10958         boundaries to work around systems with overlapping binary loading.
10959         Based on a patch by Suzuki <suzuki@in.ibm.com>.
10960
10961 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
10962
10963         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
10964         __mbsnrtowcs after last change.
10965
10966         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
10967         (get_ident): Likewise.
10968
10969 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
10970
10971         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
10972         with setting the sticky bit.
10973         * math/test-misc.c (main): Add more truncation tests.
10974
10975 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
10976
10977         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
10978         double in the function declaration.
10979         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
10980         double in the function declaration.
10981         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10982         float in the function declaration.
10983         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
10984         float in the function declaration.
10985
10986         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
10987         denormal operands.  Do not generate FP_EX_DENORM exception.
10988         (FP_UNPACK_RAW_EP): Ditto.
10989         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
10990         undefined _FP_UNPACK_RAW_E.
10991         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
10992         undefined _FP_UNPACK_RAW_EP.
10993         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
10994         undefined _FP_PACK_RAW_E.
10995         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
10996         undefined _FP_PACK_RAW_EP.
10997
10998         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
10999         _FP_FRAC_COPY_2.
11000         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
11001         _FP_FRAC_COPY_4.
11002
11003 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
11004             Jakub Jelinek  <jakub@redhat.com>
11005
11006         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
11007         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
11008         this case.
11009         * soft-fp/op-common.h (FP_TRUNC): Ditto.
11010
11011 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
11012
11013         * math/test-misc.c (main): Add tests for rounding long double
11014         values close to smallest double denormalized value to double.
11015
11016 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
11017
11018         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
11019         condition for truncating to 0.  Set sticky bit for such
11020         truncation.
11021
11022 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
11023
11024         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
11025         fixed length array for ignore.
11026
11027 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11028
11029         [BZ #4438]
11030         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
11031         stack for large precisions.
11032         * stdio-common/test-vfprintf.c (main): Add test for large
11033         precision.
11034
11035 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
11036
11037         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
11038         for exponent 0.
11039         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
11040
11041         [BZ #4439]
11042         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
11043         account in the size check.
11044         * resolv/tst-inet_ntop.c: New test.
11045         * resolv/Makefile (tests): Add tst-inet_ntop.
11046
11047 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
11048             Jakub Jelinek  <jakub@redhat.com>
11049
11050         [BZ #4349]
11051         * malloc/malloc.c: Keep separate list for first blocks on the bin
11052         lists with a given size.  This helps skipping over list elements
11053         we know won't fit in two places.
11054         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
11055
11056 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
11057
11058         [BZ #4102]
11059         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
11060         label to Teredo tunnel addresses 2001://32.
11061
11062 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
11063
11064         * locale/programs/ld-collate.c (collate_read): Allow order_start
11065         after copy.
11066
11067         * locale/programs/ld-collate.c (collate_read): Fix printing of
11068         error message.
11069
11070         [BZ #3213]
11071         * locale/C-translit.h.in: Add entry for U2044.
11072
11073         [BZ #4342]
11074         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
11075         hexa-decimal floats without exponent.
11076         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
11077
11078 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11079
11080         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
11081         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
11082         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
11083         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
11084         GLIBC_2.6.
11085         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
11086         Add sched_getcpu.
11087
11088 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11089
11090         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
11091         of 0 after the out_fail label.
11092
11093 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
11094
11095         [BZ #4406]
11096         * iconv/gconv_charset.h (strip): Allow ':'.
11097         * iconv/iconv_open.c (iconv_open): Adjust comment.
11098
11099 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
11100
11101         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
11102         version.
11103
11104 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11105
11106         [BZ #4381]
11107         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
11108         alignment of buffer and tmp_buffer.
11109         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
11110         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
11111         alignment of buffer.
11112         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
11113         bigger than INT_MAX.
11114         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
11115         h_errnop arguments.  Fail if buflen is too small.
11116         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
11117
11118 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
11119
11120         [BZ #4405]
11121         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
11122         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
11123
11124 2007-04-22  Roland McGrath  <roland@redhat.com>
11125
11126         * elf/elf.h (NT_PRXFPREG): New macro.
11127
11128 2007-04-19  Andreas Jaeger  <aj@suse.de>
11129
11130         [BZ #3905]
11131         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
11132         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
11133         Added.
11134
11135 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
11136
11137         * include/sys/mman.h: Mark madvise hidden.
11138         * misc/madvise.c: Add libc_hidden_def.
11139
11140 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
11141
11142         * nis/nis_domain_of.c (__nis_domain_of): New function.
11143         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
11144         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
11145         * nis/nis_call.c (rec_dirsearch): Likewise.
11146         (first_shoot): Likewise.  Remove search_parent_first argument.
11147         (struct nis_server_cache): Rename search_parent_first field
11148         to search_parent.
11149         (nis_server_cache_search, nis_server_cache_add): Rename
11150         search_parent_first argument to search_parent.
11151         (__nisfind_server): Likewise.  If search_parent, call
11152         __nis_domain_of.
11153
11154 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
11155
11156         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
11157
11158 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
11159
11160         [BZ #4368]
11161         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
11162
11163 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
11164
11165         [BZ #4364]
11166         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
11167
11168 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
11169
11170         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
11171         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
11172         current number of locales in SUPPORTED.
11173         (create_archive): Initialize serial.
11174         (enlarge_archive): Preserve aliases rather than duplicating
11175         their locrecs.
11176
11177 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11178
11179         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
11180         after _IO_un_link, not before it.
11181
11182         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
11183         special case handling when wcp == wstartp + 1.  Fix a comment typo.
11184         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
11185
11186 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
11187
11188         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
11189         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
11190         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
11191         Remove __THROW.
11192         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
11193         _IO_file_xsgetn_maybe_mmap): Likewise.
11194         * libio/oldfileops.c (old_do_write): Likewise.
11195         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
11196         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
11197         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
11198         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
11199         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
11200         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
11201         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
11202         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
11203         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
11204         _IO_file_underflow, _IO_file_underflow_mmap,
11205         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
11206         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
11207         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
11208         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
11209         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
11210         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
11211         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
11212         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
11213         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
11214         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
11215         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
11216         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
11217         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
11218         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
11219         _IO_adjust_column_internal, _IO_default_uflow_internal,
11220         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
11221         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
11222         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
11223         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
11224         _IO_file_close_it_internal, _IO_file_underflow_internal,
11225         _IO_file_overflow_internal, _IO_file_attach_internal,
11226         _IO_file_fopen_internal, _IO_file_sync_internal,
11227         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
11228         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
11229         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
11230         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
11231         _IO_seekpos_unlocked): Likewise.
11232         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
11233         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
11234
11235 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
11236
11237         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
11238         argument in xmalloc size computation.
11239
11240 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11241
11242         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
11243         math_opt_barrier and math_force_eval macros.
11244
11245 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11246
11247         [BZ #3306]
11248         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
11249         * sysdeps/i386/fpu/math_private.h: New file.
11250         * sysdeps/x86_64/fpu/math_private.h: New file.
11251         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
11252         math_force_eval macros.  Use "+m" constraint on asm rather than
11253         "=m" and "m".
11254         * math/s_nextafter.c (__nextafter): Likewise.
11255         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
11256         Likewise.
11257         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11258         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
11259         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
11260         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
11261         math_opt_barrier and math_force_eval macros.
11262         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
11263         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
11264         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
11265         (__nexttoward): Use math_opt_barrier and
11266         math_force_eval macros.  Use "+m" constraint on asm rather than
11267         "=m" and "m".  Only use asm to force double result if
11268         FLT_EVAL_METHOD is 2.
11269         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
11270         (__nexttowardf): Use math_opt_barrier and
11271         math_force_eval macros.  Use "+m" constraint on asm rather than
11272         "=m" and "m".  Only use asm to force double result if
11273         FLT_EVAL_METHOD is not 0.
11274         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
11275         (__nexttowardf): Use math_opt_barrier and
11276         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11277         x to float using asm.
11278         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
11279         (__nldbl_nexttowardf): Use math_opt_barrier and
11280         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
11281         x to float using asm.
11282         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
11283         (__nexttowardf): Use math_opt_barrier and math_force_eval
11284         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
11285         * math/bug-nextafter.c (zero, inf): New variables.
11286         (main): Add new tests.
11287         * math/bug-nexttoward.c (zero, inf): New variables.
11288         (main): Add new tests.
11289
11290 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11291
11292         [BZ #3427]
11293         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
11294         exceptions both in SW and MXCSR.
11295         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
11296         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
11297         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11298         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11299         in MXCSR if SSE is available.
11300         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
11301         and ldsodefs.h.
11302         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
11303         Fix comment typo.
11304         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
11305         Return 0 rather than 1.
11306         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
11307         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
11308         * math/test-fenv.c (feholdexcept_tests): New function.
11309         (main): Call it.
11310
11311 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
11312
11313         [BZ #3427]
11314         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
11315         in SW.
11316
11317 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
11318
11319         [BZ #4344]
11320         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
11321         Reported by David Anderson <davea42@earthlink.net>.
11322
11323 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
11324
11325         * posix/sys/wait.h: Remove unnecessary forward declaration.
11326
11327 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
11328
11329         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
11330         with obj->do_servers after first_shoot.
11331
11332 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
11333
11334         * posix/Makefile (routines): Add sched_cpucount.
11335         (tests): Add tst-cpucount.
11336         * posix/sched_cpucount.c: New file.
11337         * posix/tst-cpucount.c: New file.
11338         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
11339         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
11340         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11341         * posix/sched.h: Define CPU_COUNT.
11342
11343 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
11344
11345         * posix/fnmatch.c (STRUCT): Define.
11346         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
11347         * posix/fnmatch_loop.c (struct STRUCT): New type.
11348         (FCT): Add ends argument.  If ends != NULL and normal * is
11349         seen in the pattern, store current pattern and string pointers
11350         and return.  Adjust recursive calls.
11351         (EXT): Adjust FCT callers.
11352         (STRUCT): Undef at the end of the file.
11353         * posix/Makefile (tests): Add tst-fnmatch2.
11354         * posix/tst-fnmatch2.c: New test.
11355
11356 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
11357
11358         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
11359         and 1 on failure.
11360
11361         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
11362         Change last argument to unsigned int.
11363
11364 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
11365
11366         * scripts/check-local-headers.sh: Filter out sys/capability.h.
11367
11368 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
11369
11370         * config.h.in (HAVE_LIBCAP): Add.
11371         * nscd/selinux.h: Include sys/capability.h rather than non-existent
11372         sys/capabilities.h.
11373         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
11374         free_caps.  Cast away const from 4th cap_set_flag argument.
11375
11376 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
11377
11378         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
11379         GLIBC_2.6.
11380         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
11381         Add sync_file_range.
11382         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
11383
11384 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
11385
11386         * sysdeps/powerpc/bits/atomic.h
11387         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
11388         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
11389         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11390         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
11391         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11392         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
11393         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
11394         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11395         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11396         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11397         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
11398         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
11399         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
11400         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
11401         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11402         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
11403         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11404         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
11405         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
11406         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
11407
11408 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11409
11410         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
11411         (__cache_line_size): Define the variable here.  Add
11412         attribute_hidden, remove weak_extern.
11413         (__libc_start_main): Set __cache_line_size
11414         unconditionally.
11415         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
11416         (__cache_line_size): Define the variable here.  Add
11417         attribute_hidden, remove weak_extern.
11418         (DL_PLATFORM_AUXV): Set __cache_line_size
11419         unconditionally.
11420         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
11421         weak_extern, add attribute_hidden.
11422         (__elf_machine_runtime_setup): Assume __cache_line_size is always
11423         defined in ld.so.
11424         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
11425         definition.
11426         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
11427
11428 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
11429
11430         [BZ #4276]
11431         * timezone/africa: Update from tzdata2007d.
11432         * timezone/asia: Likewise.
11433         * timezone/australasia: Likewise.
11434         * timezone/backward: Likewise.
11435         * timezone/europe: Likewise.
11436         * timezone/iso3166.tab: Likewise.
11437         * timezone/leapseconds: Likewise.
11438         * timezone/northamerica: Likewise.
11439         * timezone/southamerica: Likewise.
11440         * timezone/zone.tab: Likewise.
11441
11442         * timezone/private.h: Update from tzcode2007d.
11443         * timezone/zdump.c: Likewise.
11444         * timezone/zic.c: Likewise.
11445
11446 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
11447
11448         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
11449         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
11450         variables.
11451         (nis_server_cache_search, nis_server_cache_add): New functions.
11452         (__nisfind_server): Use them.  Add dbp and flags argument, if
11453         call __nisbind_create.
11454         (__nisbind_create): Add server_used and current_ep arguments,
11455         only call __nis_findfastest if server_used is ~0.
11456         (__do_niscall2, __prepare_niscall): Adjust callers.
11457         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
11458         ckey_cache_euid, ckey_cache_lock): New variables.
11459         (get_ckey): New function.
11460         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
11461         __pmap_getnisport.  Save __pmap_getnisport result in
11462         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
11463         key.
11464         * nis/nis_lookup.c (nis_lookup): Likewise.
11465         * nis/nis_table.c (nis_list): Likewise.
11466         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
11467         prototypes.
11468
11469         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
11470         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
11471         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
11472         _nss_nisplus_getservbyport_r): Likewise.
11473         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
11474         _nss_nisplus_getnetbyaddr_r): Likewise.
11475         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
11476         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
11477         _nss_nisplus_getntohost_r): Likewise.
11478         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
11479         _nss_nisplus_getrpcbynumber_r): Likewise.
11480
11481 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
11482
11483         * configure.in (libc_cv_gnu89_inline): Only do compile test.
11484         * configure: Rebuilt.
11485
11486         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
11487         bit-fields.
11488         * soft-fp/extended.h (_FP_UNION_E): Likewise.
11489
11490 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
11491
11492         [BZ #2831]
11493         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
11494         bit-fields.
11495
11496 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
11497
11498         * nscd/gai.c: Include alloca.h.
11499         (__libc_use_alloca): Define.
11500
11501 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
11502
11503         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
11504         smaller scopes.
11505         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
11506         (DL_DST_REQUIRED): Adjust user.
11507
11508         * include/dlfcn.h (struct link_map): New forward decl.
11509
11510         * inet/getnameinfo.c: Include stddef.h.
11511         (getnameinfo): Use offsetof.
11512
11513         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
11514
11515         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
11516
11517         * string/strerror_l.c: Include stdlib.h.
11518
11519         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
11520         * config.make.in (gnu89-inline-CFLAGS): New variable.
11521         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
11522         -std=gnu99.
11523         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
11524         * argp/argp.h: Use it.
11525         * bits/mathinline.h: Likewise.
11526         * bits/sigset.h: Likewise.
11527         * bits/string.h: Likewise.
11528         * ctype/ctype.h: Likewise.
11529         * hurd/hurd.h: Likewise.
11530         * hurd/hurd/fd.h: Likewise.
11531         * hurd/hurd/port.h: Likewise.
11532         * hurd/hurd/signal.h: Likewise.
11533         * hurd/hurd/threadvar.h: Likewise.
11534         * hurd/hurd/userlink.h: Likewise.
11535         * io/sys/stat.h: Likewise.
11536         * libio/bits/stdio.h: Likewise.
11537         * libio/bits/stdio2.h: Likewise.
11538         * mach/lock-intern.h: Likewise.
11539         * mach/mach/mig_support.h: Likewise.
11540         * math/bits/cmathcalls.h: Likewise.
11541         * posix/bits/unistd.h: Likewise.
11542         * socket/bits/socket2.h: Likewise.
11543         * stdlib/bits/stdlib.h: Likewise.
11544         * stdlib/stdlib.h: Likewise.
11545         * string/argz.h: Likewise.
11546         * string/bits/string2.h: Likewise.
11547         * string/bits/string3.h: Likewise.
11548         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
11549         * sysdeps/generic/inttypes.h: Likewise.
11550         * sysdeps/generic/machine-lock.h: Likewise.
11551         * sysdeps/generic/machine-sp.h: Likewise.
11552         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
11553         * sysdeps/i386/i486/bits/string.h: Likewise.
11554         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
11555         * sysdeps/mach/alpha/machine-lock.h: Likewise.
11556         * sysdeps/mach/alpha/machine-sp.h: Likewise.
11557         * sysdeps/mach/i386/machine-lock.h: Likewise.
11558         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
11559         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
11560         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
11561         * sysdeps/s390/bits/string.h: Likewise.
11562         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
11563         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
11564         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
11565         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
11566         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11567         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
11568         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11569         * wcsmbs/bits/wchar2.h: Likewise.
11570         * wcsmbs/wchar.h: Likewise.
11571         * stdlib/gmp.h: Likewise.  Include <features.h> to get
11572         __extern_inline definition.
11573
11574 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
11575
11576         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
11577         NULL.
11578
11579         [BZ #3919]
11580         * math/libm-test.inc (log_test): Test -Inf and NaN.
11581         (log10_test, log1p_test, log2_test): Test -Inf.
11582         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
11583         FE_INVALID when argument is qNaN.
11584         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11585         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11586         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11587         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
11588         andb $1, %ah with testb $1, %ah, don't test for parity, instead
11589         testb $4, %ah and jump if non-zero.
11590         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11591         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
11592
11593         [BZ #4101]
11594         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
11595         ancestors with the same depths.
11596         Patch by Niels Moeller <nisse@lysator.liu.se>.
11597         (filter_doc): Don't crash if argp is NULL.
11598         * argp/Makefile (tests): Add tst-argp2.
11599         * argp/tst-argp2.c: New test.
11600
11601         [BZ #4130]
11602         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
11603         open_not_cancel_2.
11604         (updwtmp_file): Likewise.
11605
11606         [BZ #4181]
11607         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
11608         (inet6_opt_append): Don't check extlen is big enough if extbuf
11609         is NULL.
11610         (inet6_opt_finish): Likewise.
11611         * inet/Makefile (tests): Add test-inet6_opt.
11612         * inet/test-inet6_opt.c: New test.
11613
11614         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
11615         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
11616         NLMSG_ERR.  Instead use a page sized buffer.
11617         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
11618         buffer.
11619
11620 2007-03-14  Richard Henderson  <rth@redhat.com>
11621
11622         * sysdeps/alpha/fpu/s_llround.c: New file.
11623         * sysdeps/alpha/fpu/s_llroundf.c: New file.
11624         * sysdeps/alpha/fpu/s_lround.c: New file.
11625         * sysdeps/alpha/fpu/s_lroundf.c: New file.
11626         * sysdeps/alpha/fpu/s_round.c: New file.
11627         * sysdeps/alpha/fpu/s_roundf.c: New file.
11628         * sysdeps/alpha/fpu/s_trunc.c: New file.
11629         * sysdeps/alpha/fpu/s_truncf.c: New file.
11630
11631         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
11632         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
11633         * sysdeps/alpha/fpu/s_floor.c: Likewise.
11634         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
11635         * sysdeps/alpha/fpu/s_rint.c: Likewise.
11636         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
11637
11638         * sysdeps/alpha/fpu/s_fmax.S: New file.
11639         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
11640         * sysdeps/alpha/fpu/s_fmin.S: New file.
11641         * sysdeps/alpha/fpu/s_fminf.S: New file.
11642         * sysdeps/alpha/fpu/s_isnan.c: New file.
11643         * sysdeps/alpha/fpu/s_isnanf.c: New file.
11644         * sysdeps/alpha/fpu/s_llrint.c: New file.
11645         * sysdeps/alpha/fpu/s_llrintf.c: New file.
11646         * sysdeps/alpha/fpu/s_lrint.c: New file.
11647         * sysdeps/alpha/fpu/s_lrintf.c: New file.
11648         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
11649         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
11650
11651         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
11652         (__fdimf, fdimf, __fdim, fdim): Remove.
11653         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
11654         (__isnanf, __isnan, __isnanl): New.
11655
11656 2007-03-13  Richard Henderson  <rth@redhat.com>
11657
11658         * sysdeps/ieee754/ldbl-128/Makefile: New file.
11659
11660 2007-03-13  Richard Henderson  <rth@redhat.com>
11661
11662         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
11663         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
11664         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
11665         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
11666         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
11667         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
11668
11669 2007-03-13  Richard Henderson  <rth@redhat.com>
11670
11671         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
11672         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
11673         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
11674         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
11675         Move to dl-auxv.h; initialize instead of extern weak.
11676         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
11677         weak symbol.
11678         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
11679         Extern instead of initialized.
11680
11681 2007-03-13  Richard Henderson  <rth@redhat.com>
11682
11683         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
11684         __sigsuspend_nocancel.
11685
11686 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
11687
11688         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
11689         172.16/12 address range.
11690
11691 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
11692
11693         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
11694         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
11695         message.
11696
11697 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
11698
11699         [BZ #4069]
11700         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
11701         earlier.
11702         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
11703
11704         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
11705         for x qNaN and y either +-inf or non-integer value.
11706         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
11707         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11708         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
11709
11710 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
11711
11712         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
11713         from sysdep_headers.
11714
11715 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
11716
11717         * time/tzfile.c (find_transition): Instead of a linear search try to
11718         guess the transition index, use a linear search if the result is at
11719         most 10 transitions away from the guess or binary search otherwise.
11720
11721 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
11722
11723         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
11724         memory reallocation.
11725
11726 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
11727
11728         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
11729         and fix some typos.
11730         Optimize use of TOLOWER.
11731
11732         [BZ #3325]
11733         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
11734         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11735         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11736
11737         [BZ #3458]
11738         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
11739         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
11740
11741         [BZ #4076]
11742         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
11743         (open_dir_stream): Likewise.
11744         * io/Makefile (tests): Add bug-ftw5.
11745         * io/bug-ftw5.c: New file.
11746
11747         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
11748         * nscd/servicescache.c (cache_addserv): Likewise.
11749
11750         * nscd/grpcache.c (cache_addgr): In case a record changed on
11751         refresh, adjust key_copy.
11752
11753         [BZ #4074]
11754         * nscd/pwdcache.c (cache_addpw): In case a record changed on
11755         refresh, adjust key_copy.
11756
11757         [BZ #4070]
11758         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
11759         special cases.
11760         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
11761
11762 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
11763
11764         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
11765         optimization.
11766
11767         * stdio-common/vfscanf.c: Small cleanups throughout.
11768
11769 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
11770
11771         [BZ #3325]
11772         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
11773         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11774         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11775         Patch by Jared Casper <jaredcasper@gmail.com>.
11776
11777         * sysdeps/unix/closedir.c: Outside libc don't use locking.
11778         * sysdeps/unix/opendir.c: Likewise.
11779         * sysdeps/unix/readdir.c: Likewise.
11780
11781         [BZ #2211]
11782         * stdio-common/vfscanf.c: Handle localized digits etc for floating
11783         point numbers.
11784         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
11785
11786         * stdio-common/vfscanf.c: Fix problems in width accounting.
11787         * stdio-common/tst-sscanf.c (double_tests): New tests.
11788         (main): Hook them up.
11789
11790         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
11791         More simplifications of floating-point reader.
11792
11793         * stdio-common/Makefile (tests): Add tst-swscanf.
11794         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
11795         testing.
11796         * stdio-common/tst-swscanf.c: New file.
11797
11798 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
11799
11800         [BZ #2633]
11801         * libio/stdio.h: Define struct _IO_FILE in global namespace.
11802         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
11803         Remove using for __jmp_buf_tag.
11804         * locale/locale.h (struct lconv): Also define in std namespace.
11805         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
11806
11807         [BZ #3842]
11808         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
11809         using __libc_enable_secure.
11810
11811         [BZ #3818]
11812         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
11813
11814         [BZ #3745]
11815         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
11816         of names for ellipsises.
11817
11818         [BZ #3348]
11819         * malloc/memusage.sh: Cleanups.
11820         * debug/xtrace.sh: Quoting and trap changes.
11821
11822 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
11823
11824         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
11825
11826         * locale/iso-3166.def: Update entry for Serbia.
11827         * locale/iso-4217.def: Define RSD, remove CSD.
11828
11829         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
11830         and 64-bit operations.
11831
11832         [BZ #4040]
11833         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
11834         16-bit operations.
11835
11836         * nscd/nscd.c (parse_opt): One more conversion to use send instead
11837         of writev.
11838
11839 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
11840
11841         [BZ #3991]
11842         * assert/assert.h (assert): Simplify.
11843         (assert_perror): Likewise.
11844         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
11845
11846         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
11847         reqdata.
11848
11849         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
11850         change: don't pass NULL in place of an integer.
11851
11852 2007-02-02  Bruno Haible  <bruno@clisp.org>
11853
11854         [BZ #3954]
11855         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
11856         Add mapping for U+327E.
11857         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
11858         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11859         mapping of 0xD9 0xE8.
11860         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
11861         mapping of U+327E.
11862         Reported by Jungshik Shin <jungshik@google.com>.
11863
11864         [BZ #3955]
11865         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
11866         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
11867         Reported by Jungshik Shin <jungshik@google.com>.
11868
11869 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
11870
11871         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
11872         byte variants.
11873
11874         [BZ #4040]
11875         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
11876         byte variants.  Patch mostly be tom@tommay.net.
11877
11878 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
11879
11880         [BZ #3996]
11881         * posix/glob.c (attribute_hidden): Define if not defined.
11882         (glob): Unescape dirname, filename or username when needed and not
11883         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
11884         is NULL.  Handle unescaped [ in pattern without closing ].
11885         Don't pass GLOB_CHECK down to recursive glob for directories.
11886         (__glob_pattern_type): New function.
11887         (__glob_pattern_p): Implement using __glob_pattern_type.
11888         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
11889         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
11890         Remove unreachable code.
11891         * posix/globtest.sh: Add a couple of new tests.
11892
11893 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
11894
11895         * po/ru.po: Update from translation team.
11896
11897 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
11898
11899         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
11900         to the list of i486+ CPUs.
11901         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
11902
11903 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
11904
11905         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
11906         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
11907         references.
11908
11909 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
11910
11911         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
11912
11913         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
11914         * resolv/res_mkquery.c: Define __res_nopt.
11915         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
11916         try adding EDNS0 record.
11917         * resolv/res_send.c (send_dg): If request failed with FORMERR and
11918         EDNS0 record was send make sure we don't try it again.
11919         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
11920         * include/resolv.h: Declare __res_nopt.
11921
11922 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
11923
11924         [BZ #3944]
11925         * time/strptime_l.c (__strptime_internal): Set have_mon for
11926         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
11927         have been computed from tm_yday and tm_year.  Don't crash
11928         in day_of_the_week or day_of_the_year if not have_mon
11929         and tm_mon contains bogus value.
11930         * time/Makefile (tests): Add tst-strptime3.
11931         * time/tst-strptime3.c: New test.
11932
11933 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
11934
11935         [BZ #3957]
11936         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
11937         bit for RE_HAT_LISTS_NOT_NEWLINE.
11938         (build_charclass_op): Remove bogus comment.
11939         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
11940         * posix/bug-regex27.c: New test.
11941         * posix/bug-regex28.c: New test.
11942
11943 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
11944
11945         * po/sv.po: Update from translation team.
11946
11947 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
11948
11949         * nscd/nscd_helper.c (open_socket): Minor size optimization.
11950
11951 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
11952
11953         * include/locale.h (__uselocale): Add libc_hidden_proto.
11954         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
11955
11956         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
11957         gettimeofday.
11958
11959 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
11960
11961         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
11962         returning.
11963         (PTR_DEMANGLE): Real definition now that it's not the same as
11964         PRT_MANGLE anymore.
11965         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11966
11967         * string/strerror_l.c: New file.
11968         * string/Makefile (routines): Add strerror_l.
11969         * string/string.h: Declare strerror_l.
11970         * string/Versions: Export strerror_l for GLIBC_2.6.
11971
11972 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
11973
11974         * nscd/nscd_helper.c (open_socket): Now takes request type and key
11975         as parameter.  Construct request record.  Try sending request
11976         before the first poll use, it usually succeeds.  Adjust all
11977         callers.
11978         * nscd/nscd-client.h: Define MAXKEYLEN.
11979         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
11980
11981 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
11982
11983         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
11984         from return value.
11985         * nscd/nscd_helper.c: Include string.h.
11986         (__nscd_cache_search): Remove const qualifier from return value.
11987         On strict alignment architectures check hash entry and data head
11988         alignment.
11989         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
11990         mmapped data during GC cycle contains garbage.  If
11991         __nscd_drop_map_ref fails, decrement mapped->counter when returning
11992         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
11993         dropped to 0.
11994         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11995         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11996         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
11997         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11998         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11999
12000 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
12001
12002         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
12003
12004 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
12005
12006         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
12007         names not numbers in cfi_*.
12008
12009 2007-01-26  Andreas Jaeger  <aj@suse.de>
12010
12011         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
12012         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
12013         Correct values of PER_HPUX and PER_OSF4.
12014
12015 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
12016
12017         * elf/dl-minimal.c: Undefine _itoa first.
12018         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
12019         * malloc/mtrace.c: Revert last change.
12020         * posix/wordexp.c: Likewise.
12021
12022 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
12023
12024         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
12025         and __geode__ to the list of i486+ CPUs.
12026         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
12027
12028 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
12029
12030         * stdio-common/_itoa.c: Include <limits.h>.
12031         * stdio-common/_itowa.c: Likewise.
12032
12033 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
12034
12035         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
12036         platforms.
12037         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
12038         64-bit platforms.
12039         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
12040         possible.
12041         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
12042         if possible.
12043
12044         [BZ #3902]
12045         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
12046         * stdio-common/Makefile (tests): Add bug17.
12047         * stdio-common/bug17.c: New file.
12048
12049 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
12050
12051         * iconvdata/brf.c: New file.
12052         * iconvdata/testdata/BRF: New file.
12053         * iconvdata/testdata/BRF..UTF8: New file.
12054         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
12055         * iconvdata/Makefile: Add rules to build BRF.
12056         * iconvdata/TESTS: Add BRF entry.
12057         * iconvdata/gconv-modules: Likewise.
12058         * iconvdata/tst-tables.sh: Likewise.
12059
12060 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
12061
12062         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
12063         type `long long int', not `long int'.
12064         (wcstoq): Likewise.
12065
12066 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
12067
12068         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
12069         of values on 64-bit platforms which are too large.
12070
12071 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
12072             Joe Kerian  <jkerian@us.us.ibm.com>
12073
12074         [BZ #2749]
12075         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
12076         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
12077         (__copysignl): Use signbit() for comparison.
12078         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
12079         SET_LDOUBLE_WORDS64.
12080
12081         [BZ #2423, #2749]
12082         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
12083         (__ceill): Remove calls to fegetround(), fesetround().
12084         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12085         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12086         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12087
12088 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
12089
12090         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
12091
12092         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
12093
12094 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
12095
12096         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
12097         demangle pointer.
12098         * csu/libc-start.c: Likewise.
12099
12100 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
12101
12102         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
12103         really work anyway.
12104
12105 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12106
12107         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
12108         users.
12109         (handle_request): Remove unnecessary tests.
12110
12111         * nscd/cache.c (cache_add): Record the failure to add to the cache.
12112
12113 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
12114
12115         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
12116         workbits in semi-raw fraction.
12117
12118         * math/test-misc.c: Add new tests.
12119
12120 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
12121
12122         * math/basic-test.c: Include test-skeleton.c.
12123         (TEST_TRUNC): Define.
12124         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
12125         (main): Rename to ...
12126         (do_test): ...this.  Run new tests.
12127         (TEST_FUNCTION): Define.
12128
12129 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
12130             Joe Kerian  <jkerian@us.us.ibm.com>
12131
12132         [BZ #2749]
12133         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
12134         handling for high words.
12135         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
12136         and overflow for infinity.
12137
12138 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
12139
12140         * nscd/connections.c (handle_request): Add a __builtin_expect.
12141
12142         * nscd/connections.c (serv2db): Change type into structure which
12143         also says whether this is a request for data.  Renamed to
12144         servinfo.  All users changed.
12145         (handle_request): Much simpler test whether we should search the cache.
12146
12147         * nscd/connections.c (handle_request): Fix thinko in selinux test
12148         invocation.
12149
12150         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
12151         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
12152         it before getting dl_load_lock and then relock.
12153         (_dl_lookup_symbol_x): Pass flags to add_dependency.
12154         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
12155         case we unlocked the scope.
12156         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
12157         _dl_lookup_symbol_x in case we locked the scope.
12158         (_dl_profile_fixup): Likewise.
12159         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
12160         set DL_LOOKUP_SCOPE_LOCK.
12161
12162 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
12163
12164         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
12165         CFLAGS-getsrvbynpt_r.c.
12166         * nscd/getsrvbynm_r.c: New file.
12167         * nscd/getsrvbypt_r.c: New file.
12168         * nscd/nscd_getserv_r.c: New file.
12169         * nscd/servicescache.c: New file.
12170         * nscd/Makefile (routines): Add nscd_getserv_r.
12171         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
12172         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
12173         CFLAGS-getsrvbypt_r.c.
12174         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
12175         table.  Add entries for services database.
12176         * nscd/connections.c (serv2str): Mark as const.  Add entries for
12177         services database.
12178         (dbs): Add .reset_res and servdb initialization.
12179         (serv2db): Add entries for services database.
12180         (verify_persistent_db): Accept dbnr == servdb.
12181         (invalidate_cache): Rewrite database name recognition to use a table.
12182         Call res_init() if .reset_res is set for database.
12183         (handle_request): Add code to handle services database.
12184         * nscd/gai.c: Don't define __getservbyname_r.
12185         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
12186         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
12187         (serv_response_header): Define.
12188         (struct datahead): Add serv_response_header member.
12189         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
12190         using table.
12191         * nscd/nscd.conf: Add entries for services database.
12192         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
12193         Declare serv_iov_disabled.
12194         Declare addservbyname, readdservbyname, addservbyport, and
12195         readdservbyport.
12196         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
12197         (find_db): Fix error message.
12198         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
12199         __nscd_getservbyname_r, and __nscd_getservbyport_r.
12200         * nscd/selinux.c (perms): Add entries for services database.
12201         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
12202         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
12203
12204         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
12205         * nscd/hstcache.c: Likewise.
12206         * nscd/pwdcache.c: Likewise.
12207
12208         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
12209         computation of keylen.
12210
12211         * include/string.h: Only redefine strndupa if this is really for
12212         libc code.
12213
12214 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
12215
12216         * nscd/nscd_gethst_r.c: Minor cleanups.
12217
12218         * nscd/connections.c (handle_request): Check selinux permissions
12219         for all non-admin commands.
12220
12221         * sysdeps/i386/i486/bits/atomic.h: Define
12222         atomic_compare_and_exchange_val_acq,
12223         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
12224         using __sync_* built-ins for gcc >= 4.1.
12225         * sysdeps/x86_64/bits/atomic.h: Likewise.
12226
12227         [BZ #3840]
12228         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
12229         and .oS.d files.
12230
12231 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
12232
12233         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
12234         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
12235         (do_test): Check errno and exit(0) if ENOSYS.
12236
12237 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12238
12239         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
12240         thousands separators.
12241         * stdlib/Makefile: Add rules to build and run tst-strtod4.
12242         * stdlib/tst-strtod4.c: New test.
12243
12244         [BZ #3855]
12245         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
12246         hexadecimal digit should accept just the initial 0.
12247         * stdlib/tst-strtod2.c (tests): New variable.
12248         (do_test): Run several tests rather than just one.
12249
12250 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
12251
12252         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
12253         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
12254
12255 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
12256
12257         * io/fts.c: Make sure fts_cur is always valid after return from
12258         fts_read.
12259         Patch by Miloslav Trmac <mitr@redhat.com>.
12260
12261 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
12262
12263         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
12264         (R_MIPS_NUM): Bump by 1.
12265
12266 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
12267
12268         * posix/execvp.c: Include alloca.h.
12269         (allocate_scripts_argv): Renamed to...
12270         (scripts_argv): ... this.  Don't allocate buffer here nor count
12271         arguments.
12272         (execvp): Use alloca if possible.
12273         * posix/Makefile: Add rules to build and run tst-vfork3 test.
12274         * posix/tst-vfork3.c: New test.
12275
12276 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
12277
12278         * string/Makefile (tst-strxfrm2-ENV): Define.
12279         * stdlib/Makefile (tst-strtod3-ENV): Define.
12280
12281 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
12282
12283         * posix/getconf.c: Update copyright year.
12284         * nss/getent.c: Likewise.
12285         * iconv/iconvconfig.c: Likewise.
12286         * iconv/iconv_prog.c: Likewise.
12287         * elf/ldconfig.c: Likewise.
12288         * catgets/gencat.c: Likewise.
12289         * csu/version.c: Likewise.
12290         * elf/ldd.bash.in: Likewise.
12291         * elf/sprof.c (print_version): Likewise.
12292         * locale/programs/locale.c: Likewise.
12293         * locale/programs/localedef.c: Likewise.
12294         * nscd/nscd.c (print_version): Likewise.
12295         * debug/xtrace.sh: Likewise.
12296         * malloc/memusage.sh: Likewise.
12297         * malloc/mtrace.pl: Likewise.
12298         * debug/catchsegv.sh: Likewise.
12299
12300 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
12301
12302         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
12303         attempts.
12304
12305 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
12306
12307         * posix/wordexp.c: Remove some unnecessary tests.
12308
12309 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
12310
12311         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
12312         blacklist the group till after we look it up.
12313
12314 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
12315
12316         * include/atomic.h (atomic_forced_read): New macro.
12317
12318 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
12319
12320         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
12321
12322 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
12323
12324         * nss/getXXbyYY_r.c: Include atomic.h.
12325         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
12326         add atomic_write_barrier () in between.
12327
12328         * stdlib/Makefile (tests): Add tst-makecontext.
12329         * stdlib/tst-makecontext.c: New test.
12330
12331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
12332         (__makecontext): Don't realign uc_mcontext.uc_regs.
12333
12334 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
12335
12336         * elf/dl-support.c: Include dl-procinfo.h.
12337         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
12338         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
12339         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
12340         Define.
12341         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
12342         hardcoded constants.
12343         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
12344         PPC_PLATFORM_* macros for array designators.
12345
12346 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
12347
12348         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
12349         names to the beginning.
12350         (_dl_powerpc_platforms): Add "power6x".
12351         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
12352         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
12353         (_DL_PLATFORMS_COUNT): Increase.
12354         (_dl_string_platform): Handle power6x case.
12355         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
12356         PPC_FEATURE_POWER6_EXT): Define.
12357         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
12358
12359 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
12360
12361         [BZ #3747]
12362         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
12363         [-2^31 .. 2^31) range.
12364         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
12365         targets.
12366         * stdlib/tst-rand48-2.c: New test.
12367         * stdlib/Makefile (tests): Add tst-rand48-2.
12368
12369 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
12370
12371         * misc/tst-pselect.c (do_test): Fix sigblock argument.
12372
12373 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
12374
12375         * misc/tst-pselect.c (do_test): Make sure the helper process is
12376         terminating when the test is aborted.
12377
12378 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
12379
12380         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
12381         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12382         Handle relatime mount option.
12383
12384         [BZ #2337]
12385         * libio/Makefile (tests): Add tst-setvbuf1.
12386         * libio/tst-setvbuf1.c: New file.
12387
12388 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
12389
12390         [BZ #2337]
12391         * libio/genops.c (__uflow): Fix a typo.
12392         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
12393         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
12394         the narrow buffer size.
12395
12396 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
12397
12398         [BZ #2337]
12399         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
12400         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
12401         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
12402         in _flags.
12403         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
12404         _IO_wstr_finish): Likewise.
12405         * libio/wmemstream.c (open_wmemstream): Likewise.
12406         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
12407         even for wide streams.
12408
12409 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
12410
12411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
12412         kernel-features.h.
12413
12414 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
12415
12416         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
12417         separators also if no non-zero digits found.
12418         * stdlib/Makefile (tests): Add tst-strtod3.
12419
12420 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
12421
12422         [BZ #3632]
12423         * include/features.h: Fix comment about default value for
12424         _POSIX_C_SOURCE.
12425
12426         [BZ #3664]
12427         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
12428         empty parsed strings.
12429         * stdlib/Makefile (tests): Add tst-strtod2.
12430         * stdlib/tst-strtod2.c: New file.
12431
12432         [BZ #3673]
12433         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
12434         computation.
12435         * stdlib/Makefile (tests): Add tst-atof2.
12436         * stdlib/tst-atof2.c: New file.
12437
12438         [BZ #3674]
12439         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
12440         correctly if removing trailing zero of hex-float.
12441         * stdlib/Makefile (tests): Add tst-atof1.
12442         * stdlib/tst-atof1.c: New file.
12443
12444 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
12445
12446         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
12447         Start searching for next comma at p rather than rest.
12448         * misc/Makefile (tests): Add tst-mntent2.
12449         * misc/tst-mntent2.c: New test.
12450
12451         * misc/getusershell.c (initshells): Check for integer overflows.
12452         Make strings buffer one bigger as fgets always succeeds when second
12453         argument is 1.  Don't use calloc for shells array.  Disallow
12454         / as shell.
12455
12456 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
12457
12458         * malloc/memusage.c: Handle realloc with new size of zero and
12459         non-NULL pointer correctly.
12460         (me): Really write first record twice.
12461         (struct entry): Make format bi-arch safe.
12462         (dest): Write out more realloc statistics.
12463         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
12464
12465 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
12466
12467         * nis/nis_subr.c (nis_getnames): Revert last change.
12468
12469 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
12470
12471         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
12472         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
12473         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
12474         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
12475         ENOTTY.
12476         * io/Makefile: Add rules to build and run tst-ttyname_r test.
12477         * io/tst-ttyname_r.c: New test.
12478
12479 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12480
12481         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
12482
12483 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
12484
12485         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
12486         jump table entries.
12487
12488 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12489
12490         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
12491         `clone' function to ensure proper unwinding stop of gdb.
12492         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
12493
12494 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
12495
12496         * nscd/nscd.init: Remove obsolete and commented-out -S option
12497         handling.
12498
12499 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
12500
12501         [BZ #3514]
12502         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
12503
12504         [BZ #3515]
12505         * manual/string.texi (strtok): Remove duplicate paragraph.
12506
12507 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
12508
12509         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
12510         libgcc not supporting `rflags' unwinding (register # >= 17).
12511
12512 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
12513
12514         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
12515         succeeded.
12516
12517 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
12518             Jakub Jelinek  <jakub@redhat.com>
12519             Jan Kratochvil  <jan.kratochvil@redhat.com>
12520
12521         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
12522         unwind information.
12523         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
12524         'restore_rt' even in the 'signal' directory.
12525         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
12526
12527 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
12528
12529         [BZ #3559]
12530         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
12531         malloc crashed.  Don't allocate memory unnecessarily in each
12532         loop.
12533
12534 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
12535
12536         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
12537
12538 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
12539
12540         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
12541
12542 2006-11-18  Bruno Haible  <bruno@clisp.org>
12543
12544         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
12545         __sysconf only after having tried to call getgroups32.
12546
12547 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
12548
12549         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
12550         addresses for IPv4 queries if they can be mapped.
12551
12552 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
12553
12554         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
12555         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
12556         (signmask): Add .size directive.
12557         (othermask): Add .type directive.
12558
12559 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
12560
12561         * po/nl.po: Update from translation team.
12562
12563         * timezone/zdump.c: Redo fix for BZ #3137.
12564
12565 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
12566
12567         * nss/nss_files/files-alias.c (get_next_alias): Set line back
12568         to first_unused after parsing :include: file.
12569
12570 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12571
12572         * timezone/africa: Update from tzdata2006o.
12573         * timezone/antarctica: Likewise.
12574         * timezone/asia: Likewise.
12575         * timezone/australasia: Likewise.
12576         * timezone/backward: Likewise.
12577         * timezone/europe: Likewise.
12578         * timezone/iso3166.tab: Likewise.
12579         * timezone/northamerica: Likewise.
12580         * timezone/southamerica: Likewise.
12581         * timezone/zone.tab: Likewise.
12582
12583         * time/tzfile.c (__tzfile_read): Extend to handle new file format
12584         on machines with 64-bit time_t.
12585
12586         * timezone/checktab.awk: Update from tzcode2006o.
12587         * timezone/ialloc.c: Likewise.
12588         * timezone/private.h: Likewise.
12589         * timezone/scheck.c: Likewise.
12590         * timezone/tzfile.h: Likewise.
12591         * timezone/tzselect.ksh: Likewise.
12592         * timezone/zdump.c: Likewise.
12593         * timezone/zic.c: Likewise.
12594
12595         [BZ #3483]
12596         * elf/ldconfig.c (main): Call setlocale and textdomain.
12597         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12598
12599         [BZ #3480]
12600         * manual/argp.texi: Fix typos.
12601         * manual/charset.texi: Likewise.
12602         * manual/errno.texi: Likewise.
12603         * manual/filesys.texi: Likewise.
12604         * manual/lang.texi: Likewise.
12605         * manual/maint.texi: Likewise.
12606         * manual/memory.texi: Likewise.
12607         * manual/message.texi: Likewise.
12608         * manual/resource.texi: Likewise.
12609         * manual/search.texi: Likewise.
12610         * manual/signal.texi: Likewise.
12611         * manual/startup.texi: Likewise.
12612         * manual/stdio.texi: Likewise.
12613         * manual/sysinfo.texi: Likewise.
12614         * manual/syslog.texi: Likewise.
12615         * manual/time.texi: Likewise.
12616         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12617
12618         [BZ #3465]
12619         * sunrpc/clnt_raw.c: Minimal message improvements.
12620         * sunrpc/pm_getmaps.c: Likewise.
12621         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
12622         * nis/nis_print_group_entry.c: Likewise.
12623         * locale/programs/repertoire.c: Likewise.
12624         * locale/programs/charmap.c: Likewise.
12625         * malloc/memusage.sh: Likewise.
12626         * elf/dl-deps.c: Likewise.
12627         * locale/programs/ld-collate.c: Likewise.
12628         * libio/vswprintf.c: Likewise.
12629         * malloc/memusagestat.c: Likewise.
12630         * sunrpc/auth_unix.c: Likewise.
12631         * sunrpc/rpc_main.c: Likewise.
12632         * nscd/cache.c: Likewise.
12633         * locale/programs/repertoire.c: Unify output messages.
12634         * locale/programs/charmap.c: Likewise.
12635         * locale/programs/ld-ctype.c: Likewise.
12636         * locale/programs/ld-monetary.c: Likewise.
12637         * locale/programs/ld-numeric.c: Likewise.
12638         * locale/programs/ld-time.c: Likewise.
12639         * elf/ldconfig.c: Likewise.
12640         * nscd/selinux.c: Likewise.
12641         * elf/cache.c: Likewise.
12642         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
12643
12644         [BZ #3451]
12645         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
12646         change atomic.
12647         (ceil): Likewise.
12648
12649 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12650
12651         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
12652         if N is one bigger than return value.
12653         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
12654         and l1 last arguments, if buf is defined, verify the return value
12655         equals to strlen (buf) and verify no byte beyond passed length
12656         is modified.
12657
12658 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
12659
12660         * po/sv.po: Update from translation team.
12661
12662 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12663
12664         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
12665         noinline attribute.
12666
12667 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
12668
12669         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
12670         noinline attribute.
12671
12672         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
12673         Use __new_sys_siglist instead of _sys_siglist_internal as
12674         second macro argument.
12675         (_old_sys_siglist): Use declare_symbol_alias macro instead of
12676         strong_alias.
12677
12678 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
12679
12680         [BZ #3493]
12681         * posix/unistd.h (sysconf): Remove const attribute.
12682
12683         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
12684         temporary or deprecated addresses.
12685         Patch by Sridhar Samudrala <sri@us.ibm.com>.
12686
12687         * string/Makefile (tests): Add tst-strxfrm2.
12688         * string/tst-strxfrm2.c: New file.
12689
12690 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
12691
12692         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
12693         rather than r->r_brk.
12694
12695 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
12696
12697         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
12698         optimization even if needed > n.
12699
12700         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
12701         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
12702         return false, otherwise return true.
12703         (cache_rpath): Return decompose_rpath return value.
12704
12705 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
12706
12707         * include/libc-symbols.h (declare_symbol): Rename to...
12708         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
12709         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
12710         .size directive.
12711         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
12712         changes.
12713         * sysdeps/gnu/siglist.c: Likewise.
12714
12715 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
12716
12717         * sysdeps/powerpc/fpu/bits/mathinline.h
12718         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
12719         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
12720
12721 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
12722
12723         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
12724         Update handling of cache descriptor 0x49 for new models.
12725         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
12726         Likewise.
12727
12728 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
12729
12730         * malloc/memusage.c (dest): Reset not_me back to false after
12731         printing statistics.
12732
12733 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
12734
12735         * configure.in: Work around ld --help change and avoid -z relro
12736         test completely if the architecture doesn't care about security.
12737
12738 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
12739
12740         * po/sv.po: Update from translation team.
12741
12742 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
12743
12744         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
12745         generate compatibility version.
12746
12747 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
12748
12749         * configure.in: Relax -z relro requirement a bit.
12750
12751         * po/sv.po: Update from translation team.
12752
12753 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
12754
12755         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
12756         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12757         * elf/dl-close.c (_dl_close_worker): Likewise.
12758         * elf/dl-open.c (_dl_open_worker): Likewise.
12759         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
12760
12761 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
12762
12763         * configure.in: Require assembler support for visibility, compiler
12764         support for visibility and aliases, linker support for various -z
12765         options.
12766         * Makeconfig: Remove conditional code which now is unnecessary.
12767         * config.h.in: Likewise.
12768         * config.make.in: Likewise.
12769         * dlfcn/Makefile: Likewise.
12770         * elf/Makefile: Likewise.
12771         * elf/dl-load.c: Likewise.
12772         * elf/rtld.c: Likewise.
12773         * include/libc-symbols.h: Likewise.
12774         * include/stdio.h: Likewise.
12775         * io/Makefile: Likewise.
12776         * io/fstat.c: Likewise.
12777         * io/fstat64.c: Likewise.
12778         * io/fstatat.c: Likewise.
12779         * io/fstatat64.c: Likewise.
12780         * io/lstat.c: Likewise.
12781         * io/lstat64.c: Likewise.
12782         * io/mknod.c: Likewise.
12783         * io/mknodat.c: Likewise.
12784         * io/stat.c: Likewise.
12785         * io/stat64.c: Likewise.
12786         * libio/stdio.c: Likewise.
12787         * nscd/Makefile: Likewise.
12788         * stdlib/Makefile: Likewise.
12789         * stdlib/atexit.c: Likewise.
12790         * sysdeps/generic/ldsodefs.h: Likewise.
12791         * sysdeps/i386/dl-machine.h: Likewise.
12792         * sysdeps/i386/sysdep.h: Likewise.
12793         * sysdeps/i386/i686/memcmp.S: Likewise.
12794         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12795         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
12796         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
12797
12798         * Makerules: USE_TLS support is now default.
12799         * tls.make.c: Likewise.
12800         * csu/Versions: Likewise.
12801         * csu/libc-start.c: Likewise.
12802         * csu/libc-tls.c: Likewise.
12803         * csu/version.c: Likewise.
12804         * dlfcn/dlinfo.c: Likewise.
12805         * elf/dl-addr.c: Likewise.
12806         * elf/dl-cache.c: Likewise.
12807         * elf/dl-close.c: Likewise.
12808         * elf/dl-iteratephdr.c: Likewise.
12809         * elf/dl-load.c: Likewise.
12810         * elf/dl-lookup.c: Likewise.
12811         * elf/dl-object.c: Likewise.
12812         * elf/dl-open.c: Likewise.
12813         * elf/dl-reloc.c: Likewise.
12814         * elf/dl-support.c: Likewise.
12815         * elf/dl-sym.c: Likewise.
12816         * elf/dl-sysdep.c: Likewise.
12817         * elf/dl-tls.c: Likewise.
12818         * elf/ldconfig.c: Likewise.
12819         * elf/rtld.c: Likewise.
12820         * elf/tst-tls-dlinfo.c: Likewise.
12821         * elf/tst-tls1.c: Likewise.
12822         * elf/tst-tls10.h: Likewise.
12823         * elf/tst-tls14.c: Likewise.
12824         * elf/tst-tls2.c: Likewise.
12825         * elf/tst-tls3.c: Likewise.
12826         * elf/tst-tls4.c: Likewise.
12827         * elf/tst-tls5.c: Likewise.
12828         * elf/tst-tls6.c: Likewise.
12829         * elf/tst-tls7.c: Likewise.
12830         * elf/tst-tls8.c: Likewise.
12831         * elf/tst-tls9.c: Likewise.
12832         * elf/tst-tlsmod1.c: Likewise.
12833         * elf/tst-tlsmod13.c: Likewise.
12834         * elf/tst-tlsmod13a.c: Likewise.
12835         * elf/tst-tlsmod14a.c: Likewise.
12836         * elf/tst-tlsmod2.c: Likewise.
12837         * elf/tst-tlsmod3.c: Likewise.
12838         * elf/tst-tlsmod4.c: Likewise.
12839         * elf/tst-tlsmod5.c: Likewise.
12840         * elf/tst-tlsmod6.c: Likewise.
12841         * include/errno.h: Likewise.
12842         * include/link.h: Likewise.
12843         * include/tls.h: Likewise.
12844         * locale/global-locale.c: Likewise.
12845         * locale/localeinfo.h: Likewise.
12846         * malloc/arena.c: Likewise.
12847         * malloc/hooks.c: Likewise.
12848         * malloc/malloc.c: Likewise.
12849         * resolv/Versions: Likewise.
12850         * sysdeps/alpha/dl-machine.h: Likewise.
12851         * sysdeps/alpha/libc-tls.c: Likewise.
12852         * sysdeps/generic/ldsodefs.h: Likewise.
12853         * sysdeps/generic/tls.h: Likewise.
12854         * sysdeps/i386/dl-machine.h: Likewise.
12855         * sysdeps/ia64/dl-machine.h: Likewise.
12856         * sysdeps/ia64/libc-tls.c: Likewise.
12857         * sysdeps/mach/hurd/fork.c: Likewise.
12858         * sysdeps/mach/hurd/i386/tls.h: Likewise.
12859         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
12860         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12861         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12862         * sysdeps/s390/libc-tls.c: Likewise.
12863         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12864         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12865         * sysdeps/sh/dl-machine.h: Likewise.
12866         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12867         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12868         * sysdeps/x86_64/dl-machine.h: Likewise.
12869
12870         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
12871         split out locking and parameter checking.
12872         (_dl_close): Call _dl_close_worker after locking and checking.
12873         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
12874         _dl_close.
12875         * elf/Makefile: Add rules to build and run tst-thrlock.
12876         * elf/tst-thrlock.c:  New file.
12877
12878         [BZ #3426]
12879         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
12880         reality.
12881
12882         [BZ #3429]
12883         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
12884         we are sure we do not need it anymore for _dl_close.  Also move
12885         the asserts inside the lock region.
12886         Patch mostly by Suzuki <suzuki@in.ibm.com>.
12887
12888 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
12889
12890         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
12891         argument.
12892         (_dl_lookup_symbol_x): Adjust caller.
12893
12894         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
12895         _ns_global_scope.
12896         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
12897
12898         * elf/dl-libc.c: Revert l_scope name changes.
12899         * elf/dl-load.c: Likewise.
12900         * elf/dl-object.c: Likewise.
12901         * elf/rtld.c: Likewise.
12902         * elf/dl-close.c (_dl_close): Likewise.
12903         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
12904         always use __rtld_mrlock_{change,done}.  Always free old scope list
12905         here if not l_scope_mem.
12906         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
12907         change.  Never free scope list here.  Just __rtld_mrlock_lock before
12908         the lookup and __rtld_mrlock_unlock it after the lookup.
12909         * elf/dl-sym.c: Likewise.
12910         * include/link.h (struct r_scoperec): Remove.
12911         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
12912         with l_scope_mem and l_scoperec_lock with l_scope_lock.
12913
12914 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
12915
12916         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
12917
12918 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12919
12920         * configure.in: Disable building profile libraries by default.
12921
12922 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12923
12924         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
12925         as signed longs, check for x_base + pos overflow.
12926         * sunrpc/Makefile (tests): Add tst-xdrmem2.
12927         * sunrpc/tst-xdrmem2.c: New test.
12928
12929 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12930
12931         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
12932         _dl_lookup_symbol_x code.
12933
12934 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12935
12936         * elf/dl-runtime.c: Include sysdep-cancel.h.
12937         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
12938         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
12939         instead of catomic_* macros.
12940         * elf/dl-sym.c: Include sysdep-cancel.h.
12941         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
12942         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12943         * elf/dl-close.c: Include sysdep-cancel.h.
12944         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
12945         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12946         * elf/dl-open.c: Include sysdep-cancel.h.
12947         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
12948         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
12949
12950 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12951
12952         [BZ #3313]
12953         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
12954         fastbin rather than end of fastbin array.
12955
12956 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
12957
12958         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
12959         body macro.
12960         * sysdeps/x86_64/bits/atomic.h
12961         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
12962         (catomic_decrement): Use correct body macro.
12963
12964 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
12965
12966         * include/atomic.h: Add a unique prefix to all local variables
12967         in macros.
12968         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
12969
12970 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
12971
12972         [BZ #3369]
12973         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
12974         and 7.
12975
12976 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
12977
12978         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
12979
12980 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
12981
12982         [BZ #3313]
12983         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
12984         determine highest fast bin to consolidate, always look into all of
12985         them.
12986         (do_check_malloc_state): Only require for empty bins for large
12987         sizes in main arena.
12988
12989         * libio/stdio.h: Add more __wur attributes.
12990
12991         * elf/dl-minimal.c (realloc): Optimize last patch.
12992
12993 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
12994
12995         [BZ #3352]
12996         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
12997         and use memcpy() if it does.
12998
12999 2006-11-12  Andreas Jaeger  <aj@suse.de>
13000
13001         [BZ #2510]
13002         * manual/search.texi (Hash Search Function): Clarify.
13003         (Array Search Function): Clarify.
13004
13005 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
13006
13007         [BZ #2830]
13008         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
13009         shifting.
13010         * math/atest-exp2.c (read_mpn_hex): Likewise.
13011         * math/atest-sincos.c (main): Likewise.
13012
13013 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13014
13015         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
13016         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
13017         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
13018         version GLIBC_2.6.
13019         * Versions.def: Add GLIBC_2.6 for libc.
13020
13021         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
13022
13023         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
13024
13025 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
13026
13027         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
13028
13029         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
13030
13031         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
13032         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
13033
13034 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
13035
13036         * include/atomic.c: Define catomic_* operations.
13037         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
13038         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
13039         * malloc/memusage.c: Likewise.
13040         * gmon/mcount.c: Likewise.
13041         * elf/dl-close.c: Likewise.
13042         * elf/dl-open.c: Likewise.
13043         * elf/dl-profile.c: Likewise.
13044         * elf/dl-sym.c: Likewise.
13045         * elf/dl-runtime.c: Likewise.
13046         * elf/dl-fptr.c: Likewise.
13047         * resolv/res_libc.c: Likewise.
13048
13049 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
13050
13051         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
13052         components which lack them.
13053
13054         * nis/nis_subr.c (nis_getnames): Make sure that we always return
13055         at least one entry consisting of the parameter concatenated with
13056         the domain.
13057
13058 2006-10-10  Roland McGrath  <roland@frob.com>
13059
13060         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
13061         * sysdeps/mach/hurd/futimes.c: Likewise.
13062         * sysdeps/mach/hurd/lutimes.c: Likewise.
13063
13064 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
13065             Jakub Jelinek  <jakub@redhat.com>
13066
13067         Implement reference counting of scope records.
13068         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
13069         from the list in objects which remain.  Always allocate new scope
13070         record.
13071         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
13072         don't resize, allocate a new one.
13073         * elf/dl-runtime.c: Update reference counters before using a scope
13074         array.
13075         * elf/dl-sym.c: Likewise.
13076         * elf/dl-libc.c: Adjust for l_scope name change.
13077         * elf/dl-load.c: Likewise.
13078         * elf/dl-object.c: Likewise.
13079         * elf/rtld.c: Likewise.
13080         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
13081         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
13082         Add l_scoperec_lock.
13083         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
13084         * sysdeps/generic/rtld-lowlevel.h: New file.
13085
13086         * include/atomic.h: Rename atomic_and to atomic_and_val and
13087         atomic_or to atomic_or_val.  Define new macros atomic_and and
13088         atomic_or which do not return values.
13089         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
13090         Various cleanups.
13091         * sysdeps/i386/i486/bits/atomic.h: Likewise.
13092
13093         * po/sv.po: Update from translation team.
13094
13095 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
13096
13097         * Versions.def: Add GLIBC_2.6 to libpthread.
13098
13099         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
13100         (versioned_symbol): Likewise.
13101         (compat_symbol): Likewise.
13102
13103         * po/tr.po: Update from translation team.
13104
13105 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13106
13107         * nis/Banner: Removed.  It's been integral part forever and the
13108         author info is incomplete anyway.
13109         * libio/Banner: Likewise.
13110
13111         * nis/nis_table.c (nis_list): If __follow_path fails in the new
13112         code, make sure the nis_freeresult call doesn't crash and that the
13113         result is reported correctly.
13114
13115 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
13116
13117         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
13118         when callback is NULL.
13119
13120         * nis/Versions (libnss_nisplus): Add
13121         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
13122         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
13123         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
13124         _nss_create_tablename): Rename to...
13125         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
13126         ... these.  No longer static.
13127         (internal_setgrent): Adjust users.
13128         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
13129         Don't use locking around _nss_grp_create_tablename call.
13130         * nis/nss_nisplus/nisplus-initgroups.c: New file.
13131
13132 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13133
13134         * version.h (VERSION): Bump to 2.5.90 for new development tree.
13135
13136 2006-10-06  Andreas Jaeger  <aj@suse.de>
13137
13138         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
13139
13140 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
13141
13142         * po/pl.po: Update from translation team.
13143
13144         * nscd/nscd.c (main): Fix typo in message.
13145         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
13146
13147 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13148
13149         [BZ #3291]
13150         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
13151         errno.h, signal.h, unistd.h and sysdep-cancel.h.
13152         (__sigprocmask): Define.
13153
13154 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
13155
13156         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
13157         used.
13158
13159 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
13160
13161         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
13162         in oldtotal and newtotal calculation.
13163         * nscd/nscd-client.h (struct mapped_database): Add datasize
13164         field.
13165         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
13166         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
13167         increased.
13168         (__nscd_cache_search): Add checks to make sure we never reference
13169         data beyond the current mapping.
13170
13171 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
13172
13173         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
13174         variables const to avoid compiler warnings.
13175
13176         * io/fts.c (fts_close): Remove redundant checks.
13177         (fts_build): Likewise.
13178         (fts_palloc): Likewise.
13179
13180         * manual/message.texi (Advanced gettext functions,
13181         Using gettextized software): Fix typos.
13182
13183 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
13184
13185         * posix/glob.c (glob_in_dir): Add some comments and asserts to
13186         explain why there are no leaks.
13187
13188 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
13189
13190         * libio/wmemstream.c: Include <wchar.h>.
13191         * libio/bug-wmemstream1.c: Likewise.
13192         * libio/tst-wmemstream1.c: Likewise.
13193         * libio/tst-wmemstream2.c: Likewise.
13194
13195         * version.h (RELEASE): Bump to 2.5.
13196         * README: Regenerated.
13197
13198         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
13199
13200         [BZ #3273]
13201         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
13202         found no group members.
13203         Patch by Petr Baudis.
13204
13205 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
13206
13207         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
13208         assert bootstrap_map.l_tls_modid is zero.
13209         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
13210         if USE___THREAD.
13211
13212 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
13213
13214         * libio/stdio.h: Move open_wmemstream prototype to ...
13215         * wcsmbs/wchar.h: ... here.
13216
13217 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
13218
13219         [BZ #3252]
13220         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
13221         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
13222         __{,l}chown to handle the rest.
13223         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
13224         fchownat syscall and __ASSUME_32BITUIDS case inline, call
13225         __{,l}chown to handle the rest.
13226         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
13227         i386/fchownat.c.
13228         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
13229         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
13230
13231         [BZ #3253]
13232         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
13233         time, rather allocate increasingly bigger arrays of pointers, if
13234         possible with alloca, if too large with malloc.
13235
13236 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
13237
13238         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
13239
13240         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
13241
13242 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
13243
13244         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
13245         home addresses.
13246         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
13247         IFA_F_HOMEADDRESS flag for interfaces.
13248         * include/ifaddrs.h (struct in6addrinfo): Define
13249         in6ai_homeaddress.
13250
13251 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
13252
13253         [BZ #3225]
13254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
13255         PTR_DEMANGLE3): Define.
13256         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
13257         PTR_DEMANGLE3): Likewise.
13258         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
13259         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
13260         Likewise.
13261         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13262
13263 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
13264
13265         * po/libc.pot: Regenerated.
13266         * po/be.po: Updated.
13267         * po/ca.po: Likewise.
13268         * po/cs.po: Likewise.
13269         * po/da.po: Likewise.
13270         * po/de.po: Likewise.
13271         * po/el.po: Likewise.
13272         * po/en_GB.po: Likewise.
13273         * po/es.po: Likewise.
13274         * po/fi.po: Likewise.
13275         * po/fr.po: Likewise.
13276         * po/gl.po: Likewise.
13277         * po/hr.po: Likewise.
13278         * po/hu.po: Likewise.
13279         * po/ja.po: Likewise.
13280         * po/ko.po: Likewise.
13281         * po/nb.po: Likewise.
13282         * po/nl.po: Likewise.
13283         * po/pl.po: Likewise.
13284         * po/pt_BR.po: Likewise.
13285         * po/ru.po: Likewise.
13286         * po/rw.po: Likewise.
13287         * po/sk.po: Likewise.
13288         * po/sv.po: Likewise.
13289         * po/tr.po: Likewise.
13290         * po/zh_CN.po: Likewise.
13291         * po/zh_TW.po: Likewise.
13292
13293         [BZ #3137]
13294         * iconv/iconv_prog.c (main): Fix spelling in error message.
13295         * iconv/iconvconfig.c (main): Likewise.
13296         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
13297         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
13298         * locale/programs/localedef.c (main): Likewise.
13299         * locale/programs/repertoire.c (repertoire_read): Likewise.
13300         * timezone/zdump.c (main): Likewise.
13301         * nscd/connections.c (handle_request): Fix spelling in log message.
13302         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
13303
13304 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
13305
13306         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
13307         interfaces.
13308
13309 2006-09-20  Andreas Jaeger  <aj@suse.de>
13310
13311         * math/libm-test.inc (lrint_test_upward): Fix typo.
13312
13313 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
13314
13315         [BZ #2592]
13316         * math/libm-test.inc (lrint_test_tonearest): New function.
13317         (lrint_test_towardzero): New function.
13318         (lrint_test_downward): New function.
13319         (lrint_test_upward): New function.
13320         (main): Run these new tests.
13321         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
13322         of values near to 0.
13323         (two52): Use double not long double.
13324         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
13325         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
13326         (two23): Use float not double.
13327         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
13328         (two23): Use float not double.
13329         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
13330         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
13331         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
13332         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
13333
13334 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13335
13336         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
13337         Cast sp to unsigned long to avoid compiler warning.
13338         Use __makecontext_ret function instead of a trampoline on the stack.
13339         (__makecontext_ret): New function.
13340         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
13341
13342 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
13343
13344         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
13345         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
13346         bits.
13347
13348 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
13349
13350         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
13351         sure no reference to the unloaded map's search list remains in the
13352         dependency's scope.
13353
13354 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13355
13356         * elf/Makefile: Add rules to build and run unload7 test.
13357         * elf/unload7.c: New test.
13358         * elf/unload7mod1.c: New file.
13359         * elf/unload7mod2.c: New file.
13360
13361 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
13362
13363         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
13364         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
13365         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13366         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
13367         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13368         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
13369         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
13370         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
13371         PTRACE_GETEVENTMSG): Likewise.
13372         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
13373         values.
13374
13375 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
13376
13377         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
13378         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
13379         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
13380         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
13381
13382 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
13383
13384         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
13385         write '\0' to the fd.
13386         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
13387         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
13388         Change regs to unsigned long pointer from unsigned int, fix fscr
13389         offset.
13390
13391 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13392
13393         * io/Makefile (CFLAGS-fstatat.c): Set.
13394         (CFLAGS-fstatat64.c): Likewise.
13395         (CFLAGS-mknodat.c): Likewise.
13396
13397         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
13398         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
13399         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
13400         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
13401
13402 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
13403             Steven Munroe  <sjmunroe@us.ibm.com>
13404
13405         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
13406         names to the beginning.  Rename "cell" to "cellbe".
13407         (_dl_powerpc_platforms): New.
13408         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
13409         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
13410         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
13411         (_DL_HWCAP_PLATFORM): Define to new mask.
13412         (_dl_platform_string, _dl_string_platform): New functions.
13413         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
13414         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
13415
13416 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
13417
13418         [BZ #2526]
13419         * README.libm: Fix a thinko in sqrt algorithm description.
13420
13421         [BZ #3143]
13422         * manual/string.texi (argz_delete): Fix prototype.
13423         Patch by <alpt@freaknet.org>.
13424
13425 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
13426
13427         [BZ #3138]
13428         * io/test-lfs.c (do_prepare): Give name_len type size_t.
13429         * io/tst-fcntl.c (do_prepare): Likewise.
13430         * posix/tst-exec.c (do_prepare): Likewise.
13431         * posix/tst-preadwrite.c (do_prepare): Likewise.
13432         * posix/tst-spawn.c (do_prepare): Likewise.
13433         * posix/tst-truncate.c (do_prepare): Likewise.
13434         * rt/tst-aio.c (do_prepare): Likewise.
13435         * rt/tst-aio64.c (do_prepare): Likewise.
13436         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
13437         size_t.
13438
13439 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
13440
13441         [BZ #2821]
13442         * time/mktime.c (guess_time_tm): Fix overflow detection.
13443         * time/Makefile (tests): Add bug-mktime1.
13444         * time/bug-mktime1.c: New file.
13445
13446         [BZ #3189, #3188]
13447         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
13448         (mremap): Likewise.
13449
13450 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
13451
13452         [BZ #1006]
13453         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
13454         Ensure relocation doesn't clobber any bits outside of the
13455         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
13456         R_SPARC_HI22 and R_SPARC_H44.
13457
13458         [BZ #2775]
13459         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
13460         (long) (MINSIZE + nb - old_size) is positive.
13461
13462         * malloc/arena.c (grow_heap): When growing bail even if new_size
13463         is negative.
13464
13465         [BZ #3155]
13466         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
13467         stack below r1.
13468
13469 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
13470
13471         * posix/regex_internal.c (re_string_reconstruct): Handle
13472         offset < pstr->valid_raw_len && pstr->offsets_needed case.
13473         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
13474         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
13475         re_string_context_at.
13476         * posix/Makefile: Add rules to build and run bug-regex26 test.
13477         * posix/bug-regex26.c: New test.
13478
13479         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
13480         rather than col_sym_free.  Move seqp declaration earlier.
13481
13482         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
13483
13484 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
13485
13486         * nscd/initgrcache.c (addinitgroupsX): Move any_success
13487         decl before first goto out.
13488
13489 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13490
13491         * Makerules (shlib.lds): If have-hash-style, put .hash section
13492         at the end of the RO segment.
13493
13494 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
13495
13496         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
13497         style hash table format is used.
13498
13499 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
13500
13501         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
13502         randomization rather than before.
13503         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
13504
13505 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
13506
13507         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
13508
13509         * malloc/malloc.c (_int_malloc): Use full list insert and not
13510         shortcut which assumes the list is empty for large requests
13511         too.
13512
13513         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
13514
13515 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
13516
13517         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
13518         and offout arguments to the prototype.
13519         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
13520         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
13521         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
13522         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
13523         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
13524         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
13525         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
13526         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
13527
13528 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
13529
13530         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
13531
13532         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
13533         dlopen parameters.
13534
13535 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
13536
13537         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
13538         only if herrno is NETDB_INTERNAL.  Handle errors other than
13539         ERANGE outside of the loops, handle TRY_AGAIN.
13540
13541         * locale/programs/ld-ctype.c (translit_flatten): Issue error
13542         if other's ctype category was missing.
13543         * locale/programs/ld-collate.c (collate_read): Return if
13544         copy_locale's collate category is missing.
13545
13546 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
13547
13548         [BZ #2684]
13549         * malloc/malloc.c (public_rEALLOc): Try harder by using other
13550         arenas if allocation failed.
13551         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
13552
13553 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
13554
13555         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
13556         waste bins[0..1].
13557         (malloc_state): Reduce bins size by 2.
13558         (_int_malloc): Fix test for large enough buffer for early termination.
13559         When no unsorted block matches perfectly and an exiting block has
13560         to be split, use full list insert and not shortcut which assumes
13561         the list is empty.
13562
13563         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
13564         failure.
13565
13566 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13567
13568         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
13569         do anything.
13570
13571         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
13572         symbol require exact match (these are PLTs).
13573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13574         (_dl_ppc64_addr_sym_match): Likewise.
13575
13576         [BZ #2683]
13577         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
13578         If symbol has a value use it.
13579         * elf/tst-dladdr1.c: New file.
13580         * elf/Makefile: Add rules to build and run tst-addr1.
13581
13582 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
13583
13584         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
13585         keeps failing and heap growth or new heap creation isn't
13586         successful either.
13587         * malloc/tst-malloc.c (main): Add new tests.
13588
13589 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
13590
13591         [BZ #2734]
13592         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
13593         as in the x86-64 code to use bswap.
13594
13595 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
13596
13597         [BZ #2680]
13598         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
13599         __USE_UNIX98.
13600         * posix/bits/unistd.h: Likewise.
13601
13602 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
13603
13604         [BZ #2751]
13605         * string/strchr.c: Add cast to avoid warning.
13606
13607 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13608
13609         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
13610         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
13611         limit is needed to avoid the exploding of the address space
13612         requirement for secondary heaps.
13613         * malloc/arena.c (HEAP_MAX_SIZE): Define using
13614         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
13615
13616 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
13617
13618         [BZ #3018]
13619         * Makerules (depfiles): Handle extra-test-objs the same as
13620         extra-objs.
13621         (common-mostlyclean): Likewise.
13622         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
13623         instead.
13624         * elf/Makefile (extra-objs): Likewise.
13625         * stdlib/Makefile (extra-objs): Likewise.
13626
13627 2006-08-14  Eric Blake  <ebb9@byu.net>
13628
13629         [BZ #3044]
13630         * misc/error.h: Assume C89 or better.
13631         * misc/error.c: Likewise.
13632
13633 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
13634
13635         [BZ #3040]
13636         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
13637         __ASSUME_ATFCTS is defined.
13638
13639 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
13640
13641         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
13642         to sort in each call.
13643
13644         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
13645         is empty simply return and use next service.
13646         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
13647
13648         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
13649         tells us when not finding a charmap file is an error.
13650         * locale/programs/charmap.h: Adjust charmap_read prototype.
13651         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
13652         cannot find a charmap.
13653         * locale/programs/localedef.c (main): Adjust charmap_read call.
13654
13655 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
13656
13657         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
13658         sysdeps/posix/pause.c implementation instead.
13659
13660 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
13661
13662         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
13663         to EPERM.
13664
13665 2006-08-13  Andreas Schwab  <schwab@suse.de>
13666
13667         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
13668         Don't clobber caller's LRSAVE.
13669         (_dl_prof_resolve): Likewise.
13670
13671 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
13672
13673         [BZ #1996]
13674         * libio/memstream.c (open_memstream): Allocate initial buffer with
13675         calloc.
13676         * libio/wmemstream.c (open_wmemstream): Likewise.
13677         * libio/strops.c: Pretty printing.
13678         (_IO_str_overflow): Clear uninitialized part of the new buffer.
13679         (enlarge_userbuf): New function.
13680         (_IO_str_seekoff): Call it if seek position is larger than current
13681         buffer.
13682         * libio/wstrops.c: Likewise.
13683         * libio/vasprintf.c: Add comment as to why we do not have to use
13684         calloc instead of malloc to allocate initial buffer.
13685         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
13686         * libio/bug-memstream1.c: New file.
13687         * libio/bug-wmemstream1.c: New file.
13688
13689 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13690
13691         * libio/wstrops.c: Remove dead macro definitions and comments.
13692         * libio/strops.c: Likewise.
13693
13694         [BZ #2764]
13695         * login/utmpname.c (__utmpname): Remove unnecessary test.
13696
13697 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
13698
13699         [BZ #2832]
13700         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
13701         0s from integers.
13702
13703 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
13704
13705         [BZ #2987]
13706         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
13707         for CPU clocks.
13708         * sysdeps/unix/clock_settime.c: Add support for platform-specific
13709         setting of CPU clocks.
13710
13711 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13712
13713         [BZ #2841]
13714         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
13715         since C99 requires the result to promote to 'int' when uint_least8_t
13716         and uint_least16_t promote to 'int'.
13717
13718 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13719
13720         [BZ #3013]
13721         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
13722         lenght of one output field, correct bitmask creation.
13723         * locale/programs/ld-time.c: Add alignment.
13724
13725         [BZ #2997]
13726         * misc/error.c: Add space between program name and message if file
13727         name is missing.
13728
13729 2006-08-03  Eric Blake  <ebb9@byu.net>
13730
13731         [BZ #2998]
13732         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
13733
13734 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
13735
13736         * malloc/memusagestat.c: Silence warnings.
13737
13738         * malloc/malloc.c: Dynamically size mmap treshold if the program
13739         frees mmaped blocks.
13740         Patch by Valerie Henson and Arjan van de Ven.
13741
13742 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
13743
13744         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
13745         __USE_GNU.
13746
13747         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
13748         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
13749         (DEF): Don't put the var into .gnu.linkonce.r.* section.
13750         Only provide var definitions in strtol_l (or for *ull*
13751         in strtoll_l).
13752
13753         * stdio-common/bug16.c (tests): New array.
13754         (do_tests): Allow the first hexadecimal digit
13755         to be 1, 2, 4 or 8.  Do 3 additional tests.
13756
13757         * sysdeps/s390/fpu/libm-test-ulps: Update.
13758
13759         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
13760         fchownat syscall if available.
13761         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
13762         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
13763         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
13764
13765 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13766
13767         * nis/nis_xdr.c: Avoid some function calls.
13768
13769 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
13770             Ulrich Drepper  <drepper@redhat.com>
13771
13772         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
13773         short cut if only one name component is stripped away.
13774
13775 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
13776
13777         * nis/nis_call.c: Minor cleanups throughout.
13778         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
13779         (first_shoot): Add search_parent_first parameter.  Only if it is set
13780         search parent server first.
13781         If directory for table found through cold start cache is not the same
13782         as referenced in the cache, don't use it.
13783         (__nisfind_server): Take additional parameter.  Pass it on to
13784         first_shoot.
13785         (__prepare_niscall): Adjust __nisfind_server call.
13786         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
13787         * nis/nis_table.c: Adjust __nisfind_server call.
13788         * nis/nis_lookup.c: Likewise.
13789         (nis_lookup): Don't loop endlessly if name is reduced to ".".
13790
13791 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
13792
13793         [BZ #2182]
13794         * math/s_cacosh.c: Return values from positive branch.
13795         * math/s_cacoshf.c: Likewise.
13796         * math/s_cacoshl.c: Likewise.
13797
13798         [BZ #2883]
13799         * sysvipc/sys/msg.h: Change return value to ssize_t.
13800         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
13801         * sysvipc/msgrcv.c: Likewise.
13802         * include/sys/msg.h: Likewise.
13803
13804         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
13805         test introduced in patch for bz #661.
13806         (getgrouplist): Simplify code a bit.  Don't allocate one additional
13807         element for NEWGROUPS.
13808
13809         [BZ #2908]
13810         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
13811         'f', use '1' as leading digit not '\1'.
13812         * stdio-common/Makefile (tests): Add bug16.
13813         * stdio-common/bug16.c: New file.
13814
13815         [BZ #2914]
13816         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
13817         and don't try to open it.  The patch introducing the macro
13818         contained a bug and used the same file name as the new file
13819         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
13820         this out completely.
13821
13822         [BZ #2926]
13823         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
13824         Patch by Jerry James <Jerry.James@usu.edu>.
13825
13826         * rt/Makefile (tests): Add tst-clock2.
13827         * rt/tst-clock2.c: New file.
13828
13829         [BZ #2978]
13830         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
13831         function and its parameters and pass it to new thread.
13832         (__gai_notify): Add support for alternative waiting for completion.
13833         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
13834         waiting for completion.
13835         * resolv/getaddrinfo_a.c: Likewise.
13836         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
13837         waiting for completion is used.
13838         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
13839         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
13840         * resolv/gai_error.c: Likewise.
13841         * resolv/gai_sigqueue.c: Likewise.
13842
13843 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
13844
13845         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
13846         errno to EBADF and return MACH_PORT_NULL.
13847
13848 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
13849
13850         [BZ #2980]
13851         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
13852
13853 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
13854
13855         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
13856         walk them instead of the symbol table.
13857
13858 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
13859
13860         [BZ #2098]
13861         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
13862         status of NSS calls, not the number of returned entries.
13863
13864         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
13865         request_key, keyctl.
13866
13867 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13868
13869         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
13870
13871 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
13872
13873         * elf/tst-auditmod1.c: Fix typo in #error.
13874
13875 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13876
13877         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
13878
13879         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
13880
13881 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
13882
13883         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
13884         that the directory is empty even on non-POSIX filesystems.
13885
13886 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
13887
13888         * elf/dl-open.c (dl_open_worker): Add branch prediction.
13889
13890         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
13891         the backend NSS module.  If backend setgrent call failed, don't have
13892         internal_setgrent fail.  Just remember this until it is needed.
13893         * nis/nss_compat/compat-pwd.c: Likewise.
13894         * nis/nss_compat/compat-spwd.c: Likewise.
13895
13896 2006-07-30  Roland McGrath  <roland@redhat.com>
13897
13898         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
13899         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
13900         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
13901         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
13902
13903         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
13904         (nanosleep_not_cancel): New macro.
13905         (sigsuspend_not_cancel): new macro.
13906         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
13907         (do_sigsuspend): Define as inline.
13908         (__sigsuspend): Always use do_sigsuspend.
13909         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
13910         * include/signal.h: Declare __sigsuspend_nocancel.
13911         * sysdeps/posix/pause.c
13912         [! NO_CANCELLATION] (__pause_nocancel): New function.
13913
13914         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
13915         * include/time.h (__nanosleep_nocancel): Likewise.
13916
13917 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
13918
13919         * locale/programs/localedef.c (add_to_readlist): Rename local
13920         variables to avoid confusion.
13921
13922         * locale/programs/charmap.c (charmap_read): Emit error message if
13923         charmap couldn't be found or read.
13924
13925 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
13926
13927         * sysdeps/unix/sysv/linux/kernel-features.h: Define
13928         __ASSUME_FUTEX_LOCK_PI.
13929         * include/time.h: Declare __nanosleep_nocancel.
13930         * include/unistd.h: Declare __pause_nocancel.
13931
13932         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
13933         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
13934         get the __stack_chk_fail_local definition when it's needed.
13935
13936 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
13937
13938         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
13939         * dlfcn/bug-atexit3.c: New file.
13940         * dlfcn/bug-atexit3-lib.cc: New file.
13941
13942         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
13943         used when the namespace is not the base namespace.
13944
13945 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
13946
13947         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
13948         (__new_exitfn): Bump it in every successful call.
13949         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
13950         more exit handlers, call them right away.
13951         * stdlib/exit.h: Declare __new_exitfn_called.
13952
13953 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
13954
13955         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
13956         calling registered handler.
13957
13958         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
13959         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
13960         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
13961         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
13962         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
13963         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
13964         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13965         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
13966
13967 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
13968
13969         * elf/dl-lookup.c (dl_new_hash): New functions.
13970         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
13971         value here.  Compute new-style hash value.  Pass new hash value
13972         and reference to variable with the old value to do_lookup_x.
13973         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
13974         old-style hash table.
13975         (_dl_debug_bindings): Pass new hash value and reference to variable
13976         with the old value to do_lookup_x.
13977         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
13978         new-style hash value and change old-style hash value parameter to
13979         be a reference.  Reoganize functions to determine whether
13980         new-style hash table is available.  Only fall back on old-style
13981         table.  If old-style hash value is needed, compute it here.
13982         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
13983         entry.
13984         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
13985         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
13986         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
13987         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
13988         * Makeconfig: If linker supports --hash-style option add it to all
13989         linker command lines to build DSOs.
13990         * config.make.in: Define have-hash-style.
13991         * configure.in: Test whether linker supports --hash-style option.
13992
13993         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
13994         * sysdeps/generic/ldsodefs.h: Adjust prototype.
13995
13996 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
13997
13998         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
13999         auditing.
14000
14001         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
14002         RPATH of main map twice.
14003
14004 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
14005
14006         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
14007         look further, return original strings.
14008         (_nl_find_msg): Do not return found translation if the conversion
14009         failed.  Either signal the string is unusable or that something went
14010         wrong and the original should be used.
14011
14012 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
14013
14014         * string/_strerror.c (__strerror_r): Add __builtin_expect.
14015
14016 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
14017
14018         [BZ #2766]
14019         * misc/insremque.c (insque): Handle prev == NULL.
14020         * misc/Makefile (tests): Add tst-insremque.
14021         * misc/tst-insremque.c: New test.
14022
14023 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
14024
14025         [BZ #2792]
14026         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
14027         conflict with DL_DST_REQUIRED.
14028
14029 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
14030
14031         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
14032         match what Solaris does.
14033
14034 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
14035
14036         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
14037         local_setegid instead of seteuid and setegid.
14038         * sysdeps/generic/local-setxid.h: New file.
14039         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
14040
14041         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
14042
14043         * string/Makefile (tests): Add bug-envz1.
14044         * string/bug-envz1.c: New file.
14045
14046 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
14047
14048         * posix/regex_internal.c (re_string_skip_chars): If no character has
14049         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
14050         to the byte which couldn't be converted.
14051         (re_string_reconstruct): Don't clear valid_raw_len before calling
14052         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
14053         tip_context using re_string_context_at.
14054         * posix/Makefile: Add rules to build and run bug-regex25 test.
14055         * posix/bug-regex25.c: New test.
14056
14057 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
14058
14059         [BZ #2703]
14060         * string/envz.c (envz_strip): Correct erroneously reversed src
14061         and dest parameters to memmove() invocation.
14062
14063 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
14064
14065         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
14066         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
14067         to make sure the database has been already invalidated.
14068         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
14069         after the cache has been invalidated.  Use pthread_mutex_lock rather
14070         than pthread_mutex_trylock if fd != -1.
14071         * nscd/connections.c (invalidate_cache): Add fd argument, write
14072         response to fd if not calling prune_cache, pass fd to prune_cache.
14073         (handle_request): Adjust invalidate_cache caller.
14074         (nscd_run): Pass -1 as fd to prune_cache.
14075
14076 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
14077
14078         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
14079         the correct place.
14080
14081 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
14082
14083         * nscd/nscd.h (struct database_dyn): Add prunelock field.
14084         * nscd/cache.c (prune_cache): Take prunelock before starting the
14085         work.  Just return in case it is already taken.
14086         * nscd/connections.c (dbs): Initialize .prunelock.
14087
14088 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
14089
14090         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
14091         copying.  No need to allocate new array for group members.  Just
14092         move the pointers and update the size.
14093
14094         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
14095         Avoid memory leak in case realloc fails.  Simplification for
14096         better code generation.
14097
14098         Avoid deprecation warning because of libc_hidden_proto for
14099         inet6_option_alloc.
14100         * inet/inet6_option.c (option_alloc): Renamed from
14101         inet6_option_alloc.  Made static.
14102         (inet6_option_alloc): Now a simple wrapper around option_alloc.
14103         (inet6_option_append): Call option_alloc.
14104         * include/netinet/in.h: Remove libc_hidden_proto for
14105         inet6_option_alloc.
14106
14107         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
14108         for cleanup when cb!=NULL [Coverity CID 233].
14109
14110 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
14111
14112         [BZ #2693]
14113         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
14114         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
14115         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
14116         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
14117         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
14118         and inet6_rth_getaddr.
14119         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
14120         array.
14121         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
14122         Mark inet6_option_* interfaces as deprecated.
14123         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
14124         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
14125         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
14126         inet6_rth_segments, and inet6_rth_getaddr.
14127         * inet/inet6_opt.c: New file.
14128         * inet/inet6_rth.c: New file.
14129
14130         * inet/netinet/icmp6.h: Pretty printing.
14131
14132         [BZ #2683]
14133         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
14134
14135 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
14136
14137         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
14138         doing it all here.  When server does not know the answer do not
14139         fail immediate, try parent first.
14140
14141         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
14142         overflow test.
14143
14144 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
14145
14146         * nis/nis_call.c (__prepare_niscall): New function.  Split out
14147         from __do_niscall.
14148         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
14149         and exported.
14150         (__follow_path): New function.  Split out from nis_list.
14151         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
14152         _xdr_nis_result.
14153         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
14154         _xdr_nis_result.
14155         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
14156         and __follow_path.
14157         * nis/Versions: Export __prepare_niscall, __create_ib_request,
14158         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
14159         from libnsl for version GLIBC_PRIVATE.
14160         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
14161         Remove entry parameter from _nss_nisplus_parse_pwent and
14162         _nss_nisplus_parse_grent.
14163         * nis/nss_nisplus/nisplus-parser.c: Likewise.
14164         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
14165         again.  Rewrite getpwent handling to not use nis_first_entry and
14166         nis_next_entry.  Roll out own niscall handling.
14167         * nis/nss_nisplus/nisplus-grp.c: Likewise.
14168
14169         * sunrpc/xdr_rec.c: Fix typo in comment.
14170
14171 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
14172
14173         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
14174         handling.
14175
14176         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
14177         to allocate memory for my_pollfd.  Better initialization of
14178         cb_is_running.  Use TEMP_FAILURE_RETRY.
14179
14180         * malloc/memusage.sh (memusageso): Add quotes.
14181         (memusagestat): Likewise.
14182         * debug/xtrace.sh (pcprofileso): Likewise.
14183         (pcprofiledump): Likewise.
14184         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
14185         replacement.
14186         * malloc/Makefile ($(objpfx)memusage): Likewise.
14187
14188         * nis/nis_callback.c (__nis_create_callback): Calls to
14189         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
14190         asprintf call fails.
14191
14192         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
14193         no uninitialized memory is passed to sendto.
14194
14195 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14196
14197         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
14198         of snprintf+strdup.  Handle OOM.
14199         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
14200         cb->serv together.  Remove now obsolete free calls.
14201         (__nis_destroy_callback): Remove now obsolete free call.
14202
14203 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
14204
14205         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
14206         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
14207         and ULA respectively). Set precedence for IPv4 address to 10 as
14208         defined in RFC3484 for preferring IPv6.
14209         * posix/gai.conf: Update to match the new default tables.
14210
14211 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
14212
14213         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
14214         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
14215         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
14216         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
14217
14218         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
14219         Removed.
14220         (init_nss_interface): Remove initialization of these variables.
14221
14222 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
14223
14224         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
14225         nis_free_directory forward to avoid duplication.
14226
14227 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
14228
14229         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
14230         rec_dirsearch returning NULL.
14231         (first_shoot): Handle __nis_finddirectory returning NULL.
14232         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
14233
14234         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
14235         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
14236
14237 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
14238
14239         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
14240         pid changed.
14241
14242 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
14243
14244         * include/rpc/pmap_prot.h: Mark all functions as hidden.
14245
14246         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
14247         * nscd/nscd_getgr_r.c: Likewise.
14248
14249         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
14250
14251         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
14252         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
14253
14254         * stdlib/longlong.h (__clz_tab): Mark as hidden.
14255
14256         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
14257
14258         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
14259
14260         * include/rpc/auth.h: Mark xdr_des_block_internal and
14261         xdr_opaque_auth_internal as hidden.
14262
14263         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
14264         hidden.
14265
14266         * include/rpc/xdr.h: Mark all _internal functions as hidden.
14267
14268         * misc/getusershell.c (okshells): Don't use static initializers,
14269         do it dynamically.
14270
14271         * stdlib/fmtmsg.c (keywords): Change type of len element to
14272         uint32_t to not waste space on 64bit machines.
14273
14274         * locale/setlocale.c: Change _nl_category_names into a string.
14275         Add new _nl_category_name_idxs.  Change all users.
14276         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
14277         Declare _nl_category_name_idxs.
14278         * locale/findlocale.c: Adjust for _nl_category_names change.
14279         * locale/loadlocale.c: Likewise.
14280         * locale/newlocale.c: Likewise.
14281         * intl/dcigettext.c: Likewise.
14282
14283         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
14284         (add_alias2): ...here.  New function.
14285         (__gconv_read_conf): Simplify builtin alias handling.
14286         (builtin_aliases): Convert to string to avoid relocations.
14287         * iconv/gconv_builtin.h: Add comment about correct formatting.
14288
14289 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
14290
14291         * resolv/res_debug.c (loc_ntoa): Make error const.
14292
14293 2006-05-14  Andreas Schwab  <schwab@suse.de>
14294
14295         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
14296
14297 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
14298
14299         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
14300         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
14301         sizeof (cpu_set_t).
14302
14303 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
14304
14305         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
14306
14307         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
14308
14309         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
14310         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
14311
14312         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
14313         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
14314
14315         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
14316         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
14317         xdr_cback_data.
14318
14319         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
14320         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14321         xdr_ypupdate_args.
14322
14323         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
14324         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
14325
14326         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
14327         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
14328
14329         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
14330         * include/rpcsvc/nis_callback.h: New file.
14331
14332         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
14333         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
14334
14335         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14336         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14337
14338         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
14339         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
14340
14341         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
14342         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
14343
14344         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
14345         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
14346         xdr_ypdelete_args.
14347
14348         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
14349         __BEGIN_DECLS and __END_DECLS, the header is not installed.
14350
14351         * nis/nis_error.c: Remove table of strings.  Use position
14352         independent mechanism.
14353         * nis/nis_error.h: New file.
14354
14355 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
14356
14357         * locale/programs/ld-time.c (time_finish): If wide era name or
14358         format aren't provided, set both wname and wformat to L"".
14359
14360 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14361
14362         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
14363         results if the call was succesful.
14364
14365         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
14366
14367         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
14368         as hidden.
14369
14370 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
14371
14372         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
14373
14374 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
14375
14376         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
14377         caller makes sure this is not the case.
14378         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
14379
14380 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
14381
14382         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
14383         calls.
14384
14385         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
14386         [Coverity CID 229, 230]
14387
14388         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
14389         DGETTEXT calls.
14390         (hol_help): Likewise.  [Coverity CID 226, 227]
14391
14392         * string/argz-replace.c (__argz_replace): Unconditionally call
14393         free on SRC.  [Coverity CID 225]
14394
14395         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
14396         the return value of __nis_default_owner and __nis_default_group,
14397         it has been especially allocated.  [Coverity CID 224]
14398
14399         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
14400         searchgroup and searchowner.  Significantly simplified.
14401         (__nis_default_owner): Remove duplication.  Do not locally copy the
14402         string before duplicating it.
14403         (__nis_default_group): Likewise.
14404
14405         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
14406         we must clear the variable before calling __nisfind_server.
14407
14408         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
14409         nis_getnames.  [Coverity CID 223]
14410
14411         * locale/programs/locfile.c (locfile_read): Use alloca instead of
14412         xmalloc to allocate local repertoire name.  [Coverity CID 222]
14413
14414         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
14415         allocate memory for the input to add_bytes.  [Coverity CID 221]
14416
14417         * posix/wordexp.c (w_addword): Free word if realloc fails and it
14418         was allocated here.  [Coverity CID 219, 220]
14419
14420         * posix/getconf.c (print_all): Free confstr data after printing.
14421         [Coverity CID 218]
14422
14423         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
14424         list allocation fails.  [Coverity CID 215]
14425
14426         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
14427         [Coverity CID 213]
14428
14429         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
14430         string is NULL.  [Coverity CID 212]
14431         * argp/Makefile: Add rules to build and run bug-argp1.
14432         * argp/bug-argp1.c: New file.
14433
14434         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
14435         end of string.
14436         * stdlib/canonicalize.c (__realpath): Likewise.
14437
14438         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
14439         pointer.  [Coverity CID 206]
14440
14441         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
14442         in statically linked code.
14443         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
14444         statically built code, be prepared to have no link map.
14445         [Coverity CID 205]
14446
14447         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
14448         dgettext calls. [Coverity CID 204]
14449
14450         * argp/argp-help.c (struct uparams): Remove valid member.  Change
14451         the one user.
14452         (uparam_names): Reduce size.  Avoid relative relocations.
14453         Moved to read-only segment.
14454         (fill_in_uparams): Update for new layout.
14455
14456         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
14457         assumed to always be != NULL. [Coverity CID 202]
14458
14459         * argp/argp-help.c (hol_entry_help): Remove some dead code
14460         [Coverity CID 200].
14461
14462         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
14463         away a few more unconditional yperr2nss calls.
14464         (_nss_nis_getservbyname_r): Likewise.
14465
14466 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
14467
14468         * sysdeps/generic/ldsodefs.h: Remove support for non-core
14469         architectures.
14470
14471         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
14472         that unused memory passed to sendto is nevertheless initialized.
14473
14474         [BZ #2499]
14475         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
14476         possibly unaligned memory accesses.
14477
14478         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
14479         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
14480         and __putlong respectively.  Correct buffer overflow check for
14481         NS_NOTIFY_OP.
14482
14483         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
14484
14485         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
14486         (send_dg): Rewrite error handling to be more compact and avoid
14487         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
14488
14489         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
14490
14491         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
14492         instead of ns_get16.
14493         (res_queriesmatch): Likewise.  Minor optimization.
14494
14495         [BZ #2499]
14496         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
14497         __libc_res_nsend might reallocate the buffer for the answer.  In
14498         this case we have to reload the HP pointer.
14499
14500 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14501
14502         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
14503         some branch prediction hints.
14504
14505         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
14506         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14507         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14508         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14509         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14510         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14511         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
14512         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14513
14514 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
14515
14516         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
14517         by a GOT relocation to make Scrt1.o position independent.
14518         * sysdeps/s390/s390-64/elf/start.S: Likewise.
14519
14520         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
14521         six system call parameters.
14522         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
14523
14524 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14525
14526         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
14527         malloc&bzero.
14528
14529         * sunrpc/svc_udp.c (BZERO): Remove definition.
14530         (CALLOC): Define.
14531         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
14532
14533         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
14534         (des_SPtrans): Use uint32_t type.
14535         (des_skb): Likewise.
14536
14537         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
14538
14539 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
14540
14541         [BZ #2509]
14542         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
14543         on 32-bit arches.
14544
14545 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
14546
14547         * locale/programs/ld-address.c (address_finish): Fix one more
14548         place where the iso639 array might be accessed beyond the limits.
14549
14550 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
14551
14552         * nis/nis_table.c (nis_list): Avoid clearing res twice before
14553         filling it for the first time.
14554
14555         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
14556         Adjust all callers.
14557         Free res object content before returning.
14558
14559         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
14560
14561         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
14562         client->cl_auth.
14563
14564         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
14565         cleanup for initial thread, just the free call on TVP.
14566
14567         * nscd/gai.c (__getline): Define.
14568
14569
14570 See ChangeLog.16 for earlier changes.