3f093d3c9a26b9a4716e4f96102faaa7086d90a4
[platform/upstream/glibc.git] / ChangeLog
1 2008-11-03  Michael Matz  <matz@suse.de>
2
3         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
4         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
5
6 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
7
8         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
9         Remove.
10
11         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
12         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
13         of the thread variable instead of void *.
14         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
15         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
16         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
17         __libc_tsd_define arguments.
18         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
19         __libc_tsd_address arguments.  Remove union hack.
20         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
21         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
22         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
23         Adjust __libc_tsd_{set,get} arguments.
24         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
25         __libc_tsd_define arguments.
26         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
27         arguments.
28         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
29         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
30         (LOCALE): Adjust __libc_tsd_define arguments.
31         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
32         arguments.
33         (LOCALE): Adjust __libc_tsd_define arguments.
34         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
35         arguments.
36         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
37         arguments.
38
39 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
40
41         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
42         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
43
44 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
45
46         [BZ #6966]
47         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
48
49 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
50             Ulrich Drepper  <drepper@redhat.com>
51
52         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
53         definition for GCC 3.1 and later.
54
55 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
56
57         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
58         refetch dtv, as it might have changed.
59         * elf/Makefile: Add rules to build and run tst-tls18.
60         * elf/tst-tls18.c: New test.
61         * elf/tst-tlsmod18a.c: New file.
62
63 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
64
65         [BZ #6875]
66         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
67
68 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
69
70         [BZ #6867]
71         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
72
73         [BZ #6919]
74         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
75         Fix length of copy operation.
76
77 2008-10-02  Pierre Habouzit <madcoder@debian.org>
78
79         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
80         and fix its calling convention.
81
82 2008-10-07  Andreas Schwab  <schwab@suse.de>
83
84         [BZ #6942]
85         * resolv/res_send.c (send_vc): Fix last change.
86         (send_dg): Align here as well.
87
88 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
89
90         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
91         return value in case rlimit is RLIM_INFINITY.
92
93         [BZ #6947]
94         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
95         for UL_SETFSIZE.
96         * resource/Makefile (tests): Add bug-ulimit1.
97         * resource/bug-ulimit1.c: New file.
98
99         [BZ #6974]
100         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
101         without dot.  Properly terminate the string with a null byte.
102         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
103
104         [BZ #6980]
105         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
106         negative sizees.
107         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
108         negative __size.
109
110         [BZ #6995]
111         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
112
113 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
114
115         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
116         abort if there is no initgroups_dyn function.
117
118         * resolv/res_send.c (send_dg): On timeout, only return nonzero
119         result if any of the queries really provided an answer.
120
121 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
122
123         * po/lt.po: Update from translation team.
124
125 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
126
127         * po/id.po: Update from translation team.
128
129 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
130
131         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
132         Fix tests for existence of second reply.
133
134 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
135
136         * po/id.po: New file.
137         Contributed by the Indonesian translation team.
138
139 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
140
141         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
142         initialization.
143
144 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
145
146         * elf/Makefile: Add rules to build and run tst-tls17.
147         * elf/tst-tls17.c: New test.
148         * elf/tst-tlsmod17a.c: New file.
149         * elf/tst-tlsmod17b.c: Likewise.
150
151 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
152
153         * stdlib/divmod_1.c: Use correct type for dummy variable.
154         * stdlib/mod_1.c: Likewise.
155
156 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
157
158         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
159
160 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
161
162         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
163         __nonnull order for C++.
164         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
165         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
166
167 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
168
169         * stdlib/longlong.h: Update from GCC.
170
171 2008-10-09  Jakub Jelinek <jakub@redhat.com>
172             David S. Miller  <davem@davemloft.net>
173
174         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
175         make sure any registers used with 64-bit 'branch-on-register'
176         instructions have their top 32-bits clear.
177         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
178         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
179
180 2008-09-18  Andreas Schwab  <schwab@suse.de>
181
182         [BZ #6942]
183         * resolv/res_send.c (send_vc): Fix use of unaligned address.
184         Properly handle partial reads.
185
186 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
187
188         * elf/elf.h (STO_MIPS_PLT): New.
189         (R_MIPS_COPY): New.
190         (R_MIPS_JUMP_SLOT): New.
191         (R_MIPS_NUM): Redefine to 128.
192         (DT_MIPS_PLTGOT): New.
193         (DT_MIPS_RWPLT): New.
194         (DT_MIPS_NUM): Redefine to 0x35.
195
196 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
197
198         * timezone/africa: Update from tzdata2008f.
199         * timezone/asia: Likewise.
200         * timezone/australasia: Likewise.
201         * timezone/europe: Likewise.
202         * timezone/leapseconds: Likewise.
203         * timezone/northamerica: Likewise.
204         * timezone/southamerica: Likewise.
205         * timezone/zone.tab: Likewise.
206
207 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
208
209         * nscd/connections.c: Disable use of paccept for now.
210
211 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
212
213         * socket/Versions: Remove paccept export for GLIBC_2.9.
214         * socket/Makefile (routines): Remove paccept.
215         * socket/sys/socket.h: Remove paccept declaration.
216
217         * po/sv.po: Update from translation team.
218
219 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
220
221         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
222         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
223
224 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
225
226         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
227         Patch by Olivier Fourdan <ofourdan@redhat.com>.
228
229 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
230
231         * sunrpc/rpc/svc.h: Declare svcfd_create.
232         Patch by Michael Solberg <msolberg@redhat.com>.
233
234 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
235             Ulrich Drepper  <drepper@redhat.com>
236
237         * malloc/malloc.c (public_vALLOc): Try other arenas in case
238         _int_valloc fails.
239         (public_pVALLOc): Likewise.
240
241 2008-09-02  Andreas Jaeger  <aj@suse.de>
242
243         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
244         commit.
245
246 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
247
248         [BZ #6860]
249         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
250
251 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
252
253         * Makefile (check-data): Check data directory in add-ons.
254         * elf/Makefile (check-data): Likewise.
255
256 2008-08-18  Roland McGrath  <roland@redhat.com>
257
258         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
259         * configure: Regenerated.
260         * config.make.in (cflags-cpu): New substituted variable.
261         (with-cpu): Variable removed.
262         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
263
264 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
265
266         [BZ #6845]
267         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
268         __signbitl definition and __LONG_DOUBLE_128__ guard from:
269         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
270         redundant.  Functions which call floating point assembler operations
271         should go into a sysdeps powerpc/fpu directory.
272
273 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
274
275         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
276         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
277
278 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
279
280         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
281
282         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
283         change related to AT_EXECFN.  We cannot use that string.
284         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
285         _dl_execfn member.
286         * elf/dl-support.c: Remove _dl_execfn variable.
287         (_dl_aux_init): Remove handling of AT_EXECFN.
288         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
289         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
290
291 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
292
293         [BZ #6544]
294         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
295         byte gets added to writes and seeks from the end use the length of
296         the buffer and not the currently terminating NUL byte.
297
298         [BZ #6634]
299         * login/utmp_file.c (getutent_r_file): Take additional parameter.
300         Set to true if locking failed.
301         (getutid_r_file): Adjust caller.
302         (pututline_file): Likewise.  Return NULL in this case.
303         Patch mostly by halesh.s@gmail.com.
304
305 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
306
307         [BZ #6589]
308         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
309         Define.
310         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
311
312 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
313
314         [BZ #6839]
315         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
316         macro since it is now available in elf/dynamic-link.h.
317
318 2008-08-12  Roland McGrath  <roland@frob.com>
319
320         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
321         in case used outside of libc.
322         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
323
324 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
325
326         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
327         directly instead of going through dn_comp.
328
329 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
330
331         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
332         Fix asm constraints.
333
334 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
335
336         [BZ #6790]
337         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
338         (IPV6_PMTUDISC_PROBE): Likewise.
339
340 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
341
342         [BZ #6791]
343         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
344
345 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
346             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
347
348         [BZ #6817]
349         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
350         Added the members 'vsx' and 'arch_2_06'.
351         (_dl_powerpc_platforms): Add the member 'power7'.
352         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
353         to reflect the changes required by VSX and ISA 2.06.
354         Modify _DL_PLATFORMS_COUNT to reflect the addition of
355         'power7'.
356         Defined PPC_PLATFORM_POWER7.
357         (_dl_string_platform): Add support for POWER7.
358         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
359         capability and ISA 2.06.
360
361 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
362
363         [BZ #6824]
364         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
365         macro to detect use of 128 bit long double.
366         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
367
368 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
369
370         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
371
372         [BZ #5794]
373         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
374         parameters.
375         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
376         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
377
378 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
379
380         * nscd/connections.c (main_loop_poll): Pass a buffer which is
381         guaranteed to be large enough to read inotify event.  Ignore
382         EAGAIN error.  Better error message.  Add branch predicition.
383         (main_loop_epoll): Likewise.
384
385 2008-08-02  Roland McGrath  <roland@frob.com>
386
387         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
388         Add memory clobbers.
389
390 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
391
392         * manual/arith.texi: Avoid @strong{Note:}.
393         * manual/creature.texi: Likewise.
394         * manual/filesys.texi: Likewise.
395         * manual/math.texi: Likewise.
396         * manual/memory.texi: Likewise.
397         * manual/resource.texi: Likewise.
398         * manual/syslog.texi: Likewise.
399         * manual/time.texi: Likewise.
400
401         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
402         to prevent warning.
403
404 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
405
406         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
407         new epoll_create1 interface.
408         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
409         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
410         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
411
412         * include/arpa/nameser.h (NS_GET16): Use const pointer.
413         (NS_GET32): Likewise.
414
415         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
416         syscalls, too.
417
418         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
419         use the AT_EXECFN value if it is no absolute path.
420         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
421         __ASSUME_AT_EXECFN.
422
423         * Versions.def: Add GLIBC_2.9 to libresolv.
424         * include/resolv.h: Remove hidden proto declarations for __ns_*
425         functions.  Add them for __dn_count_labels and __p_secstodate.
426         * include/arpa/nameser.h: Add a number of hidden proto declarations.
427         Define ns_msg_getflags macro here.
428         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
429         and __p_secstodate.
430         * resolv/Versions: Export functions from <arpa/nameser.h> from
431         libresolv in version GLIBC_2.9.
432         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
433         hidden definitions.
434         * resolv/ns_netint.c: Likewise.
435         * resolv/ns_parse.c: Likewise.
436         * resolv/ns_print.c: Likewise.
437         * resolv/ns_samedomain.c: Likewise.
438         * resolv/ns_ttl.c: Likewise.
439         * resolv/arpa/nameser_compat.h: Likewise.
440         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
441         function calls.
442         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
443         instead of ns_get16.
444         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
445         __ns_get32 instead of ns_get16 and ns_get32 respectively.
446         (gaih_getanswer_slice): Likewise.
447         * resolv/Makefile (libresolv-routines): Add ns_date.
448         * resolv/ns_date.c: New file.
449
450         * elf/Makefile (check-localplt.out): Also check libresolv and
451         libcrypt.
452
453 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
454
455         * sysdeps/unix/sysv/linux/kernel-features.h: Define
456         __ASSUME_O_CLOEXEC.
457
458 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
459
460         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
461         buffer passed to NSS functions.
462
463         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
464
465         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
466         Define.
467
468         * misc/syslog.c (openlog_internal): Fix compile problem.
469
470 2008-07-28  Roland McGrath  <roland@redhat.com>
471
472         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
473
474 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
475
476         * io/ftw.c (add_object): Remove inline to avoid warning.
477
478         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
479
480         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
481         Use it instead of locally defined resplen2 variable.
482         (res_nsend): Adjust for __libc_res_nsend interface change.
483         (send_vc): Initialize *resplen2 if necessary.  Read length of
484         package into an appropriately aligned variable.  Store converted length
485         in new variable and use it appropriately.
486         Add branch prediction help.
487         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
488         and pass it on to __libc_res_nsend.  Adjust all callers.
489         (__libc_res_nsearch): Likewise.
490         (__libc_res_nqeurydomain): Likewise.
491         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
492         change.
493         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
494         Define resplen2 variable and pass it to __libc_res_nsearch and then
495         to gaih_getanswer.
496         (getanswer_r): In case of incorrect DNS data don't overread buffer.
497         Add branch prediction.
498         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
499         (gaih_getanswer): Don't decode second slice if first one failed due
500         to a too small buffer.  Don't let not found status of second
501         decoder shadow results of the first.
502         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
503         and __libc_res_nquery interface changes
504         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
505         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
506         __libc_res_nsearch, and __libc_res_nsend.
507         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
508         change.
509         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
510         __libc_res_nsearch interface changes.
511
512 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
513
514         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
515
516         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
517         file descriptors with close-on-exec set.
518         (exec_comm_child): Fix the case where the write end of the pipe is
519         STDOUT_FILENO already.  In case it is, clear close-on-exec.
520
521         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
522         * io/pipe2.c: Likewise.
523         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
524         instead of __ASSUME_PACCEPT.
525         * include/unistd.h: Declare __have_pipe2.
526         * libio/iopopen.c: Implement "e" flag.
527         * libio/Makefile (tests): Add tst-popen1.
528         * libio/tst-popen1.c: New file.
529
530         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
531         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
532
533 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
534
535         [BZ #6771]
536         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
537         success call of _IO_SEEKOFF or calls which failed because the
538         descriptor is for a pipe.
539
540         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
541         magic number.
542
543         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
544
545         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
546         F_SETFD use if we know fopen set the flag.
547
548         * login/utmp_file.c (setutent_file): Minor optimization in case
549         O_CLOEXEC is available.
550
551 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
552
553         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
554         * elf/Makefile: Use pie-ccflag variable.
555         * nscd/Makefile: Likewise.
556         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
557
558 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
559
560         [BZ #6724]
561         * Versions.def: Add GLIBC_2.9 version tag for libutil.
562         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
563         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
564         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
565         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
566         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
567         utmp32, utmpx32 and login32.
568         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
569         versions of struct utmp functions to libc and libutil.
570         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
571         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
572         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
573         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
574         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
575         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
576         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
577         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
578         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
579         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
580         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
581         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
582         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
583         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
584         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
585         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
586         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
587         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
588         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
589         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
590         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
591         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
592
593 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
594
595         * scripts/gen-as-const.awk: Generate more widely usable code by
596         using 64-bit arithmetic.
597
598         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
599         the same treatment as narrow output code in last patch.
600
601         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
602
603         [BZ #6763]
604         * elf/dl-load.c (local_strdup): Remove inline.
605         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
606         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
607         part of the object.
608
609         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
610
611 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
612
613         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
614         the new syscalls, too.
615
616         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
617         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
618
619         [BZ #6698]
620         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
621         parameter for end of buffer.  If temporary copy is too large use
622         malloc.
623         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
624         interface change.
625         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
626         string rewrite when allocating buffer.
627
628         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
629         syscalls, too.
630
631         * nscd/connections.c (nscd_init): Clean up fcntl call.
632
633         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
634         SOCK_NONBLOCK if possible.
635
636         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
637         SOCK_CLOEXEC if available.
638
639         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
640         __libc_clntudp_bufcreate_internal.
641         * include/sys/socket.h: Declare __have_sock_cloexec.
642         * socket/Makefile (aux): Add have_sock_cloexec.
643         * socket/have_sock_cloexec.c: New file.
644         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
645         __libc_clntudp_bufcreate.
646         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
647         which takes an additional parameter.  Create socket with non-blocking
648         mode and close-on-exec flag set, if wanted.
649         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
650         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
651         instead of clntudp_create.  The socket has already the close-on-exec
652         flag set if SOCK_CLOEXEC is defined.
653
654 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
655
656         * sysdeps/unix/sysv/linux/kernel-features.h: Define
657         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
658         appropriate.
659         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
660         non-blocking mode by using socket, paccept, and inotify_init1.
661
662         * Versions.def (glibc): Add GLIBC_2.9.
663         * io/Makefile (routines): Add dup3 and pipe2.
664         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
665         * io/dup3.c: New file.
666         * io/pipe2.c: New file.
667         * posix/unistd.h: Declare dup3 and pipe2.
668         * socket/Makefile (routines): Add paccept.
669         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
670         * socket/paccept.c: New file.
671         * socket/sys/socket.h: Declare paccept.
672         * sysdeps/unix/syscalls.list: Add entry for dup3.
673         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
674         epoll_create2 and inotify_init1.
675         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
676         * sysdeps/unix/sysv/linux/paccept.c: New file.
677         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
678         possible.
679         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
680         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
681         inotify_init1, and pipe2 entries.
682         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
683         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
684         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
685         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
686         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
687         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
688         SOCK_NONBLOCK.
689         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
690         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
691         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
692         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
693         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
694         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
695         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
696         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
697         EPOLL_NONBLOCK.  Declare epoll_create2.
698         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
699         EFD_NONBLOCK.
700         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
701         IN_NONBLOCK.  Declare inotify_init1.
702         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
703         SFD_NONBLOCK.
704         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
705         TFD_NONBLOCK.
706
707         * elf/elf.h: Define AT_EXECFN.
708         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
709         LD_ORIGIN_PATH.
710         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
711         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
712         if __ASSUME_AT_EXECFN is defined.
713         (_dl_aux_init): Handle AT_EXECFN.
714         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
715         for 2.6.27 and up.
716         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
717         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
718         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
719         _dl_execfn if available and avoid compatibility code if
720         __ASSUME_AT_EXECFN is defined.
721
722         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
723         _dl_discover_osversion only for older kernels.
724
725 2008-07-22  Roland McGrath  <roland@frob.com>
726
727         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
728
729 2008-07-21  Roland McGrath  <roland@frob.com>
730
731         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
732         returned too much data out of line.
733
734 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
735
736         * locale/setlocale.c (setname): Remove inline to avoid compiler
737         warning.
738
739         [BZ #6712]
740         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
741
742 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
743
744         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
745         doesn't manage to write anything, fail.
746
747         * malloc/hooks.c (__malloc_check_init): Remove printf.
748
749 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
750
751         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
752
753 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
754
755         * nscd/connections.c (main_loop_poll): Fix handling of read errors
756         from inotify.
757         (main_loop_epoll): Likewise.
758
759 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
760
761         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
762
763         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
764         if DEBUG is defined.
765
766         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
767         query.  Adjust buffer size computation for padding.
768
769 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
770
771         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
772         * stdio-common/tst-setvbuf1.c: New file.
773         * stdio-common/tst-setvbuf1.expect: New file.
774
775         [BZ #6719]
776         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
777         when selecting fully-buffered stream.
778         Patch by Wang Xin <wxinee@gmail.com>.
779
780 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
781
782         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
783         (__open_2): New function.
784         (__open64_2): New alias to __open_2.
785         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
786         (__openat_2): New function.
787         (__openat64_2): New alias to __openat_2.
788
789 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
790
791         [BZ #6723]
792         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
793
794 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
795
796         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
797         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
798         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
799         __hurd_dfail.
800         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
801         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
802         * sysdeps/mach/hurd/send.c (__send): Likewise.
803         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
804         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
805
806 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
807
808         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
809         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
810         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
811         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
812         * hurd/get-host.c (_hurd_get_host_config): Likewise.
813         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
814
815 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
816
817         [BZ #6657]
818         * time/strptime_l.c: Don't clear s.era_cnt after successful match
819         of %EY.
820         Patch by Petr Baudis.
821
822 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
823
824         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
825         Patch by Peter Jones <pjones@redhat.com>.
826
827 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
828
829         [BZ #6654]
830         * stdlib/canonicalize.c (__realpath): readlink can write too much
831         into the buffer on platforms without PATH_MAX.
832
833 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
834
835         [BZ #6653]
836         * posix/tst-regex.c (main): Rename to...
837         (do_test): ... this. Remove cmdline option processing.
838         (TIMEOUT): Define.
839         (TEST_FUNCTION): Define.
840         (CMDLINE_OPTIONS): Define.
841
842 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
843
844         [BZ #5210]
845         * configure.in: Add -Werror to -fstack-protector test to catch
846         unsupported architectures.
847         Patch by Gilles Esponasse <g.esp@free.fr>.
848
849 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
850
851         * stdlib/tst-setcontext.c: Set back_in_main before exit if
852         getcontext returns ENOSYS.
853
854 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
855
856         * nscd/connections.c (main_loop_poll): Fix test for read error.
857         (main_loop_epoll): Likewise.
858
859 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
860
861         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
862         better place so it is not called when nscd is used.
863
864         * nscd/connections.c: Also recognize and handle changes to the
865         resolver configuration file.
866
867 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
868
869         * time/strftime.c: Pass reference to tzset_called around to handle
870         recursive calls.
871
872         [BZ #6612]
873         * time/strftime.c (__strftime_internal): Call tzset() only
874         when printing timezone-dependent values.
875         Based on a patch by Petr Baudis <pasky@suse.cz>.
876
877         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
878         unconditionally use second gaih_getanswer_slice result.
879
880         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
881         (getaddrinfo): RES must always be non-NULL.
882
883 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
884
885         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
886         cr[34] registers.
887         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
888         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
889         Likewise.
890         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
891         register.
892
893 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
894
895         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
896         fields.
897         * nscd/connections.c (inotify_fd): New variable.
898         (nscd_init): Try to open an inotify descriptor.
899         If successful, watch files for databases using inotify instead of
900         having prune threads stat the files.
901         (nscd_run_prune): Recognize clear_cache flag being set and call
902         prune_cache appropriately.
903         (main_loop_poll): Add inotify descriptor to wait set and handle the
904         reported changes.
905         (main_loop_epoll): Likewise.
906         * nscd/cache.c (prune_cache): Don't stat files for databases if
907         inotify is used.
908         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
909         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
910
911         * nscd/grpcache.c (cache_addgr): Correctly compute size of
912         fixed-size portion of the record.
913         * nscd/servicescache.c (cache_addserv): Likewise.
914         * nscd/pwdcache.c (cache_addpw): Likewise.
915         * nscd/initgrcache.c (addinitgroupsX): Likewise.
916
917 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
918
919         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
920         out we don't use uninitialized memory.
921
922         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
923         the client.
924
925 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
926
927         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
928         ignore T_DNAME messages.
929         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
930
931 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
932
933         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
934         Avoid segfault if first GETC returns eof/'\0'/'\n'.
935
936 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
937
938         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
939         instead of portstr to nscd_getserv_r.  Patch by
940         Roman Kagan <rkagan@mail.ru>.
941
942 2008-05-26  Jim Meyering  <meyering@redhat.com>
943
944         Remove more useless "if" tests before "free".
945         * include/inline-hashtab.h (htab_delete): Likewise.
946         * libio/freopen.c (freopen): Likewise.
947         * libio/freopen64.c (freopen64): Likewise.
948         * locale/programs/ld-collate.c (collate_read): Likewise.
949         * misc/fstab.c (libc_freeres_fn): Likewise.
950         * posix/glob.c (globfree): Likewise.
951
952 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
953
954         * string/Makefile (strop-tests): Add memmem.
955         * string/test-memmem.c: New file.
956         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
957         (test_init): Size buf1 according to BUF1PAGES.
958
959 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
960
961         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
962         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
963         (CFLAGS-scanf17.c): New.
964         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
965         * stdio-common/scanf15.c (main): Likewise.
966         * stdio-common/scanf16.c: New file.
967         * stdio-common/scanf17.c: New file.
968
969 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
970
971         * resolv/res_send.c (send_dg): If we already have one of two
972         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
973         use the one answer insted of failing.
974
975 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
976
977         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
978         being executed on PowerPC as the expected result exceeds IBM
979         long double 128 __LDBL_MAX__.
980
981 2008-05-21  Roland McGrath  <roland@redhat.com>
982
983         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
984
985         * Makefile (check-data): Use $(abi-name) before other guesses.
986         Look in $(add-ons) dirs before scripts/data/.
987         * elf/Makefile (check-data): Likewise.
988
989         * scripts/soversions.awk: Grok ABI line.
990         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
991         Emit definition for abi-name variable.
992
993 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
994
995         * string/endian.h: Define new fixed-size hto* and *toh macros only
996         if [__USE_BSD].
997
998         * iconvdata/Depend: Add localedata.
999
1000 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1001
1002         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1003
1004 2008-05-08  David S. Miller  <davem@davemloft.net>
1005
1006         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1007         HIDDEN_JUMPTARGET.
1008         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1009         (__SYSCALL_CLOBBERS): Remove %g* registers.
1010         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1011         (__SYSCALL_CLOBBERS): Likewise.
1012         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1013         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1014
1015 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1016
1017         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1018         (CALL_ERRNO_LOCATION): Define.
1019         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1020         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1021         (CALL_ERRNO_LOCATION): Define.
1022         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1023         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1024         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1025
1026 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1027
1028         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1029         variable.
1030
1031 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1032
1033         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1034         (FIRST_FRAME_POINTER): Define.
1035
1036 2008-05-09  David S. Miller  <davem@davemloft.net>
1037
1038         * sysdeps/sparc/sparc64/backtrace.c: New file.
1039
1040 2008-05-14  David S. Miller  <davem@davemloft.net>
1041
1042         * sysdeps/sparc/machine-gmon.h: New file.
1043         * sysdeps/sparc/sparc-mcount.S: Likewise.
1044         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1045         sysdep_routines in gmon directory.
1046
1047 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1048
1049         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1050
1051 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1052
1053         * resolv/res_query.c (__libc_res_nquery): In case one of two
1054         answer was too short don't try to read that answer's header.
1055
1056         * resolv/res_send.c (send_dg): In case of timeout and there are
1057         two queries and one has been answered, return value indicating
1058         success.
1059
1060 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1061
1062         * nscd/cache.c (cache_add): Take additional parameter specifying
1063         whether this is in response of a cache refill.  Check alignment
1064         of package data.  Revamp waking of pruning thread.
1065         (prune_cache): Small optimization.
1066         * nscd/nscd.h: Adjust cache_add prototypes.
1067         * nscd/aicache.c: Adjust cache_add calls.
1068         * nscd/grpcache.c: Likewise.
1069         * nscd/hstcache.c: Likewise.
1070         * nscd/initgrcache.c: Likewise.
1071         * nscd/pwdcache.c: Likewise.
1072         * nscd/servicescache.c: Likewise.
1073         * nscd/connections.c (restart): Really disable cache use before
1074         exec attempt.  If it fails, reenable cache.
1075         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1076         time to max to be able to notice concurrent cache additions.  Unlock
1077         prune_lock while performing gc.  Afterwards compute wakeup time with
1078         current wakeup_time value in mind.
1079
1080 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1081
1082         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1083
1084         * nscd/mem.c (gc): Correctly determine highest used array element
1085         in mark.
1086
1087         * nscd/mem.c (markrange): Add assert to check entries are all
1088         aligned.  Small cleanup in bitmap use.
1089
1090         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1091         blockoff of type nscd_ssize_t.
1092         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1093         (mempoll_alloc): Record block offset and not address.
1094
1095         * nscd/mem.c (gc): Fix test for stack overuse.
1096
1097         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1098         more asserts.
1099
1100         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1101         entry is available, believe it.
1102
1103         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1104         no answers return NSS_STATUS_NOTFOUND.
1105         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1106         buffer does not have any content.
1107
1108 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1109
1110         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1111
1112         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1113         lookup, don't assign canon unconditionally.
1114
1115 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1116
1117         * string/Makefile (distribute): Add str-two-way.h.
1118
1119 2008-03-29  Eric Blake  <ebb9@byu.net>
1120
1121         Rewrite string searches to O(n) rather than O(n^2).
1122         * string/str-two-way.h: New file.  For linear fixed-allocation
1123         string searching.
1124         * string/memmem.c: New implementation.
1125         * string/strstr.c: New implementation.
1126         * string/strcasestr.c: New implementation.
1127
1128 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1129
1130         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1131         opr.ctx_type.
1132         (calc_first): Initialize constraint field.
1133         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1134         Use search_duplicated_node to avoid loops.  Fix grammar.
1135         (duplicate_node): Merge constraint field for all node types.
1136         (calc_eclosure_iter): Look at constraint field for all node types.
1137         * posix/regex_internal.c (create_cd_newstate): Don't look at
1138         create_cd_newstate.
1139
1140 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1141
1142         [BZ #6428]
1143         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1144
1145         [BZ #6442]
1146         * string/endian.h: Add macros for fixed-size endian conversion.
1147         * bits/byteswap.h: Allow inclusion from <endian.h>.
1148         * sysdeps/i386/bits/byteswap.h: Likewise.
1149         * sysdeps/ia64/bits/byteswap.h: Likewise.
1150         * sysdeps/s390/bits/byteswap.h: Likewise.
1151         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1152         * string/Makefile (tests): Add tst-endian.
1153         * string/tst-endian.c: New file.
1154
1155         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1156         Patch by Reuben Thomas.
1157
1158 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1159
1160         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1161
1162 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1163
1164         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1165
1166         [BZ #6461]
1167         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1168         Add missing braces.
1169         (BODY for __gconv_transform_internal_ascii): Likewise.
1170
1171         [BZ #6472]
1172         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1173         to be treated like link-local addresses.
1174         (match_prefix): Don't treat IPv4 loopback address special when
1175         converting to v4 mapped addressed.
1176
1177         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1178         if necessary.
1179         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1180         * posix/tst-rfc3484-2.c: Likewise.
1181         * posix/tst-rfc3484-3.c: Likewise.
1182
1183         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1184         and SCTP.
1185
1186         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1187
1188         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1189
1190         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1191
1192 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1193
1194         * po/lt.po: New file.  From Lituanian translation team.
1195
1196 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1197
1198         Introduce TLS descriptors for i386 and x86_64.
1199         * include/inline-hashtab.h: New file, copied from 2005's
1200         libiberty, with fix for memory leak imported afterwards by
1201         Glauber de Oliveira Costa.
1202         * elf/tlsdeschtab.h: New file.
1203         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1204         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1205         (CHECK_STATIC_TLS): Move to...
1206         * elf/dynamic-link.h: ... this file.
1207         (TRY_STATIC_TLS): New macro.
1208         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1209         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1210         R_386_TLS_DESC): Define.
1211         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1212         binutils.
1213         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1214         R_X86_64_TLSDESC): Define.
1215         (R_386_NUM, R_X86_64_NUM): Adjust.
1216         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1217         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1218         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1219         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1220         release tlsdesc_table.
1221         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1222         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1223         (elf_machine_rel): Handle R_386_TLS_DESC.
1224         (elf_machine_rela): Likewise.
1225         (elf_machine_lazy_rel): Likewise.
1226         (elf_machine_lazy_rela): Likewise.
1227         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1228         * sysdeps/i386/dl-tlsdesc.S: New file.
1229         * sysdeps/i386/dl-tlsdesc.h: New file.
1230         * sysdeps/i386/tlsdesc.c: New file.
1231         * sysdeps/i386/tlsdesc.sym: New file.
1232         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1233         tlsdesc_table.
1234         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1235         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1236         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1237         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1238         release tlsdesc_table.
1239         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1240         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1241         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1242         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1243         (elf_machine_rela): Likewise.
1244         (elf_machine_lazy_rel): Likewise.
1245         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1246         (__tls_get_addr): Do not declare for non-shared compiles.
1247         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1248         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1249         * sysdeps/x86_64/tlsdesc.c: New file.
1250         * sysdeps/x86_64/tlsdesc.sym: New file.
1251         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1252         tlsdesc_table for both 32- and 64-bit structs.
1253
1254 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1255
1256         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1257         its own function.  This reduces the frame setup costs and more.
1258
1259 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1260
1261         [BZ #3406]
1262         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1263         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1264
1265 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1266
1267         * io/openat.c (__openat_2): Also pass fd to __openat.
1268         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1269         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1270
1271         * string/tester.c (test_memcmp): Add a few more tests.
1272         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1273
1274 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1275
1276         * nscd/cache.c (cache_add): Before returning with failure and this
1277         is the first use of the record, mark it as unusable.
1278         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1279         reporting a failure.
1280         * nscd/grpcache.c: Likewise
1281         * nscd/hstcache.c: Likewise.
1282         * nscd/initgrcache.c: Likewise.
1283         * nscd/pwdcache.c: Likewise.
1284         * nscd/servicescache.c: Likewise.
1285
1286 2008-05-10  Roland McGrath  <roland@redhat.com>
1287
1288         [BZ #6505]
1289         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1290
1291 2008-05-08  David S. Miller  <davem@davemloft.net>
1292
1293         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1294
1295         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1296         (__ieee754_y0l): Likewise.
1297         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1298         (__ieee754_y1l): Likewise.
1299         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1300         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1301         frexpl and ldexpl.  math_private.h provides them and the latter
1302         is not even used.
1303         (__log1pl): Use __frexpl.
1304
1305 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1306
1307         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1308         prototypes.
1309         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1310         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1311         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1312         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1313         af==AF_UNSPEC.
1314         (_nss_nis_gethostbyname4_r): New function.
1315         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1316         Change to also handle af==AF_UNSPEC.
1317         (get_tablename): New function.  Use it to avoid duplication.
1318         (_nss_nisplus_gethostbyname4_r): New function.
1319         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1320         available.
1321         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1322         * nss/nss.h: Define struct gaih_addrtuple.
1323         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1324         af==AF_UNSPEC.
1325         (_nss_files_gethostbyname4_r): New function.
1326         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1327         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1328         calls.
1329         * resolv/res_query.c (__libc_res_nquery): Take two additional
1330         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1331         look up IPv4 and IPv6.
1332         Change all callers.
1333         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1334         for an additional query and answer buffer.  Pass to send_vc and
1335         send_dg.
1336         (send_vc): Send possibly two requests and receive two answers.
1337         (send_dg): Likewise.
1338         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1339         __libc_res_nquery.
1340         (_nss_dns_gethostbyname4_r): New function.
1341         (gaih_getanswer_slice): Likewise.
1342         (gaih_getanswer): Likewise.
1343         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1344         __libc_res_nquery call.
1345         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1346         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1347         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1348         available.
1349
1350 2008-05-05  David S. Miller  <davem@davemloft.net>
1351
1352         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1353         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1354
1355 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1356
1357         Fix termios bit macros.
1358         Move *DLY definitions where they belong, in termios.h.
1359         Add *[0-3] definitions.
1360         Fixes confusion between VT and FF.
1361         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1362         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1363         are already defined to avoid collision with termios.h.
1364         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1365         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1366         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1367         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1368         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1369         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1370         VTDLY, VT0, VT1): New macros.
1371         [__USE_GNU] (OLCUC): Change value of macro.
1372         [__USE_XOPEN] (OFILL): New macro.
1373         [__USE_BSD] (CRTSCTS): Change value.
1374         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1375         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1376         (B7200, B14400, B28800, B76800): New macros.
1377
1378 2008-05-01  David S. Miller  <davem@davemloft.net>
1379
1380         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1381         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1382         (gen-as-const-headers): Add it.
1383         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1384         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1385         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1386         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1387
1388         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1389         six system call parameters.
1390         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1391
1392 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1393
1394         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1395         RUSAGE_LWP.
1396         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1397         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1398
1399 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1400
1401         * stdlib/tst-setcontext.c: Include unistd.h.
1402
1403 2008-04-25  David S. Miller  <davem@davemloft.net>
1404
1405         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1406         Pass "union semun" properly in to sys_ipc, it must be passed
1407         by value, not by reference.
1408
1409 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1410
1411         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1412         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1413         * nscd/connections.c (mem_in_flight): Likewise.
1414
1415         * nscd/nscd.h (dbs): Make hidden.
1416
1417         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1418         Avoid returning -1, return 0 instead.
1419
1420 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1421
1422         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1423
1424 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1425
1426         [BZ #5209]
1427         * sysdeps/unix/sysv/linux/times.c: New file.
1428
1429         [BZ #5381]
1430         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1431         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1432         prototype.
1433         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1434         appropriate mem_in_flight element.
1435         (gc): Take allocations which have not yet been committed to the
1436         database into account.
1437         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1438         Reset mem_in_flight before returning.
1439         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1440         cue it up in mem_in_flight_list.
1441         * nscd/aicache.c: Adjust mempool_alloc call.
1442         * nscd/grpcache.c: Likewise.
1443         * nscd/hstcache.c: Likewise.
1444         * nscd/initgrcache.c: Likewise.
1445         * nscd/pwdcache.c: Likewise.
1446         * nscd/servicescache.c: Likewise.
1447         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1448         of -fpie.
1449
1450         * nscd/connections.c (handle_request): Provide better error message
1451         in case SELinux forbids the service.
1452
1453         * version.h (VERSION): Bump to 2.8.90.
1454
1455 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1456
1457         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1458
1459 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1460
1461         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1462         Also use for 32-bit.
1463         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1464         __nextafter instead of nextafter to avoid local PLT.
1465         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1466         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1467
1468         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1469
1470         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1471         __fe_nomask_env.
1472         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1473         <fenv_libc.h> instead of <fenv.h>.
1474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1476
1477         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
1478
1479         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
1480         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
1481         function from fegetexcept and make old name weak alias.
1482         * include/fenv.h: Declare __fegetexcept.
1483         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
1484         fegetexcept.
1485         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
1486         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
1487         to fetestexcept.
1488         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
1489         instead of frexpl to avoid local PLT.
1490         * math/s_significandl.c (__significandl): Use __ilogbl instead of
1491         ilogbl to avoid local PLT.
1492         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
1493         instead of ldexpl to avoid local PLT.
1494         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1495         __roundl not roundl to avoid local PLT.
1496         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
1497         local PLTs.  Use __sincosl instead of separate sinl and cosl
1498         calls.
1499         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1500
1501         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
1502         version for ppc64 to 2.4.21 since without it makecontext will fail.
1503
1504         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
1505         to the ABI in use.
1506         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
1507         .__tls_get_addr.
1508         [__powerpc64__] (TLS_GD): Likewise.
1509
1510 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
1511
1512         [BZ #4997]
1513         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
1514         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
1515         mantissa.
1516         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1517         Likewise.  Also account for when x is an odd number between 2^52
1518         and 2^53-1.
1519         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
1520         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1521         * math/libm-test.inc (lround_test, llround_test): Added test cases to
1522         detect aforementioned erroneous conditions.
1523
1524 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1525
1526         * configure.in: Check for -fno-section-anchors in addition to
1527         -fno-toplevel-reorder.
1528
1529 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1530
1531         * include/features.h (__GLIBC_MINOR__): Bump to 8.
1532
1533         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
1534         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
1535         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
1536         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
1537         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
1538         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
1539
1540 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1541
1542         [BZ #5443]
1543         * time/era.c: Transform __libc_setlocale_lock into rwlock.
1544         * time/alt_digit.c: Likewise.
1545         * wcsmbs/wcsmbsload.c: Likewise.
1546
1547 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
1548
1549         * version.h (VERSION): Bump to 2.8.
1550
1551         * timzeone/asia: Update from tzdata2008b.
1552         * timezone/backward: Likewise.
1553         * timezone/europe: Likewise.
1554         * timezone/northamerica: Likewise.
1555         * timezone/southamerica: Likewise.
1556         * timezone/iso3166.tab: Likewise.
1557         * timezone/leapseconds: Likewise.
1558         * timezone/zone.tab: Likewise.
1559         * timezone/private.h: Update from tzcode2008a.
1560         * timezone/zdump.c: Likewise.
1561         * timezone/zic.c: Likewise.
1562
1563 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
1564
1565         [BZ #5741]
1566         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
1567         Define additonal Data Cache Block instruction macros.
1568         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
1569         Replace dcbst with dcbf and sync with sync/isync.
1570
1571 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
1572
1573         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1574         Always set ELF_RTYPE_CLASS_PLT.
1575         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
1576
1577 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
1578
1579         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
1580         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
1581         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
1582         For ISA 2.01 and later replace mftb with mfspr 268.
1583
1584 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
1585
1586         [BZ #5768]
1587         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
1588         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
1589
1590 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
1591
1592         [BZ #5768]
1593         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
1594         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
1595         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
1596         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
1597
1598 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
1599
1600         * stdlib/tst-makecontext.c (othervar): New variable.
1601         (cf): Test sign extending the argument to long.
1602
1603 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
1604
1605         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
1606         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
1607         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
1608         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
1609         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
1610         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
1611         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
1612
1613 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
1614
1615         * elf/Makefile (tests): Substitute tests-vis-yes here.
1616         (tests-vis-yes): Delete.
1617         (modules-name, modules-vis-yes): Similarly.
1618
1619 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
1620
1621         [BZ #4407]
1622         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
1623         Preserve sign in signgamp when x is zero.
1624
1625 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
1626
1627         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
1628         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
1629         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
1630         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
1631         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
1632         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
1633
1634 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
1635
1636         [BZ #4314]
1637         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
1638         buffers.
1639
1640         [BZ #5209]
1641         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
1642         a reserved error value.
1643
1644         * stdlib/tst-makecontext.c: Change parameter to cf to negative
1645         value to check for correct sign extension.
1646
1647         [BZ #5436]
1648         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1649         Copy 64-bit parameter values even though this is not required in
1650         the standard.
1651
1652         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
1653         PC save.
1654
1655 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
1656
1657         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
1658         PC save.
1659
1660 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
1661
1662         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
1663
1664 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
1665
1666         [BZ #5998]
1667         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
1668         in line-buffered stream failed.
1669         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
1670
1671 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
1672
1673         [BZ #6024]
1674         * scripts/abi-versions.awk: If the version specified by
1675         --enable-oldest-abi is older than the first version for this
1676         architecture, use the default version.
1677
1678         * locale/programs/ld-collate.c (collate_read): Ignore script lines
1679         as well when ignoring the whole category.
1680
1681 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
1682
1683         [BZ #6042]
1684         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
1685         ETHERTYPE_* definitions.
1686         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
1687
1688 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
1689
1690         * stdlib/mbtowc.c (__no_r_state): Remove.
1691         (mbtowc): New static state variable.  Use it instead of
1692         __no_r_state.
1693         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
1694         (__wctomb_state): New hidden variable.
1695         (wctomb): Use __wctomb_state instead of __no_r_state.
1696         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
1697         (__wctomb_state): New extern decl.
1698         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
1699
1700 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
1701
1702         [BZ #5475]
1703         * resolv/res_init.c: Handle scope IDs in resolv.conf.
1704
1705 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
1706
1707         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
1708
1709 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
1710
1711         * po/nl.po: Update from translation team.
1712
1713 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
1714
1715         [BZ #6007]
1716         * string/strfry.c: Handle empty strings again.
1717
1718 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
1719
1720         [BZ #5443]
1721         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
1722         before looking for translation.
1723         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
1724         * locale/freelocale.c: Likewise.
1725         * locale/newlocale.c: Likewise.
1726         * locale/setlocale.c: Likewise.
1727         Based partially on a patch by ryo@np.css.fujitsu.com.
1728
1729 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
1730
1731         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
1732         acquiring wrlock.  Do conv_tab allocation while holding lock.
1733         * intl/Makefile: Add rules to build and run tst-gettext6.
1734         * intl/tst-gettext6.c: New test.
1735         * intl/tst-gettext6.sh: New file.
1736
1737 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
1738
1739         * po/nl.po: Update from translation team.
1740
1741         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
1742         provided through st_blksize, try the default size before giving up.
1743
1744 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
1745
1746         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
1747
1748         [BZ #5939]
1749         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
1750
1751         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
1752         error message.  POSIX today does not require the messages to be in
1753         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
1754
1755         [BZ #5979]
1756         * sunrpc/auth_unix.c: Unify printed strings.
1757         * sunrpc/clnt_tcp.c: Likewise.
1758         * sunrpc/clnt_udp.c: Likewise.
1759         * sunrpc/clnt_unix.c: Likewise.
1760         * sunrpc/svc_tcp.c: Likewise.
1761         * sunrpc/svc_udp.c: Likewise.
1762         * sunrpc/svc_unix.c: Likewise.
1763         * sunrpc/xdr.c: Likewise.
1764         * sunrpc/xdr_array.c: Likewise.
1765         * sunrpc/xdr_rec.c: Likewise.
1766         * sunrpc/xdr_ref.c: Likewise.
1767         * locale/programs/ld-time.c (time_finish): Unify messages.
1768         * locale/programs/locfile.c (handle_copy): Fix typo.
1769         * nscd/nscd.c (options): Fix typo.
1770
1771         [BZ #5995]
1772         * stdlib/strtod_l.c: Use correct sign for result in one more
1773         underflow case.
1774         Patch by Eric Blake <ebb9@byu.net>.
1775
1776 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
1777
1778         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
1779         and creat system calls.
1780         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
1781         call.
1782         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
1783         system calls.
1784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
1785         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1786         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1787
1788 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
1789
1790         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
1791         <linux/limits.h> has defined it.
1792         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
1793         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
1794         headers.
1795         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
1796         it instead of ARG_MAX.
1797
1798 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
1799
1800         * posix/gai.conf: Fix comment for scope nullbits.
1801         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
1802         default to 128 bits for v4 mapped addresses.
1803
1804 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1805
1806         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
1807         ptrace call to get the ieee_instruction_pointer from the kernel.
1808         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
1809         ptrace call to set the ieee_instructtion_pointer.
1810         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
1811         Add comment that ieee_instruction_pointer is always 0.
1812
1813 2008-03-09  Andreas Jaeger  <aj@suse.de>
1814
1815         [BZ #5857]
1816         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
1817         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
1818         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
1819
1820         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
1821         (rint_test): Likewise.
1822
1823 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
1824
1825         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
1826         call.
1827         (__nisfind_server): Similar for open readColdStartFile call.
1828         Patch partially by Jim Meyering.
1829         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
1830         around internal_setent call.
1831
1832         * po/vi.po: New Vietnamese translation.
1833
1834         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
1835         ADJ_OFFSET_SS_READ.
1836
1837         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
1838         remove CLONE_STOPPED.
1839
1840 2008-02-10  Jim Meyering  <meyering@redhat.com>
1841
1842         Remove useless "if" before "free":
1843         * elf/ldconfig.c (parse_conf_include): Likewise.
1844         * gmon/gmon.c (weak_alias): Likewise.
1845         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
1846         * inet/rcmd.c (__validuser2_sa): Likewise.
1847         * intl/bindtextdom.c (set_binding_values): Likewise.
1848         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
1849         * libio/genops.c (save_for_backup): Likewise.
1850         * libio/wgenops.c (save_for_wbackup): Likewise.
1851         * locale/programs/ld-collate.c (collate_read): Likewise.
1852         * locale/programs/linereader.c (get_string): Likewise.
1853         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
1854         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
1855         * resolv/res_debug.c (do_section): Likewise.
1856         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
1857         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
1858         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
1859         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
1860         * time/tzset.c (tzset_internal): Likewise.
1861
1862 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
1863
1864         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
1865         of ASSEMBLER.
1866
1867 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
1868
1869         [BZ #5903]
1870         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
1871         not stream for output file.  Open output file here.
1872         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
1873         and output file name.
1874         (process_fd): Likewise.
1875         (process_file): Likewise.
1876         (main): Adjust callers of changed functions.
1877         * iconv/iconv_prog.h: Adjust prototype.
1878
1879 2008-03-09  Andreas Jaeger  <aj@suse.de>
1880
1881         [BZ #5753]
1882         * sysdeps/ia64/ieee754.h: Use protected namespace
1883         __BIG_ENDIAN/__LITTLE_ENDIAN.
1884         * sysdeps/ieee754/ieee754.h: Likewise.
1885         Patch by Aurelien Jarno <aurelien@aurel32.net>.
1886
1887 2008-03-08  Roland McGrath  <roland@frob.com>
1888
1889         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
1890         ignore a signal that came from a machine exception, treat it as a
1891         fatal core-dump signal instead.
1892         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
1893
1894         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
1895         Clear DF bit in thread state's eflags.
1896         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
1897
1898 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
1899
1900         [BZ #5774]
1901         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
1902         of NAN(...) sequence.
1903         * stdlib/Makefile (tests): Add tst-strtod6.
1904         * stdlib/tst-strtod6.c: New file.
1905
1906         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
1907
1908         [BZ #5762]
1909         * posix/getopt.c (_getopt_internal_r): Clarify error message by
1910         putting offending option character in quotes.  Clean up error
1911         messages.
1912         * po/be.po: Adjust msgstr in translation file.
1913         * po/bg.po: Likewise.
1914         * po/ca.po: Likewise.
1915         * po/cs.po: Likewise.
1916         * po/da.po: Likewise.
1917         * po/de.po: Likewise.
1918         * po/es.po: Likewise.
1919         * po/fr.po: Likewise.
1920         * po/hr.po: Likewise.
1921         * po/ko.po: Likewise.
1922         * po/nl.po: Likewise.
1923         * po/rw.po: Likewise.
1924         * po/sk.po: Likewise.
1925         * po/sv.po: Likewise.
1926         * po/tr.po: Likewise.
1927         * po/zh_CN.po: Likewise.
1928         * po/zh_TW.po: Likewise.
1929
1930         [BZ #5760]
1931         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
1932         Patch by Roland Bless <roland@bless.de>.
1933
1934         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
1935         .o file.
1936         * elf/Makefile (routines): Add dl-sysdep.
1937         (elide-routines.os): Likewise.
1938
1939 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
1940
1941         [BZ #5786]
1942         * elf/dl-sysdep.c: Undefine ROUND after use.
1943         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
1944         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
1945         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
1946         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
1947         to ...
1948         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
1949         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
1950         if necessary.
1951         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
1952
1953         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
1954         _dl_tls_get_addr_soft element.
1955         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
1956         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
1957         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
1958         GLRO.
1959         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
1960         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
1961         of internal_function.
1962
1963         * stdlib/Makefile (aux): Add tens_in_limb.
1964         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
1965         * stdlib/tens_in_limb.c: ...here.  New file.
1966
1967         [BZ #5778]
1968         * sysdeps/unix/sysv/linux/pathconf.h: Declare
1969         __statfs_chown_restricted.
1970         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
1971         for _PC_CHOWN_RESTRICTED.
1972         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
1973         Implement __statfs_chown_restricted.
1974         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
1975         _POSIX_CHOWN_RESTRICTED value to zero.
1976         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
1977         defined to zero.
1978
1979         * sysdeps/x86_64/rtld-memset.c: New file.
1980
1981 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
1982
1983         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
1984
1985         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
1986         Barcelona machine.  Make default fall through branch of
1987         __x86_64_preferred_memory_instruction check as the integer code path.
1988
1989 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1990
1991         * sysdeps/x86_64/cacheinfo.c
1992         (__x86_64_preferred_memory_instruction): New variable.
1993         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
1994
1995         * sysdeps/x86_64/memset.S: Rewrite.
1996
1997 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
1998
1999         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2000         __obstack_printf_chk): New prototypes.
2001         (__vasprintf_chk, __vdprintf_chk,
2002         __obstack_vprintf_chk): Likewise.
2003         Add libc_hidden_proto.
2004         * libio/obprintf.c
2005         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2006         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2007         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2008         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2009         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2010         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2011         __obstack_vprintf_chk): New prototypes.
2012         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2013         obstack_vprintf): New inlines.
2014         * debug/dprintf_chk.c: New file.
2015         * debug/vdprintf_chk.c: New file.
2016         * debug/asprintf_chk.c: New file.
2017         * debug/vasprintf_chk.c: New file.
2018         * debug/obprintf_chk.c: New file.
2019         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2020         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2021         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2022         @@GLIBC_2.8.
2023         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2024         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2025         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2026         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2027         libc_hidden_proto.
2028         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2029         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2030         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2031         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2032         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2033         @@GLIBC_2.8.
2034         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2035         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2036         obstack_vprintf_chk.
2037         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2038         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2039         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2040         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2041         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2042         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2043
2044 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2045
2046         [BZ #5779]
2047         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2048         Patch by Roy Marples <roy@marples.name>.
2049
2050         [BZ #5736]
2051         * malloc/malloc.c: Fix typo in comment.
2052
2053         [BZ #5627]
2054         * locale/iso-639.def: Add Shuswap.
2055
2056 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2057
2058         [BZ #5790]
2059         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2060         overwrite *h_errnop/*errnop values from getanswer_r in case of
2061         failure.
2062
2063 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2064
2065         [BZ #5818]
2066         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2067         (verify_persistent_db): Remove one unnecessary test and add a new one
2068         for bad configuration.
2069         (nscd_init): Improve error reported when persistent database cannot
2070         be reused.
2071         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2072         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2073         .suggested_module and .max_db_size and case config file says the
2074         values are zero.
2075         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2076
2077         [BZ #5854]
2078         * nis/ypclnt.c (yp_order): Fix handling of return value of
2079         do_ypcall_tr call.
2080         Patch by Jeff Moyer <jmoyer@redhat.com>.
2081
2082         * po/fr.po: Update from translation team.
2083
2084 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2085             Carlos O'Donell <carlos@systemhalted.org>
2086
2087         [BZ #5012]
2088         * FAQ.in: Describe why glibc needs to be compiled with
2089         optimization.
2090
2091 2008-02-19  Roland McGrath  <roland@redhat.com>
2092
2093         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2094
2095 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2096
2097         [BZ #5737]
2098         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2099         __USE_MISC is defined.
2100
2101 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2102
2103         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2104         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2105         sys/timerfd.h.
2106         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2107         timerfd_gettime, timerfd_settime.
2108         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2109         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2110
2111 2008-02-08  Roland McGrath  <roland@redhat.com>
2112
2113         * elf/elf.h (NT_PPC_SPE): New macro.
2114
2115 2008-02-06  Roland McGrath  <roland@redhat.com>
2116
2117         * Makerules ($(common-objpfx)sysd-rules):
2118         Depend on $(sysdep-makeconfigs).
2119
2120 2008-01-31  Roland McGrath  <roland@redhat.com>
2121
2122         [BZ #5442]
2123         * configure.in: Use -print-file-name if it yields a directory,
2124         for each of include and include-fixed.
2125         * configure: Regenerated.
2126
2127         * Makeconfig (sysd-rules-targets): New variable.
2128         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2129         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2130
2131 2008-01-30  Roland McGrath  <roland@redhat.com>
2132
2133         * manual/libc.texinfo: Update back-cover text.
2134
2135         * elf/elf.h (NT_386_TLS): New macro.
2136
2137 2008-01-29  Roland McGrath  <roland@redhat.com>
2138
2139         * Makeconfig (sysd-rules-patterns): New variable.
2140         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2141         (check-inhibit-asm): New canned sequence, replaces ...
2142         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2143         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2144         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2145         (CFLAGS-rtld): Variable removed.
2146
2147 2008-01-24  Roland McGrath  <roland@redhat.com>
2148
2149         * configure.in: Let configure fragments set base_os.
2150         * configure: Regenerated.
2151
2152 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2153
2154         * po/ko.po: Update from translation team.
2155
2156 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2157
2158         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2159
2160 2008-01-12  Andreas Jaeger  <aj@suse.de>
2161
2162         [BZ #5040]
2163         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2164         Add EPOLLRDHUP.
2165
2166 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2167
2168         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2169         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2170         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2171
2172 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2173
2174         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2175         * elf/dl-close.c (_dl_close): Check for it.
2176         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2177         (_dl_allocate_static_tls): Likewise.
2178         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2179         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2180         to it.
2181         * elf/tst-tls16.c: New file.
2182         * elf/tst-tlsmod16a.c: New file.
2183         * elf/tst-tlsmod16b.c: New file.
2184         * elf/Makefile: Add rules to build and run tst-tls16.
2185
2186 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2187
2188         [BZ #5628]
2189         * bits/shm.h: Fix comment describing shmid_ds.
2190         * sysdeps/gnu/bits/shm.h: Likewise.
2191         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2192         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2193         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2194         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2195         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2196         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2197         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2198         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2199         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2200
2201         [BZ #5607]
2202         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2203         prototypes.
2204         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2205         additional suffixes.
2206         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2207         Add optional functions mq_timedreceive and mq_timedsend.
2208         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2209         * conform/data/pthread.h-data: Fix prototype of
2210         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2211         * conform/data/semaphore.h-data: Allow time.h definitions.
2212         * conform/data/signal.h-data: Likewise.
2213         * conform/data/stdio.h-data: getw and putw are not required in v6.
2214         * conform/data/stdlib.h-data: Change setstate prototype.
2215         * conform/data/string.h-data: Fix strerror_r prototype.
2216         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2217         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2218         Fix readlink prototype.
2219         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2220         in6addr_loopback.
2221         * inet/netinet/in.h: Cleanup namespace.
2222         * posix/regex.h: Likewise.
2223         * resolv/netdb.h: Likewise.
2224         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2225         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2226         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2227         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2228         of names of in in6_addr.
2229         (default_precedence): Likewise.
2230         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2231         NULL definition.
2232
2233 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2234
2235         * conform/data/fmtmsg.h-data: Add missing allows.
2236         * conform/data/ftw.h-data: Likewise.
2237         * conform/data/inttypes.h-data: Likewise.
2238         * conform/data/math.h-data: Likewise.
2239         * conform/data/signal.h-data: Likewise.
2240         * conform/data/net/if.h-data: Likewise.
2241         * conform/data/netinet/in.h-data: Likewise.
2242         * conform/data/sys/socket.h-data: Likewise.
2243
2244         [BZ #5614]
2245         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2246         (__strtok_r): Simplify.
2247         * string/tester.c (test_strtok_r): Add test case for futile search
2248         with single-character seach string.
2249
2250 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2251
2252         * po/ko.po: Update from translation team.
2253
2254 2008-01-11  Andreas Jaeger  <aj@suse.de>
2255
2256         [BZ #5600]
2257         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2258         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2259         kernel header.
2260
2261 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2262
2263         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2264         native interface lookup in all the relevant places.
2265
2266 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2267             Ulrich Drepper  <drepper@redhat.com>
2268
2269         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2270         field.  Use sockaddr_in6 for source_addr.
2271         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2272         (match_prefix): Likewise.
2273         (get_label): Likewise.
2274         (get_precedence): Likewise.
2275         (rfc3484_sort): Change to use indirect access to results array.
2276         Adjust to use of sockaddr_in6.  Replace service_order test with
2277         simple index comparison.
2278         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2279         service_order field.  Adjust qsort_t calls.  Access sorted result
2280         array indirectly through order array.
2281         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2282         * posix/tst-rfc3484-2.c: Likewise.
2283         * posix/tst-rfc3484-3.c: Likewise.
2284
2285 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2286
2287         [BZ #5541]
2288         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2289         pollfd structures.
2290         Patch by André Cruz.
2291
2292         [BZ #5545]
2293         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2294         (clnt_spcreateerror): Likewise.
2295
2296         [BZ #5553]
2297         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2298         (public_mEMALIGn): Likewise.
2299         Patch mostly by Daniel Jacobowitz.
2300
2301 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2302
2303         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2304         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2305         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2306         * stdlib/tst-makecontext2.c: New test.
2307
2308 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2309
2310         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2311         defined.
2312         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2313         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2314         transliteration hooks and REINIT_PARAMS afterwards.
2315         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2316         status.
2317         (REINIT_PARAMS): Define.
2318         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2319         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2320         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2321         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2322         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2323         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2324         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2325         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2326         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2327         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2328         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2329         * iconvdata/tst-iconv7.c: New test.
2330
2331 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2332
2333         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2334
2335 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2336
2337         [BZ #5112]
2338         * nscd/connections.c (restart): Fix condition.
2339
2340 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2341
2342         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2343         __ctype_toupper_loc): Add __THROW.
2344
2345 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2346
2347         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2348         recognition of interface family.
2349
2350         * posix/getconf.c: Update copyright year.
2351         * nss/getent.c: Likewise.
2352         * iconv/iconvconfig.c: Likewise.
2353         * iconv/iconv_prog.c: Likewise.
2354         * elf/ldconfig.c: Likewise.
2355         * catgets/gencat.c: Likewise.
2356         * csu/version.c: Likewise.
2357         * elf/ldd.bash.in: Likewise.
2358         * elf/sprof.c (print_version): Likewise.
2359         * locale/programs/locale.c: Likewise.
2360         * locale/programs/localedef.c: Likewise.
2361         * nscd/nscd.c (print_version): Likewise.
2362         * debug/xtrace.sh: Likewise.
2363         * malloc/memusage.sh: Likewise.
2364         * malloc/mtrace.pl: Likewise.
2365         * debug/catchsegv.sh: Likewise.
2366
2367 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2368
2369         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2370         second lookup.
2371
2372 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2373
2374         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2375         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2376
2377 2007-12-17  Roland McGrath  <roland@redhat.com>
2378
2379         * inet/ether_line.c (ether_line): Remove unused variable.
2380
2381 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2382
2383         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2384         and winp.
2385         * login/openpty.c (openpty): Likewise.
2386         * login/pty.h (openpty, forkpty): Likewise.
2387         * manual/terminal.texi (openpty, forkpty): Likewise.
2388
2389 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2390
2391         * malloc/malloc.c (public_cALLOc): For arenas other than
2392         main_arena, count all bytes inside the mprotect_size range of the
2393         heap as uninitialized.
2394
2395 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2396
2397         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2398         executable stacks.
2399
2400         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2401         mTRIm for all of them.
2402         (mTRIm): Additionally iterate over all free blocks and use madvise
2403         to free memory for all those blocks which contain at least one
2404         memory page.
2405         * malloc/tst-trim1.c: New file.
2406         * malloc/Makefile (tests): Add tst-trim1.
2407
2408         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2409
2410 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2411
2412         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2413         First cast argument to long
2414         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2415         Return long.
2416         (__vdso_clock_gettime): Likewise.
2417         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2418         return long.
2419
2420 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2421
2422         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2423         * locale/nl_langinfo_l.c: Real implementation, copied from
2424         nl_langinfo.c.
2425         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2426
2427 2007-12-01  Jim Meyering  <meyering@redhat.com>
2428
2429         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2430         that would inhibit utf8-optimization of a regexp containing line-
2431         or buffer-anchors, e.g., `^', `$'.
2432
2433 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2434
2435         * time/bug-getdate1.c (do_test): Don't use century values which
2436         aren't valid on 32-bit systems.
2437
2438 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2439
2440         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2441         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2442         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2443         __strcat_g, __strncat_g): Add __asm__.
2444
2445 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2446
2447         [BZ #5477]
2448         * io/fchmodat.c: Fix typo in stub_warning use.
2449         Patch by Petr Salinger.
2450
2451 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2452
2453         * iconvdata/hp-thai8.c: New file.
2454         * iconvdata/Makefile: Add rules for hp-thai8.c.
2455         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2456         * iconvdata/gconv-modules: Likewise.
2457
2458         [BZ #5464]
2459         * iconvdata/hp-greek8.c: New file.
2460         * iconvdata/Makefile: Add rules for hp-greek8.c.
2461         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2462         * iconvdata/gconv-modules: Likewise.
2463
2464         [BZ #5463]
2465         * iconvdata/hp-turkish8.c: New file.
2466         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2467         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2468         * iconvdata/gconv-modules: Likewise.
2469
2470         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2471         (shrink_heap): ... this new function.
2472         (heap_trim): Call shrink_heap instead of grow_heap.
2473
2474         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2475         case don't call alloc_perturb.
2476
2477 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2478
2479         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
2480         possible.
2481         * sysdeps/unix/sysv/linux/kernel-features.h
2482         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
2483         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
2484
2485 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
2486
2487         [BZ #5424]
2488         * stdio-common/vfprintf.c: Do not overflow when adding to done.
2489         * stdio-common/Makefile (tests): Add bug22.
2490         * stdio-common/bug22.c: New file.
2491
2492         [BZ #5451]
2493         * time/getdate.c: Fix filling in default values.
2494         * time/bug-getdate1.c: New file.
2495         * time/Makefile: Add rules to build and run bug-getdate1.
2496
2497         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
2498         * iconvdata/ebcdic-es.c: Likewise.
2499         * iconvdata/ebcdic-es-a.c: Likewise.
2500         * iconvdata/ebcdic-uk.c: Likewise.
2501         * iconvdata/iso8859-16.c: Likewise.
2502         * iconvdata/viscii.c: Likewise.
2503         * iconvdata/iso8859-9e.c: Likewise.
2504         * iconvdata/Makefile: Adjust appropriately.
2505
2506         [BZ #5428]
2507         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
2508         __need_wint_t.
2509
2510 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2511
2512         [BZ #5427]
2513         * iconvdata/hp-roman9.c: New file.
2514         * iconvdata/Makefile: Add rules for hp-roman9.c.
2515         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
2516         * iconvdata/gconv-modules: Likewise.
2517
2518         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
2519         * iconvdata/Makefile: Adjust appropriately.
2520
2521         [BZ #5441]
2522         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
2523         structure, it's allocated with alloca.
2524         * stdio-common/Makefile (tests): Add bug21.
2525         * stdio-common/bug21.c: New file.
2526
2527 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
2528
2529         [BZ #5452]
2530         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
2531         keyword for gcc's braced-groups.
2532
2533 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2534
2535         [BZ #5454]
2536         * inet/ether_line.c: Strip hostname of whitespaces.
2537         * inet/Makefile (tests): Add tst-ether_line.
2538         * inet/tst-ether_line.c: New file.
2539
2540 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
2541
2542         [BZ #5439]
2543         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
2544
2545         [BZ #5435]
2546         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
2547
2548         * stdlib/tst-setcontext.c: Catch the case where the links gets
2549         messed up and we do not reach main again.
2550
2551         * po/ca.po: Update from translation team.
2552
2553 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
2554
2555         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
2556         * posix/regex.h (REG_ENOSYS): Likewise.
2557         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
2558
2559 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
2560
2561         * nscd/nscd.h (MAX_STACK_USE): Define.
2562         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
2563         (gc): Initialize stack_used based on allocation in prune_cache.
2564         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
2565         Clear array before use.
2566
2567         * nscd/aicache.c (addhstaiX): Update statistics counter in case
2568         memory allocation failed.
2569         * nscd/hstcache.c (cache_addhst): Likewise.
2570         * nscd/grpcache.c (cache_addgr): Likewise.
2571         * nscd/servicescache.c (cache_addserv): Likewise.
2572         * nscd/pwdcache.c (cache_addpw): Likewise.
2573         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2574
2575 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
2576
2577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
2578         and creat system calls.
2579
2580         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
2581
2582 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2583
2584         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
2585         Add netiucv/iucv.h.
2586         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
2587         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
2588         protocol.
2589         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
2590         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
2591         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
2592
2593 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2594
2595         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
2596         strncat): Define as macros to avoid compile errors.
2597
2598         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
2599         creat entries.
2600
2601 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
2602
2603         [BZ #5382]
2604         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
2605         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
2606         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
2607         overflow it.
2608         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
2609
2610         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
2611         Return zero in case the thread library is not NPTL.
2612
2613         [BZ #5375]
2614         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
2615         initializing interface list.
2616
2617         [BZ #5378]
2618         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
2619         use result of nss_getgrgid_r if nothing was found.  For other
2620         error return with a failure.
2621         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
2622
2623         * locale/programs/ld-collate.c (collate_read): Fix loop to match
2624         macro name.
2625
2626 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
2627
2628         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
2629         (get_scope): For IPv4 scope, use scopes table.
2630         (fini): Free scopes table if necessary.
2631         (free_scopelist): New function.
2632         (scopecmp): New function.
2633         (gaiconf_init): Also handle scopev4 entries.
2634         * posix/tst-rfc3484.c (do_test): Initialize scopes.
2635         * posix/tst-rfc3484-2.c (do_test): Likewise.
2636         * posix/gai.conf: Document scopev4 defaults.
2637         * posix/Makefile (tests): Add tst-rfc3484-3.
2638         * posix/tst-rfc3484-3.c: New file.
2639
2640         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
2641         Teredo tunnels.
2642         * posix/gai.conf: Update for current default tables.
2643
2644 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
2645
2646         * po/tr.po: Update from translation team.
2647
2648 2007-11-18  Roland McGrath  <roland@frob.com>
2649
2650         * manual/arith.texi (Remainder Functions): Spelling fix.
2651         From Shaun Silk <genix@mysoul.com.au>.
2652
2653         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
2654
2655 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
2656
2657         * po/zh_CN.po: Update from translation team.
2658
2659         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
2660         Add sys/signalfd.h and sys/eventfd.h.
2661
2662 2007-11-15  Bruno Haible  <bruno@clisp.org>
2663
2664         [BZ #5346]
2665         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
2666         union.
2667         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
2668         (DCIGETTEXT): Change the allocation of the 'search' variable so that
2669         it needs only fixed stack space. Delay the initialization of
2670         msgid_len until it is needed.
2671
2672 2007-11-15  Andreas Jaeger  <aj@suse.de>
2673
2674         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
2675         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
2676
2677 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
2678
2679         * po/ko.po: Update from translation team.
2680
2681 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
2682
2683         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
2684         significantly.  The device type is also part of the ifinfomsg data.
2685
2686         * po/sv.po: Update from translation team.
2687         * po/nl.po: Likewise.
2688
2689         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
2690         to wake up in 24 hours.
2691
2692         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
2693
2694 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
2695
2696         * po/cs.po: Update from translation team.
2697         * po/pl.po: Likewise.
2698
2699         * include/ifaddrs.h: Remove in6ai_temporary.
2700         (struct in6addrinfo): Add index element.
2701         Declare __check_native.
2702         * inet/Makefile (aux): Add check_native.
2703         * sysdeps/unix/sysv/linux/check_native.c: New file.
2704         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
2705         IFA_F_TEMPORARY.  Pass back ifa_index.
2706         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
2707         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
2708         call __check_native if necessary.
2709         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
2710         to sort addresses.  Pass information about the results.
2711         * posix/tst-rfc3484.c: Adjust for addition of index field and change
2712         of rfc3484_sort interface.
2713         * posix/tst-rfc3484-2.c: Likewise.
2714
2715         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
2716         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
2717         for _quicksort.
2718         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
2719         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
2720         on as third parameter to compare function and _quicksort.
2721         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
2722         to the compare function.
2723         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
2724         * Versions.def: Add GLIBC_2.8 for libc.
2725
2726         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
2727         * posix/tst-rfc3484-2.c: Likewise.
2728
2729         * include/kernel-features.h: Moved to...
2730         * sysdeps/mach/hurd/kernel-features.h: ...here.
2731
2732 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
2733
2734         * sysdeps/i386/i586/memcpy_chk.S: New file.
2735         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
2736         * sysdeps/i386/i586/memset_chk.S: Likewise.
2737
2738 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
2739
2740         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
2741         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
2742         list of interfaces.  Also store prefix length.
2743         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
2744         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
2745         prefix if source and destination address are in the same subnet.
2746         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
2747         Always look for matching record in in6ai list.
2748         Correct source_addr_len value for IPv6->IPv4 converted records.
2749
2750 2007-11-11  Roland McGrath  <roland@frob.com>
2751
2752         * include/kernel-features.h: New file.
2753
2754 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
2755
2756         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
2757         complications for 64-bit platforms.
2758
2759         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
2760         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
2761         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
2762         open64_2.
2763         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
2764         entries.
2765         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2766         * sysdeps/wordsize-64/alphasort.c: New file.
2767         * sysdeps/wordsize-64/alphasort64.c: New file.
2768         * sysdeps/wordsize-64/fseeko.c: New file.
2769         * sysdeps/wordsize-64/fseeko64.c: New file.
2770         * sysdeps/wordsize-64/ftello.c: New file.
2771         * sysdeps/wordsize-64/ftello64.c: New file.
2772         * sysdeps/wordsize-64/ftw.c: New file.
2773         * sysdeps/wordsize-64/ftw64.c: New file.
2774         * sysdeps/wordsize-64/iofgetpos.c: New file.
2775         * sysdeps/wordsize-64/iofgetpos64.c: New file.
2776         * sysdeps/wordsize-64/iofopen.c: New file.
2777         * sysdeps/wordsize-64/iofopen64.c: New file.
2778         * sysdeps/wordsize-64/iofsetpos.c: New file.
2779         * sysdeps/wordsize-64/iofsetpos64.c: New file.
2780         * sysdeps/wordsize-64/lockf.c: New file.
2781         * sysdeps/wordsize-64/lockf64.c: New file.
2782         * sysdeps/wordsize-64/mkostemp.c: New file.
2783         * sysdeps/wordsize-64/mkostemp64.c: New file.
2784         * sysdeps/wordsize-64/mkstemp.c: New file.
2785         * sysdeps/wordsize-64/mkstemp64.c: New file.
2786         * sysdeps/wordsize-64/scandir.c: New file.
2787         * sysdeps/wordsize-64/scandir64.c: New file.
2788         * sysdeps/wordsize-64/tmpfile.c: New file.
2789         * sysdeps/wordsize-64/tmpfile64.c: New file.
2790         * sysdeps/wordsize-64/versionsort.c: New file.
2791         * sysdeps/wordsize-64/versionsort64.c: New file.
2792         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
2793         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
2794         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
2795         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
2796         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
2797         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
2798         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
2799         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
2800         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
2801         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
2802         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
2803         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
2804
2805         * crypt/sha256-crypt.c: Fix a comment.
2806         * crypt/sha512-crypt.c: Likewise.
2807
2808 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
2809
2810         * sysdeps/x86_64/memset.S: Add sfence after movnti.
2811
2812 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
2813
2814         [BZ #5277]
2815         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
2816         because output buffer is too small break, don't loop.
2817         * iconvdata/Makefile (tests): Add bug-iconv6.
2818         * iconvdata/bug-iconv6.c: New file.
2819
2820 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
2821
2822         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
2823         with size_t type.
2824         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
2825         size_t.  Add casts where needed.
2826
2827         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
2828         old headers, don't call avc_has_perm if we don't have the
2829         permission information.
2830
2831 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
2832
2833         * elf/rtld.c (dl_main): Use the page size to find the map start.
2834
2835 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
2836
2837         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
2838         Patch by Szymon Siwek <sls@poczta.wp.pl>.
2839
2840         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
2841         when the lookup call failed.
2842
2843         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
2844         Add prune_cond and wakeup_time.
2845         (CACHE_PRUNE_INTERNAL): Define.
2846         Update declarations of prune_cache and setup_thread.
2847         * nscd/connections.c (dbs): Update initializers.
2848         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
2849         (nscd_init): Default number of threads is now 4.
2850         (invalidate_cache): Take lock before calling prune_cache.
2851         (handle_request): If SELinux forbids the request, say so.
2852         (readylist_cond): Use static initializer.
2853         (nscd_run_prune): New function.  Used only by pruning threads.
2854         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
2855         here.
2856         (fd_ready): Update nscd_run reference.
2857         (start_threads): No need to initialize readylist_cond.
2858         Start pruning threads separately.
2859         * nscd/nscd_setup_thread.c: Change return value type to int and always
2860         return 0.
2861         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
2862         to int and return nonzero value if we can use the TID address hack.
2863         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
2864         the database is later than the new entry's timeout, update the
2865         wakeup time and wake the cleanup thread.
2866         (prune_cache): Return seconds the next entry in the database is still
2867         valid.  Remove locking for pruning here.
2868         * nscd/nscd.conf: Document default number of threads.
2869
2870 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
2871
2872         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
2873         stack is properly aligned for the target function.
2874         Correct unwind info.
2875
2876         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
2877         when using auditing libraries.
2878
2879 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
2880
2881         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
2882         _nss_dns_getnetbyaddr2_r.
2883         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
2884         extra parameter to getanswer_r.
2885         (_nss_dns_getnetbyaddr_r): Now a wrapper around
2886         _nss_dns_getnetbyaddr2_r.
2887
2888         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
2889         gethstbynm3_r.
2890         * nscd/gethstbynm2_r.c: Remove.
2891         * nscd/gethstbynm3_r.c: New file.
2892         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
2893         __gethostbyaddr_r.
2894         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
2895         __gethostbyaddr_r compatibility wrapper.
2896         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
2897         determining timeout of entry.
2898         (lookup): Take new parameter and pass it to __gethostbyname3_r and
2899         __gethostbyaddr2_r.
2900         (addhstbyX): Pass reference to variable for TTL to lookup and
2901         cache_addhst.
2902         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
2903         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
2904         and __nss_next2.  Remove __nss_services_lookup.
2905         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
2906         Add compat wrapper.
2907         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
2908         __nss_next2.
2909         * nss/getXXent_r.c: Likewise.
2910         * nss/getnssent_r.c: Likewise.
2911         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
2912         does not exist in module, try the optional second name.
2913         (__nss_next2): New function.
2914         (__nss_next): Now wrapper around __nss_next2.
2915         * nss/nsswitch.h: Adjust __nss_lookup prototype.
2916         Declare __nss_next2.
2917         Adjust definition of db_lookup_function type.
2918         * nss/service-lookup.c: Define NO_COMPAT.
2919         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
2920         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
2921         * inet/ether_ntoh.c: Likewise.
2922         * sunrpc/netname.c: Likewise.
2923         * sunrpc/publickey.c: Likewise.
2924         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
2925         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
2926         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
2927         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
2928         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
2929
2930         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
2931
2932         * inet/getnetgrent.c (setup): Encrypt static pointer.
2933
2934 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
2935
2936         [BZ #5204]
2937         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
2938         * crypt/sha512c-test.c: Likewise.
2939
2940         [BZ #5225]
2941         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
2942         to keep track of end of %[ format string element.
2943         * stdio-common/Makefile (tests): Add bug20.
2944         * stdio-common/bug20.c: New file.
2945
2946         [BZ #5222]
2947         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
2948         path elements in counting mode.
2949
2950 2007-10-27  Andreas Jaeger  <aj@suse.de>
2951
2952         [BZ #5040]
2953         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
2954
2955         [BZ #3112]
2956         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
2957         (__cleanup): Free shared library when exiting.
2958         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
2959         (__cleanup): Free shared library when exiting.
2960
2961 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
2962
2963         [BZ #2549]
2964         * math/libm-test.inc (check_float_internal): Support
2965         denormalized return.
2966
2967 2007-10-23  Andreas Jaeger  <aj@suse.de>
2968
2969         [BZ #5208]
2970         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
2971         __LONG_LONG_PAIR to handle little endian byte order.
2972         Suggested by abhishekrai@google.com
2973
2974 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
2975
2976         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
2977
2978 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
2979
2980         * nscd/cache.c (prune_cache): Move test for modified file outside
2981         of locking.
2982
2983 2007-10-21  Andreas Jaeger  <aj@suse.de>
2984
2985         * manual/texinfo.tex: Update to latest version.
2986
2987         * manual/sysinfo.texi (System Parameters): Fix Formatting.
2988
2989         * manual/arith.texi (Status bit operations): Fix formatting.
2990
2991         * manual/errno.texi (Error Messages): Fix formatting.
2992
2993         * manual/sysinfo.texi (System Parameters): Fix formatting.
2994
2995         * manual/libc.texinfo: Update VERSION and UPDATED.
2996
2997 2007-10-19  Roland McGrath  <roland@redhat.com>
2998
2999         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3000
3001 2007-10-06  David S. Miller  <davem@davemloft.net>
3002
3003         * configure.in: Add sparcv9v2 and sparc64v2.
3004         * scripts/config.sub: Likewise.
3005         * configure: Regenerate.
3006         * elf/elf.h (HWCAP_SPARC_N2): New.
3007         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3008         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3009         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3010         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3011         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3012         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3013         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3014
3015 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3016
3017         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3018         even if the poll result indicates there is data to read.
3019         Patch by Jeff Moyer <jmoyer@redhat.com>.
3020
3021 2007-10-18  Roland McGrath  <roland@redhat.com>
3022
3023         * elf/elf.h (NT_PPC_VMX): New macro.
3024
3025 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3026
3027         * version.h (VERSION): Set to 2.7.90.
3028
3029 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3030
3031         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3032         weak_alias.
3033
3034 2007-10-17  Roland McGrath  <roland@frob.com>
3035
3036         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3037         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3038
3039 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3040
3041         * version.h (VERSION): Bump to 2.7.
3042         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3043
3044         [BZ #5186]
3045         * time/tzset.c (__tz_convert): Don't force testing for a change of
3046         TZ if not called from localtime.  But then also see whether the
3047         file changed, in case __use_tzfile is set.
3048
3049         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3050         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3051         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3052         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3053         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3054         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3055         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3056         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3057
3058 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3059
3060         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3061         and admin selects to be able to replace the gai.conf file, lock
3062         data structures around the qsort call.
3063
3064 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3065
3066         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3067         new memset.
3068         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3069         too high for the improvements.  Implement bzero unconditionally for
3070         use in libc.
3071
3072 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3073             Jakub Jelinek  <jakub@redhat.com>
3074
3075         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3076         even when time_t is 32-bit.
3077         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3078         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3079         always set after the search.
3080
3081 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3082
3083         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3084         unreachable code on 32-bit machines.
3085
3086 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3087
3088         [BZ #5184]
3089         * time/strftime_l.c: Include stdbool.h.
3090         (my_strftime): New wrapper, old function renamed to...
3091         (__strftime_internal): ... new function.  Add tzset_called
3092         argument, pass it down to recursive calls, don't call tzset ()
3093         if already true, set to true after call to tzset ().
3094
3095 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3096
3097         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3098         into account when copying TZ string.
3099
3100 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3101
3102         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3103         num_transition rather than num_transitions - 1.
3104
3105 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3106
3107         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3108         PIC indirect jump.
3109
3110         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3111         a local label rather than HIDDEN_JUMPTARGET.
3112
3113 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3114
3115         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3116         (init_cacheinfo): Initialize it.
3117         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3118         Always define bzero.
3119         Remove non-glibc code.
3120         * sysdeps/x86_64/bzero.S: Make an empty file.
3121
3122 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3123
3124         * sysdeps/x86_64/cacheinfo.c
3125         (__x86_64_preferred_memory_instruction): New.
3126         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3127
3128         * sysdeps/x86_64/memset.S: Rewrite.
3129
3130 2007-10-15  Roland McGrath  <roland@redhat.com>
3131
3132         * po/libc.pot: Regenerated.
3133
3134 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3135
3136         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3137         pointers.
3138
3139         [BZ #3425]
3140         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3141         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3142         address record to T_A/T_AAAA requests.
3143
3144 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3145
3146         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3147
3148         * posix/glob.c: Add some branch prediction throughout.
3149
3150         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3151         read from nscd.
3152
3153         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3154         service_order.
3155         (rfc3484_sort): Make sure that even if qsort doesn't support
3156         stable sorting out sorting here is stable by comparing service_order.
3157         (getaddrinfo): Initialize service_order.
3158         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3159         service_order field to sorting structure.
3160         * posix/tst-rfc3484-2.c (do_test): Likewise.
3161
3162         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3163         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3164         __tzset_parse_tz and updating of daylight, timezone, tzname into
3165         update_vars.
3166         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3167         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3168         happens in __tz_compute.
3169         * time/tzfile.c (__tzfile_read): Also read TZ string.
3170         (find_transition): Fold into __tzfile_compute.
3171         (__tzfile_compute): For times beyond the last transition try to
3172         use the TZ string.
3173         * timezone/tst-timezone.c: Information in daylight and tzname does
3174         change for Asia/Tokyo timezone with more concrete information.
3175         Remove the test.
3176
3177         * include/stdio.h: Add libc_hidden_proto for ftello.
3178         * libio/ftello.c: Add libc_hidden_def.
3179
3180         [BZ #1140]
3181         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3182         on the specified time and not the last entries in the file.  Move
3183         code to determine tzname[] to...
3184         (find_transition): ...here.  Add ugly guess for times before the
3185         first transition.
3186
3187 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3188
3189         [BZ #3195]
3190         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3191         no entry.
3192         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3193         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3194         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3195         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3196
3197         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3198         read mechanism when there are no group members and avoid no-op
3199         read syscall in this case.
3200
3201         [BZ #3242]
3202         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3203         (__readall): If reading failed due to EAGAIN error wait a bit
3204         and possibly try again.
3205         (__readvall): Likewise.
3206
3207 2007-10-13  Bruno Haible  <bruno@clisp.org>
3208
3209         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3210         when we cannot recode the message.
3211
3212 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3213
3214         [BZ #4359]
3215         * libio/__freading.c (__freading): Don't return true for
3216         write-only streams.  For read/write streams, check whether we
3217         performed a read operation already.
3218         * libio/Makefile (tests): Add tst-ext2.
3219         * libio/tst-ext2.c: New file.
3220
3221 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3222
3223         * locale/programs/repertoire.c (repertoire_read): Always free
3224         memory for repertoire file name [Coverity CID 270].
3225
3226         * elf/cache.c (save_aux_cache): Free memory allocated for
3227         temporary file name [Coverity CID 267].
3228
3229 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3230
3231         * misc/Makefile (headers): Add bits/error.h.
3232
3233 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3234
3235         * posix/fnmatch_loop.c: Take rule index returned as part of
3236         findidx return value into account when accessing weights.
3237         * posix/regcomp.c: Likewise.
3238         * posix/regexec.c: Likewise.
3239
3240         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3241         (skip_to): Fix problems with parameter of elifdef/elifndef.
3242
3243 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3244
3245         * iconv/gconv_simple.c: Add some branch prediction.
3246
3247 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3248
3249         * locale/programs/ld-collate.c (collate_read): If ignore_content
3250         and nowtok is tok_define, eat any tok_eol tokens.
3251
3252 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3253
3254         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3255         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3256
3257         * inet/netinet/in.h: Don't include bits/socket.h.
3258         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3259         macro.
3260         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3261
3262 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3263
3264         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3265         and tok_elifndef.
3266         * locale/programs/locfile-kw.gperf: Likewise.
3267         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3268
3269 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3270
3271         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3272         (__find_specwc): Change into __extern_always_inline function.
3273         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3274         (__parse_one_specmb): Remove ps argument.
3275         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3276         Adjust __find_specmb and __parse_one_specmb callers.
3277         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3278         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3279         Removed.
3280         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3281         caller.
3282
3283 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3284
3285         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3286         with some Pentium Ds.
3287
3288 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3289
3290         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3291         __read not read.
3292         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3293         __write not write.
3294
3295 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3296
3297         [BZ #181]
3298         * locale/C-time.c: Set week_1stday data to 19971201.
3299         * locale/programs/ld-time.c (time_finish): Default for
3300         first_workday is Monday.
3301
3302         [BZ #2633]
3303         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3304
3305         [BZ #5103]
3306         * posix/glob.c (glob): Recognize patterns starting \/.
3307         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3308         (main): Add test for pattern starting \/.
3309
3310         * misc/error.h: Use __const instead of const.
3311         * misc/bits/error.h: Likewise.
3312
3313 2007-10-07  Andreas Jaeger  <aj@suse.de>
3314
3315         * include/bits/error.h: New file.
3316
3317         * misc/bits/error.h (error_at_line): Fix prototype.
3318
3319 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3320
3321         [BZ #3924]
3322         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3323         more little bugs in creating the stack frame when pltexit has to
3324         be called.
3325
3326         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3327         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3328
3329         [BZ #4407]
3330         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3331         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3332         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3333         * math/libm-test.inc: Add test for this case.
3334
3335         [BZ #5010]
3336         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3337         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3338         map service succeeded.
3339         (svc_is_mapped): New function.
3340         (svc_unregister): Use it before trying to unmap service.
3341
3342 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3343
3344         * timezone/zic.c: Update from tzcode2007h.
3345
3346         [BZ #5063]
3347         * timezone/africa: Update from tzdata2007h.
3348         * timezone/antarctica: Likewise.
3349         * timezone/asia: Likewise.
3350         * timezone/australasia: Likewise.
3351         * timezone/europe: Likewise.
3352         * timezone/leapseconds: Likewise.
3353         * timezone/northamerica: Likewise.
3354         * timezone/southamerica: Likewise.
3355         * timzeone/zone.tab: Likewise.
3356
3357         [BZ #5104]
3358         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3359
3360         [BZ #5113]
3361         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3362         avoid warning with -Wconversion.
3363         (__strndup): Likewise.
3364         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3365
3366         [BZ #5112]
3367         * nscd/connections.c (restart): Don't resync if database is
3368         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3369
3370         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3371         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3372
3373         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3374         evetnfd_read, eventfd_write.
3375         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3376         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3377         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3378         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3379         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3380         eventfd_write for GLIBC_2.7.
3381
3382         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3383         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3384         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3385         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3386
3387 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3388
3389         * stdlib/msort.c: Include stdint.h.
3390         (struct msort_param): New type.
3391         (msort_with_tmp): Use struct msort_param pointer for unchanging
3392         parameters.  Add optimized handling for several common sizes
3393         and indirect sorting mode.
3394         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3395         sorting.
3396         Suggested by Belazougui Djamel .
3397
3398         * stdlib/Makefile (tests): Add tst-qsort2.
3399         * stdlib/tst-qsort2.c: New test.
3400
3401 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3402
3403         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3404         for dup2 in case another thread races with the current one.  Retry
3405         in this case.
3406
3407         * misc/error.h: Remove support for use outside of libc.  We have to
3408         include <features.h> now.  Include <bits/error.h> if possible.
3409         * misc/bits/error.h: New file.
3410
3411 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3412
3413         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3414         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3415         __extern_always_inline functions unconditionally, drop macros.
3416
3417         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3418         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3419         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3420
3421         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3422         add __artificial__ attribute.
3423
3424 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3425
3426         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3427         backward to forward direction.
3428
3429         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3430
3431         [BZ #645]
3432         * locale/programs/ld-collate.c (collate_finish): Compare against last
3433         used section which is known to have rules defined.
3434         (collate_read): After order_start, correctly record order of sections
3435         and queue sections up.
3436
3437 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3438
3439         [BZ #5071]
3440         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3441         the same number of pages.
3442         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3443
3444         * locale/programs/ld-collate.c (collate_read): After initial copy
3445         statement, continue in state 0.
3446
3447         * include/stdio_ext.h (__fsetlocking): Define as macro.
3448
3449 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3450
3451         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3452         of section order.
3453
3454         * po/pt_BR.po: Fix typo.
3455
3456 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3457
3458         * iconvdata/Makefile (modules): Add ISO8859-9E.
3459         (distribute): Add iso8859-9e.c.
3460         (gen-8bit-gap-modules): Add iso8859-9e.
3461         * iconvdata/iso8859-9e.c: New file.
3462         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3463         * iconvdata/TESTS: Likewise.
3464         * iconvdata/tst-tables.sh: Likewise.
3465
3466         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3467
3468         * locale/iso-639.def: Add several new entries.
3469
3470 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3471
3472         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3473         void * pointers instead of struct link_map **.
3474         (_dl_scope_free): Change argument type to void *.
3475         * include/link.h (struct link_map): Change type of l_reldeps
3476         to struct link_map_reldeps, move l_reldepsact into that
3477         struct too.
3478         * elf/dl-deps.c: Include atomic.h.
3479         (_dl_map_object_deps): Only change l->l_initfini when it is
3480         fully populated, use _dl_scope_free for freeing it.  Optimize
3481         removal of libs from reldeps by using l_reserved flag, when
3482         some removal is needed, allocate a new list instead of
3483         reallocating and free the old with _dl_scope_free.  Adjust
3484         for l_reldeps and l_reldepsact changes.
3485         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
3486         searching in l_initfini and l_reldeps without holding dl_load_lock.
3487         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
3488         l_reldepsact changes.
3489         * elf/dl-close.c (_dl_close_worker): Likewise.
3490         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
3491
3492 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
3493
3494         * iconvdata/Makefile (modules): Add KOI8-RU.
3495         (distribute): Add koi8-ru.c.
3496         (gen-8bit-gap-modules): Add koi8-ru.
3497         * iconvdata/koi8-ru.c: New file.
3498         * iconvdata/gconv-modules: Add entries for KOI8-RU.
3499         * iconvdata/TESTS: Likewise.
3500         * iconvdata/tst-tables.sh: Likewise.
3501
3502         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3503
3504 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
3505
3506         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
3507         with __warning__/__error__ attributes.
3508         (__warnattr): Define.
3509         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
3510         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
3511         __warnattr.
3512         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
3513         of __*_chk if compile time detectable overflow is found.
3514         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
3515         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
3516         with __warnattr.
3517         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
3518         instead of __*_chk if compile time detectable overflow is found.
3519         (__gets_alias): Rename to...
3520         (__gets_warn): ... this.  Add __warnattr.
3521         (gets): Call __gets_warn instead of __gets_alias.
3522         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
3523         aliases with __warnattr.
3524         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
3525         time detectable overflow is found.
3526         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
3527         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
3528         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
3529         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
3530         __getdomainname_chk_warn): New aliases with __warnattr.
3531         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
3532         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
3533         __*_chk_warn instead of __*_chk if compile time detectable overflow
3534         is found.
3535         (__getgroups_chk): Rename argument to __listlen from listlen.
3536         (__getwd_alias): Rename to...
3537         (__getwd_warn): ... this.  Add __warnattr.
3538         (getwd): Call __getwd_warn instead of __getwd_alias.
3539         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
3540         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
3541         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
3542         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
3543         __wcsnrtombs_chk_warn): New aliases with __warnattr.
3544         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
3545         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
3546         compile time detectable overflow is found.
3547         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
3548         to use __*_chk or not.
3549         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
3550         in comparisons which function should be called and in __*_chk*
3551         arguments.  Call __*_chk_warn instead of __*_chk if compile time
3552         detectable overflow is found.
3553         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
3554         __*_chk argument.
3555         * debug/tst-chk1.c (do_test): Add a few more tests.
3556
3557 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
3558
3559         [BZ #5058]
3560         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
3561         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
3562         (_nl_unload_domain): Finalize conversions_lock.
3563         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
3564         handling table of known conversions.
3565
3566 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3567
3568         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
3569         close_not_cancel_no_status instead of close.
3570
3571 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
3572
3573         [BZ #5028]
3574         * posix/regcomp.c (lookup_collation_sequence_value): Check that
3575         nrules != 0 for multibyte chars.
3576
3577 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
3578
3579         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
3580         Provide better error message in case the type is unknown.
3581
3582         [BZ #4963]
3583         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
3584         * string/stratcliff.c: Make usable to test wide char functions.
3585         * wcsmbs/wcsatcliff.c: New file.
3586         * wcsmbs/Makefiel (tests): Add wcsatcliff.
3587
3588         [BZ #4972]
3589         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
3590         (distribute): Add mac-centraleurope.c.
3591         (gen-8bit-gap-modules): Add mac-centraleurope.
3592         * iconvdata/mac-centraleurope.c: New file.
3593         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
3594         * iconvdata/TESTS: Likewise.
3595         * iconvdata/tst-tables.sh: Likewise.
3596
3597         [BZ #5043]
3598         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
3599
3600 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
3601
3602         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
3603         from __x86_64_core_cache_size_half.
3604         (init_cacheinfo): Compute shared cache size for AMD processors with
3605         shared L3 correctly.
3606         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
3607         name change.
3608         Patch in large parts by Evandro Menezes.
3609
3610 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
3611
3612         * elf/dl-lookup.c (add_dependency): Handle failing memory
3613         allocation for dependency list.  Remove unnecessary check.
3614
3615         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
3616         open/close when determining source addresses.
3617
3618         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
3619         sha512-crypt, and sha512.
3620         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
3621         (distribute): Add sha256.h and sha512.h.
3622         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
3623         and call the appropriate code.
3624         * crypt/sha256-crypt.c: New file.
3625         * crypt/sha256.c: New file.
3626         * crypt/sha256.h: New file.
3627         * crypt/sha256c-test.c: New file.
3628         * crypt/sha256test.c: New file.
3629         * crypt/sha512-crypt.c: New file.
3630         * crypt/sha512.c: New file.
3631         * crypt/sha512.h: New file.
3632         * crypt/sha512c-test.c: New file.
3633         * crypt/sha512test.c: New file.
3634
3635 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
3636
3637         * misc/bits/syslog.h (syslog): Remove extraneous argument from
3638         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
3639         __syslog_chk.
3640
3641 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
3642
3643         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
3644         %as in fscanf format strings.
3645
3646         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
3647         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3648         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3649         Likewise.
3650         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3651         Likewise.
3652
3653         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
3654         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
3655         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
3656         * elf/dl-sym.c (do_sym): Likewise.
3657         * include/link.h (struct link_map): Add l_serial field.
3658         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
3659         * elf/dl-lookup.c (add_dependency): Add flags argument.
3660         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
3661         flags, use THREAD_GSCOPE_RESET_FLAG before and
3662         THREAD_GSCOPE_SET_FLAG after
3663         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
3664         Don't dereference map until it has been found on some list.
3665         If map->l_serial changed, return -1.
3666
3667 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
3668
3669         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
3670         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
3671         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
3672         libc_hidden_proto.
3673         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
3674         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
3675         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
3676         add libc_hidden_proto.
3677         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
3678         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
3679         conformance requested.
3680         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
3681         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
3682         conformance requested.
3683         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
3684         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
3685         conformance requested.
3686         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
3687         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
3688         ISO C99 or POSIX conformance requested.
3689         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
3690         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
3691         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
3692         and __isoc99_vsscanf@@GLIBC_2.7.
3693         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
3694         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
3695         (tests): Add scanf14.
3696         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
3697         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
3698         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
3699         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
3700         CFLAGS-isoc99_scanf.c): Add $(exceptions).
3701         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
3702         from using internal headers.
3703         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
3704         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
3705         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
3706         and __isoc99_vswscanf@@GLIBC_2.7.
3707         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
3708         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
3709         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
3710         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
3711         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
3712         * stdio-common/isoc99_scanf.c: New file.
3713         * stdio-common/isoc99_vsscanf.c: New file.
3714         * stdio-common/isoc99_vscanf.c: New file.
3715         * stdio-common/isoc99_vfscanf.c: New file.
3716         * stdio-common/isoc99_fscanf.c: New file.
3717         * stdio-common/isoc99_sscanf.c: New file.
3718         * wcsmbs/isoc99_fwscanf.c: New file.
3719         * wcsmbs/isoc99_vswscanf.c: New file.
3720         * wcsmbs/isoc99_swscanf.c: New file.
3721         * wcsmbs/isoc99_wscanf.c: New file.
3722         * wcsmbs/isoc99_vwscanf.c: New file.
3723         * wcsmbs/isoc99_vfwscanf.c: New file.
3724         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
3725         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
3726         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
3727         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
3728         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
3729         * stdio-common/scanf14.c: New test.
3730         * stdio-common/scanf15.c: New test.
3731         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
3732         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
3733         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
3734         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
3735         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
3736         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
3737         __nldbl___isoc99_scanf@@GLIBC_2.7,
3738         __nldbl___isoc99_fscanf@@GLIBC_2.7,
3739         __nldbl___isoc99_sscanf@@GLIBC_2.7,
3740         __nldbl___isoc99_vscanf@@GLIBC_2.7,
3741         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
3742         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
3743         __nldbl___isoc99_wscanf@@GLIBC_2.7,
3744         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
3745         __nldbl___isoc99_swscanf@@GLIBC_2.7,
3746         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
3747         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
3748         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
3749         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
3750         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
3751         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
3752         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
3753         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
3754         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
3755         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
3756         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
3757         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
3758         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
3759         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
3760         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
3761         functions.
3762         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
3763         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
3764         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
3765         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
3766         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
3767         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
3768         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
3769         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
3770         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
3771         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
3772         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
3773         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
3774
3775         * stdio-common/Makefile (tests): Add scanf13.
3776         (scanf13-ENV): New.
3777         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
3778         m modifier followed by l.
3779         (STRING_ARG): Add width argument.
3780         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
3781         <case L_('C')>: Handle %mlc and %mC.
3782         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
3783         arguments.
3784         * stdio-common/scanf13.c: New test.
3785
3786         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
3787         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
3788
3789 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
3790
3791         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
3792         type and __THROW marker of splice, vmsplice, and tee.
3793         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3794         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3795         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3796         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3797         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3798         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
3799         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3800         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
3801         as cancellation points.
3802
3803 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
3804
3805         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
3806         parse more than three parts of the version number.
3807
3808 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
3809
3810         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
3811         modifier.  Patch by Jakub Jelinek.
3812
3813 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
3814
3815         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
3816         call_fallocate in misc subdir.
3817         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
3818         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
3819         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
3820         instead of __fallocate64.
3821         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
3822
3823 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
3824
3825         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
3826         * rt/Makefile (headers): Add bits/mqueue2.h.
3827         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
3828         optimizing with GCC and __va_arg_pack_len is defined.
3829         * rt/bits/mqueue2.h: New file.
3830         * rt/mq_open.c (__mq_open): Renamed from mq_open.
3831         (mq_open): New strong_alias.
3832         (__mq_open_2): New function.
3833         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
3834         (mq_open): New strong_alias.
3835         (__mq_open_2): New function.
3836         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
3837         * Versions.def (librt): Add GLIBC_2.7 version.
3838         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
3839         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
3840
3841         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
3842         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
3843         is defined rather than when not C++.
3844         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
3845         __openat64_alias): New redirects.
3846         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
3847         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
3848         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
3849         (open, open64, openat, openat64): Rewrite as __extern_always_inline
3850         functions instead of function-like macros.
3851
3852 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
3853
3854         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
3855         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
3856         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
3857
3858 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
3859
3860         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
3861         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
3862
3863 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
3864
3865         * inet/tst-network.c: Increment ERRORS for failing tests.
3866
3867 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
3868
3869         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
3870         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
3871         implement as __extern_always_inline function.
3872         (vsyslog): Define as __extern_always_inline function unconditionally.
3873         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
3874         When __va_arg_pack is defined, implement as __extern_always_inline
3875         functions.
3876         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
3877         __extern_always_inline functions unconditionally.
3878         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
3879         bits/stdio2.h will be included.
3880         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
3881         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
3882         implement as __extern_always_inline functions.
3883         (vswprintf, vwprintf, vfwprintf): Define as
3884         __extern_always_inline functions unconditionally.
3885         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
3886
3887 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
3888
3889         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
3890         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
3891         attribute.
3892         * include/features.h (__USE_EXTERN_INLINES): Define only when
3893         __extern_inline is defined.
3894         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
3895         is defined instead of when not __cplusplus.
3896         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
3897         is defined instead of when not __cplusplus.
3898         * socket/sys/socket.h: Include bits/socket2.h when
3899         __extern_always_inline is defined instead of when not __cplusplus.
3900         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
3901         is defined instead of when not __cplusplus.
3902         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
3903         is defined instead of when not __cplusplus.
3904         * string/string.h: Include bits/string3.h when __extern_always_inline
3905         is defined instead of when not __cplusplus.
3906         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
3907         is defined instead of when not __cplusplus.
3908         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
3909         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
3910         is not defined.
3911         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
3912         defined __extern_always_inline instead of !defined __cplusplus.
3913         * libio/bits/stdio-ldbl.h: Likewise.
3914         * wcsmbs/bits/wchar-ldbl.h: Likewise.
3915         * misc/bits/syslog.h (syslog): Don't define for C++.
3916         (vsyslog): Use __extern_always_inline function for C++ instead of
3917         a macro.
3918         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
3919         whenever that macro is defined.
3920         (vprintf): Don't provide the inline for C++.
3921         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
3922         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
3923         define the macros for C++.
3924         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
3925         __extern_always_inline functions for C++.
3926         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
3927         stat64, lstat64, fstat64, fstatat64): Don't define if not
3928         __USE_EXTERN_INLINES.
3929         * wcsmbs/bits/wchar2.h: Fix #error message.
3930         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
3931         (vswprintf, vwprintf, vfwprintf): Define using
3932         __extern_always_inline functions for C++.
3933         * string/bits/string3.h: Don't #undef macros if __cplusplus.
3934         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
3935         strncpy, strcat, strncat): Define as __extern_always_inline
3936         functions instead of macros for C++.
3937         * math/bits/cmathcalls.h: Guard __extern_inline routines with
3938         defined __extern_inline.
3939         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
3940         to __extern_inline whenever that macro is defined.
3941         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3942         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3943         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
3944         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
3945         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3946         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3947         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3948         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
3949         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
3950         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
3951         prototypes.  Only provide __extern_inline routines if
3952         __USE_EXTERN_INLINES.
3953         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
3954         tests.
3955         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
3956         For now avoid some *printf tests in C++.  Skip all testing
3957         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
3958         is not.
3959         * debug/tst-chk4.cc: New file.
3960         * debug/tst-chk5.cc: New file.
3961         * debug/tst-chk6.cc: New file.
3962         * debug/tst-lfschk4.cc: New file.
3963         * debug/tst-lfschk5.cc: New file.
3964         * debug/tst-lfschk6.cc: New file.
3965         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
3966         prototypes in C++.
3967         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
3968         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
3969         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
3970
3971 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
3972
3973         * po/cs.po: Update from translation team.
3974
3975 2007-09-11  Roland McGrath  <roland@redhat.com>
3976
3977         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
3978         compiling.
3979
3980 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3981
3982         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
3983
3984 2007-09-05  Roland McGrath  <roland@redhat.com>
3985
3986         * manual/signal.texi (Signaling Another Process): Typo fix.
3987         From Karl Berry <karl@freefriends.org>.
3988
3989 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
3990
3991         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
3992         zero if not defined.
3993         (make_request): Recognize optimistic addresses and treat them like
3994         deprecated addresses.
3995         Reported by Neil Horman <nhorman@redhat.com>.
3996
3997 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
3998
3999         * nscd/connections.c (send_ro_fd): Also transfer file size.
4000         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4001         file size don't call fstat.
4002
4003         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4004         ahead and map the file.  This should always be correct and we can
4005         catch problems later.
4006
4007 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4008
4009         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4010         prototypes.
4011         (__fread_alias, __fread_unlocked_alias): New aliases.
4012         (fread): New extern inline.
4013         (fread_unlocked): Likewise.  Undef macro before definition of
4014         the inline function.
4015         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4016         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4017         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4018         and __fread_unlocked_chk@@GLIBC_2.7.
4019         * debug/fread_chk.c: New file.
4020         * debug/fread_u_chk.c: New file.
4021         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4022
4023 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4024
4025         * sysdeps/unix/sysv/linux/syscalls.list
4026         (personality): Change caller to EXTRA.
4027
4028 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4029
4030         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4031         to keep gcc quiet.
4032         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4033
4034         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4035         NDEBUG is defined.
4036
4037         * Makerules: Use -p option with mkdir.
4038
4039         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4040         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4041         (_xdr_directory_obj): Likewise.
4042         (xdr_entry_obj): Likewise.
4043         (xdr_group_obj): Likewise.
4044         (xdr_link_obj): Likewise.
4045         (xdr_table_obj): Likewise.
4046         (_xdr_nis_result): Likewise.
4047         (_xdr_ns_request): Likewise.
4048         (_xdr_ib_request): Likewise.
4049         (_xdr_nis_taglist): Likewise.
4050         (xdr_cback_data): Likewise.
4051         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4052         (xdr_ypresp_maplist): Likewise.
4053
4054         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4055
4056         * posix/regex_internal.h: Prevent some declarations and definitions
4057         to be seen when used in tests.
4058
4059         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4060         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4061
4062         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4063
4064         * config.make.in (datarootdir): Add to shut up configure.
4065
4066         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4067         associativity for fully-associative caches.
4068
4069         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4070         requests.  Fill on more associativity values for L2.
4071         Patch mostly by Evandro Menezes.
4072
4073 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4074
4075         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4076         (_libc_vdso_platform_setup): Avoid using exported variable by using
4077         alias.
4078
4079         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4080
4081         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4082         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4083         defined.
4084
4085 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4086
4087         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4088         align stack for call if pltexit is to be used.
4089
4090         [BZ #3924]
4091         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4092         align for function call in case pltexit has to be called later.
4093
4094         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4095         implicit atomic operation when storing function pointer.
4096         (_dl_runtime_profile): Likewise.
4097
4098 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4099
4100         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4101         NIS_NOTFOUND.
4102
4103 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4104
4105         [BZ #4566]
4106         * string/strtok.c: Fix typo in comment.
4107
4108         [BZ #4582]
4109         * debug/segfault.c: Fix typos in comments.
4110
4111         [BZ #4588]
4112         * stdio-common/tempnam.c: Fix comment, it is not checked that
4113         TMPDIR points to a writable directory.
4114
4115         [BZ #4726]
4116         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4117         memory allocated for the name server address.
4118
4119         [BZ #4946]
4120         * nscd/connections.c (handle_request): Using sendfile always
4121         requires that mmap is used for the database.
4122         Patch by Petr Baudis <pasky@suse.cz>.
4123
4124         [BZ #4905]
4125         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4126         suddenly has two or more addresses, ignore it and remove the old
4127         entry.
4128
4129         [BZ #4814]
4130         * resolv/res_hconf.c: Prepare for compiling outside libc.
4131         * nscd/res_hconf.c: New file.
4132         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4133         the new file.
4134         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4135         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4136
4137         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4138
4139         [BZ #4925]
4140         * debug/pcprofiledump.c: Turn on internationalization by calling
4141         setlocale.  Patch mostly by Benno Schulenberg.
4142
4143         [BZ #4936]
4144         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4145         the state.
4146         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4147         * iconvdata/bug-iconv5.c: New file.
4148
4149 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4150
4151         [BZ #4896]
4152         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4153         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4154         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4155         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4156         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4157         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4158         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4159         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4160
4161 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4162
4163         [BZ #4937]
4164         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4165         lookup loop.  Suggested by John Reiser.
4166
4167 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4168
4169         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4170
4171 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4172
4173         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4174         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4175         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4176         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4177         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4178         to...
4179         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4180
4181 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4182
4183         * po/nl.po: Update from translation team.
4184
4185 2007-08-16  Andreas Jaeger  <aj@suse.de>
4186
4187         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4188         Reported by Peter Festner <peter.festner@ewetel.net>.
4189
4190 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4191
4192         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4193
4194 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4195
4196         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4197         to check for undefined symbols.
4198
4199         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4200         If the syscall fails, set errno to the actual returned error number
4201         rather than EINVAL.
4202         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4203         arguments are incorrect, set errno to EINVAL, if the syscall
4204         fails, set errno to the actual returned error number.
4205
4206         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4207         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4208
4209         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4210         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4211         file.
4212         (ASI_PNF, ASI_BLK_P): Don't define.
4213         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4214         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4215         file.
4216         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4217         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4218         file.
4219
4220 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4221
4222         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4223         FE_UNDERFLOW on Niagara CPUs.
4224
4225         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4226         exceptions.
4227
4228 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4229
4230         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4231         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4232         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4233         flush should be used or not inside of the function.
4234         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4235
4236         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4237         __thread_start): Use HIDDEN_JUMPTARGET.
4238         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4239         __thread_start): Likewise.
4240         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4241
4242         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4243         Add libc_hidden_proto.
4244         (STRTOF): Add libc_hidden_proto.
4245         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4246         (strtold_l, wcstold_l): Use them as second argument for
4247         long_double_symbol.
4248
4249 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4250
4251         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4252
4253 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4254
4255         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4256
4257 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4258
4259         * po/bg.po: New file.  From the translation team.
4260
4261 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4262
4263         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4264         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4265         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4266         when each feature was introduced.
4267
4268         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4269         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4270         (CHECK_HASH): New macro.
4271         (PREPARE_VERSION): Use it.
4272
4273         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4274         prototype if not __ASSUME_PSELECT.
4275         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4276         prototype if not __ASSUME_PPOLL.
4277
4278         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4279
4280         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4281         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4282         is defined.
4283
4284 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4285
4286         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4287         (_libc_vdso_platform_setup): If vDSO is not available point
4288         __vdso_gettimeofday to the vsyscall.
4289         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4290         __vdso_gettimeofday instead of vsyscall.
4291
4292 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4293
4294         * nscd/servicescache.c: Include kernel-features.h.
4295         * nscd/gai.c: Likewise.
4296         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4297         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4298         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4299         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4300         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4301         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4302         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4303         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4304         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4305
4306 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4307
4308         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4309         and _dl_get_origin defines anymore.
4310
4311         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4312         Build fix for systems which might lack POSIX timer support.
4313
4314         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4315         (_libc_vdso_platform_setup): Mangle function pointers before storing
4316         them.
4317         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4318         Demangle vdso pointer before use.
4319         (INTERNAL_VSYSCALL): Likewise.
4320
4321         * elf/cache.c (primes): Mark as const.
4322         Noted by Roland McGrath.
4323
4324 2007-08-01  Andreas Jaeger  <aj@suse.de>
4325             Jakub Jelinek  <jakub@redhat.com>
4326
4327         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4328         (options): Add option.
4329         (parse_opt): Handle option.
4330         (manual_link): Adjust process_file caller.  Call implicit_soname.
4331         (search_dir): Formatting.  Use and populate auxiliary cache.
4332         (main): Load and save auxiliary cache.
4333         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4334         stat64 from fstat64 to caller.
4335         (implicit_soname): New function.
4336         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4337         leave *soname as NULL.
4338         * elf/cache.c: Include libgen.h.
4339         (print_entry, print_cache, compare, save_cache, add_to_cache):
4340         Formatting and cleanups.
4341         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4342         aux_cache_file): New structures.
4343         (AUX_CACHEMAGIC): Define.
4344         (primes): New array.
4345         (aux_hash_size, aux_hash): New variables.
4346         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4347         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4348         load_aux_cache, save_aux_cache): New functions.
4349         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4350         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4351         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4352         (process_file): Adjust prototype.
4353
4354 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4355
4356         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4357         with __need_size_t.
4358
4359 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4360
4361         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4362         r_found_version structure as second parameter.
4363         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4364         (_dl_vdso_vsym): Change type of second parameter accordingly.
4365         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4366         (_libc_vdso_platform_setup): Adjust.
4367         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4368         (_libc_vdso_platform_setup): Likewise.
4369
4370         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4371         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4372         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4373         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4374         * csu/libc-start.c: Pretty printing.
4375         Use VDSO_SETUP if defined.
4376         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4377         and let generic code call into _libc_vdso_platform_setup.
4378         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4379         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4380         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4381         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4382         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4383         for GLIBC_PRIVATE.
4384         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4385         (sysdep_rountines): Add dl-vdso.
4386
4387         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4388         of routines.
4389
4390         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4391         attribute_hidden to __vdso_gettimeofday prototype.
4392
4393 2007-08-12  Roland McGrath  <roland@redhat.com>
4394
4395         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4396         From: Karl Berry <karl@freefriends.org>.
4397
4398 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4399
4400         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4401         an atime update for the files we read.
4402
4403 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4404
4405         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4406
4407         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4408         instead of mkstemp.
4409
4410         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4411         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4412         * misc/mkostemp.c: New file.
4413         * misc/mkostemp64.c: New file.
4414         * stdlib/stdlib.h: Declare the new functions.
4415         * sysdeps/posix/tempname.c: Add new parameter which is added to
4416         the flags for open.  Remove __GT_BIGFILE handling.
4417         * stdio-common/tempname.c: Likewise.
4418         * include/stdio.h: Adjust __gen_tempname prototype.
4419         Renumber __GT_* constants.
4420         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4421         * misc/mkdtemp.c: Likewise.
4422         * misc/mkstemp.c: Likewise.
4423         * misc/mkstemp64.c: Likewise.
4424         * misc/mktemp.c: Likewise.
4425         * stdio-common/tempnam.c: Likewise.
4426         * stdio-common/tmpfile.c: Likewise.
4427         * stdio-common/tmpfile64.c: Likewise.
4428         * stdio-common/tmpnam.c: Likewise.
4429         * stdio-common/tmpnam_r.c: Likewise.
4430
4431 2007-08-10  Roland McGrath  <roland@frob.com>
4432
4433         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4434         New macros.
4435         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4436         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4437
4438 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4439
4440         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4441         possible.
4442         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4443         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4444         * nss/nss_files/files-have_o_cloexec.c: New file.
4445
4446         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4447         available.
4448
4449 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4450
4451         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4452         ___new_wcstold_l): New weak aliases.
4453         (strtold_l, wcstold_l): Use them as second argument for
4454         long_double_symbol.
4455
4456 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4457
4458         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4459         register in test for error.
4460
4461         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4462         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4463
4464         * po/sv.po: Update from translation team.
4465
4466 2007-08-06  Roland McGrath  <roland@redhat.com>
4467
4468         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4469         Remove __strto*_l inlines.
4470         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4471         * stdlib/strtod.c: Add libc_hidden_def.
4472         * stdlib/strtod_l.c: Likewise.
4473         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4474         for __new_strtold and __new_wcstold.
4475         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4476         __STRTOF, STRTOF.
4477         * stdlib/strtol.c: Add libc_hidden_def.
4478         * stdlib/strtol_l.c: Likewise.
4479         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
4480         strtoq.
4481
4482         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
4483
4484         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
4485         * scripts/data/localplt-generic.data: ... here.
4486         * elf/Makefile (check-data): Get generic file if no other.
4487         ($(objpfx)check-localplt.out): Make target unconditional.
4488
4489         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
4490         Use ElfW(Nhdr).
4491
4492 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
4493
4494         * po/zh_CN.po: Updated translation from translation team.
4495
4496 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
4497
4498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
4499         Don't use CGOTSETUP and CGOTRESTORE macros.
4500
4501 2007-08-04  Roland McGrath  <roland@redhat.com>
4502
4503         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
4504
4505 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
4506
4507         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
4508         __extension__ around the whole statement expression.
4509
4510 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
4511
4512         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
4513         elements during initialization.
4514
4515         * po/pl.po: Updated translation from translation team.
4516         * po/tr.po: Likewise.
4517         * po/nl.po: Likewise.
4518
4519 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
4520
4521         * rt/aio.h: Add __nonnull attributes.
4522
4523 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4524
4525         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
4526         * stdlib/Makefile (tests): Add tst-strtod5.
4527         (tst-strtod5-ENV): New.
4528         * stdlib/tst-strtod5.c: New file.
4529
4530         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
4531         failed.
4532         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
4533         on failure.
4534
4535         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
4536         allocated.
4537
4538 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4539
4540         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
4541         numbers.
4542
4543 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
4544
4545         * io/Makefile (aux): Add have_o_cloexec.
4546         * include/fcntl.h: Declare __have_o_cloexec.
4547         * io/have_o_cloexec.c: New file.
4548         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
4549         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
4550         fcntl call if not necessary.
4551         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
4552         of local variable.
4553
4554         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
4555         Avoid memset, add explicit initialization.
4556         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
4557         to the end and change into zero-sized array.
4558         Move lock member to fill a hole on 64-bit platforms.
4559
4560         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
4561         inline functions.
4562         * include/stdlib.h: Add __strto*_internal prototypes here.
4563         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
4564         inline functions.
4565         * include/wchar.h: Add __wcsto*_internal prototypes.
4566         * sysdeps/generic/inttypes.h: No need to protect the declaration
4567         of the __strto*_internal and __wcsto*_internal members here.
4568
4569         * rt/mqueue.h: Change const to __const and add nonnull attributes.
4570
4571 2007-08-02  Roland McGrath  <roland@redhat.com>
4572
4573         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
4574         $(inst_bindir)/getconf if possible.
4575
4576         * posix/Makefile ($(objpfx)getconf.speclist): New target.
4577         (generated): Add it.
4578         ($(inst_libexecdir)/getconf): Use it.
4579
4580 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
4581
4582         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
4583         /proc is faster and sufficient.  /sys is still needed for
4584         __get_nprocs_conf.
4585
4586 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
4587
4588         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
4589         syscall as __fallocate64.
4590         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
4591         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
4592
4593 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
4594
4595         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
4596         value.
4597
4598         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
4599         if off_t is different rank from size_t.
4600
4601         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
4602         uw_frame_state_for): Avoid type punning warnings.
4603         * sysdeps/generic/unwind-dw2-fde-glibc.c
4604         (_Unwind_IteratePhdrCallback): Likewise.
4605         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
4606         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
4607         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
4608         pointers.
4609
4610 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
4611
4612         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
4613         total processors using sysfs.
4614         (__get_nprocs): Use sysfs to determine which processors are online.
4615
4616 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
4617
4618         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
4619         syscall arguments count.
4620
4621         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
4622
4623 2007-07-30  Roland McGrath  <roland@redhat.com>
4624
4625         * manual/libc.texinfo: Update copyrights, formatting magic, and
4626         @dircategory.  From Karl Berry <karl@freefriends.org>.
4627
4628 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
4629
4630         [BZ #4860]
4631         * io/Makefile (headers): Add bits/fcntl2.h.
4632
4633         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
4634         using gcc builtin.
4635         (__CPU_EQUAL_S): Likewise.
4636
4637         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
4638         (tests): Add tst-cpuset.
4639         * posix/sched_cpualloc.c: New file.
4640         * posix/sched_cpufree.c: New file.
4641         * posix/tst-cpuset.c: New file.
4642         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
4643         GLIBC_2.7.
4644         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
4645         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
4646         macros.  Define CPU_*_S macros.
4647
4648 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
4649
4650         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
4651         entry.
4652
4653         [BZ #4858]
4654         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
4655         #.0g and value rounded to 1.0.
4656         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
4657
4658 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
4659
4660         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
4661         for int_frac_digits and frac_digits.
4662
4663         * login/logout.c (logout): Avoid aliasing violation.
4664         * login/logwtmp.c (logwtmp): Likewise.
4665
4666         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
4667
4668         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
4669         to avoid warning.
4670         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
4671         warning.
4672         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
4673         warning.
4674         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
4675         to avoid warnings.
4676
4677         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
4678         void **.
4679         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
4680
4681         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
4682         char * to avoid warning.
4683         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
4684
4685         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
4686
4687         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
4688         allocate_arrays): Cast second argument to charmap_find_symbol
4689         to char * to avoid warnings.
4690
4691         * locale/programs/repertoire.c (repertoire_new_char): Change
4692         from_nr, to_nr and cnt to unsigned long, adjust printf format
4693         string.
4694
4695         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
4696         Cast second argument to new_element to char * to avoid warnings.
4697
4698         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
4699
4700         * intl/gettextP.h (struct loaded_domain): Change plural to const
4701         struct expression *.
4702         * intl/plural-eval.c (plural_eval): Change first argument to
4703         const struct expression *.
4704         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
4705         argument to const struct expression **.
4706         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
4707         prototypes.
4708         * intl/loadmsgcat (_nl_unload_domain): Cast away const
4709         in call to __gettext_free_exp.
4710
4711         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
4712         unitialized wstring/wpattern var warnings.
4713
4714         * posix/runtests.c (struct a_test): Make data field const char *.
4715
4716         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
4717         vars if not LDBL_MANT_DIG >= 106.
4718
4719         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
4720
4721         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
4722         __find_specmb to avoid warning.
4723
4724         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
4725
4726         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
4727         to avoid warnings.
4728
4729         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
4730         initializer.
4731
4732         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
4733         tv var when it will be actually used.
4734
4735         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
4736         to avoid warnings.
4737
4738         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
4739         char array resp. pointer.
4740         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
4741         char array.
4742         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
4743         to const unsigned char **.
4744         (ucs4_to_cns11643): Change second argument to unsigned char *.
4745         * iconvdata/euc-tw.c (BODY): Change endp type to
4746         const unsigned char *.
4747         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
4748         to unsigned char *.
4749         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
4750         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
4751         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
4752         types to unsigned char pointers/arrays instead of char.
4753         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
4754         to unsigned char *.
4755         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
4756         * iconvdata/jis0212.h: Include assert.h.
4757         (ucs4_to_jisx0212): Change second argument to unsigned char *.
4758         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
4759         of trying to handle that.
4760         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
4761         shut up a warning.
4762         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
4763         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
4764         two dimensional const unsigned char arrays.
4765         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
4766         Initialize endp to inptr to shut up a warning.
4767
4768 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
4769
4770         [BZ #4772]
4771         * time/strptime_l.c (__strptime_internal): Silently ignore
4772         strftime modifiers and field width in recursive calls.
4773
4774         * include/time.h (enum ptime_locale_status): Remove.
4775         (__strptime_internal): Remove decided and era_cnt arguments,
4776         add statep argument.
4777         * time/strptime_l.c (__strptime_internal): Remove decided
4778         and era_cnt arguments, add statep argument.  Don't recompute
4779         any fields in recursive calls, only update caller's tm
4780         and state, if recursive call fails, don't change tm nor
4781         any state.
4782         (get_alt_number): Adjust.
4783         (recursive): Adjust caller.
4784         (strptime): Likewise.
4785         * time/strptime.c (strptime): Likewise.
4786
4787 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
4788
4789         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
4790         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
4791         if from and to charsets are the same.
4792         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
4793         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
4794         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
4795
4796 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
4797
4798         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
4799         Don't define wint_t when __need_mbstate_t unless it
4800         is necessary.
4801         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
4802         in the typedef if possible.
4803         * wctype/wctype.h (wint_t): Define by including
4804         wchar.h with __need_wint_t instead of including stddef.h
4805         with __need_wint_t and as fallback definining it ourselves.
4806         * iconv/gconv.h (__need_wint_t): Define before including
4807         wchar.h.
4808         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
4809         or _GLIBCPP_USE_WCHAR_T.
4810         (__need_wchar_t): Don't define
4811         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
4812         (__need_wint_t): Don't define before including stddef.h,
4813         define before including wchar.h only if _LIBC or
4814         _GLIBCPP_USE_WCHAR_T.
4815         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
4816         * sysdeps/mach/hurd/_G_config.h: Likewise.
4817         * sysdeps/generic/_G_config.h: Likewise.
4818         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
4819         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
4820         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
4821         if _LIBC or _GLIBCPP_USE_WCHAR_T.
4822
4823 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
4824
4825         * sysdeps/posix/posix_fallocate64.c: Undefine
4826         __posix_fallocate64_l64 before alias handling.
4827         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
4828         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
4829         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
4830         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
4831
4832         * io/tst-posix_fallocate.c: Include <fcntl.h>.
4833
4834 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
4835
4836         * locale/programs/ld-collate.c (atwc): New variable.
4837         (add_to_tablewc): New toplevel function, moved from collate_output.
4838         (collate_output): Remove add_to_tablewc nested function.
4839
4840         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
4841         (name_insert): New function.
4842         (write_output): Remove hash_table and hash_size vars and name_insert
4843         nested function.
4844
4845 2007-07-24  Roland McGrath  <roland@redhat.com>
4846
4847         * Makerules (install-others-programs-nosubdir): New target.
4848         (install-no-libc.a-nosubdir): Depend on it.
4849
4850         * iconv/Makefile (install-others-programs): Set this instead of
4851         install-others.
4852         * login/Makefile (install-others-programs): Likewise.
4853         * posix/Makefile (install-others-programs): Likewise.
4854
4855         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
4856         dependencies.
4857
4858 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
4859
4860         * io/Makefile (tests): Add tst-posix_fallocate.
4861         * io/tst-posix_fallocate.c: New file.
4862
4863         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4864         __ASSUME_FALLOCATE.
4865
4866 2007-07-22  Roland McGrath  <roland@frob.com>
4867
4868         * hurd/getdport.c: Add missing copyright year update.
4869
4870         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
4871         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
4872
4873 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
4874
4875         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
4876
4877         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
4878         O_CLOEXEC is needed.
4879         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
4880         Avoid additional fcntl to set O_CLOEXEC if not needed.
4881         * nis/nss_compat/compat-initgroups.c: Likewise.
4882         * nis/nss_compat/compat-pwd.c: Likewise.
4883         * nis/nss_compat/compat-spwd.c: Likewise.
4884
4885 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4886
4887         [BZ #3665]
4888         * manual/errno.texi: Change ECANCELED value to 119.
4889
4890         [BZ #4610]
4891         * mach/lock-intern.h: Include <sys/cdefs.h>.
4892
4893         [BZ #4178]
4894         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
4895         reading A.
4896
4897         [BZ #4126]
4898         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
4899         to __sigsuspend.
4900
4901         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
4902
4903 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
4904
4905         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
4906         `__ASSEMBLER__'.
4907         * sysdeps/mach/hurd/i386/tls.h: Likewise.
4908
4909 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
4910
4911         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
4912         descriptor received from nscd.
4913
4914         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
4915
4916         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
4917         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4918         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4919         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4920         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4921         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4922
4923 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
4924
4925         [BZ #4816]
4926         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
4927
4928         [BZ #4813]
4929         * login/forkpty.c (forkpty): Close master and slave fds on
4930         fork failure.  Patch by
4931         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
4932
4933 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
4934
4935         * include/features.h (__USE_ISOC95): New define.
4936         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
4937         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
4938         for -std=iso9899:199409.
4939         * CONFORMANCE: Remove comments about unsupported AMD1.
4940
4941 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
4942
4943         * sysdeps/ia64/sched_cpucount.c: New file.
4944         * sysdeps/powerpc/sched_cpucount.c: New file.
4945
4946         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
4947         __BEGIN_DECLS/__END_DECLS around the prototype.
4948         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
4949         pointer to const cpu_set_t.
4950
4951         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
4952         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
4953         __need_size_t and include stddef.h.
4954         * sysvipc/sys/msg.h: Likewise.
4955         * posix/sched.h: Likewise.
4956         * hurd/hurd/signal.h (__need_size_t): Define.
4957
4958         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
4959         neither does signal.h in pedantic ISO C namespaces.  stdio.h
4960         no longer defines wint_t or wchar_t.
4961
4962         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
4963         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
4964         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
4965         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
4966         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
4967         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
4968         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
4969         * debug/printf_chk.c (__printf_chk): Likewise.
4970         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
4971         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
4972
4973         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
4974         Define.
4975
4976         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
4977         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
4978
4979 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
4980
4981         [BZ #4792]
4982         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
4983         * malloc/malloc.h (realloc): Likewise.
4984
4985         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
4986         if one of proc_file_chain streams has that fileno.
4987         * stdio-common/Makefile (tests): Add tst-popen2.
4988         * stdio-common/tst-popen2.c: New test.
4989
4990 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
4991
4992         * elf/ldconfig.c: Allow GPLv2 or any later version.
4993         * elf/readlib.c: Likewise.
4994         * elf/chroot_canon.c: Likewise.
4995         * elf/cache.c: Likewise.
4996         * nscd/mem.c: Likewise.
4997         * nscd/getpwuid_r.c: Likewise.
4998         * nscd/grpcache.c: Likewise.
4999         * nscd/aicache.c: Likewise.
5000         * nscd/getsrvbynm_r.c: Likewise.
5001         * nscd/nscd.c: Likewise.
5002         * nscd/servicescache.c: Likewise.
5003         * nscd/getsrvbypt_r.c: Likewise.
5004         * nscd/initgrcache.c: Likewise.
5005         * nscd/gethstbyad_r.c: Likewise.
5006         * nscd/gethstbynm2_r.c: Likewise.
5007         * nscd/getgrnam_r.c: Likewise.
5008         * nscd/nscd_setup_thread.c: Likewise.
5009         * nscd/getpwnam_r.c: Likewise.
5010         * nscd/gai.c: Likewise.
5011         * nscd/connections.c: Likewise.
5012         * nscd/dbg_log.c: Likewise.
5013         * nscd/cache.c: Likewise.
5014         * nscd/hstcache.c: Likewise.
5015         * nscd/nscd_conf.c: Likewise.
5016         * nscd/getgrgid_r.c: Likewise.
5017         * nscd/pwdcache.c: Likewise.
5018         * catgets/gencat.c: Likewise.
5019         * locale/programs/linereader.h: Likewise.
5020         * locale/programs/locarchive.c: Likewise.
5021         * locale/programs/ld-paper.c: Likewise.
5022         * locale/programs/locfile-kw.h: Likewise.
5023         * locale/programs/ld-address.c: Likewise.
5024         * locale/programs/xmalloc.c: Likewise.
5025         * locale/programs/ld-time.c: Likewise.
5026         * locale/programs/localedef.c: Likewise.
5027         * locale/programs/simple-hash.c: Likewise.
5028         * locale/programs/xstrdup.c: Likewise.
5029         * locale/programs/ld-numeric.c: Likewise.
5030         * locale/programs/locfile-kw.gperf: Likewise.
5031         * locale/programs/ld-collate.c: Likewise.
5032         * locale/programs/charmap-kw.gperf: Likewise.
5033         * locale/programs/charmap.h: Likewise.
5034         * locale/programs/charmap-kw.h: Likewise.
5035         * locale/programs/config.h: Likewise.
5036         * locale/programs/locfile.c: Likewise.
5037         * locale/programs/ld-ctype.c: Likewise.
5038         * locale/programs/charmap.c: Likewise.
5039         * locale/programs/ld-messages.c: Likewise.
5040         * locale/programs/repertoire.h: Likewise.
5041         * locale/programs/locale.c: Likewise.
5042         * locale/programs/ld-name.c: Likewise.
5043         * locale/programs/linereader.c: Likewise.
5044         * locale/programs/locfile.h: Likewise.
5045         * locale/programs/3level.h: Likewise.
5046         * locale/programs/ld-monetary.c: Likewise.
5047         * locale/programs/ld-measurement.c: Likewise.
5048         * locale/programs/charmap-dir.c: Likewise.
5049         * locale/programs/ld-identification.c: Likewise.
5050         * locale/programs/localedef.h: Likewise.
5051         * locale/programs/charmap-dir.h: Likewise.
5052         * locale/programs/repertoire.c: Likewise.
5053         * locale/programs/simple-hash.h: Likewise.
5054         * locale/programs/ld-telephone.c: Likewise.
5055         * locale/programs/locale-spec.c: Likewise.
5056         * locale/programs/locfile-token.h: Likewise.
5057         * posix/getconf.c: Likewise.
5058         * iconv/dummy-repertoire.c: Likewise.
5059         * iconv/iconv_charmap.c: Likewise.
5060         * iconv/iconvconfig.c: Likewise.
5061         * iconv/iconv_prog.c: Likewise.
5062         * malloc/memusagestat.c: Likewise.
5063         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5064
5065 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5066
5067         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5068         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5069         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5070         check for the first argument.
5071
5072 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5073
5074         [BZ #4775]
5075         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5076         (__tgmath_real_type): Fix if expr is const int or other const
5077         qualified integral type.
5078         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5079         expressions and handle const qualified arguments.
5080         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5081         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5082         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5083         statement expressions.
5084         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5085         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5086         (__TGMATH_UNARY_IMAG): Define.
5087         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5088         * math/Makefile (tests): Add test-tgmath2.
5089         (CFLAGS-test-tgmath2.c): Add.
5090         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5091         count_cfloat, count_cldouble): New variables.
5092         (NCCALLS): Define.
5093         (main): Check number of complex calls as well.
5094         (F(compile_test)): Add complex tests and tests with const qualified
5095         arguments.
5096         (y, z, ccount): Define.
5097         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5098         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5099         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5100         F(cproj)): New functions.
5101         * math/test-tgmath2.c: New test.
5102
5103 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5104
5105         [BZ #4776]
5106         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5107         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5108         instead output ".".
5109         * dlfcn/Makefile (distribute): Add glreflib3.c.
5110         (module-names): Add glreflib3.
5111         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5112         glreflib1.so.
5113         (LDFLAGS_glreflib3.so): New.
5114         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5115         glreflib1.so.
5116         * dlfcn/glreflib3.c: New file.
5117
5118         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5119         returned -1, return NULL.
5120         * intl/explodename.c (_nl_explode_name): Return -1 if
5121         _nl_normalize_codeset failed.
5122
5123 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5124
5125         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5126         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5127         and avoid branch misspredicts for > 31 bytes memset case.
5128         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5129         Remove toc ref to __cache_line_size.
5130
5131         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5132         to get ISA-V2.0 branch hints.
5133         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5134         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5135         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5136         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5137         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5138         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5139         Remove toc ref to __cache_line_size.
5140
5141         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5142         Include math_ldbl_opt.h.
5143
5144 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5145
5146         [BZ #4773]
5147         * time/strptime_l.c (__strptime_internal): Implement greedy
5148         matching of weekday and month names.
5149
5150 2007-07-09  Roland McGrath  <roland@redhat.com>
5151
5152         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5153         (ELF_NOTE_ABI): Use it.
5154         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5155
5156 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5157
5158         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5159         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5160
5161 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5162
5163         [BZ #4745]
5164         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5165         in loop to look for conversion specifier to avoid testing of
5166         wrong errno value.
5167         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5168         * stdio-common/bug18.c: New file.
5169         * stdio-common/bug18a.c: New file.
5170         * stdio-common/bug19.c: New file.
5171         * stdio-common/bug19a.c: New file.
5172
5173 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5174
5175         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5176         running awk script.
5177
5178 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5179
5180         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5181         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5182         Return NULL if mmap failed instead of asserting it does not.
5183         (calloc): Check for integer overflow.
5184
5185         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5186         than LONG_MAX / 10.
5187
5188 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5189
5190         [BZ #4702]
5191         * nis/nss-default.c: Include errno.h.
5192         (init): Preserve errno.
5193
5194 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5195
5196         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5197
5198 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5199
5200         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5201
5202 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5203
5204         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5205
5206 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5207
5208         * sysdeps/s390/dl-procinfo.c: New file.
5209         * sysdeps/s390/dl-procinfo.h: New file.
5210         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5211
5212 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5213
5214         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5215         in PT_NOTE segments with multiple notes.
5216         * elf/readelflib.c (process_elf_file): Likewise.
5217
5218 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5219
5220         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5221         ISO C compliant.
5222
5223 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5224
5225         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5226
5227 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5228
5229         * include/link.h: Don't include rtld-lowlevel.h.
5230         (struct link_map): Remove l_scope_lock.
5231         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5232         (_dl_scope_free_list): New field (variable) in _rtld_global.
5233         (DL_LOOKUP_SCOPE_LOCK): Remove.
5234         (_dl_scope_free): New prototype.
5235         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5236         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5237         (_dl_profile_fixup): Likewise.
5238         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5239         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5240         THREAD_GSCOPE_RESET_FLAG around it.
5241         * elf/dl-close.c (_dl_close_worker): Don't use
5242         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5243         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5244         scopes were queued or if l_scope_mem has been abandoned.
5245         * elf/dl-open.c (_dl_scope_free): New function.
5246         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5247         * elf/dl-support.c (_dl_scope_free_list): New variable.
5248         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5249         Remove DL_LOOKUP_SCOPE_LOCK handling.
5250         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5251         handling.
5252         * elf/dl-object.c (_dl_new_object): Don't use
5253         __rtld_mrlock_initialize.
5254
5255 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5256
5257         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5258         to fill in holes
5259         (rtld_global_ro): Likewise.
5260
5261 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5262
5263         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5264         Move PT_LOAD checking to...
5265         (_dl_addr_inside_object): ... here, new function.
5266         * elf/dl-sym.c (do_sym): If not l_contiguous,
5267         call _dl_addr_inside_object.
5268         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5269         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5270         * elf/dl-open.c (dl_open_worker): Likewise.
5271         (_dl_addr_inside_object): New function if IS_IN_rtld.
5272         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5273         holes are present or are PROT_NONE protected.
5274         * include/link.h (struct link_map): Add l_contiguous field.
5275         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5276
5277 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5278             Tomas Janousek  <tjanouse@redhat.com>
5279             Ulrich Drepper  <drepper@redhat.com>
5280
5281         [BZ #4647]
5282         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5283         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5284         socket.
5285         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5286         unused member a bitmap.
5287         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5288         servers are configured.
5289
5290 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5291
5292         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5293
5294 2007-06-17  Andreas Schwab  <schwab@suse.de>
5295
5296         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5297
5298 2007-06-16  Andreas Jaeger  <aj@suse.de>
5299
5300         [BZ #4125]
5301         * sysdeps/unix/sysv/linux/sys/ptrace.h
5302         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5303         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5304         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5305         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5306         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5307         Define.
5308         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5309         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5310         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5311         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5312
5313 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5314
5315         [BZ #4599]
5316         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5317         determining whether there are IPv4/IPv6 addresses, ignore loopback
5318         addresses.
5319
5320 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5321
5322         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5323         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5324         as the return type.  Change type of "r" variable to CMPtype.
5325         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5326         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5327         * soft-fp/gedf2.c (__gedf2): Likewise.
5328         * soft-fp/gesf2.c (__gesf2): Likewise.
5329         * soft-fp/getf2.c (__getf2): Likewise.
5330         * soft-fp/ledf2.c (__ledf2): Likewise.
5331         * soft-fp/lesf2.c (__lesf2): Likewise.
5332         * soft-fp/letf2.c (__letf2): Likewise.
5333         * soft-fp/unorddf2 (__unorddf2): Likewise.
5334         * soft-fp/unordsf2 (__unordsf2): Likewise.
5335         * soft-fp/unordtf2 (__unordtf2): Likewise.
5336
5337 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5338
5339         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5340         make sure gcc doesn't mess around with this.
5341
5342 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5343
5344         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5345
5346 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5347
5348         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5349         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5350         at most once per _dl_close_worker.
5351
5352 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5353
5354         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5355         __sched_cpucount as const.
5356         * posix/sched_cpucount.c: Adjust.
5357
5358         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5359         instruction for counting bits.
5360         * sysdeps/x86_64/sched_cpucount.c: New file.
5361
5362 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5363
5364         * configure.in: Avoid variable named BASH.
5365         * config.make.in: Likewise.
5366         Patch in part by Mike Frysinger.
5367
5368 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5369
5370         [BZ #4586]
5371         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5372         pseudo-zeros as zero.
5373         * sysdeps/x86_64/ldbl2mpn.c: New file.
5374         * sysdeps/ia64/ldbl2mpn.c: New file.
5375
5376 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5377
5378         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5379         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5380         Remove unreachable code at the end.
5381
5382 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5383
5384         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5385         ldbl-128ibm in comment.
5386         (fpclassifyl): Correct classification of denormals.
5387         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5388         return value for MIN denormal. Rewrite using long double math too
5389         correctly handle denormals and canonicalize the results.
5390
5391 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5392
5393         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5394         (__mpn_construct_long_double): Fix conversion where result ought
5395         to be smaller than __LDBL_MIN__, or the low double should be
5396         denormal.  Fix decision where to negate low double - honor round
5397         to even rules.
5398         * stdio-common/tst-sprintf2.c: Include string.h.
5399         (COMPARE_LDBL): Define.
5400         (TEST): Also test whether a string hexadecimal float representation
5401         can be parsed back to the number.
5402         (main): Add a couple of further tests.
5403
5404 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5405
5406         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5407         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5408         is non-zero, but smaller than 2 * __DBL_MIN__.
5409         * stdio-common/tst-sprintf2.c: New test.
5410         * stdio-common/Makefile (tests): Add tst-sprintf2.
5411
5412         * math/test-misc.c (main): Don't run last batch of tests with
5413         IBM long double format.
5414
5415 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5416
5417         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5418         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5419         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5420         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5421         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5422         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5423         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5424         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5425         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5426         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5429         New file.
5430         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5431         New file.
5432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5433         New file.
5434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5435         New file.
5436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5437         New file.
5438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5440         New file.
5441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5442         New file.
5443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5444         New file.
5445         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5446         New file.
5447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5448         New file.
5449
5450 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5451
5452         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5453         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5454         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5455         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5456         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5457         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5458         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5459         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5460
5461 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5462
5463         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5464         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5465         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5466         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5467         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5468         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5469         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5470         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5471
5472 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5473
5474         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5475         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5476         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5477         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
5478
5479 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
5480
5481         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
5482         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
5483
5484 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
5485
5486         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
5487         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
5488         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
5489         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
5490
5491 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
5492
5493         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
5494         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
5495
5496 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5497
5498         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
5499         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
5500
5501         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
5502         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
5503         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
5504         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5505
5506 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
5507
5508         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
5509         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
5510         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
5511         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
5512
5513 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
5514
5515         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
5516         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
5517         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
5518         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5519         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
5520         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5521
5522 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5523
5524         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
5525         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
5526         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
5527         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
5528
5529 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5530
5531         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
5532         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
5533         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
5534         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
5535         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
5536         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
5537         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
5538         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
5539         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
5540         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
5541         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
5542         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
5543         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
5544         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
5545         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
5546         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
5547
5548 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5549
5550         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
5551         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
5552
5553 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5554
5555         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
5556         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
5557
5558 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5559
5560         * sysdeps/powerpc/powerpc32/970/Implies: New file.
5561         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
5562         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
5563         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
5564         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
5565         * sysdeps/powerpc/powerpc64/970/Implies: New file.
5566         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
5567         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
5568         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
5569         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
5570
5571 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5572
5573         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
5574
5575 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
5576
5577         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
5578         branch miss-predicts. Ensure that cache line crossing does not impact
5579         dispatch grouping.
5580
5581 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
5582
5583         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
5584         "../../powerpc32/power4/memcopy.h".
5585         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
5586         "../../powerpc32/power4/wordcopy.c".
5587
5588 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5589
5590         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
5591         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
5592         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
5593         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
5594         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
5595         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
5596
5597 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
5598
5599         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
5600
5601 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5602
5603         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
5604         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
5605         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
5606         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
5607         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
5608         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
5609         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
5610         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
5611
5612 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
5613
5614         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
5615
5616 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5617
5618         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
5619         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
5620         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
5621         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
5622         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
5623         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
5624         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
5625
5626 2007-05-29  Roland McGrath  <roland@redhat.com>
5627
5628         * po/Makefile (po-sed-cmd): New variable.
5629         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
5630
5631 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
5632
5633         * crypt/md5-crypt.c: Fix comment.
5634
5635         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
5636         of crashing.  When this is the case or if the reply is malformed,
5637         don't try to close the new file descriptor since it does not
5638         exist.
5639         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
5640
5641 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
5642
5643         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
5644         if __NR_utimensat is not defined.
5645
5646 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
5647
5648         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
5649
5650 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
5651
5652         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
5653         (open): Fix comment typos.  Don't call __open_2 if flags
5654         is a compile time constant without O_CREAT.
5655         (__open64_2): Add nonnull attribute.
5656         (open64): Fix comment typos.  Don't call __open64_2 if flags
5657         is a compile time constant without O_CREAT.
5658         (__openat_2): Add nonnull attribute, fix nonnull attribute
5659         on redirect.
5660         (openat): Fix comment typos.  Don't call __openat_2 if flags
5661         is a compile time constant without O_CREAT.
5662         (__openat64_2): Add nonnull attribute, fix nonnull attribute
5663         on redirect.
5664         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
5665         is a compile time constant without O_CREAT.
5666
5667 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
5668
5669         * Makerules (sysd-rules): Define PTW for ptw-* files.
5670         * Versions: Define GLIBC_2.7 for libc.
5671         * include/stdio.h: Declare __fortify_fail.
5672         * debug/fortify_fail.c: New file.
5673         * debug/Makefile (routines): Add fortify_fail.
5674         * debug/chk_fail.c: Use __fortify_fail.
5675         * debug/stack_chk_fail.c: Likewise.
5676         * io/Versions: Export __open_2, __open64_2, __openat_2, and
5677         __openat64_2 for GLIBC_2.7.
5678         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
5679         * io/open.c: Define *_2 variant of function which checks for O_CREAT
5680         and fails if necessary.
5681         * io/open64.c: Likewise.
5682         * io/openat.c: Likewise.
5683         * io/openat64.c: Likewise.
5684         * sysdeps/unix/sysv/linux/open64.c: Likewise.
5685         * sysdeps/unix/sysv/linux/openat.c: Likewise.
5686         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
5687         * io/bits/fcntl2.h: New file.
5688         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
5689         __openat64_2.
5690         * include/bits/fcntl2.h: New file.
5691         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
5692         Add open_2.
5693         * sysdeps/unix/sysv/linux/open_2.c: New file.
5694
5695 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
5696
5697         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
5698         as second parameter to handle_intel.
5699
5700         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
5701         the entry.
5702
5703         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
5704         handling to ...
5705         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
5706         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
5707         cacheinfo.
5708         * sysdeps/x86_64/memcpy.S: Complete rewrite.
5709         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
5710         Patch by Evandro Menezes <evandro.menezes@amd.com>.
5711
5712         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
5713
5714 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
5715
5716         [BZ #4525]
5717         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
5718         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
5719         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
5720
5721         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
5722
5723         [BZ #4514]
5724         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
5725         reinitialize workend at the start of each do_positional format spec
5726         loop, free workstart before do_positional loops.
5727         (printf_unknown): Fix size of work_buffer.
5728         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
5729
5730         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
5731         (public_sET_STATe): If ms->version < 3, put all chunks into
5732         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
5733         chunks.
5734
5735         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
5736         * malloc/hooks.c: Likewise.
5737         * malloc/arena.c: Likewise.
5738         * malloc/malloc.c (do_check_malloc_state): Don't assert
5739         n_mmaps is not greater than n_mmaps_max.  This removes the need
5740         for the previous change.
5741
5742         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
5743         2007-05-07 commit.
5744
5745 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
5746
5747         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
5748         Define for kernel >= 2.6.22.
5749
5750 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
5751
5752         * elf/dl-close.c (_dl_close_worker): When removing object from
5753         global scope, wait for all lookups to finish afterwards.
5754         * elf/dl-open.c (add_to_global): When global scope array must
5755         grow, allocate a new one and free old array only after all
5756         lookups finish.
5757         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
5758         (_dl_lookup_symbol_x): Likewise.
5759         * elf/dl-support.c: Define _dl_wait_lookup_done.
5760         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
5761         _dl_wait_lookup_done.
5762
5763         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
5764         not overlapping with arena.
5765
5766         * malloc/mcheck.c (reallochook): If size==0, free the block.
5767
5768         * rt/tst-shm.c: Use fstat64 instead of fstat.
5769
5770         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
5771         __NR_sync_file_range is not defined.
5772
5773 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
5774
5775         Dummy files to prevent stub versions from being used.
5776         * sysdeps/x86_64/fpu/k_cosl.c: New file.
5777         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
5778         * sysdeps/x86_64/fpu/k_sinl.c: New file.
5779         * sysdeps/x86_64/fpu/k_tanl.c: New file.
5780
5781         * version.h (VERSION): Set to 2.6.90.
5782
5783 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
5784
5785         * version.h (VERSION): Define to 2.6.
5786         * include/features.h (__GLIBC_MINOR__): Define to 6.
5787
5788         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
5789
5790         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
5791         sizes.
5792
5793 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
5794
5795         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
5796         number of mmaps.  n_mmaps_max is the target.
5797         * malloc/hooks.c: Likewise.
5798         * malloc/arena.c: Likewise.
5799
5800 2007-05-12  Andreas Jaeger  <aj@suse.de>
5801
5802         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
5803         getpid.
5804
5805 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
5806
5807         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
5808         adding new variables.
5809
5810         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
5811         optimize.  Completely extend global scope array before making the
5812         new entries visible.
5813
5814 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
5815
5816         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
5817         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
5818         tst-getcpu.
5819
5820         * include/link.h: Move l_version and l_nversion members around to
5821         fill gaps.
5822
5823         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
5824
5825         * sysdeps/unix/sysv/linux/sched_setaffinity.c
5826         (__sched_setaffinity_new): If syscall was successful and
5827         RESET_VGETCPU_CACHE is defined, use it before returning.
5828         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
5829
5830         * io/sys/stat.h: Make sure struct timespec is defined for
5831         __USE_ATFILE.
5832
5833         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
5834         UTIME_OMIT.
5835         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
5836         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
5837         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
5838         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
5839         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
5840         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
5841         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
5842         * io/sys/stat.h: Declare utimensat, futimens.
5843         * io/utimensat.c: New file.
5844         * io/futimens.c: New file.
5845         * sysdeps/unix/sysv/linux/utimensat.c: New file.
5846         * sysdeps/unix/sysv/linux/futimens.c: New file.
5847         * io/Makefile (routines): Add utimensat, futimens.
5848         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
5849         * sysdeps/unix/sysv/linux/lutimes.c: New file.
5850         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
5851         available.
5852
5853         * include/sys/cdefs.h: Redefine __nonnull so that test for
5854         incorrect parameters in the libc code itself are not omitted.
5855
5856 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
5857
5858         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
5859         exception in addition to inexact when asked to raise only FE_INEXACT.
5860
5861         [BZ #3427]
5862         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
5863         in *envp.
5864
5865 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
5866
5867         [BZ #4403]
5868         * string/strfry.c (strfry): Make result more random.
5869
5870 2007-05-07  Richard Henderson  <rth@redhat.com>
5871
5872         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
5873         if __NO_LONG_DOUBLE_MATH.
5874         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
5875         available in the compiler, add .arch directive to the assembly.
5876
5877 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
5878
5879         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
5880         compat_symbol to GLIBC_2_1.
5881         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
5882         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
5883         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
5884         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
5885         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
5886         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
5887         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
5888         libc, not libm.
5889         (__isnanl): New compat_symbol.
5890
5891 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
5892             Jakub Jelinek  <jakub@redhat.com>
5893
5894         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
5895         (new_heap): Initialize mprotect_size.
5896         (grow_heap): When growing, only mprotect from mprotect_size till
5897         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
5898         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
5899
5900 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
5901             Peter Bergner  <bergner@us.ibm.com>
5902
5903         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
5904         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
5905         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
5906         * sysdeps/powerpc/fpu/fe_mask.c: New file.
5907         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
5908         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
5909         Call __fe_mask_env() if all FP exceptions disabled.
5910         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
5911         from old FPSCR to new fenv to propagate DFP rounding modes.
5912         Call __fe_mask_env() if FP exceptions previously enabled.
5913         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
5914         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
5915         transitioning from all exceptions disabled to any exception enabled
5916         or visa versa.
5917         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
5918         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
5919         when transitioning from all exceptions disabled to any exception
5920         enabled or visa versa.
5921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
5922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
5923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
5924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
5925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
5926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
5927
5928 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
5929
5930         [BZ #4465]
5931         * posix/unistd.h: Remove __THROW from fdatasync.
5932
5933 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
5934
5935         [BZ #4465]
5936         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
5937
5938 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
5939
5940         * stdio-common/vfprintf.c (process_string_arg): Optimize
5941         ridiculous precision in wide char code printing multi-byte string.
5942         Reported by Jim Meyering <jim@meyering.net>.
5943
5944         [BZ #4131]
5945         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
5946         boundaries to work around systems with overlapping binary loading.
5947         Based on a patch by Suzuki <suzuki@in.ibm.com>.
5948
5949 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
5950
5951         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
5952         __mbsnrtowcs after last change.
5953
5954         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
5955         (get_ident): Likewise.
5956
5957 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
5958
5959         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
5960         with setting the sticky bit.
5961         * math/test-misc.c (main): Add more truncation tests.
5962
5963 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
5964
5965         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
5966         double in the function declaration.
5967         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
5968         double in the function declaration.
5969         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
5970         float in the function declaration.
5971         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
5972         float in the function declaration.
5973
5974         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
5975         denormal operands.  Do not generate FP_EX_DENORM exception.
5976         (FP_UNPACK_RAW_EP): Ditto.
5977         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
5978         undefined _FP_UNPACK_RAW_E.
5979         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
5980         undefined _FP_UNPACK_RAW_EP.
5981         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
5982         undefined _FP_PACK_RAW_E.
5983         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
5984         undefined _FP_PACK_RAW_EP.
5985
5986         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
5987         _FP_FRAC_COPY_2.
5988         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
5989         _FP_FRAC_COPY_4.
5990
5991 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
5992             Jakub Jelinek  <jakub@redhat.com>
5993
5994         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
5995         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
5996         this case.
5997         * soft-fp/op-common.h (FP_TRUNC): Ditto.
5998
5999 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6000
6001         * math/test-misc.c (main): Add tests for rounding long double
6002         values close to smallest double denormalized value to double.
6003
6004 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6005
6006         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6007         condition for truncating to 0.  Set sticky bit for such
6008         truncation.
6009
6010 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6011
6012         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6013         fixed length array for ignore.
6014
6015 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6016
6017         [BZ #4438]
6018         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6019         stack for large precisions.
6020         * stdio-common/test-vfprintf.c (main): Add test for large
6021         precision.
6022
6023 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6024
6025         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6026         for exponent 0.
6027         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6028
6029         [BZ #4439]
6030         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6031         account in the size check.
6032         * resolv/tst-inet_ntop.c: New test.
6033         * resolv/Makefile (tests): Add tst-inet_ntop.
6034
6035 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6036             Jakub Jelinek  <jakub@redhat.com>
6037
6038         [BZ #4349]
6039         * malloc/malloc.c: Keep separate list for first blocks on the bin
6040         lists with a given size.  This helps skipping over list elements
6041         we know won't fit in two places.
6042         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6043
6044 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6045
6046         [BZ #4102]
6047         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6048         label to Teredo tunnel addresses 2001://32.
6049
6050 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6051
6052         * locale/programs/ld-collate.c (collate_read): Allow order_start
6053         after copy.
6054
6055         * locale/programs/ld-collate.c (collate_read): Fix printing of
6056         error message.
6057
6058         [BZ #3213]
6059         * locale/C-translit.h.in: Add entry for U2044.
6060
6061         [BZ #4342]
6062         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6063         hexa-decimal floats without exponent.
6064         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6065
6066 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6067
6068         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6069         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6070         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6071         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6072         GLIBC_2.6.
6073         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6074         Add sched_getcpu.
6075
6076 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6077
6078         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6079         of 0 after the out_fail label.
6080
6081 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6082
6083         [BZ #4406]
6084         * iconv/gconv_charset.h (strip): Allow ':'.
6085         * iconv/iconv_open.c (iconv_open): Adjust comment.
6086
6087 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6088
6089         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6090         version.
6091
6092 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6093
6094         [BZ #4381]
6095         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6096         alignment of buffer and tmp_buffer.
6097         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6098         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6099         alignment of buffer.
6100         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6101         bigger than INT_MAX.
6102         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6103         h_errnop arguments.  Fail if buflen is too small.
6104         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6105
6106 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6107
6108         [BZ #4405]
6109         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6110         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6111
6112 2007-04-22  Roland McGrath  <roland@redhat.com>
6113
6114         * elf/elf.h (NT_PRXFPREG): New macro.
6115
6116 2007-04-19  Andreas Jaeger  <aj@suse.de>
6117
6118         [BZ #3905]
6119         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6120         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6121         Added.
6122
6123 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6124
6125         * include/sys/mman.h: Mark madvise hidden.
6126         * misc/madvise.c: Add libc_hidden_def.
6127
6128 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6129
6130         * nis/nis_domain_of.c (__nis_domain_of): New function.
6131         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6132         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6133         * nis/nis_call.c (rec_dirsearch): Likewise.
6134         (first_shoot): Likewise.  Remove search_parent_first argument.
6135         (struct nis_server_cache): Rename search_parent_first field
6136         to search_parent.
6137         (nis_server_cache_search, nis_server_cache_add): Rename
6138         search_parent_first argument to search_parent.
6139         (__nisfind_server): Likewise.  If search_parent, call
6140         __nis_domain_of.
6141
6142 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6143
6144         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6145
6146 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6147
6148         [BZ #4368]
6149         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6150
6151 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6152
6153         [BZ #4364]
6154         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6155
6156 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6157
6158         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6159         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6160         current number of locales in SUPPORTED.
6161         (create_archive): Initialize serial.
6162         (enlarge_archive): Preserve aliases rather than duplicating
6163         their locrecs.
6164
6165 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6166
6167         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6168         after _IO_un_link, not before it.
6169
6170         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6171         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6172         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6173
6174 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6175
6176         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6177         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6178         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6179         Remove __THROW.
6180         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6181         _IO_file_xsgetn_maybe_mmap): Likewise.
6182         * libio/oldfileops.c (old_do_write): Likewise.
6183         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6184         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6185         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6186         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6187         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6188         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6189         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6190         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6191         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6192         _IO_file_underflow, _IO_file_underflow_mmap,
6193         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6194         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6195         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6196         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6197         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6198         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6199         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6200         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6201         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6202         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6203         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6204         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6205         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6206         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6207         _IO_adjust_column_internal, _IO_default_uflow_internal,
6208         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6209         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6210         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6211         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6212         _IO_file_close_it_internal, _IO_file_underflow_internal,
6213         _IO_file_overflow_internal, _IO_file_attach_internal,
6214         _IO_file_fopen_internal, _IO_file_sync_internal,
6215         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6216         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6217         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6218         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6219         _IO_seekpos_unlocked): Likewise.
6220         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6221         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6222
6223 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6224
6225         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6226         argument in xmalloc size computation.
6227
6228 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6229
6230         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6231         math_opt_barrier and math_force_eval macros.
6232
6233 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6234
6235         [BZ #3306]
6236         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6237         * sysdeps/i386/fpu/math_private.h: New file.
6238         * sysdeps/x86_64/fpu/math_private.h: New file.
6239         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6240         math_force_eval macros.  Use "+m" constraint on asm rather than
6241         "=m" and "m".
6242         * math/s_nextafter.c (__nextafter): Likewise.
6243         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6244         Likewise.
6245         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6246         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6247         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6248         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6249         math_opt_barrier and math_force_eval macros.
6250         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6251         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6252         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6253         (__nexttoward): Use math_opt_barrier and
6254         math_force_eval macros.  Use "+m" constraint on asm rather than
6255         "=m" and "m".  Only use asm to force double result if
6256         FLT_EVAL_METHOD is 2.
6257         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6258         (__nexttowardf): Use math_opt_barrier and
6259         math_force_eval macros.  Use "+m" constraint on asm rather than
6260         "=m" and "m".  Only use asm to force double result if
6261         FLT_EVAL_METHOD is not 0.
6262         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6263         (__nexttowardf): Use math_opt_barrier and
6264         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6265         x to float using asm.
6266         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6267         (__nldbl_nexttowardf): Use math_opt_barrier and
6268         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6269         x to float using asm.
6270         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6271         (__nexttowardf): Use math_opt_barrier and math_force_eval
6272         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6273         * math/bug-nextafter.c (zero, inf): New variables.
6274         (main): Add new tests.
6275         * math/bug-nexttoward.c (zero, inf): New variables.
6276         (main): Add new tests.
6277
6278 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6279
6280         [BZ #3427]
6281         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6282         exceptions both in SW and MXCSR.
6283         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6284         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6285         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6286         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6287         in MXCSR if SSE is available.
6288         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6289         and ldsodefs.h.
6290         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6291         Fix comment typo.
6292         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6293         Return 0 rather than 1.
6294         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6295         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6296         * math/test-fenv.c (feholdexcept_tests): New function.
6297         (main): Call it.
6298
6299 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6300
6301         [BZ #3427]
6302         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6303         in SW.
6304
6305 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6306
6307         [BZ #4344]
6308         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6309         Reported by David Anderson <davea42@earthlink.net>.
6310
6311 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6312
6313         * posix/sys/wait.h: Remove unnecessary forward declaration.
6314
6315 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6316
6317         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6318         with obj->do_servers after first_shoot.
6319
6320 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6321
6322         * posix/Makefile (routines): Add sched_cpucount.
6323         (tests): Add tst-cpucount.
6324         * posix/sched_cpucount.c: New file.
6325         * posix/tst-cpucount.c: New file.
6326         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6327         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6328         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6329         * posix/sched.h: Define CPU_COUNT.
6330
6331 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6332
6333         * posix/fnmatch.c (STRUCT): Define.
6334         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6335         * posix/fnmatch_loop.c (struct STRUCT): New type.
6336         (FCT): Add ends argument.  If ends != NULL and normal * is
6337         seen in the pattern, store current pattern and string pointers
6338         and return.  Adjust recursive calls.
6339         (EXT): Adjust FCT callers.
6340         (STRUCT): Undef at the end of the file.
6341         * posix/Makefile (tests): Add tst-fnmatch2.
6342         * posix/tst-fnmatch2.c: New test.
6343
6344 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6345
6346         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6347         and 1 on failure.
6348
6349         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6350         Change last argument to unsigned int.
6351
6352 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6353
6354         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6355
6356 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6357
6358         * config.h.in (HAVE_LIBCAP): Add.
6359         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6360         sys/capabilities.h.
6361         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6362         free_caps.  Cast away const from 4th cap_set_flag argument.
6363
6364 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6365
6366         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6367         GLIBC_2.6.
6368         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6369         Add sync_file_range.
6370         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6371
6372 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6373
6374         * sysdeps/powerpc/bits/atomic.h
6375         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6376         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6377         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6378         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6379         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6380         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6381         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6382         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6383         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6384         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6385         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6386         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6387         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6388         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6389         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6390         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6391         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6392         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6393         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6394         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6395
6396 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6397
6398         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6399         (__cache_line_size): Define the variable here.  Add
6400         attribute_hidden, remove weak_extern.
6401         (__libc_start_main): Set __cache_line_size
6402         unconditionally.
6403         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6404         (__cache_line_size): Define the variable here.  Add
6405         attribute_hidden, remove weak_extern.
6406         (DL_PLATFORM_AUXV): Set __cache_line_size
6407         unconditionally.
6408         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6409         weak_extern, add attribute_hidden.
6410         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6411         defined in ld.so.
6412         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6413         definition.
6414         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6415
6416 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6417
6418         [BZ #4276]
6419         * timezone/africa: Update from tzdata2007d.
6420         * timezone/asia: Likewise.
6421         * timezone/australasia: Likewise.
6422         * timezone/backward: Likewise.
6423         * timezone/europe: Likewise.
6424         * timezone/iso3166.tab: Likewise.
6425         * timezone/leapseconds: Likewise.
6426         * timezone/northamerica: Likewise.
6427         * timezone/southamerica: Likewise.
6428         * timezone/zone.tab: Likewise.
6429
6430         * timezone/private.h: Update from tzcode2007d.
6431         * timezone/zdump.c: Likewise.
6432         * timezone/zic.c: Likewise.
6433
6434 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6435
6436         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6437         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6438         variables.
6439         (nis_server_cache_search, nis_server_cache_add): New functions.
6440         (__nisfind_server): Use them.  Add dbp and flags argument, if
6441         call __nisbind_create.
6442         (__nisbind_create): Add server_used and current_ep arguments,
6443         only call __nis_findfastest if server_used is ~0.
6444         (__do_niscall2, __prepare_niscall): Adjust callers.
6445         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6446         ckey_cache_euid, ckey_cache_lock): New variables.
6447         (get_ckey): New function.
6448         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6449         __pmap_getnisport.  Save __pmap_getnisport result in
6450         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6451         key.
6452         * nis/nis_lookup.c (nis_lookup): Likewise.
6453         * nis/nis_table.c (nis_list): Likewise.
6454         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6455         prototypes.
6456
6457         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6458         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6459         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6460         _nss_nisplus_getservbyport_r): Likewise.
6461         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6462         _nss_nisplus_getnetbyaddr_r): Likewise.
6463         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6464         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6465         _nss_nisplus_getntohost_r): Likewise.
6466         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6467         _nss_nisplus_getrpcbynumber_r): Likewise.
6468
6469 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6470
6471         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6472         * configure: Rebuilt.
6473
6474         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6475         bit-fields.
6476         * soft-fp/extended.h (_FP_UNION_E): Likewise.
6477
6478 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
6479
6480         [BZ #2831]
6481         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
6482         bit-fields.
6483
6484 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
6485
6486         * nscd/gai.c: Include alloca.h.
6487         (__libc_use_alloca): Define.
6488
6489 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
6490
6491         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
6492         smaller scopes.
6493         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
6494         (DL_DST_REQUIRED): Adjust user.
6495
6496         * include/dlfcn.h (struct link_map): New forward decl.
6497
6498         * inet/getnameinfo.c: Include stddef.h.
6499         (getnameinfo): Use offsetof.
6500
6501         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
6502
6503         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
6504
6505         * string/strerror_l.c: Include stdlib.h.
6506
6507         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
6508         * config.make.in (gnu89-inline-CFLAGS): New variable.
6509         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
6510         -std=gnu99.
6511         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
6512         * argp/argp.h: Use it.
6513         * bits/mathinline.h: Likewise.
6514         * bits/sigset.h: Likewise.
6515         * bits/string.h: Likewise.
6516         * ctype/ctype.h: Likewise.
6517         * hurd/hurd.h: Likewise.
6518         * hurd/hurd/fd.h: Likewise.
6519         * hurd/hurd/port.h: Likewise.
6520         * hurd/hurd/signal.h: Likewise.
6521         * hurd/hurd/threadvar.h: Likewise.
6522         * hurd/hurd/userlink.h: Likewise.
6523         * io/sys/stat.h: Likewise.
6524         * libio/bits/stdio.h: Likewise.
6525         * libio/bits/stdio2.h: Likewise.
6526         * mach/lock-intern.h: Likewise.
6527         * mach/mach/mig_support.h: Likewise.
6528         * math/bits/cmathcalls.h: Likewise.
6529         * posix/bits/unistd.h: Likewise.
6530         * socket/bits/socket2.h: Likewise.
6531         * stdlib/bits/stdlib.h: Likewise.
6532         * stdlib/stdlib.h: Likewise.
6533         * string/argz.h: Likewise.
6534         * string/bits/string2.h: Likewise.
6535         * string/bits/string3.h: Likewise.
6536         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
6537         * sysdeps/generic/inttypes.h: Likewise.
6538         * sysdeps/generic/machine-lock.h: Likewise.
6539         * sysdeps/generic/machine-sp.h: Likewise.
6540         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6541         * sysdeps/i386/i486/bits/string.h: Likewise.
6542         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
6543         * sysdeps/mach/alpha/machine-lock.h: Likewise.
6544         * sysdeps/mach/alpha/machine-sp.h: Likewise.
6545         * sysdeps/mach/i386/machine-lock.h: Likewise.
6546         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
6547         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
6548         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
6549         * sysdeps/s390/bits/string.h: Likewise.
6550         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
6551         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
6552         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6553         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
6554         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6555         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
6556         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
6557         * wcsmbs/bits/wchar2.h: Likewise.
6558         * wcsmbs/wchar.h: Likewise.
6559         * stdlib/gmp.h: Likewise.  Include <features.h> to get
6560         __extern_inline definition.
6561
6562 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
6563
6564         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
6565         NULL.
6566
6567         [BZ #3919]
6568         * math/libm-test.inc (log_test): Test -Inf and NaN.
6569         (log10_test, log1p_test, log2_test): Test -Inf.
6570         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
6571         FE_INVALID when argument is qNaN.
6572         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6573         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6574         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
6575         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
6576         andb $1, %ah with testb $1, %ah, don't test for parity, instead
6577         testb $4, %ah and jump if non-zero.
6578         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
6579         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
6580
6581         [BZ #4101]
6582         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
6583         ancestors with the same depths.
6584         Patch by Niels Moeller <nisse@lysator.liu.se>.
6585         (filter_doc): Don't crash if argp is NULL.
6586         * argp/Makefile (tests): Add tst-argp2.
6587         * argp/tst-argp2.c: New test.
6588
6589         [BZ #4130]
6590         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
6591         open_not_cancel_2.
6592         (updwtmp_file): Likewise.
6593
6594         [BZ #4181]
6595         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
6596         (inet6_opt_append): Don't check extlen is big enough if extbuf
6597         is NULL.
6598         (inet6_opt_finish): Likewise.
6599         * inet/Makefile (tests): Add test-inet6_opt.
6600         * inet/test-inet6_opt.c: New test.
6601
6602         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
6603         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
6604         NLMSG_ERR.  Instead use a page sized buffer.
6605         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
6606         buffer.
6607
6608 2007-03-14  Richard Henderson  <rth@redhat.com>
6609
6610         * sysdeps/alpha/fpu/s_llround.c: New file.
6611         * sysdeps/alpha/fpu/s_llroundf.c: New file.
6612         * sysdeps/alpha/fpu/s_lround.c: New file.
6613         * sysdeps/alpha/fpu/s_lroundf.c: New file.
6614         * sysdeps/alpha/fpu/s_round.c: New file.
6615         * sysdeps/alpha/fpu/s_roundf.c: New file.
6616         * sysdeps/alpha/fpu/s_trunc.c: New file.
6617         * sysdeps/alpha/fpu/s_truncf.c: New file.
6618
6619         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
6620         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
6621         * sysdeps/alpha/fpu/s_floor.c: Likewise.
6622         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
6623         * sysdeps/alpha/fpu/s_rint.c: Likewise.
6624         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
6625
6626         * sysdeps/alpha/fpu/s_fmax.S: New file.
6627         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
6628         * sysdeps/alpha/fpu/s_fmin.S: New file.
6629         * sysdeps/alpha/fpu/s_fminf.S: New file.
6630         * sysdeps/alpha/fpu/s_isnan.c: New file.
6631         * sysdeps/alpha/fpu/s_isnanf.c: New file.
6632         * sysdeps/alpha/fpu/s_llrint.c: New file.
6633         * sysdeps/alpha/fpu/s_llrintf.c: New file.
6634         * sysdeps/alpha/fpu/s_lrint.c: New file.
6635         * sysdeps/alpha/fpu/s_lrintf.c: New file.
6636         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
6637         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
6638
6639         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
6640         (__fdimf, fdimf, __fdim, fdim): Remove.
6641         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
6642         (__isnanf, __isnan, __isnanl): New.
6643
6644 2007-03-13  Richard Henderson  <rth@redhat.com>
6645
6646         * sysdeps/ieee754/ldbl-128/Makefile: New file.
6647
6648 2007-03-13  Richard Henderson  <rth@redhat.com>
6649
6650         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
6651         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
6652         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
6653         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
6654         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
6655         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
6656
6657 2007-03-13  Richard Henderson  <rth@redhat.com>
6658
6659         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
6660         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
6661         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
6662         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
6663         Move to dl-auxv.h; initialize instead of extern weak.
6664         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
6665         weak symbol.
6666         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
6667         Extern instead of initialized.
6668
6669 2007-03-13  Richard Henderson  <rth@redhat.com>
6670
6671         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
6672         __sigsuspend_nocancel.
6673
6674 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
6675
6676         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
6677         172.16/12 address range.
6678
6679 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
6680
6681         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
6682         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
6683         message.
6684
6685 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
6686
6687         [BZ #4069]
6688         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
6689         earlier.
6690         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
6691
6692         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
6693         for x qNaN and y either +-inf or non-integer value.
6694         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
6695         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6696         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
6697
6698 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
6699
6700         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
6701         from sysdep_headers.
6702
6703 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
6704
6705         * time/tzfile.c (find_transition): Instead of a linear search try to
6706         guess the transition index, use a linear search if the result is at
6707         most 10 transitions away from the guess or binary search otherwise.
6708
6709 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
6710
6711         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
6712         memory reallocation.
6713
6714 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
6715
6716         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
6717         and fix some typos.
6718         Optimize use of TOLOWER.
6719
6720         [BZ #3325]
6721         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
6722         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6723         * sysdeps/i386/fpu/e_fmod.S: Likewise.
6724
6725         [BZ #3458]
6726         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
6727         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
6728
6729         [BZ #4076]
6730         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
6731         (open_dir_stream): Likewise.
6732         * io/Makefile (tests): Add bug-ftw5.
6733         * io/bug-ftw5.c: New file.
6734
6735         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
6736         * nscd/servicescache.c (cache_addserv): Likewise.
6737
6738         * nscd/grpcache.c (cache_addgr): In case a record changed on
6739         refresh, adjust key_copy.
6740
6741         [BZ #4074]
6742         * nscd/pwdcache.c (cache_addpw): In case a record changed on
6743         refresh, adjust key_copy.
6744
6745         [BZ #4070]
6746         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
6747         special cases.
6748         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
6749
6750 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
6751
6752         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
6753         optimization.
6754
6755         * stdio-common/vfscanf.c: Small cleanups throughout.
6756
6757 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
6758
6759         [BZ #3325]
6760         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
6761         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
6762         * sysdeps/i386/fpu/e_fmod.S: Likewise.
6763         Patch by Jared Casper <jaredcasper@gmail.com>.
6764
6765         * sysdeps/unix/closedir.c: Outside libc don't use locking.
6766         * sysdeps/unix/opendir.c: Likewise.
6767         * sysdeps/unix/readdir.c: Likewise.
6768
6769         [BZ #2211]
6770         * stdio-common/vfscanf.c: Handle localized digits etc for floating
6771         point numbers.
6772         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
6773
6774         * stdio-common/vfscanf.c: Fix problems in width accounting.
6775         * stdio-common/tst-sscanf.c (double_tests): New tests.
6776         (main): Hook them up.
6777
6778         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
6779         More simplifications of floating-point reader.
6780
6781         * stdio-common/Makefile (tests): Add tst-swscanf.
6782         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
6783         testing.
6784         * stdio-common/tst-swscanf.c: New file.
6785
6786 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
6787
6788         [BZ #2633]
6789         * libio/stdio.h: Define struct _IO_FILE in global namespace.
6790         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
6791         Remove using for __jmp_buf_tag.
6792         * locale/locale.h (struct lconv): Also define in std namespace.
6793         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
6794
6795         [BZ #3842]
6796         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
6797         using __libc_enable_secure.
6798
6799         [BZ #3818]
6800         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
6801
6802         [BZ #3745]
6803         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
6804         of names for ellipsises.
6805
6806         [BZ #3348]
6807         * malloc/memusage.sh: Cleanups.
6808         * debug/xtrace.sh: Quoting and trap changes.
6809
6810 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
6811
6812         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
6813
6814         * locale/iso-3166.def: Update entry for Serbia.
6815         * locale/iso-4217.def: Define RSD, remove CSD.
6816
6817         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
6818         and 64-bit operations.
6819
6820         [BZ #4040]
6821         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
6822         16-bit operations.
6823
6824         * nscd/nscd.c (parse_opt): One more conversion to use send instead
6825         of writev.
6826
6827 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
6828
6829         [BZ #3991]
6830         * assert/assert.h (assert): Simplify.
6831         (assert_perror): Likewise.
6832         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
6833
6834         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
6835         reqdata.
6836
6837         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
6838         change: don't pass NULL in place of an integer.
6839
6840 2007-02-02  Bruno Haible  <bruno@clisp.org>
6841
6842         [BZ #3954]
6843         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
6844         Add mapping for U+327E.
6845         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
6846         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
6847         mapping of 0xD9 0xE8.
6848         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
6849         mapping of U+327E.
6850         Reported by Jungshik Shin <jungshik@google.com>.
6851
6852         [BZ #3955]
6853         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
6854         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
6855         Reported by Jungshik Shin <jungshik@google.com>.
6856
6857 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
6858
6859         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
6860         byte variants.
6861
6862         [BZ #4040]
6863         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
6864         byte variants.  Patch mostly be tom@tommay.net.
6865
6866 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
6867
6868         [BZ #3996]
6869         * posix/glob.c (attribute_hidden): Define if not defined.
6870         (glob): Unescape dirname, filename or username when needed and not
6871         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
6872         is NULL.  Handle unescaped [ in pattern without closing ].
6873         Don't pass GLOB_CHECK down to recursive glob for directories.
6874         (__glob_pattern_type): New function.
6875         (__glob_pattern_p): Implement using __glob_pattern_type.
6876         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
6877         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
6878         Remove unreachable code.
6879         * posix/globtest.sh: Add a couple of new tests.
6880
6881 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
6882
6883         * po/ru.po: Update from translation team.
6884
6885 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
6886
6887         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
6888         to the list of i486+ CPUs.
6889         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
6890
6891 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
6892
6893         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
6894         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
6895         references.
6896
6897 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
6898
6899         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
6900
6901         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
6902         * resolv/res_mkquery.c: Define __res_nopt.
6903         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
6904         try adding EDNS0 record.
6905         * resolv/res_send.c (send_dg): If request failed with FORMERR and
6906         EDNS0 record was send make sure we don't try it again.
6907         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
6908         * include/resolv.h: Declare __res_nopt.
6909
6910 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
6911
6912         [BZ #3944]
6913         * time/strptime_l.c (__strptime_internal): Set have_mon for
6914         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
6915         have been computed from tm_yday and tm_year.  Don't crash
6916         in day_of_the_week or day_of_the_year if not have_mon
6917         and tm_mon contains bogus value.
6918         * time/Makefile (tests): Add tst-strptime3.
6919         * time/tst-strptime3.c: New test.
6920
6921 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6922
6923         [BZ #3957]
6924         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6925         bit for RE_HAT_LISTS_NOT_NEWLINE.
6926         (build_charclass_op): Remove bogus comment.
6927         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
6928         * posix/bug-regex27.c: New test.
6929         * posix/bug-regex28.c: New test.
6930
6931 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
6932
6933         * po/sv.po: Update from translation team.
6934
6935 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
6936
6937         * nscd/nscd_helper.c (open_socket): Minor size optimization.
6938
6939 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
6940
6941         * include/locale.h (__uselocale): Add libc_hidden_proto.
6942         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
6943
6944         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
6945         gettimeofday.
6946
6947 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
6948
6949         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
6950         returning.
6951         (PTR_DEMANGLE): Real definition now that it's not the same as
6952         PRT_MANGLE anymore.
6953         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
6954
6955         * string/strerror_l.c: New file.
6956         * string/Makefile (routines): Add strerror_l.
6957         * string/string.h: Declare strerror_l.
6958         * string/Versions: Export strerror_l for GLIBC_2.6.
6959
6960 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
6961
6962         * nscd/nscd_helper.c (open_socket): Now takes request type and key
6963         as parameter.  Construct request record.  Try sending request
6964         before the first poll use, it usually succeeds.  Adjust all
6965         callers.
6966         * nscd/nscd-client.h: Define MAXKEYLEN.
6967         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
6968
6969 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
6970
6971         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
6972         from return value.
6973         * nscd/nscd_helper.c: Include string.h.
6974         (__nscd_cache_search): Remove const qualifier from return value.
6975         On strict alignment architectures check hash entry and data head
6976         alignment.
6977         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
6978         mmapped data during GC cycle contains garbage.  If
6979         __nscd_drop_map_ref fails, decrement mapped->counter when returning
6980         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
6981         dropped to 0.
6982         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
6983         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
6984         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
6985         * nscd/nscd_getai.c (__nscd_getai): Likewise.
6986         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
6987
6988 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
6989
6990         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
6991
6992 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
6993
6994         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
6995         names not numbers in cfi_*.
6996
6997 2007-01-26  Andreas Jaeger  <aj@suse.de>
6998
6999         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7000         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7001         Correct values of PER_HPUX and PER_OSF4.
7002
7003 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7004
7005         * elf/dl-minimal.c: Undefine _itoa first.
7006         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7007         * malloc/mtrace.c: Revert last change.
7008         * posix/wordexp.c: Likewise.
7009
7010 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7011
7012         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7013         and __geode__ to the list of i486+ CPUs.
7014         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7015
7016 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7017
7018         * stdio-common/_itoa.c: Include <limits.h>.
7019         * stdio-common/_itowa.c: Likewise.
7020
7021 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7022
7023         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7024         platforms.
7025         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7026         64-bit platforms.
7027         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7028         possible.
7029         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7030         if possible.
7031
7032         [BZ #3902]
7033         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7034         * stdio-common/Makefile (tests): Add bug17.
7035         * stdio-common/bug17.c: New file.
7036
7037 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7038
7039         * iconvdata/brf.c: New file.
7040         * iconvdata/testdata/BRF: New file.
7041         * iconvdata/testdata/BRF..UTF8: New file.
7042         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7043         * iconvdata/Makefile: Add rules to build BRF.
7044         * iconvdata/TESTS: Add BRF entry.
7045         * iconvdata/gconv-modules: Likewise.
7046         * iconvdata/tst-tables.sh: Likewise.
7047
7048 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7049
7050         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7051         type `long long int', not `long int'.
7052         (wcstoq): Likewise.
7053
7054 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7055
7056         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7057         of values on 64-bit platforms which are too large.
7058
7059 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7060             Joe Kerian  <jkerian@us.us.ibm.com>
7061
7062         [BZ #2749]
7063         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7064         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7065         (__copysignl): Use signbit() for comparison.
7066         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7067         SET_LDOUBLE_WORDS64.
7068
7069         [BZ #2423, #2749]
7070         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7071         (__ceill): Remove calls to fegetround(), fesetround().
7072         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7073         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7074         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7075
7076 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7077
7078         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7079
7080         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7081
7082 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7083
7084         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7085         demangle pointer.
7086         * csu/libc-start.c: Likewise.
7087
7088 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7089
7090         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7091         really work anyway.
7092
7093 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7094
7095         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7096         users.
7097         (handle_request): Remove unnecessary tests.
7098
7099         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7100
7101 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7102
7103         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7104         workbits in semi-raw fraction.
7105
7106         * math/test-misc.c: Add new tests.
7107
7108 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7109
7110         * math/basic-test.c: Include test-skeleton.c.
7111         (TEST_TRUNC): Define.
7112         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7113         (main): Rename to ...
7114         (do_test): ...this.  Run new tests.
7115         (TEST_FUNCTION): Define.
7116
7117 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7118             Joe Kerian  <jkerian@us.us.ibm.com>
7119
7120         [BZ #2749]
7121         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7122         handling for high words.
7123         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7124         and overflow for infinity.
7125
7126 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7127
7128         * nscd/connections.c (handle_request): Add a __builtin_expect.
7129
7130         * nscd/connections.c (serv2db): Change type into structure which
7131         also says whether this is a request for data.  Renamed to
7132         servinfo.  All users changed.
7133         (handle_request): Much simpler test whether we should search the cache.
7134
7135         * nscd/connections.c (handle_request): Fix thinko in selinux test
7136         invocation.
7137
7138         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7139         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7140         it before getting dl_load_lock and then relock.
7141         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7142         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7143         case we unlocked the scope.
7144         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7145         _dl_lookup_symbol_x in case we locked the scope.
7146         (_dl_profile_fixup): Likewise.
7147         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7148         set DL_LOOKUP_SCOPE_LOCK.
7149
7150 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7151
7152         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7153         CFLAGS-getsrvbynpt_r.c.
7154         * nscd/getsrvbynm_r.c: New file.
7155         * nscd/getsrvbypt_r.c: New file.
7156         * nscd/nscd_getserv_r.c: New file.
7157         * nscd/servicescache.c: New file.
7158         * nscd/Makefile (routines): Add nscd_getserv_r.
7159         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7160         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7161         CFLAGS-getsrvbypt_r.c.
7162         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7163         table.  Add entries for services database.
7164         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7165         services database.
7166         (dbs): Add .reset_res and servdb initialization.
7167         (serv2db): Add entries for services database.
7168         (verify_persistent_db): Accept dbnr == servdb.
7169         (invalidate_cache): Rewrite database name recognition to use a table.
7170         Call res_init() if .reset_res is set for database.
7171         (handle_request): Add code to handle services database.
7172         * nscd/gai.c: Don't define __getservbyname_r.
7173         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7174         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7175         (serv_response_header): Define.
7176         (struct datahead): Add serv_response_header member.
7177         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7178         using table.
7179         * nscd/nscd.conf: Add entries for services database.
7180         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7181         Declare serv_iov_disabled.
7182         Declare addservbyname, readdservbyname, addservbyport, and
7183         readdservbyport.
7184         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7185         (find_db): Fix error message.
7186         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7187         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7188         * nscd/selinux.c (perms): Add entries for services database.
7189         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7190         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7191
7192         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7193         * nscd/hstcache.c: Likewise.
7194         * nscd/pwdcache.c: Likewise.
7195
7196         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7197         computation of keylen.
7198
7199         * include/string.h: Only redefine strndupa if this is really for
7200         libc code.
7201
7202 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7203
7204         * nscd/nscd_gethst_r.c: Minor cleanups.
7205
7206         * nscd/connections.c (handle_request): Check selinux permissions
7207         for all non-admin commands.
7208
7209         * sysdeps/i386/i486/bits/atomic.h: Define
7210         atomic_compare_and_exchange_val_acq,
7211         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7212         using __sync_* built-ins for gcc >= 4.1.
7213         * sysdeps/x86_64/bits/atomic.h: Likewise.
7214
7215         [BZ #3840]
7216         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7217         and .oS.d files.
7218
7219 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7220
7221         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7222         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7223         (do_test): Check errno and exit(0) if ENOSYS.
7224
7225 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7226
7227         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7228         thousands separators.
7229         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7230         * stdlib/tst-strtod4.c: New test.
7231
7232         [BZ #3855]
7233         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7234         hexadecimal digit should accept just the initial 0.
7235         * stdlib/tst-strtod2.c (tests): New variable.
7236         (do_test): Run several tests rather than just one.
7237
7238 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7239
7240         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7241         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7242
7243 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7244
7245         * io/fts.c: Make sure fts_cur is always valid after return from
7246         fts_read.
7247         Patch by Miloslav Trmac <mitr@redhat.com>.
7248
7249 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7250
7251         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7252         (R_MIPS_NUM): Bump by 1.
7253
7254 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7255
7256         * posix/execvp.c: Include alloca.h.
7257         (allocate_scripts_argv): Renamed to...
7258         (scripts_argv): ... this.  Don't allocate buffer here nor count
7259         arguments.
7260         (execvp): Use alloca if possible.
7261         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7262         * posix/tst-vfork3.c: New test.
7263
7264 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7265
7266         * string/Makefile (tst-strxfrm2-ENV): Define.
7267         * stdlib/Makefile (tst-strtod3-ENV): Define.
7268
7269 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7270
7271         * posix/getconf.c: Update copyright year.
7272         * nss/getent.c: Likewise.
7273         * iconv/iconvconfig.c: Likewise.
7274         * iconv/iconv_prog.c: Likewise.
7275         * elf/ldconfig.c: Likewise.
7276         * catgets/gencat.c: Likewise.
7277         * csu/version.c: Likewise.
7278         * elf/ldd.bash.in: Likewise.
7279         * elf/sprof.c (print_version): Likewise.
7280         * locale/programs/locale.c: Likewise.
7281         * locale/programs/localedef.c: Likewise.
7282         * nscd/nscd.c (print_version): Likewise.
7283         * debug/xtrace.sh: Likewise.
7284         * malloc/memusage.sh: Likewise.
7285         * malloc/mtrace.pl: Likewise.
7286         * debug/catchsegv.sh: Likewise.
7287
7288 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7289
7290         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7291         attempts.
7292
7293 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7294
7295         * posix/wordexp.c: Remove some unnecessary tests.
7296
7297 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7298
7299         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7300         blacklist the group till after we look it up.
7301
7302 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7303
7304         * include/atomic.h (atomic_forced_read): New macro.
7305
7306 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7307
7308         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7309
7310 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7311
7312         * nss/getXXbyYY_r.c: Include atomic.h.
7313         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7314         add atomic_write_barrier () in between.
7315
7316         * stdlib/Makefile (tests): Add tst-makecontext.
7317         * stdlib/tst-makecontext.c: New test.
7318
7319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7320         (__makecontext): Don't realign uc_mcontext.uc_regs.
7321
7322 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7323
7324         * elf/dl-support.c: Include dl-procinfo.h.
7325         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7326         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7327         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7328         Define.
7329         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7330         hardcoded constants.
7331         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7332         PPC_PLATFORM_* macros for array designators.
7333
7334 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7335
7336         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7337         names to the beginning.
7338         (_dl_powerpc_platforms): Add "power6x".
7339         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7340         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7341         (_DL_PLATFORMS_COUNT): Increase.
7342         (_dl_string_platform): Handle power6x case.
7343         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7344         PPC_FEATURE_POWER6_EXT): Define.
7345         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7346
7347 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7348
7349         [BZ #3747]
7350         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7351         [-2^31 .. 2^31) range.
7352         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7353         targets.
7354         * stdlib/tst-rand48-2.c: New test.
7355         * stdlib/Makefile (tests): Add tst-rand48-2.
7356
7357 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7358
7359         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7360
7361 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7362
7363         * misc/tst-pselect.c (do_test): Make sure the helper process is
7364         terminating when the test is aborted.
7365
7366 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7367
7368         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7369         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7370         Handle relatime mount option.
7371
7372         [BZ #2337]
7373         * libio/Makefile (tests): Add tst-setvbuf1.
7374         * libio/tst-setvbuf1.c: New file.
7375
7376 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7377
7378         [BZ #2337]
7379         * libio/genops.c (__uflow): Fix a typo.
7380         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7381         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7382         the narrow buffer size.
7383
7384 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7385
7386         [BZ #2337]
7387         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7388         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7389         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7390         in _flags.
7391         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7392         _IO_wstr_finish): Likewise.
7393         * libio/wmemstream.c (open_wmemstream): Likewise.
7394         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7395         even for wide streams.
7396
7397 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7398
7399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7400         kernel-features.h.
7401
7402 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7403
7404         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7405         separators also if no non-zero digits found.
7406         * stdlib/Makefile (tests): Add tst-strtod3.
7407
7408 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7409
7410         [BZ #3632]
7411         * include/features.h: Fix comment about default value for
7412         _POSIX_C_SOURCE.
7413
7414         [BZ #3664]
7415         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7416         empty parsed strings.
7417         * stdlib/Makefile (tests): Add tst-strtod2.
7418         * stdlib/tst-strtod2.c: New file.
7419
7420         [BZ #3673]
7421         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7422         computation.
7423         * stdlib/Makefile (tests): Add tst-atof2.
7424         * stdlib/tst-atof2.c: New file.
7425
7426         [BZ #3674]
7427         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7428         correctly if removing trailing zero of hex-float.
7429         * stdlib/Makefile (tests): Add tst-atof1.
7430         * stdlib/tst-atof1.c: New file.
7431
7432 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7433
7434         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7435         Start searching for next comma at p rather than rest.
7436         * misc/Makefile (tests): Add tst-mntent2.
7437         * misc/tst-mntent2.c: New test.
7438
7439         * misc/getusershell.c (initshells): Check for integer overflows.
7440         Make strings buffer one bigger as fgets always succeeds when second
7441         argument is 1.  Don't use calloc for shells array.  Disallow
7442         / as shell.
7443
7444 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7445
7446         * malloc/memusage.c: Handle realloc with new size of zero and
7447         non-NULL pointer correctly.
7448         (me): Really write first record twice.
7449         (struct entry): Make format bi-arch safe.
7450         (dest): Write out more realloc statistics.
7451         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7452
7453 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7454
7455         * nis/nis_subr.c (nis_getnames): Revert last change.
7456
7457 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7458
7459         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7460         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7461         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7462         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7463         ENOTTY.
7464         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7465         * io/tst-ttyname_r.c: New test.
7466
7467 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7468
7469         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7470
7471 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7472
7473         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7474         jump table entries.
7475
7476 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7477
7478         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
7479         `clone' function to ensure proper unwinding stop of gdb.
7480         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7481
7482 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
7483
7484         * nscd/nscd.init: Remove obsolete and commented-out -S option
7485         handling.
7486
7487 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
7488
7489         [BZ #3514]
7490         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
7491
7492         [BZ #3515]
7493         * manual/string.texi (strtok): Remove duplicate paragraph.
7494
7495 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7496
7497         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
7498         libgcc not supporting `rflags' unwinding (register # >= 17).
7499
7500 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
7501
7502         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
7503         succeeded.
7504
7505 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
7506             Jakub Jelinek  <jakub@redhat.com>
7507             Jan Kratochvil  <jan.kratochvil@redhat.com>
7508
7509         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
7510         unwind information.
7511         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
7512         'restore_rt' even in the 'signal' directory.
7513         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
7514
7515 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
7516
7517         [BZ #3559]
7518         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
7519         malloc crashed.  Don't allocate memory unnecessarily in each
7520         loop.
7521
7522 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
7523
7524         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
7525
7526 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
7527
7528         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
7529
7530 2006-11-18  Bruno Haible  <bruno@clisp.org>
7531
7532         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
7533         __sysconf only after having tried to call getgroups32.
7534
7535 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
7536
7537         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
7538         addresses for IPv4 queries if they can be mapped.
7539
7540 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
7541
7542         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
7543         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
7544         (signmask): Add .size directive.
7545         (othermask): Add .type directive.
7546
7547 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
7548
7549         * po/nl.po: Update from translation team.
7550
7551         * timezone/zdump.c: Redo fix for BZ #3137.
7552
7553 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
7554
7555         * nss/nss_files/files-alias.c (get_next_alias): Set line back
7556         to first_unused after parsing :include: file.
7557
7558 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7559
7560         * timezone/africa: Update from tzdata2006o.
7561         * timezone/antarctica: Likewise.
7562         * timezone/asia: Likewise.
7563         * timezone/australasia: Likewise.
7564         * timezone/backward: Likewise.
7565         * timezone/europe: Likewise.
7566         * timezone/iso3166.tab: Likewise.
7567         * timezone/northamerica: Likewise.
7568         * timezone/southamerica: Likewise.
7569         * timezone/zone.tab: Likewise.
7570
7571         * time/tzfile.c (__tzfile_read): Extend to handle new file format
7572         on machines with 64-bit time_t.
7573
7574         * timezone/checktab.awk: Update from tzcode2006o.
7575         * timezone/ialloc.c: Likewise.
7576         * timezone/private.h: Likewise.
7577         * timezone/scheck.c: Likewise.
7578         * timezone/tzfile.h: Likewise.
7579         * timezone/tzselect.ksh: Likewise.
7580         * timezone/zdump.c: Likewise.
7581         * timezone/zic.c: Likewise.
7582
7583         [BZ #3483]
7584         * elf/ldconfig.c (main): Call setlocale and textdomain.
7585         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7586
7587         [BZ #3480]
7588         * manual/argp.texi: Fix typos.
7589         * manual/charset.texi: Likewise.
7590         * manual/errno.texi: Likewise.
7591         * manual/filesys.texi: Likewise.
7592         * manual/lang.texi: Likewise.
7593         * manual/maint.texi: Likewise.
7594         * manual/memory.texi: Likewise.
7595         * manual/message.texi: Likewise.
7596         * manual/resource.texi: Likewise.
7597         * manual/search.texi: Likewise.
7598         * manual/signal.texi: Likewise.
7599         * manual/startup.texi: Likewise.
7600         * manual/stdio.texi: Likewise.
7601         * manual/sysinfo.texi: Likewise.
7602         * manual/syslog.texi: Likewise.
7603         * manual/time.texi: Likewise.
7604         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7605
7606         [BZ #3465]
7607         * sunrpc/clnt_raw.c: Minimal message improvements.
7608         * sunrpc/pm_getmaps.c: Likewise.
7609         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
7610         * nis/nis_print_group_entry.c: Likewise.
7611         * locale/programs/repertoire.c: Likewise.
7612         * locale/programs/charmap.c: Likewise.
7613         * malloc/memusage.sh: Likewise.
7614         * elf/dl-deps.c: Likewise.
7615         * locale/programs/ld-collate.c: Likewise.
7616         * libio/vswprintf.c: Likewise.
7617         * malloc/memusagestat.c: Likewise.
7618         * sunrpc/auth_unix.c: Likewise.
7619         * sunrpc/rpc_main.c: Likewise.
7620         * nscd/cache.c: Likewise.
7621         * locale/programs/repertoire.c: Unify output messages.
7622         * locale/programs/charmap.c: Likewise.
7623         * locale/programs/ld-ctype.c: Likewise.
7624         * locale/programs/ld-monetary.c: Likewise.
7625         * locale/programs/ld-numeric.c: Likewise.
7626         * locale/programs/ld-time.c: Likewise.
7627         * elf/ldconfig.c: Likewise.
7628         * nscd/selinux.c: Likewise.
7629         * elf/cache.c: Likewise.
7630         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7631
7632         [BZ #3451]
7633         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
7634         change atomic.
7635         (ceil): Likewise.
7636
7637 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
7638
7639         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
7640         if N is one bigger than return value.
7641         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
7642         and l1 last arguments, if buf is defined, verify the return value
7643         equals to strlen (buf) and verify no byte beyond passed length
7644         is modified.
7645
7646 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7647
7648         * po/sv.po: Update from translation team.
7649
7650 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
7651
7652         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
7653         noinline attribute.
7654
7655 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
7656
7657         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
7658         noinline attribute.
7659
7660         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
7661         Use __new_sys_siglist instead of _sys_siglist_internal as
7662         second macro argument.
7663         (_old_sys_siglist): Use declare_symbol_alias macro instead of
7664         strong_alias.
7665
7666 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
7667
7668         [BZ #3493]
7669         * posix/unistd.h (sysconf): Remove const attribute.
7670
7671         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
7672         temporary or deprecated addresses.
7673         Patch by Sridhar Samudrala <sri@us.ibm.com>.
7674
7675         * string/Makefile (tests): Add tst-strxfrm2.
7676         * string/tst-strxfrm2.c: New file.
7677
7678 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
7679
7680         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
7681         rather than r->r_brk.
7682
7683 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
7684
7685         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
7686         optimization even if needed > n.
7687
7688         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
7689         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
7690         return false, otherwise return true.
7691         (cache_rpath): Return decompose_rpath return value.
7692
7693 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
7694
7695         * include/libc-symbols.h (declare_symbol): Rename to...
7696         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
7697         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
7698         .size directive.
7699         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
7700         changes.
7701         * sysdeps/gnu/siglist.c: Likewise.
7702
7703 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
7704
7705         * sysdeps/powerpc/fpu/bits/mathinline.h
7706         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
7707         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
7708
7709 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
7710
7711         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
7712         Update handling of cache descriptor 0x49 for new models.
7713         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
7714         Likewise.
7715
7716 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
7717
7718         * malloc/memusage.c (dest): Reset not_me back to false after
7719         printing statistics.
7720
7721 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
7722
7723         * configure.in: Work around ld --help change and avoid -z relro
7724         test completely if the architecture doesn't care about security.
7725
7726 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
7727
7728         * po/sv.po: Update from translation team.
7729
7730 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
7731
7732         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
7733         generate compatibility version.
7734
7735 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
7736
7737         * configure.in: Relax -z relro requirement a bit.
7738
7739         * po/sv.po: Update from translation team.
7740
7741 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
7742
7743         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
7744         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
7745         * elf/dl-close.c (_dl_close_worker): Likewise.
7746         * elf/dl-open.c (_dl_open_worker): Likewise.
7747         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
7748
7749 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
7750
7751         * configure.in: Require assembler support for visibility, compiler
7752         support for visibility and aliases, linker support for various -z
7753         options.
7754         * Makeconfig: Remove conditional code which now is unnecessary.
7755         * config.h.in: Likewise.
7756         * config.make.in: Likewise.
7757         * dlfcn/Makefile: Likewise.
7758         * elf/Makefile: Likewise.
7759         * elf/dl-load.c: Likewise.
7760         * elf/rtld.c: Likewise.
7761         * include/libc-symbols.h: Likewise.
7762         * include/stdio.h: Likewise.
7763         * io/Makefile: Likewise.
7764         * io/fstat.c: Likewise.
7765         * io/fstat64.c: Likewise.
7766         * io/fstatat.c: Likewise.
7767         * io/fstatat64.c: Likewise.
7768         * io/lstat.c: Likewise.
7769         * io/lstat64.c: Likewise.
7770         * io/mknod.c: Likewise.
7771         * io/mknodat.c: Likewise.
7772         * io/stat.c: Likewise.
7773         * io/stat64.c: Likewise.
7774         * libio/stdio.c: Likewise.
7775         * nscd/Makefile: Likewise.
7776         * stdlib/Makefile: Likewise.
7777         * stdlib/atexit.c: Likewise.
7778         * sysdeps/generic/ldsodefs.h: Likewise.
7779         * sysdeps/i386/dl-machine.h: Likewise.
7780         * sysdeps/i386/sysdep.h: Likewise.
7781         * sysdeps/i386/i686/memcmp.S: Likewise.
7782         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
7783         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7784         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
7785
7786         * Makerules: USE_TLS support is now default.
7787         * tls.make.c: Likewise.
7788         * csu/Versions: Likewise.
7789         * csu/libc-start.c: Likewise.
7790         * csu/libc-tls.c: Likewise.
7791         * csu/version.c: Likewise.
7792         * dlfcn/dlinfo.c: Likewise.
7793         * elf/dl-addr.c: Likewise.
7794         * elf/dl-cache.c: Likewise.
7795         * elf/dl-close.c: Likewise.
7796         * elf/dl-iteratephdr.c: Likewise.
7797         * elf/dl-load.c: Likewise.
7798         * elf/dl-lookup.c: Likewise.
7799         * elf/dl-object.c: Likewise.
7800         * elf/dl-open.c: Likewise.
7801         * elf/dl-reloc.c: Likewise.
7802         * elf/dl-support.c: Likewise.
7803         * elf/dl-sym.c: Likewise.
7804         * elf/dl-sysdep.c: Likewise.
7805         * elf/dl-tls.c: Likewise.
7806         * elf/ldconfig.c: Likewise.
7807         * elf/rtld.c: Likewise.
7808         * elf/tst-tls-dlinfo.c: Likewise.
7809         * elf/tst-tls1.c: Likewise.
7810         * elf/tst-tls10.h: Likewise.
7811         * elf/tst-tls14.c: Likewise.
7812         * elf/tst-tls2.c: Likewise.
7813         * elf/tst-tls3.c: Likewise.
7814         * elf/tst-tls4.c: Likewise.
7815         * elf/tst-tls5.c: Likewise.
7816         * elf/tst-tls6.c: Likewise.
7817         * elf/tst-tls7.c: Likewise.
7818         * elf/tst-tls8.c: Likewise.
7819         * elf/tst-tls9.c: Likewise.
7820         * elf/tst-tlsmod1.c: Likewise.
7821         * elf/tst-tlsmod13.c: Likewise.
7822         * elf/tst-tlsmod13a.c: Likewise.
7823         * elf/tst-tlsmod14a.c: Likewise.
7824         * elf/tst-tlsmod2.c: Likewise.
7825         * elf/tst-tlsmod3.c: Likewise.
7826         * elf/tst-tlsmod4.c: Likewise.
7827         * elf/tst-tlsmod5.c: Likewise.
7828         * elf/tst-tlsmod6.c: Likewise.
7829         * include/errno.h: Likewise.
7830         * include/link.h: Likewise.
7831         * include/tls.h: Likewise.
7832         * locale/global-locale.c: Likewise.
7833         * locale/localeinfo.h: Likewise.
7834         * malloc/arena.c: Likewise.
7835         * malloc/hooks.c: Likewise.
7836         * malloc/malloc.c: Likewise.
7837         * resolv/Versions: Likewise.
7838         * sysdeps/alpha/dl-machine.h: Likewise.
7839         * sysdeps/alpha/libc-tls.c: Likewise.
7840         * sysdeps/generic/ldsodefs.h: Likewise.
7841         * sysdeps/generic/tls.h: Likewise.
7842         * sysdeps/i386/dl-machine.h: Likewise.
7843         * sysdeps/ia64/dl-machine.h: Likewise.
7844         * sysdeps/ia64/libc-tls.c: Likewise.
7845         * sysdeps/mach/hurd/fork.c: Likewise.
7846         * sysdeps/mach/hurd/i386/tls.h: Likewise.
7847         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
7848         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
7849         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
7850         * sysdeps/s390/libc-tls.c: Likewise.
7851         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7852         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7853         * sysdeps/sh/dl-machine.h: Likewise.
7854         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7855         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7856         * sysdeps/x86_64/dl-machine.h: Likewise.
7857
7858         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
7859         split out locking and parameter checking.
7860         (_dl_close): Call _dl_close_worker after locking and checking.
7861         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
7862         _dl_close.
7863         * elf/Makefile: Add rules to build and run tst-thrlock.
7864         * elf/tst-thrlock.c:  New file.
7865
7866         [BZ #3426]
7867         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
7868         reality.
7869
7870         [BZ #3429]
7871         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
7872         we are sure we do not need it anymore for _dl_close.  Also move
7873         the asserts inside the lock region.
7874         Patch mostly by Suzuki <suzuki@in.ibm.com>.
7875
7876 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
7877
7878         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
7879         argument.
7880         (_dl_lookup_symbol_x): Adjust caller.
7881
7882         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
7883         _ns_global_scope.
7884         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
7885
7886         * elf/dl-libc.c: Revert l_scope name changes.
7887         * elf/dl-load.c: Likewise.
7888         * elf/dl-object.c: Likewise.
7889         * elf/rtld.c: Likewise.
7890         * elf/dl-close.c (_dl_close): Likewise.
7891         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
7892         always use __rtld_mrlock_{change,done}.  Always free old scope list
7893         here if not l_scope_mem.
7894         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
7895         change.  Never free scope list here.  Just __rtld_mrlock_lock before
7896         the lookup and __rtld_mrlock_unlock it after the lookup.
7897         * elf/dl-sym.c: Likewise.
7898         * include/link.h (struct r_scoperec): Remove.
7899         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
7900         with l_scope_mem and l_scoperec_lock with l_scope_lock.
7901
7902 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
7903
7904         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
7905
7906 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
7907
7908         * configure.in: Disable building profile libraries by default.
7909
7910 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
7911
7912         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
7913         as signed longs, check for x_base + pos overflow.
7914         * sunrpc/Makefile (tests): Add tst-xdrmem2.
7915         * sunrpc/tst-xdrmem2.c: New test.
7916
7917 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
7918
7919         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
7920         _dl_lookup_symbol_x code.
7921
7922 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
7923
7924         * elf/dl-runtime.c: Include sysdep-cancel.h.
7925         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
7926         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
7927         instead of catomic_* macros.
7928         * elf/dl-sym.c: Include sysdep-cancel.h.
7929         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
7930         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
7931         * elf/dl-close.c: Include sysdep-cancel.h.
7932         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
7933         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
7934         * elf/dl-open.c: Include sysdep-cancel.h.
7935         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
7936         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
7937
7938 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
7939
7940         [BZ #3313]
7941         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
7942         fastbin rather than end of fastbin array.
7943
7944 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
7945
7946         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
7947         body macro.
7948         * sysdeps/x86_64/bits/atomic.h
7949         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
7950         (catomic_decrement): Use correct body macro.
7951
7952 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
7953
7954         * include/atomic.h: Add a unique prefix to all local variables
7955         in macros.
7956         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
7957
7958 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
7959
7960         [BZ #3369]
7961         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
7962         and 7.
7963
7964 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
7965
7966         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
7967
7968 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
7969
7970         [BZ #3313]
7971         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
7972         determine highest fast bin to consolidate, always look into all of
7973         them.
7974         (do_check_malloc_state): Only require for empty bins for large
7975         sizes in main arena.
7976
7977         * libio/stdio.h: Add more __wur attributes.
7978
7979         * elf/dl-minimal.c (realloc): Optimize last patch.
7980
7981 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
7982
7983         [BZ #3352]
7984         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
7985         and use memcpy() if it does.
7986
7987 2006-11-12  Andreas Jaeger  <aj@suse.de>
7988
7989         [BZ #2510]
7990         * manual/search.texi (Hash Search Function): Clarify.
7991         (Array Search Function): Clarify.
7992
7993 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
7994
7995         [BZ #2830]
7996         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
7997         shifting.
7998         * math/atest-exp2.c (read_mpn_hex): Likewise.
7999         * math/atest-sincos.c (main): Likewise.
8000
8001 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8002
8003         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8004         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8005         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8006         version GLIBC_2.6.
8007         * Versions.def: Add GLIBC_2.6 for libc.
8008
8009         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8010
8011         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8012
8013 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8014
8015         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8016
8017         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8018
8019         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8020         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8021
8022 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8023
8024         * include/atomic.c: Define catomic_* operations.
8025         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8026         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8027         * malloc/memusage.c: Likewise.
8028         * gmon/mcount.c: Likewise.
8029         * elf/dl-close.c: Likewise.
8030         * elf/dl-open.c: Likewise.
8031         * elf/dl-profile.c: Likewise.
8032         * elf/dl-sym.c: Likewise.
8033         * elf/dl-runtime.c: Likewise.
8034         * elf/dl-fptr.c: Likewise.
8035         * resolv/res_libc.c: Likewise.
8036
8037 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8038
8039         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8040         components which lack them.
8041
8042         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8043         at least one entry consisting of the parameter concatenated with
8044         the domain.
8045
8046 2006-10-10  Roland McGrath  <roland@frob.com>
8047
8048         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8049         * sysdeps/mach/hurd/futimes.c: Likewise.
8050         * sysdeps/mach/hurd/lutimes.c: Likewise.
8051
8052 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8053             Jakub Jelinek  <jakub@redhat.com>
8054
8055         Implement reference counting of scope records.
8056         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8057         from the list in objects which remain.  Always allocate new scope
8058         record.
8059         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8060         don't resize, allocate a new one.
8061         * elf/dl-runtime.c: Update reference counters before using a scope
8062         array.
8063         * elf/dl-sym.c: Likewise.
8064         * elf/dl-libc.c: Adjust for l_scope name change.
8065         * elf/dl-load.c: Likewise.
8066         * elf/dl-object.c: Likewise.
8067         * elf/rtld.c: Likewise.
8068         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8069         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8070         Add l_scoperec_lock.
8071         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8072         * sysdeps/generic/rtld-lowlevel.h: New file.
8073
8074         * include/atomic.h: Rename atomic_and to atomic_and_val and
8075         atomic_or to atomic_or_val.  Define new macros atomic_and and
8076         atomic_or which do not return values.
8077         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8078         Various cleanups.
8079         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8080
8081         * po/sv.po: Update from translation team.
8082
8083 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8084
8085         * Versions.def: Add GLIBC_2.6 to libpthread.
8086
8087         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8088         (versioned_symbol): Likewise.
8089         (compat_symbol): Likewise.
8090
8091         * po/tr.po: Update from translation team.
8092
8093 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8094
8095         * nis/Banner: Removed.  It's been integral part forever and the
8096         author info is incomplete anyway.
8097         * libio/Banner: Likewise.
8098
8099         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8100         code, make sure the nis_freeresult call doesn't crash and that the
8101         result is reported correctly.
8102
8103 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8104
8105         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8106         when callback is NULL.
8107
8108         * nis/Versions (libnss_nisplus): Add
8109         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8110         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8111         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8112         _nss_create_tablename): Rename to...
8113         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8114         ... these.  No longer static.
8115         (internal_setgrent): Adjust users.
8116         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8117         Don't use locking around _nss_grp_create_tablename call.
8118         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8119
8120 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8121
8122         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8123
8124 2006-10-06  Andreas Jaeger  <aj@suse.de>
8125
8126         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8127
8128 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8129
8130         * po/pl.po: Update from translation team.
8131
8132         * nscd/nscd.c (main): Fix typo in message.
8133         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8134
8135 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8136
8137         [BZ #3291]
8138         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8139         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8140         (__sigprocmask): Define.
8141
8142 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8143
8144         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8145         used.
8146
8147 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8148
8149         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8150         in oldtotal and newtotal calculation.
8151         * nscd/nscd-client.h (struct mapped_database): Add datasize
8152         field.
8153         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8154         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8155         increased.
8156         (__nscd_cache_search): Add checks to make sure we never reference
8157         data beyond the current mapping.
8158
8159 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8160
8161         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8162         variables const to avoid compiler warnings.
8163
8164         * io/fts.c (fts_close): Remove redundant checks.
8165         (fts_build): Likewise.
8166         (fts_palloc): Likewise.
8167
8168         * manual/message.texi (Advanced gettext functions,
8169         Using gettextized software): Fix typos.
8170
8171 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8172
8173         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8174         explain why there are no leaks.
8175
8176 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8177
8178         * libio/wmemstream.c: Include <wchar.h>.
8179         * libio/bug-wmemstream1.c: Likewise.
8180         * libio/tst-wmemstream1.c: Likewise.
8181         * libio/tst-wmemstream2.c: Likewise.
8182
8183         * version.h (RELEASE): Bump to 2.5.
8184         * README: Regenerated.
8185
8186         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8187
8188         [BZ #3273]
8189         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8190         found no group members.
8191         Patch by Petr Baudis.
8192
8193 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8194
8195         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8196         assert bootstrap_map.l_tls_modid is zero.
8197         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8198         if USE___THREAD.
8199
8200 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8201
8202         * libio/stdio.h: Move open_wmemstream prototype to ...
8203         * wcsmbs/wchar.h: ... here.
8204
8205 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8206
8207         [BZ #3252]
8208         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8209         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8210         __{,l}chown to handle the rest.
8211         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8212         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8213         __{,l}chown to handle the rest.
8214         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8215         i386/fchownat.c.
8216         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8217         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8218
8219         [BZ #3253]
8220         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8221         time, rather allocate increasingly bigger arrays of pointers, if
8222         possible with alloca, if too large with malloc.
8223
8224 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8225
8226         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8227
8228         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8229
8230 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8231
8232         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8233         home addresses.
8234         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8235         IFA_F_HOMEADDRESS flag for interfaces.
8236         * include/ifaddrs.h (struct in6addrinfo): Define
8237         in6ai_homeaddress.
8238
8239 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8240
8241         [BZ #3225]
8242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8243         PTR_DEMANGLE3): Define.
8244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8245         PTR_DEMANGLE3): Likewise.
8246         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8247         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8248         Likewise.
8249         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8250
8251 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8252
8253         * po/libc.pot: Regenerated.
8254         * po/be.po: Updated.
8255         * po/ca.po: Likewise.
8256         * po/cs.po: Likewise.
8257         * po/da.po: Likewise.
8258         * po/de.po: Likewise.
8259         * po/el.po: Likewise.
8260         * po/en_GB.po: Likewise.
8261         * po/es.po: Likewise.
8262         * po/fi.po: Likewise.
8263         * po/fr.po: Likewise.
8264         * po/gl.po: Likewise.
8265         * po/hr.po: Likewise.
8266         * po/hu.po: Likewise.
8267         * po/ja.po: Likewise.
8268         * po/ko.po: Likewise.
8269         * po/nb.po: Likewise.
8270         * po/nl.po: Likewise.
8271         * po/pl.po: Likewise.
8272         * po/pt_BR.po: Likewise.
8273         * po/ru.po: Likewise.
8274         * po/rw.po: Likewise.
8275         * po/sk.po: Likewise.
8276         * po/sv.po: Likewise.
8277         * po/tr.po: Likewise.
8278         * po/zh_CN.po: Likewise.
8279         * po/zh_TW.po: Likewise.
8280
8281         [BZ #3137]
8282         * iconv/iconv_prog.c (main): Fix spelling in error message.
8283         * iconv/iconvconfig.c (main): Likewise.
8284         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8285         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8286         * locale/programs/localedef.c (main): Likewise.
8287         * locale/programs/repertoire.c (repertoire_read): Likewise.
8288         * timezone/zdump.c (main): Likewise.
8289         * nscd/connections.c (handle_request): Fix spelling in log message.
8290         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8291
8292 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8293
8294         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8295         interfaces.
8296
8297 2006-09-20  Andreas Jaeger  <aj@suse.de>
8298
8299         * math/libm-test.inc (lrint_test_upward): Fix typo.
8300
8301 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8302
8303         [BZ #2592]
8304         * math/libm-test.inc (lrint_test_tonearest): New function.
8305         (lrint_test_towardzero): New function.
8306         (lrint_test_downward): New function.
8307         (lrint_test_upward): New function.
8308         (main): Run these new tests.
8309         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8310         of values near to 0.
8311         (two52): Use double not long double.
8312         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8313         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8314         (two23): Use float not double.
8315         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8316         (two23): Use float not double.
8317         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8318         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8319         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8320         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8321
8322 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8323
8324         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8325         Cast sp to unsigned long to avoid compiler warning.
8326         Use __makecontext_ret function instead of a trampoline on the stack.
8327         (__makecontext_ret): New function.
8328         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8329
8330 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8331
8332         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8333         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8334         bits.
8335
8336 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8337
8338         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8339         sure no reference to the unloaded map's search list remains in the
8340         dependency's scope.
8341
8342 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8343
8344         * elf/Makefile: Add rules to build and run unload7 test.
8345         * elf/unload7.c: New test.
8346         * elf/unload7mod1.c: New file.
8347         * elf/unload7mod2.c: New file.
8348
8349 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8350
8351         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8352         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8353         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8354         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8355         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8356         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8357         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8358         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8359         PTRACE_GETEVENTMSG): Likewise.
8360         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8361         values.
8362
8363 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8364
8365         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8366         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8367         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8368         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8369
8370 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8371
8372         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8373         write '\0' to the fd.
8374         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8375         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8376         Change regs to unsigned long pointer from unsigned int, fix fscr
8377         offset.
8378
8379 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8380
8381         * io/Makefile (CFLAGS-fstatat.c): Set.
8382         (CFLAGS-fstatat64.c): Likewise.
8383         (CFLAGS-mknodat.c): Likewise.
8384
8385         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8386         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8387         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8388         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8389
8390 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8391             Steven Munroe  <sjmunroe@us.ibm.com>
8392
8393         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8394         names to the beginning.  Rename "cell" to "cellbe".
8395         (_dl_powerpc_platforms): New.
8396         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8397         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8398         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8399         (_DL_HWCAP_PLATFORM): Define to new mask.
8400         (_dl_platform_string, _dl_string_platform): New functions.
8401         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8402         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8403
8404 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8405
8406         [BZ #2526]
8407         * README.libm: Fix a thinko in sqrt algorithm description.
8408
8409         [BZ #3143]
8410         * manual/string.texi (argz_delete): Fix prototype.
8411         Patch by <alpt@freaknet.org>.
8412
8413 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8414
8415         [BZ #3138]
8416         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8417         * io/tst-fcntl.c (do_prepare): Likewise.
8418         * posix/tst-exec.c (do_prepare): Likewise.
8419         * posix/tst-preadwrite.c (do_prepare): Likewise.
8420         * posix/tst-spawn.c (do_prepare): Likewise.
8421         * posix/tst-truncate.c (do_prepare): Likewise.
8422         * rt/tst-aio.c (do_prepare): Likewise.
8423         * rt/tst-aio64.c (do_prepare): Likewise.
8424         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8425         size_t.
8426
8427 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8428
8429         [BZ #2821]
8430         * time/mktime.c (guess_time_tm): Fix overflow detection.
8431         * time/Makefile (tests): Add bug-mktime1.
8432         * time/bug-mktime1.c: New file.
8433
8434         [BZ #3189, #3188]
8435         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8436         (mremap): Likewise.
8437
8438 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8439
8440         [BZ #1006]
8441         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8442         Ensure relocation doesn't clobber any bits outside of the
8443         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8444         R_SPARC_HI22 and R_SPARC_H44.
8445
8446         [BZ #2775]
8447         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8448         (long) (MINSIZE + nb - old_size) is positive.
8449
8450         * malloc/arena.c (grow_heap): When growing bail even if new_size
8451         is negative.
8452
8453         [BZ #3155]
8454         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8455         stack below r1.
8456
8457 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8458
8459         * posix/regex_internal.c (re_string_reconstruct): Handle
8460         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8461         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8462         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8463         re_string_context_at.
8464         * posix/Makefile: Add rules to build and run bug-regex26 test.
8465         * posix/bug-regex26.c: New test.
8466
8467         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8468         rather than col_sym_free.  Move seqp declaration earlier.
8469
8470         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8471
8472 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8473
8474         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8475         decl before first goto out.
8476
8477 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8478
8479         * Makerules (shlib.lds): If have-hash-style, put .hash section
8480         at the end of the RO segment.
8481
8482 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
8483
8484         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
8485         style hash table format is used.
8486
8487 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8488
8489         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
8490         randomization rather than before.
8491         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
8492
8493 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
8494
8495         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
8496
8497         * malloc/malloc.c (_int_malloc): Use full list insert and not
8498         shortcut which assumes the list is empty for large requests
8499         too.
8500
8501         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
8502
8503 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
8504
8505         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
8506         and offout arguments to the prototype.
8507         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
8508         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
8509         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
8510         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
8511         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
8512         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
8513         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
8514         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
8515
8516 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
8517
8518         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
8519
8520         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
8521         dlopen parameters.
8522
8523 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
8524
8525         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
8526         only if herrno is NETDB_INTERNAL.  Handle errors other than
8527         ERANGE outside of the loops, handle TRY_AGAIN.
8528
8529         * locale/programs/ld-ctype.c (translit_flatten): Issue error
8530         if other's ctype category was missing.
8531         * locale/programs/ld-collate.c (collate_read): Return if
8532         copy_locale's collate category is missing.
8533
8534 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
8535
8536         [BZ #2684]
8537         * malloc/malloc.c (public_rEALLOc): Try harder by using other
8538         arenas if allocation failed.
8539         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
8540
8541 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
8542
8543         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
8544         waste bins[0..1].
8545         (malloc_state): Reduce bins size by 2.
8546         (_int_malloc): Fix test for large enough buffer for early termination.
8547         When no unsorted block matches perfectly and an exiting block has
8548         to be split, use full list insert and not shortcut which assumes
8549         the list is empty.
8550
8551         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
8552         failure.
8553
8554 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8555
8556         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
8557         do anything.
8558
8559         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
8560         symbol require exact match (these are PLTs).
8561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
8562         (_dl_ppc64_addr_sym_match): Likewise.
8563
8564         [BZ #2683]
8565         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
8566         If symbol has a value use it.
8567         * elf/tst-dladdr1.c: New file.
8568         * elf/Makefile: Add rules to build and run tst-addr1.
8569
8570 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
8571
8572         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
8573         keeps failing and heap growth or new heap creation isn't
8574         successful either.
8575         * malloc/tst-malloc.c (main): Add new tests.
8576
8577 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8578
8579         [BZ #2734]
8580         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
8581         as in the x86-64 code to use bswap.
8582
8583 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
8584
8585         [BZ #2680]
8586         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
8587         __USE_UNIX98.
8588         * posix/bits/unistd.h: Likewise.
8589
8590 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
8591
8592         [BZ #2751]
8593         * string/strchr.c: Add cast to avoid warning.
8594
8595 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
8596
8597         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
8598         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
8599         limit is needed to avoid the exploding of the address space
8600         requirement for secondary heaps.
8601         * malloc/arena.c (HEAP_MAX_SIZE): Define using
8602         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
8603
8604 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
8605
8606         [BZ #3018]
8607         * Makerules (depfiles): Handle extra-test-objs the same as
8608         extra-objs.
8609         (common-mostlyclean): Likewise.
8610         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
8611         instead.
8612         * elf/Makefile (extra-objs): Likewise.
8613         * stdlib/Makefile (extra-objs): Likewise.
8614
8615 2006-08-14  Eric Blake  <ebb9@byu.net>
8616
8617         [BZ #3044]
8618         * misc/error.h: Assume C89 or better.
8619         * misc/error.c: Likewise.
8620
8621 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
8622
8623         [BZ #3040]
8624         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
8625         __ASSUME_ATFCTS is defined.
8626
8627 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
8628
8629         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
8630         to sort in each call.
8631
8632         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
8633         is empty simply return and use next service.
8634         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
8635
8636         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
8637         tells us when not finding a charmap file is an error.
8638         * locale/programs/charmap.h: Adjust charmap_read prototype.
8639         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
8640         cannot find a charmap.
8641         * locale/programs/localedef.c (main): Adjust charmap_read call.
8642
8643 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
8644
8645         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
8646         sysdeps/posix/pause.c implementation instead.
8647
8648 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
8649
8650         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
8651         to EPERM.
8652
8653 2006-08-13  Andreas Schwab  <schwab@suse.de>
8654
8655         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
8656         Don't clobber caller's LRSAVE.
8657         (_dl_prof_resolve): Likewise.
8658
8659 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
8660
8661         [BZ #1996]
8662         * libio/memstream.c (open_memstream): Allocate initial buffer with
8663         calloc.
8664         * libio/wmemstream.c (open_wmemstream): Likewise.
8665         * libio/strops.c: Pretty printing.
8666         (_IO_str_overflow): Clear uninitialized part of the new buffer.
8667         (enlarge_userbuf): New function.
8668         (_IO_str_seekoff): Call it if seek position is larger than current
8669         buffer.
8670         * libio/wstrops.c: Likewise.
8671         * libio/vasprintf.c: Add comment as to why we do not have to use
8672         calloc instead of malloc to allocate initial buffer.
8673         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
8674         * libio/bug-memstream1.c: New file.
8675         * libio/bug-wmemstream1.c: New file.
8676
8677 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
8678
8679         * libio/wstrops.c: Remove dead macro definitions and comments.
8680         * libio/strops.c: Likewise.
8681
8682         [BZ #2764]
8683         * login/utmpname.c (__utmpname): Remove unnecessary test.
8684
8685 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
8686
8687         [BZ #2832]
8688         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
8689         0s from integers.
8690
8691 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
8692
8693         [BZ #2987]
8694         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
8695         for CPU clocks.
8696         * sysdeps/unix/clock_settime.c: Add support for platform-specific
8697         setting of CPU clocks.
8698
8699 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
8700
8701         [BZ #2841]
8702         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
8703         since C99 requires the result to promote to 'int' when uint_least8_t
8704         and uint_least16_t promote to 'int'.
8705
8706 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
8707
8708         [BZ #3013]
8709         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
8710         lenght of one output field, correct bitmask creation.
8711         * locale/programs/ld-time.c: Add alignment.
8712
8713         [BZ #2997]
8714         * misc/error.c: Add space between program name and message if file
8715         name is missing.
8716
8717 2006-08-03  Eric Blake  <ebb9@byu.net>
8718
8719         [BZ #2998]
8720         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
8721
8722 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
8723
8724         * malloc/memusagestat.c: Silence warnings.
8725
8726         * malloc/malloc.c: Dynamically size mmap treshold if the program
8727         frees mmaped blocks.
8728         Patch by Valerie Henson and Arjan van de Ven.
8729
8730 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
8731
8732         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
8733         __USE_GNU.
8734
8735         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
8736         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
8737         (DEF): Don't put the var into .gnu.linkonce.r.* section.
8738         Only provide var definitions in strtol_l (or for *ull*
8739         in strtoll_l).
8740
8741         * stdio-common/bug16.c (tests): New array.
8742         (do_tests): Allow the first hexadecimal digit
8743         to be 1, 2, 4 or 8.  Do 3 additional tests.
8744
8745         * sysdeps/s390/fpu/libm-test-ulps: Update.
8746
8747         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
8748         fchownat syscall if available.
8749         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
8750         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
8751         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
8752
8753 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
8754
8755         * nis/nis_xdr.c: Avoid some function calls.
8756
8757 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
8758             Ulrich Drepper  <drepper@redhat.com>
8759
8760         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
8761         short cut if only one name component is stripped away.
8762
8763 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
8764
8765         * nis/nis_call.c: Minor cleanups throughout.
8766         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
8767         (first_shoot): Add search_parent_first parameter.  Only if it is set
8768         search parent server first.
8769         If directory for table found through cold start cache is not the same
8770         as referenced in the cache, don't use it.
8771         (__nisfind_server): Take additional parameter.  Pass it on to
8772         first_shoot.
8773         (__prepare_niscall): Adjust __nisfind_server call.
8774         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
8775         * nis/nis_table.c: Adjust __nisfind_server call.
8776         * nis/nis_lookup.c: Likewise.
8777         (nis_lookup): Don't loop endlessly if name is reduced to ".".
8778
8779 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
8780
8781         [BZ #2182]
8782         * math/s_cacosh.c: Return values from positive branch.
8783         * math/s_cacoshf.c: Likewise.
8784         * math/s_cacoshl.c: Likewise.
8785
8786         [BZ #2883]
8787         * sysvipc/sys/msg.h: Change return value to ssize_t.
8788         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
8789         * sysvipc/msgrcv.c: Likewise.
8790         * include/sys/msg.h: Likewise.
8791
8792         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
8793         test introduced in patch for bz #661.
8794         (getgrouplist): Simplify code a bit.  Don't allocate one additional
8795         element for NEWGROUPS.
8796
8797         [BZ #2908]
8798         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
8799         'f', use '1' as leading digit not '\1'.
8800         * stdio-common/Makefile (tests): Add bug16.
8801         * stdio-common/bug16.c: New file.
8802
8803         [BZ #2914]
8804         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
8805         and don't try to open it.  The patch introducing the macro
8806         contained a bug and used the same file name as the new file
8807         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
8808         this out completely.
8809
8810         [BZ #2926]
8811         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
8812         Patch by Jerry James <Jerry.James@usu.edu>.
8813
8814         * rt/Makefile (tests): Add tst-clock2.
8815         * rt/tst-clock2.c: New file.
8816
8817         [BZ #2978]
8818         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
8819         function and its parameters and pass it to new thread.
8820         (__gai_notify): Add support for alternative waiting for completion.
8821         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
8822         waiting for completion.
8823         * resolv/getaddrinfo_a.c: Likewise.
8824         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
8825         waiting for completion is used.
8826         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
8827         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
8828         * resolv/gai_error.c: Likewise.
8829         * resolv/gai_sigqueue.c: Likewise.
8830
8831 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
8832
8833         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
8834         errno to EBADF and return MACH_PORT_NULL.
8835
8836 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
8837
8838         [BZ #2980]
8839         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
8840
8841 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
8842
8843         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
8844         walk them instead of the symbol table.
8845
8846 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
8847
8848         [BZ #2098]
8849         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
8850         status of NSS calls, not the number of returned entries.
8851
8852         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
8853         request_key, keyctl.
8854
8855 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
8856
8857         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
8858
8859 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
8860
8861         * elf/tst-auditmod1.c: Fix typo in #error.
8862
8863 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
8864
8865         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
8866
8867         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
8868
8869 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
8870
8871         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
8872         that the directory is empty even on non-POSIX filesystems.
8873
8874 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
8875
8876         * elf/dl-open.c (dl_open_worker): Add branch prediction.
8877
8878         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
8879         the backend NSS module.  If backend setgrent call failed, don't have
8880         internal_setgrent fail.  Just remember this until it is needed.
8881         * nis/nss_compat/compat-pwd.c: Likewise.
8882         * nis/nss_compat/compat-spwd.c: Likewise.
8883
8884 2006-07-30  Roland McGrath  <roland@redhat.com>
8885
8886         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
8887         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
8888         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
8889         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
8890
8891         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
8892         (nanosleep_not_cancel): New macro.
8893         (sigsuspend_not_cancel): new macro.
8894         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
8895         (do_sigsuspend): Define as inline.
8896         (__sigsuspend): Always use do_sigsuspend.
8897         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
8898         * include/signal.h: Declare __sigsuspend_nocancel.
8899         * sysdeps/posix/pause.c
8900         [! NO_CANCELLATION] (__pause_nocancel): New function.
8901
8902         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
8903         * include/time.h (__nanosleep_nocancel): Likewise.
8904
8905 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
8906
8907         * locale/programs/localedef.c (add_to_readlist): Rename local
8908         variables to avoid confusion.
8909
8910         * locale/programs/charmap.c (charmap_read): Emit error message if
8911         charmap couldn't be found or read.
8912
8913 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
8914
8915         * sysdeps/unix/sysv/linux/kernel-features.h: Define
8916         __ASSUME_FUTEX_LOCK_PI.
8917         * include/time.h: Declare __nanosleep_nocancel.
8918         * include/unistd.h: Declare __pause_nocancel.
8919
8920         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
8921         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
8922         get the __stack_chk_fail_local definition when it's needed.
8923
8924 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
8925
8926         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
8927         * dlfcn/bug-atexit3.c: New file.
8928         * dlfcn/bug-atexit3-lib.cc: New file.
8929
8930         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
8931         used when the namespace is not the base namespace.
8932
8933 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
8934
8935         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
8936         (__new_exitfn): Bump it in every successful call.
8937         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
8938         more exit handlers, call them right away.
8939         * stdlib/exit.h: Declare __new_exitfn_called.
8940
8941 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
8942
8943         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
8944         calling registered handler.
8945
8946         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
8947         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8948         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
8949         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
8950         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8951         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
8952         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
8953         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
8954
8955 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
8956
8957         * elf/dl-lookup.c (dl_new_hash): New functions.
8958         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
8959         value here.  Compute new-style hash value.  Pass new hash value
8960         and reference to variable with the old value to do_lookup_x.
8961         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
8962         old-style hash table.
8963         (_dl_debug_bindings): Pass new hash value and reference to variable
8964         with the old value to do_lookup_x.
8965         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
8966         new-style hash value and change old-style hash value parameter to
8967         be a reference.  Reoganize functions to determine whether
8968         new-style hash table is available.  Only fall back on old-style
8969         table.  If old-style hash value is needed, compute it here.
8970         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
8971         entry.
8972         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
8973         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
8974         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
8975         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
8976         * Makeconfig: If linker supports --hash-style option add it to all
8977         linker command lines to build DSOs.
8978         * config.make.in: Define have-hash-style.
8979         * configure.in: Test whether linker supports --hash-style option.
8980
8981         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
8982         * sysdeps/generic/ldsodefs.h: Adjust prototype.
8983
8984 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
8985
8986         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
8987         auditing.
8988
8989         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
8990         RPATH of main map twice.
8991
8992 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
8993
8994         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
8995         look further, return original strings.
8996         (_nl_find_msg): Do not return found translation if the conversion
8997         failed.  Either signal the string is unusable or that something went
8998         wrong and the original should be used.
8999
9000 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9001
9002         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9003
9004 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9005
9006         [BZ #2766]
9007         * misc/insremque.c (insque): Handle prev == NULL.
9008         * misc/Makefile (tests): Add tst-insremque.
9009         * misc/tst-insremque.c: New test.
9010
9011 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9012
9013         [BZ #2792]
9014         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9015         conflict with DL_DST_REQUIRED.
9016
9017 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9018
9019         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9020         match what Solaris does.
9021
9022 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9023
9024         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9025         local_setegid instead of seteuid and setegid.
9026         * sysdeps/generic/local-setxid.h: New file.
9027         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9028
9029         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9030
9031         * string/Makefile (tests): Add bug-envz1.
9032         * string/bug-envz1.c: New file.
9033
9034 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9035
9036         * posix/regex_internal.c (re_string_skip_chars): If no character has
9037         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9038         to the byte which couldn't be converted.
9039         (re_string_reconstruct): Don't clear valid_raw_len before calling
9040         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9041         tip_context using re_string_context_at.
9042         * posix/Makefile: Add rules to build and run bug-regex25 test.
9043         * posix/bug-regex25.c: New test.
9044
9045 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9046
9047         [BZ #2703]
9048         * string/envz.c (envz_strip): Correct erroneously reversed src
9049         and dest parameters to memmove() invocation.
9050
9051 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9052
9053         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9054         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9055         to make sure the database has been already invalidated.
9056         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9057         after the cache has been invalidated.  Use pthread_mutex_lock rather
9058         than pthread_mutex_trylock if fd != -1.
9059         * nscd/connections.c (invalidate_cache): Add fd argument, write
9060         response to fd if not calling prune_cache, pass fd to prune_cache.
9061         (handle_request): Adjust invalidate_cache caller.
9062         (nscd_run): Pass -1 as fd to prune_cache.
9063
9064 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9065
9066         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9067         the correct place.
9068
9069 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9070
9071         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9072         * nscd/cache.c (prune_cache): Take prunelock before starting the
9073         work.  Just return in case it is already taken.
9074         * nscd/connections.c (dbs): Initialize .prunelock.
9075
9076 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9077
9078         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9079         copying.  No need to allocate new array for group members.  Just
9080         move the pointers and update the size.
9081
9082         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9083         Avoid memory leak in case realloc fails.  Simplification for
9084         better code generation.
9085
9086         Avoid deprecation warning because of libc_hidden_proto for
9087         inet6_option_alloc.
9088         * inet/inet6_option.c (option_alloc): Renamed from
9089         inet6_option_alloc.  Made static.
9090         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9091         (inet6_option_append): Call option_alloc.
9092         * include/netinet/in.h: Remove libc_hidden_proto for
9093         inet6_option_alloc.
9094
9095         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9096         for cleanup when cb!=NULL [Coverity CID 233].
9097
9098 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9099
9100         [BZ #2693]
9101         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9102         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9103         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9104         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9105         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9106         and inet6_rth_getaddr.
9107         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9108         array.
9109         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9110         Mark inet6_option_* interfaces as deprecated.
9111         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9112         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9113         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9114         inet6_rth_segments, and inet6_rth_getaddr.
9115         * inet/inet6_opt.c: New file.
9116         * inet/inet6_rth.c: New file.
9117
9118         * inet/netinet/icmp6.h: Pretty printing.
9119
9120         [BZ #2683]
9121         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9122
9123 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9124
9125         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9126         doing it all here.  When server does not know the answer do not
9127         fail immediate, try parent first.
9128
9129         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9130         overflow test.
9131
9132 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9133
9134         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9135         from __do_niscall.
9136         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9137         and exported.
9138         (__follow_path): New function.  Split out from nis_list.
9139         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9140         _xdr_nis_result.
9141         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9142         _xdr_nis_result.
9143         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9144         and __follow_path.
9145         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9146         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9147         from libnsl for version GLIBC_PRIVATE.
9148         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9149         Remove entry parameter from _nss_nisplus_parse_pwent and
9150         _nss_nisplus_parse_grent.
9151         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9152         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9153         again.  Rewrite getpwent handling to not use nis_first_entry and
9154         nis_next_entry.  Roll out own niscall handling.
9155         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9156
9157         * sunrpc/xdr_rec.c: Fix typo in comment.
9158
9159 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9160
9161         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9162         handling.
9163
9164         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9165         to allocate memory for my_pollfd.  Better initialization of
9166         cb_is_running.  Use TEMP_FAILURE_RETRY.
9167
9168         * malloc/memusage.sh (memusageso): Add quotes.
9169         (memusagestat): Likewise.
9170         * debug/xtrace.sh (pcprofileso): Likewise.
9171         (pcprofiledump): Likewise.
9172         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9173         replacement.
9174         * malloc/Makefile ($(objpfx)memusage): Likewise.
9175
9176         * nis/nis_callback.c (__nis_create_callback): Calls to
9177         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9178         asprintf call fails.
9179
9180         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9181         no uninitialized memory is passed to sendto.
9182
9183 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9184
9185         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9186         of snprintf+strdup.  Handle OOM.
9187         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9188         cb->serv together.  Remove now obsolete free calls.
9189         (__nis_destroy_callback): Remove now obsolete free call.
9190
9191 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9192
9193         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9194         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9195         and ULA respectively). Set precedence for IPv4 address to 10 as
9196         defined in RFC3484 for preferring IPv6.
9197         * posix/gai.conf: Update to match the new default tables.
9198
9199 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9200
9201         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9202         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9203         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9204         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9205
9206         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9207         Removed.
9208         (init_nss_interface): Remove initialization of these variables.
9209
9210 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9211
9212         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9213         nis_free_directory forward to avoid duplication.
9214
9215 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9216
9217         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9218         rec_dirsearch returning NULL.
9219         (first_shoot): Handle __nis_finddirectory returning NULL.
9220         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9221
9222         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9223         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9224
9225 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9226
9227         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9228         pid changed.
9229
9230 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9231
9232         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9233
9234         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9235         * nscd/nscd_getgr_r.c: Likewise.
9236
9237         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9238
9239         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9240         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9241
9242         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9243
9244         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9245
9246         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9247
9248         * include/rpc/auth.h: Mark xdr_des_block_internal and
9249         xdr_opaque_auth_internal as hidden.
9250
9251         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9252         hidden.
9253
9254         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9255
9256         * misc/getusershell.c (okshells): Don't use static initializers,
9257         do it dynamically.
9258
9259         * stdlib/fmtmsg.c (keywords): Change type of len element to
9260         uint32_t to not waste space on 64bit machines.
9261
9262         * locale/setlocale.c: Change _nl_category_names into a string.
9263         Add new _nl_category_name_idxs.  Change all users.
9264         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9265         Declare _nl_category_name_idxs.
9266         * locale/findlocale.c: Adjust for _nl_category_names change.
9267         * locale/loadlocale.c: Likewise.
9268         * locale/newlocale.c: Likewise.
9269         * intl/dcigettext.c: Likewise.
9270
9271         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9272         (add_alias2): ...here.  New function.
9273         (__gconv_read_conf): Simplify builtin alias handling.
9274         (builtin_aliases): Convert to string to avoid relocations.
9275         * iconv/gconv_builtin.h: Add comment about correct formatting.
9276
9277 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9278
9279         * resolv/res_debug.c (loc_ntoa): Make error const.
9280
9281 2006-05-14  Andreas Schwab  <schwab@suse.de>
9282
9283         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9284
9285 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9286
9287         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9288         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9289         sizeof (cpu_set_t).
9290
9291 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9292
9293         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9294
9295         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9296
9297         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9298         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9299
9300         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9301         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9302
9303         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9304         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9305         xdr_cback_data.
9306
9307         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9308         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9309         xdr_ypupdate_args.
9310
9311         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9312         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9313
9314         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9315         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9316
9317         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9318         * include/rpcsvc/nis_callback.h: New file.
9319
9320         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9321         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9322
9323         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9324         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9325
9326         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9327         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9328
9329         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9330         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9331
9332         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9333         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9334         xdr_ypdelete_args.
9335
9336         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9337         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9338
9339         * nis/nis_error.c: Remove table of strings.  Use position
9340         independent mechanism.
9341         * nis/nis_error.h: New file.
9342
9343 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9344
9345         * locale/programs/ld-time.c (time_finish): If wide era name or
9346         format aren't provided, set both wname and wformat to L"".
9347
9348 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9349
9350         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9351         results if the call was succesful.
9352
9353         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9354
9355         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9356         as hidden.
9357
9358 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9359
9360         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9361
9362 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9363
9364         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9365         caller makes sure this is not the case.
9366         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9367
9368 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9369
9370         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9371         calls.
9372
9373         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9374         [Coverity CID 229, 230]
9375
9376         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9377         DGETTEXT calls.
9378         (hol_help): Likewise.  [Coverity CID 226, 227]
9379
9380         * string/argz-replace.c (__argz_replace): Unconditionally call
9381         free on SRC.  [Coverity CID 225]
9382
9383         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9384         the return value of __nis_default_owner and __nis_default_group,
9385         it has been especially allocated.  [Coverity CID 224]
9386
9387         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9388         searchgroup and searchowner.  Significantly simplified.
9389         (__nis_default_owner): Remove duplication.  Do not locally copy the
9390         string before duplicating it.
9391         (__nis_default_group): Likewise.
9392
9393         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9394         we must clear the variable before calling __nisfind_server.
9395
9396         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9397         nis_getnames.  [Coverity CID 223]
9398
9399         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9400         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9401
9402         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9403         allocate memory for the input to add_bytes.  [Coverity CID 221]
9404
9405         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9406         was allocated here.  [Coverity CID 219, 220]
9407
9408         * posix/getconf.c (print_all): Free confstr data after printing.
9409         [Coverity CID 218]
9410
9411         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9412         list allocation fails.  [Coverity CID 215]
9413
9414         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9415         [Coverity CID 213]
9416
9417         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9418         string is NULL.  [Coverity CID 212]
9419         * argp/Makefile: Add rules to build and run bug-argp1.
9420         * argp/bug-argp1.c: New file.
9421
9422         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9423         end of string.
9424         * stdlib/canonicalize.c (__realpath): Likewise.
9425
9426         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9427         pointer.  [Coverity CID 206]
9428
9429         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9430         in statically linked code.
9431         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9432         statically built code, be prepared to have no link map.
9433         [Coverity CID 205]
9434
9435         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9436         dgettext calls. [Coverity CID 204]
9437
9438         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9439         the one user.
9440         (uparam_names): Reduce size.  Avoid relative relocations.
9441         Moved to read-only segment.
9442         (fill_in_uparams): Update for new layout.
9443
9444         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9445         assumed to always be != NULL. [Coverity CID 202]
9446
9447         * argp/argp-help.c (hol_entry_help): Remove some dead code
9448         [Coverity CID 200].
9449
9450         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9451         away a few more unconditional yperr2nss calls.
9452         (_nss_nis_getservbyname_r): Likewise.
9453
9454 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9455
9456         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9457         architectures.
9458
9459         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9460         that unused memory passed to sendto is nevertheless initialized.
9461
9462         [BZ #2499]
9463         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9464         possibly unaligned memory accesses.
9465
9466         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9467         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9468         and __putlong respectively.  Correct buffer overflow check for
9469         NS_NOTIFY_OP.
9470
9471         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9472
9473         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9474         (send_dg): Rewrite error handling to be more compact and avoid
9475         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9476
9477         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9478
9479         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
9480         instead of ns_get16.
9481         (res_queriesmatch): Likewise.  Minor optimization.
9482
9483         [BZ #2499]
9484         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
9485         __libc_res_nsend might reallocate the buffer for the answer.  In
9486         this case we have to reload the HP pointer.
9487
9488 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9489
9490         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
9491         some branch prediction hints.
9492
9493         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
9494         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9495         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9496         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9497         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9498         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9499         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9500         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9501
9502 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9503
9504         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
9505         by a GOT relocation to make Scrt1.o position independent.
9506         * sysdeps/s390/s390-64/elf/start.S: Likewise.
9507
9508         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
9509         six system call parameters.
9510         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
9511
9512 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9513
9514         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
9515         malloc&bzero.
9516
9517         * sunrpc/svc_udp.c (BZERO): Remove definition.
9518         (CALLOC): Define.
9519         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
9520
9521         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
9522         (des_SPtrans): Use uint32_t type.
9523         (des_skb): Likewise.
9524
9525         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
9526
9527 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
9528
9529         [BZ #2509]
9530         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
9531         on 32-bit arches.
9532
9533 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9534
9535         * locale/programs/ld-address.c (address_finish): Fix one more
9536         place where the iso639 array might be accessed beyond the limits.
9537
9538 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
9539
9540         * nis/nis_table.c (nis_list): Avoid clearing res twice before
9541         filling it for the first time.
9542
9543         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
9544         Adjust all callers.
9545         Free res object content before returning.
9546
9547         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
9548
9549         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
9550         client->cl_auth.
9551
9552         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
9553         cleanup for initial thread, just the free call on TVP.
9554
9555         * nscd/gai.c (__getline): Define.
9556
9557
9558 See ChangeLog.16 for earlier changes.