Jakub Jelinek <jakub@redhat.com>
[platform/upstream/glibc.git] / ChangeLog
1 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
2             Jakub Jelinek  <jakub@redhat.com>
3
4         * string.h: Define correct C++ prototypes for gcc 4.4.
5         * wchar.h: Likewise.
6
7 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
8
9         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
10         (stackinfo_sub_sp): Define.
11
12 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
13
14         [BZ #9750]
15         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
16         * include/alloca.h (alloca_account): Define.
17         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
18         (stackinfo_sub_sp): Define.
19
20         * nscd/connections.c (nscd_init): If database file access be
21         opened check whether this is due to permission problems and bail
22         in that case.
23
24         [BZ #9741]
25         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
26         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
27
28 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
29
30         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
31         Add "t" to clobber list.
32         (INTERNAL_SYSCALL_NCS): Likewise.
33
34 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
35
36         * nss/getent.c (print_networks): Don't print comma between aliases.
37
38 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
39
40         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
41
42         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
43         the hash table.
44         * misc/Makefile (tests): Add bug-hsearch1.
45         * misc/bug-hsearch1.c: New file.
46
47 2009-01-22  Roland McGrath  <roland@redhat.com>
48
49         * Makeconfig (%.v.i): Strip trailing # comments,
50         not only whole-line comments.
51
52 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
53
54         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
55         one parameter.  If non-NULL use it to initialize return value.
56         (_dl_setup_pointer_guard): New function.
57         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
58         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
59         * elf/rtld.c (security_init): Pass _dl_random to
60         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
61         pointer_chk_guard.
62         * elf/dl-sysdep.c (_dl_random): New variable.
63         (_dl_sysdep_start): Handle AT_RANDOM.
64         (_dl_show_auxv): Likewise.
65         * elf/dl-support.c (_dl_random): New variable.
66         (_dl_aux_init): Handle AT_RANDOM.
67         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
68         to _dl_setup_stack_chk_guard.
69
70         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
71
72 2009-01-10  Roland McGrath  <roland@redhat.com>
73
74         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
75
76 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
77
78         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
79
80         [BZ #9706]
81         * nss/nss_files/files-parse.c (strtou32): New function.
82         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
83         across 32-bit and 64-bit platforms.
84         (INT_FIELD_MAYBE_NULL): Likewise.
85
86 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
87
88         [BZ #9720]
89         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
90         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
91         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
92         Likewise.
93
94 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
95
96         [BZ #697]
97         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
98         being NULL also if there are no backreferences.
99         * posix/rxspencer/tests: Add testcases.
100
101 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
102
103         [BZ #9697]
104         * posix/bug-regex17.c: Add testcases.
105         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
106         handling.
107
108 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
109
110         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
111         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
112         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
113         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
114         for elf subdir.
115         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
116         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
117         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
118         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
119         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
120         * sysdeps/unix/sysv/linux/s390/Versions: New file.
121
122 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
123
124         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
125         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
126         re_string_skip_chars, re_string_reconstruct): Likewise.
127         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
128
129 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
130
131         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
132         adjust the buffer alignment.
133
134 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
135
136         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
137         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
138         net/route.h.
139
140         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
141         flavor to description only when flavor is not NULL.
142
143         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
144         mutex after SIGIO/SIGURG lookup loop.
145
146 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
147
148         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
149
150 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
151
152         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
153         handling.
154
155 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
156
157         * sysdeps/unix/sysv/linux/kernel-features.h
158         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
159
160         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
161         if no output is written.
162
163         * version.h: Bump to 2.10 development.
164
165         * posix/getconf.c: Update copyright year.
166         * nss/getent.c: Likewise.
167         * iconv/iconvconfig.c: Likewise.
168         * iconv/iconv_prog.c: Likewise.
169         * elf/ldconfig.c: Likewise.
170         * catgets/gencat.c: Likewise.
171         * csu/version.c: Likewise.
172         * elf/ldd.bash.in: Likewise.
173         * elf/sprof.c (print_version): Likewise.
174         * locale/programs/locale.c: Likewise.
175         * locale/programs/localedef.c: Likewise.
176         * nscd/nscd.c (print_version): Likewise.
177         * debug/xtrace.sh: Likewise.
178         * malloc/memusage.sh: Likewise.
179         * malloc/mtrace.pl: Likewise.
180         * debug/catchsegv.sh: Likewise.
181
182 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
183
184         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
185         script.
186
187 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
188
189         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
190         gethostbyname4_r function call succeeded, just leave the loop.
191
192         [BZ #9694]
193         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
194         very end.
195         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
196         * wctype/Makefile (tests): Add bug-wctypeh.
197         * wctype/bug-wctypeh.c: New file.
198
199         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
200         LOCALDOMAIN is defined.
201         * nscd/nscd_getai.c (__nscd_getai): Likewise.
202
203         * sysdeps/x86_64/bits/select.h: New file.
204
205         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
206
207 2008-12-21  Bruno Haible  <bruno@clisp.org>
208
209         [BZ #9677]
210         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
211         if no output is written.
212
213 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
214
215         * login/utmp_file.c (pututline_file): Replace call to dup2 with
216         libc internal symbol __dup2 to avoid access through the PLT.
217
218 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
219
220         [BZ #6545]
221         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
222         available only for __USE_GNU.
223
224         * inet/Makefile (tests): Add tst-getni2.
225         * inet/tst-getni2.c: New file.
226
227         [BZ #7080]
228         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
229         NULL when NI_NAMEREQD is set.
230         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
231         * inet/Makefile (tests): Add tst-getni1.
232         * inet/tst-getni1.c: New file.
233
234 2008-12-03  Petr Baudis  <pasky@suse.cz>
235
236         [BZ #7067]
237         * nscd/connections.c (invalidate_cache): Use prune_run_lock
238         instead of prune_lock.
239         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
240         * nscd/nscd.h (database_dyn): Add prune_run_cache.
241
242 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
243
244         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
245         use.
246
247         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
248         handling.
249
250         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
251         after reading name server list.
252
253         [BZ #7058]
254         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
255         handling for host name aliases.
256
257 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
258
259         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
260         instead of doing things manually.
261
262 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
263
264         * posix/regex_internal.h (build_wcs_upper_buffer):
265         Return type is reg_error_t.
266
267 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
268
269         * posix/globtest.sh: Use mktemp to create temporary file and
270         directory.
271
272         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
273         sets correctly.
274         (__CPU_CLR_S): Likewise.
275         (__CPU_ISSET_S): Likewise.
276
277 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
278             Ulrich Drepper  <drepper@redhat.com>
279
280         * scripts/firstversion.awk: Use custom comparison function to compare
281         version numbers.
282         * scripts/versions.awk: Use sort invocation which can handle
283         multi-digit sub-version numbers.
284
285 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
286
287         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
288         * locale/iso-639.def: Add Chhattisgarhi entry.
289
290 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
291
292         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
293         ESRCH return value.
294         (_nss_dns_gethostbyname4_r): Likewise.
295         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
296         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
297         gethostbyname4_r, we don't have a separate IPv6 status, so copy
298         the no_data variable.
299
300         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
301         information at the correct index.
302
303         * socket/sys/socket.h: Declare accept4.
304         * socket/accept4.c: New file.
305         * sysdeps/unix/sysv/linux/accept4.c: New file.
306         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
307         * socket/Makefile (routines): Add accept4.
308         * socket/Versions: Export accept4 with version GLIBC_2.10.
309         * socket/paccept.c: Removed.
310         * sysdeps/unix/sysv/linux/paccept.c: Removed.
311         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
312         * Versions.def: Define GLIBC_2.10 for libc.
313         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
314
315         * nscd/connections.c: Use accept4.
316
317         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
318
319 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
320
321         * resolv/res_send.c (send_dg): Create sockets with non-blocking
322         flag already set.
323
324         * stdlib/setenv.c (unsetenv): Don't search environment if it does
325         not exist.
326         * stdlib/Makefile (tests): Add tst-unsetenv1.
327         * stdlib/tst-unsetenv1.c: New file.
328
329 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
330
331         * login/utmp_file.c (file_writable): New variable.
332         (setutent_file): Don't try to open file for writing.
333         (pututline_file): Before writing, make descriptor writable if
334         necessary.
335
336 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
337
338         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
339         to IPv4 or IPv6 if an interface has been found.
340
341 2008-11-26  Roland McGrath  <roland@redhat.com>
342
343         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
344         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
345
346         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
347         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
348         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
349
350         * elf/elf.h (NT_386_IOPERM): New macro.
351         (NT_PPC_VSX): New macro.
352
353 2008-11-25  Roland McGrath  <roland@redhat.com>
354
355         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
356         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
357         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
358         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
359         Subdirectories moved to ports repository.
360         * configure.in (base_machine): Remove alpha case.
361
362 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
363
364         * sysdeps/mach/strerror_l.c: New file.
365
366 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
367
368         [BZ #6411]
369         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
370         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
371         magic numbers.
372         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
373         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
374         (relax_fenv_state): Same as above.
375         (FPSCR_29): Reserve bit in ISA 2.05.
376         (FPSCR_NI): Provide define for compat.
377         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
378         magic numbers.
379         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
380         magic numbers.
381         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
382         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
383         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
384         access to hwcap to account for hwcap size increase to uint64_t.
385         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
386         Likewise.
387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
388         (*setcontext): Likewise.
389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
390         New file.
391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
392         New file.
393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
394         (*setcontext): dynamically select mtfsf insn based on
395         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
396         increase to uint64_t.
397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
398         (*swapcontext): dynamically select mtfsf insn based on
399         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
400         increase to uint64_t.
401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
402         New file.
403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
404         New file.
405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
406         (*setcontext): dynamically select mtfsf insn based on
407         PPC_FEATURE_HAS_DFP.
408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
409         (*swapcontext): dynamically select mtfsf insn based on
410         PPC_FEATURE_HAS_DFP.
411
412 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
413
414         * version.h: Bump for 2.9 release.
415         * include/features.h (__GLIBC_MINOR__): Bump to 9.
416
417         [BZ #7029]
418         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
419         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
420         all the rounding.
421
422 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
423
424         [BZ #7009]
425         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
426         unknown request types for now.
427
428 2008-11-11  Roland McGrath  <roland@redhat.com>
429
430         * sysdeps/x86_64/configure: New file.
431
432         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
433         * configure: Regenerated.
434
435 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
436
437         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
438         correct instruction to remove the stack frame.
439
440 2008-11-03  Michael Matz  <matz@suse.de>
441
442         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
443         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
444
445 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
446
447         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
448         Remove.
449
450         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
451         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
452         of the thread variable instead of void *.
453         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
454         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
455         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
456         __libc_tsd_define arguments.
457         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
458         __libc_tsd_address arguments.  Remove union hack.
459         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
460         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
461         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
462         Adjust __libc_tsd_{set,get} arguments.
463         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
464         __libc_tsd_define arguments.
465         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
466         arguments.
467         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
468         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
469         (LOCALE): Adjust __libc_tsd_define arguments.
470         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
471         arguments.
472         (LOCALE): Adjust __libc_tsd_define arguments.
473         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
474         arguments.
475         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
476         arguments.
477
478 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
479
480         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
481         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
482
483 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
484
485         [BZ #6966]
486         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
487
488 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
489             Ulrich Drepper  <drepper@redhat.com>
490
491         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
492         definition for GCC 3.1 and later.
493
494 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
495
496         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
497         refetch dtv, as it might have changed.
498         * elf/Makefile: Add rules to build and run tst-tls18.
499         * elf/tst-tls18.c: New test.
500         * elf/tst-tlsmod18a.c: New file.
501
502 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
503
504         [BZ #6875]
505         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
506
507 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
508
509         [BZ #6867]
510         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
511
512         [BZ #6919]
513         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
514         Fix length of copy operation.
515
516 2008-10-02  Pierre Habouzit <madcoder@debian.org>
517
518         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
519         and fix its calling convention.
520
521 2008-10-07  Andreas Schwab  <schwab@suse.de>
522
523         [BZ #6942]
524         * resolv/res_send.c (send_vc): Fix last change.
525         (send_dg): Align here as well.
526
527 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
528
529         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
530         return value in case rlimit is RLIM_INFINITY.
531
532         [BZ #6947]
533         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
534         for UL_SETFSIZE.
535         * resource/Makefile (tests): Add bug-ulimit1.
536         * resource/bug-ulimit1.c: New file.
537
538         [BZ #6974]
539         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
540         without dot.  Properly terminate the string with a null byte.
541         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
542
543         [BZ #6980]
544         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
545         negative sizees.
546         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
547         negative __size.
548
549         [BZ #6995]
550         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
551
552 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
553
554         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
555         abort if there is no initgroups_dyn function.
556
557         * resolv/res_send.c (send_dg): On timeout, only return nonzero
558         result if any of the queries really provided an answer.
559
560 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
561
562         * po/lt.po: Update from translation team.
563
564 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
565
566         * po/id.po: Update from translation team.
567
568 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
569
570         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
571         Fix tests for existence of second reply.
572
573 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
574
575         * po/id.po: New file.
576         Contributed by the Indonesian translation team.
577
578 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
579
580         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
581         initialization.
582
583 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
584
585         * elf/Makefile: Add rules to build and run tst-tls17.
586         * elf/tst-tls17.c: New test.
587         * elf/tst-tlsmod17a.c: New file.
588         * elf/tst-tlsmod17b.c: Likewise.
589
590 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
591
592         * stdlib/divmod_1.c: Use correct type for dummy variable.
593         * stdlib/mod_1.c: Likewise.
594
595 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
596
597         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
598
599 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
600
601         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
602         __nonnull order for C++.
603         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
604         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
605
606 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
607
608         * stdlib/longlong.h: Update from GCC.
609
610 2008-10-09  Jakub Jelinek <jakub@redhat.com>
611             David S. Miller  <davem@davemloft.net>
612
613         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
614         make sure any registers used with 64-bit 'branch-on-register'
615         instructions have their top 32-bits clear.
616         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
617         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
618
619 2008-09-18  Andreas Schwab  <schwab@suse.de>
620
621         [BZ #6942]
622         * resolv/res_send.c (send_vc): Fix use of unaligned address.
623         Properly handle partial reads.
624
625 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
626
627         * elf/elf.h (STO_MIPS_PLT): New.
628         (R_MIPS_COPY): New.
629         (R_MIPS_JUMP_SLOT): New.
630         (R_MIPS_NUM): Redefine to 128.
631         (DT_MIPS_PLTGOT): New.
632         (DT_MIPS_RWPLT): New.
633         (DT_MIPS_NUM): Redefine to 0x35.
634
635 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
636
637         * timezone/africa: Update from tzdata2008f.
638         * timezone/asia: Likewise.
639         * timezone/australasia: Likewise.
640         * timezone/europe: Likewise.
641         * timezone/leapseconds: Likewise.
642         * timezone/northamerica: Likewise.
643         * timezone/southamerica: Likewise.
644         * timezone/zone.tab: Likewise.
645
646 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
647
648         * nscd/connections.c: Disable use of paccept for now.
649
650 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
651
652         * socket/Versions: Remove paccept export for GLIBC_2.9.
653         * socket/Makefile (routines): Remove paccept.
654         * socket/sys/socket.h: Remove paccept declaration.
655
656         * po/sv.po: Update from translation team.
657
658 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
659
660         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
661         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
662
663 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
664
665         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
666         Patch by Olivier Fourdan <ofourdan@redhat.com>.
667
668 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
669
670         * sunrpc/rpc/svc.h: Declare svcfd_create.
671         Patch by Michael Solberg <msolberg@redhat.com>.
672
673 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
674             Ulrich Drepper  <drepper@redhat.com>
675
676         * malloc/malloc.c (public_vALLOc): Try other arenas in case
677         _int_valloc fails.
678         (public_pVALLOc): Likewise.
679
680 2008-09-02  Andreas Jaeger  <aj@suse.de>
681
682         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
683         commit.
684
685 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
686
687         [BZ #6860]
688         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
689
690 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
691
692         * Makefile (check-data): Check data directory in add-ons.
693         * elf/Makefile (check-data): Likewise.
694
695 2008-08-18  Roland McGrath  <roland@redhat.com>
696
697         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
698         * configure: Regenerated.
699         * config.make.in (cflags-cpu): New substituted variable.
700         (with-cpu): Variable removed.
701         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
702
703 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
704
705         [BZ #6845]
706         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
707         __signbitl definition and __LONG_DOUBLE_128__ guard from:
708         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
709         redundant.  Functions which call floating point assembler operations
710         should go into a sysdeps powerpc/fpu directory.
711
712 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
713
714         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
715         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
716
717 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
718
719         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
720
721         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
722         change related to AT_EXECFN.  We cannot use that string.
723         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
724         _dl_execfn member.
725         * elf/dl-support.c: Remove _dl_execfn variable.
726         (_dl_aux_init): Remove handling of AT_EXECFN.
727         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
728         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
729
730 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
731
732         [BZ #6544]
733         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
734         byte gets added to writes and seeks from the end use the length of
735         the buffer and not the currently terminating NUL byte.
736
737         [BZ #6634]
738         * login/utmp_file.c (getutent_r_file): Take additional parameter.
739         Set to true if locking failed.
740         (getutid_r_file): Adjust caller.
741         (pututline_file): Likewise.  Return NULL in this case.
742         Patch mostly by halesh.s@gmail.com.
743
744 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
745
746         [BZ #6589]
747         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
748         Define.
749         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
750
751 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
752
753         [BZ #6839]
754         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
755         macro since it is now available in elf/dynamic-link.h.
756
757 2008-08-12  Roland McGrath  <roland@frob.com>
758
759         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
760         in case used outside of libc.
761         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
762
763 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
764
765         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
766         directly instead of going through dn_comp.
767
768 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
769
770         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
771         Fix asm constraints.
772
773 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
774
775         [BZ #6790]
776         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
777         (IPV6_PMTUDISC_PROBE): Likewise.
778
779 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
780
781         [BZ #6791]
782         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
783
784 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
785             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
786
787         [BZ #6817]
788         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
789         Added the members 'vsx' and 'arch_2_06'.
790         (_dl_powerpc_platforms): Add the member 'power7'.
791         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
792         to reflect the changes required by VSX and ISA 2.06.
793         Modify _DL_PLATFORMS_COUNT to reflect the addition of
794         'power7'.
795         Defined PPC_PLATFORM_POWER7.
796         (_dl_string_platform): Add support for POWER7.
797         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
798         capability and ISA 2.06.
799
800 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
801
802         [BZ #6824]
803         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
804         macro to detect use of 128 bit long double.
805         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
806
807 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
808
809         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
810
811         [BZ #5794]
812         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
813         parameters.
814         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
815         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
816
817 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
818
819         * nscd/connections.c (main_loop_poll): Pass a buffer which is
820         guaranteed to be large enough to read inotify event.  Ignore
821         EAGAIN error.  Better error message.  Add branch predicition.
822         (main_loop_epoll): Likewise.
823
824 2008-08-02  Roland McGrath  <roland@frob.com>
825
826         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
827         Add memory clobbers.
828
829 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
830
831         * manual/arith.texi: Avoid @strong{Note:}.
832         * manual/creature.texi: Likewise.
833         * manual/filesys.texi: Likewise.
834         * manual/math.texi: Likewise.
835         * manual/memory.texi: Likewise.
836         * manual/resource.texi: Likewise.
837         * manual/syslog.texi: Likewise.
838         * manual/time.texi: Likewise.
839
840         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
841         to prevent warning.
842
843 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
844
845         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
846         new epoll_create1 interface.
847         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
848         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
849         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
850
851         * include/arpa/nameser.h (NS_GET16): Use const pointer.
852         (NS_GET32): Likewise.
853
854         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
855         syscalls, too.
856
857         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
858         use the AT_EXECFN value if it is no absolute path.
859         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
860         __ASSUME_AT_EXECFN.
861
862         * Versions.def: Add GLIBC_2.9 to libresolv.
863         * include/resolv.h: Remove hidden proto declarations for __ns_*
864         functions.  Add them for __dn_count_labels and __p_secstodate.
865         * include/arpa/nameser.h: Add a number of hidden proto declarations.
866         Define ns_msg_getflags macro here.
867         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
868         and __p_secstodate.
869         * resolv/Versions: Export functions from <arpa/nameser.h> from
870         libresolv in version GLIBC_2.9.
871         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
872         hidden definitions.
873         * resolv/ns_netint.c: Likewise.
874         * resolv/ns_parse.c: Likewise.
875         * resolv/ns_print.c: Likewise.
876         * resolv/ns_samedomain.c: Likewise.
877         * resolv/ns_ttl.c: Likewise.
878         * resolv/arpa/nameser_compat.h: Likewise.
879         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
880         function calls.
881         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
882         instead of ns_get16.
883         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
884         __ns_get32 instead of ns_get16 and ns_get32 respectively.
885         (gaih_getanswer_slice): Likewise.
886         * resolv/Makefile (libresolv-routines): Add ns_date.
887         * resolv/ns_date.c: New file.
888
889         * elf/Makefile (check-localplt.out): Also check libresolv and
890         libcrypt.
891
892 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
893
894         * sysdeps/unix/sysv/linux/kernel-features.h: Define
895         __ASSUME_O_CLOEXEC.
896
897 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
898
899         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
900         buffer passed to NSS functions.
901
902         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
903
904         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
905         Define.
906
907         * misc/syslog.c (openlog_internal): Fix compile problem.
908
909 2008-07-28  Roland McGrath  <roland@redhat.com>
910
911         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
912
913 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
914
915         * io/ftw.c (add_object): Remove inline to avoid warning.
916
917         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
918
919         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
920         Use it instead of locally defined resplen2 variable.
921         (res_nsend): Adjust for __libc_res_nsend interface change.
922         (send_vc): Initialize *resplen2 if necessary.  Read length of
923         package into an appropriately aligned variable.  Store converted length
924         in new variable and use it appropriately.
925         Add branch prediction help.
926         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
927         and pass it on to __libc_res_nsend.  Adjust all callers.
928         (__libc_res_nsearch): Likewise.
929         (__libc_res_nqeurydomain): Likewise.
930         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
931         change.
932         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
933         Define resplen2 variable and pass it to __libc_res_nsearch and then
934         to gaih_getanswer.
935         (getanswer_r): In case of incorrect DNS data don't overread buffer.
936         Add branch prediction.
937         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
938         (gaih_getanswer): Don't decode second slice if first one failed due
939         to a too small buffer.  Don't let not found status of second
940         decoder shadow results of the first.
941         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
942         and __libc_res_nquery interface changes
943         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
944         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
945         __libc_res_nsearch, and __libc_res_nsend.
946         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
947         change.
948         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
949         __libc_res_nsearch interface changes.
950
951 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
952
953         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
954
955         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
956         file descriptors with close-on-exec set.
957         (exec_comm_child): Fix the case where the write end of the pipe is
958         STDOUT_FILENO already.  In case it is, clear close-on-exec.
959
960         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
961         * io/pipe2.c: Likewise.
962         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
963         instead of __ASSUME_PACCEPT.
964         * include/unistd.h: Declare __have_pipe2.
965         * libio/iopopen.c: Implement "e" flag.
966         * libio/Makefile (tests): Add tst-popen1.
967         * libio/tst-popen1.c: New file.
968
969         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
970         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
971
972 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
973
974         [BZ #6771]
975         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
976         success call of _IO_SEEKOFF or calls which failed because the
977         descriptor is for a pipe.
978
979         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
980         magic number.
981
982         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
983
984         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
985         F_SETFD use if we know fopen set the flag.
986
987         * login/utmp_file.c (setutent_file): Minor optimization in case
988         O_CLOEXEC is available.
989
990 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
991
992         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
993         * elf/Makefile: Use pie-ccflag variable.
994         * nscd/Makefile: Likewise.
995         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
996
997 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
998
999         [BZ #6724]
1000         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1001         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1002         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1003         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1004         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1005         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1006         utmp32, utmpx32 and login32.
1007         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1008         versions of struct utmp functions to libc and libutil.
1009         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1010         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1011         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1012         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1013         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1014         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1015         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1016         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1017         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1018         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1019         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1020         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1021         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1022         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1023         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1024         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1025         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1026         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1027         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1028         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1029         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1030         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1031
1032 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1033
1034         * scripts/gen-as-const.awk: Generate more widely usable code by
1035         using 64-bit arithmetic.
1036
1037         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1038         the same treatment as narrow output code in last patch.
1039
1040         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1041
1042         [BZ #6763]
1043         * elf/dl-load.c (local_strdup): Remove inline.
1044         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1045         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1046         part of the object.
1047
1048         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1049
1050 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1051
1052         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1053         the new syscalls, too.
1054
1055         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1056         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1057
1058         [BZ #6698]
1059         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1060         parameter for end of buffer.  If temporary copy is too large use
1061         malloc.
1062         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1063         interface change.
1064         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1065         string rewrite when allocating buffer.
1066
1067         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1068         syscalls, too.
1069
1070         * nscd/connections.c (nscd_init): Clean up fcntl call.
1071
1072         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1073         SOCK_NONBLOCK if possible.
1074
1075         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1076         SOCK_CLOEXEC if available.
1077
1078         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1079         __libc_clntudp_bufcreate_internal.
1080         * include/sys/socket.h: Declare __have_sock_cloexec.
1081         * socket/Makefile (aux): Add have_sock_cloexec.
1082         * socket/have_sock_cloexec.c: New file.
1083         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1084         __libc_clntudp_bufcreate.
1085         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1086         which takes an additional parameter.  Create socket with non-blocking
1087         mode and close-on-exec flag set, if wanted.
1088         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1089         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1090         instead of clntudp_create.  The socket has already the close-on-exec
1091         flag set if SOCK_CLOEXEC is defined.
1092
1093 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1094
1095         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1096         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1097         appropriate.
1098         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1099         non-blocking mode by using socket, paccept, and inotify_init1.
1100
1101         * Versions.def (glibc): Add GLIBC_2.9.
1102         * io/Makefile (routines): Add dup3 and pipe2.
1103         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1104         * io/dup3.c: New file.
1105         * io/pipe2.c: New file.
1106         * posix/unistd.h: Declare dup3 and pipe2.
1107         * socket/Makefile (routines): Add paccept.
1108         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1109         * socket/paccept.c: New file.
1110         * socket/sys/socket.h: Declare paccept.
1111         * sysdeps/unix/syscalls.list: Add entry for dup3.
1112         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1113         epoll_create2 and inotify_init1.
1114         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1115         * sysdeps/unix/sysv/linux/paccept.c: New file.
1116         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1117         possible.
1118         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1119         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1120         inotify_init1, and pipe2 entries.
1121         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1122         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1123         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1124         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1125         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1126         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1127         SOCK_NONBLOCK.
1128         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1129         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1130         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1131         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1132         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1133         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1134         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1135         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1136         EPOLL_NONBLOCK.  Declare epoll_create2.
1137         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1138         EFD_NONBLOCK.
1139         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1140         IN_NONBLOCK.  Declare inotify_init1.
1141         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1142         SFD_NONBLOCK.
1143         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1144         TFD_NONBLOCK.
1145
1146         * elf/elf.h: Define AT_EXECFN.
1147         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1148         LD_ORIGIN_PATH.
1149         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1150         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1151         if __ASSUME_AT_EXECFN is defined.
1152         (_dl_aux_init): Handle AT_EXECFN.
1153         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1154         for 2.6.27 and up.
1155         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1156         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1157         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1158         _dl_execfn if available and avoid compatibility code if
1159         __ASSUME_AT_EXECFN is defined.
1160
1161         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1162         _dl_discover_osversion only for older kernels.
1163
1164 2008-07-22  Roland McGrath  <roland@frob.com>
1165
1166         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1167
1168 2008-07-21  Roland McGrath  <roland@frob.com>
1169
1170         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1171         returned too much data out of line.
1172
1173 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1174
1175         * locale/setlocale.c (setname): Remove inline to avoid compiler
1176         warning.
1177
1178         [BZ #6712]
1179         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1180
1181 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1182
1183         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1184         doesn't manage to write anything, fail.
1185
1186         * malloc/hooks.c (__malloc_check_init): Remove printf.
1187
1188 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1189
1190         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1191
1192 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1193
1194         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1195         from inotify.
1196         (main_loop_epoll): Likewise.
1197
1198 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1199
1200         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1201
1202         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1203         if DEBUG is defined.
1204
1205         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1206         query.  Adjust buffer size computation for padding.
1207
1208 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1209
1210         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1211         * stdio-common/tst-setvbuf1.c: New file.
1212         * stdio-common/tst-setvbuf1.expect: New file.
1213
1214         [BZ #6719]
1215         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1216         when selecting fully-buffered stream.
1217         Patch by Wang Xin <wxinee@gmail.com>.
1218
1219 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1220
1221         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1222         (__open_2): New function.
1223         (__open64_2): New alias to __open_2.
1224         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1225         (__openat_2): New function.
1226         (__openat64_2): New alias to __openat_2.
1227
1228 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1229
1230         [BZ #6723]
1231         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1232
1233 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1234
1235         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1236         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1237         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1238         __hurd_dfail.
1239         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1240         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1241         * sysdeps/mach/hurd/send.c (__send): Likewise.
1242         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1243         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1244
1245 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1246
1247         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1248         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1249         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1250         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1251         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1252         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1253
1254 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1255
1256         [BZ #6657]
1257         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1258         of %EY.
1259         Patch by Petr Baudis.
1260
1261 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1262
1263         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1264         Patch by Peter Jones <pjones@redhat.com>.
1265
1266 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1267
1268         [BZ #6654]
1269         * stdlib/canonicalize.c (__realpath): readlink can write too much
1270         into the buffer on platforms without PATH_MAX.
1271
1272 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1273
1274         [BZ #6653]
1275         * posix/tst-regex.c (main): Rename to...
1276         (do_test): ... this. Remove cmdline option processing.
1277         (TIMEOUT): Define.
1278         (TEST_FUNCTION): Define.
1279         (CMDLINE_OPTIONS): Define.
1280
1281 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1282
1283         [BZ #5210]
1284         * configure.in: Add -Werror to -fstack-protector test to catch
1285         unsupported architectures.
1286         Patch by Gilles Esponasse <g.esp@free.fr>.
1287
1288 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1289
1290         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1291         getcontext returns ENOSYS.
1292
1293 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1294
1295         * nscd/connections.c (main_loop_poll): Fix test for read error.
1296         (main_loop_epoll): Likewise.
1297
1298 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1299
1300         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1301         better place so it is not called when nscd is used.
1302
1303         * nscd/connections.c: Also recognize and handle changes to the
1304         resolver configuration file.
1305
1306 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1307
1308         * time/strftime.c: Pass reference to tzset_called around to handle
1309         recursive calls.
1310
1311         [BZ #6612]
1312         * time/strftime.c (__strftime_internal): Call tzset() only
1313         when printing timezone-dependent values.
1314         Based on a patch by Petr Baudis <pasky@suse.cz>.
1315
1316         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1317         unconditionally use second gaih_getanswer_slice result.
1318
1319         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1320         (getaddrinfo): RES must always be non-NULL.
1321
1322 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1323
1324         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1325         cr[34] registers.
1326         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1327         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1328         Likewise.
1329         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1330         register.
1331
1332 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1333
1334         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1335         fields.
1336         * nscd/connections.c (inotify_fd): New variable.
1337         (nscd_init): Try to open an inotify descriptor.
1338         If successful, watch files for databases using inotify instead of
1339         having prune threads stat the files.
1340         (nscd_run_prune): Recognize clear_cache flag being set and call
1341         prune_cache appropriately.
1342         (main_loop_poll): Add inotify descriptor to wait set and handle the
1343         reported changes.
1344         (main_loop_epoll): Likewise.
1345         * nscd/cache.c (prune_cache): Don't stat files for databases if
1346         inotify is used.
1347         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1348         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1349
1350         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1351         fixed-size portion of the record.
1352         * nscd/servicescache.c (cache_addserv): Likewise.
1353         * nscd/pwdcache.c (cache_addpw): Likewise.
1354         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1355
1356 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1357
1358         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1359         out we don't use uninitialized memory.
1360
1361         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1362         the client.
1363
1364 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1365
1366         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1367         ignore T_DNAME messages.
1368         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1369
1370 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1371
1372         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1373         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1374
1375 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1376
1377         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1378         instead of portstr to nscd_getserv_r.  Patch by
1379         Roman Kagan <rkagan@mail.ru>.
1380
1381 2008-05-26  Jim Meyering  <meyering@redhat.com>
1382
1383         Remove more useless "if" tests before "free".
1384         * include/inline-hashtab.h (htab_delete): Likewise.
1385         * libio/freopen.c (freopen): Likewise.
1386         * libio/freopen64.c (freopen64): Likewise.
1387         * locale/programs/ld-collate.c (collate_read): Likewise.
1388         * misc/fstab.c (libc_freeres_fn): Likewise.
1389         * posix/glob.c (globfree): Likewise.
1390
1391 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1392
1393         * string/Makefile (strop-tests): Add memmem.
1394         * string/test-memmem.c: New file.
1395         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1396         (test_init): Size buf1 according to BUF1PAGES.
1397
1398 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1399
1400         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1401         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1402         (CFLAGS-scanf17.c): New.
1403         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1404         * stdio-common/scanf15.c (main): Likewise.
1405         * stdio-common/scanf16.c: New file.
1406         * stdio-common/scanf17.c: New file.
1407
1408 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1409
1410         * resolv/res_send.c (send_dg): If we already have one of two
1411         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1412         use the one answer insted of failing.
1413
1414 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1415
1416         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1417         being executed on PowerPC as the expected result exceeds IBM
1418         long double 128 __LDBL_MAX__.
1419
1420 2008-05-21  Roland McGrath  <roland@redhat.com>
1421
1422         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1423
1424         * Makefile (check-data): Use $(abi-name) before other guesses.
1425         Look in $(add-ons) dirs before scripts/data/.
1426         * elf/Makefile (check-data): Likewise.
1427
1428         * scripts/soversions.awk: Grok ABI line.
1429         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1430         Emit definition for abi-name variable.
1431
1432 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1433
1434         * string/endian.h: Define new fixed-size hto* and *toh macros only
1435         if [__USE_BSD].
1436
1437         * iconvdata/Depend: Add localedata.
1438
1439 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1440
1441         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1442
1443 2008-05-08  David S. Miller  <davem@davemloft.net>
1444
1445         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1446         HIDDEN_JUMPTARGET.
1447         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1448         (__SYSCALL_CLOBBERS): Remove %g* registers.
1449         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1450         (__SYSCALL_CLOBBERS): Likewise.
1451         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1452         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1453
1454 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1455
1456         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1457         (CALL_ERRNO_LOCATION): Define.
1458         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1459         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1460         (CALL_ERRNO_LOCATION): Define.
1461         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1462         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1463         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1464
1465 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1466
1467         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1468         variable.
1469
1470 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1471
1472         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1473         (FIRST_FRAME_POINTER): Define.
1474
1475 2008-05-09  David S. Miller  <davem@davemloft.net>
1476
1477         * sysdeps/sparc/sparc64/backtrace.c: New file.
1478
1479 2008-05-14  David S. Miller  <davem@davemloft.net>
1480
1481         * sysdeps/sparc/machine-gmon.h: New file.
1482         * sysdeps/sparc/sparc-mcount.S: Likewise.
1483         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1484         sysdep_routines in gmon directory.
1485
1486 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1487
1488         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1489
1490 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1491
1492         * resolv/res_query.c (__libc_res_nquery): In case one of two
1493         answer was too short don't try to read that answer's header.
1494
1495         * resolv/res_send.c (send_dg): In case of timeout and there are
1496         two queries and one has been answered, return value indicating
1497         success.
1498
1499 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1500
1501         * nscd/cache.c (cache_add): Take additional parameter specifying
1502         whether this is in response of a cache refill.  Check alignment
1503         of package data.  Revamp waking of pruning thread.
1504         (prune_cache): Small optimization.
1505         * nscd/nscd.h: Adjust cache_add prototypes.
1506         * nscd/aicache.c: Adjust cache_add calls.
1507         * nscd/grpcache.c: Likewise.
1508         * nscd/hstcache.c: Likewise.
1509         * nscd/initgrcache.c: Likewise.
1510         * nscd/pwdcache.c: Likewise.
1511         * nscd/servicescache.c: Likewise.
1512         * nscd/connections.c (restart): Really disable cache use before
1513         exec attempt.  If it fails, reenable cache.
1514         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1515         time to max to be able to notice concurrent cache additions.  Unlock
1516         prune_lock while performing gc.  Afterwards compute wakeup time with
1517         current wakeup_time value in mind.
1518
1519 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1520
1521         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1522
1523         * nscd/mem.c (gc): Correctly determine highest used array element
1524         in mark.
1525
1526         * nscd/mem.c (markrange): Add assert to check entries are all
1527         aligned.  Small cleanup in bitmap use.
1528
1529         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1530         blockoff of type nscd_ssize_t.
1531         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1532         (mempoll_alloc): Record block offset and not address.
1533
1534         * nscd/mem.c (gc): Fix test for stack overuse.
1535
1536         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1537         more asserts.
1538
1539         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1540         entry is available, believe it.
1541
1542         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1543         no answers return NSS_STATUS_NOTFOUND.
1544         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1545         buffer does not have any content.
1546
1547 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1548
1549         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1550
1551         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1552         lookup, don't assign canon unconditionally.
1553
1554 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1555
1556         * string/Makefile (distribute): Add str-two-way.h.
1557
1558 2008-03-29  Eric Blake  <ebb9@byu.net>
1559
1560         Rewrite string searches to O(n) rather than O(n^2).
1561         * string/str-two-way.h: New file.  For linear fixed-allocation
1562         string searching.
1563         * string/memmem.c: New implementation.
1564         * string/strstr.c: New implementation.
1565         * string/strcasestr.c: New implementation.
1566
1567 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1568
1569         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1570         opr.ctx_type.
1571         (calc_first): Initialize constraint field.
1572         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1573         Use search_duplicated_node to avoid loops.  Fix grammar.
1574         (duplicate_node): Merge constraint field for all node types.
1575         (calc_eclosure_iter): Look at constraint field for all node types.
1576         * posix/regex_internal.c (create_cd_newstate): Don't look at
1577         create_cd_newstate.
1578
1579 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1580
1581         [BZ #6428]
1582         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1583
1584         [BZ #6442]
1585         * string/endian.h: Add macros for fixed-size endian conversion.
1586         * bits/byteswap.h: Allow inclusion from <endian.h>.
1587         * sysdeps/i386/bits/byteswap.h: Likewise.
1588         * sysdeps/ia64/bits/byteswap.h: Likewise.
1589         * sysdeps/s390/bits/byteswap.h: Likewise.
1590         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1591         * string/Makefile (tests): Add tst-endian.
1592         * string/tst-endian.c: New file.
1593
1594         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1595         Patch by Reuben Thomas.
1596
1597 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1598
1599         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1600
1601 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1602
1603         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1604
1605         [BZ #6461]
1606         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1607         Add missing braces.
1608         (BODY for __gconv_transform_internal_ascii): Likewise.
1609
1610         [BZ #6472]
1611         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1612         to be treated like link-local addresses.
1613         (match_prefix): Don't treat IPv4 loopback address special when
1614         converting to v4 mapped addressed.
1615
1616         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1617         if necessary.
1618         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1619         * posix/tst-rfc3484-2.c: Likewise.
1620         * posix/tst-rfc3484-3.c: Likewise.
1621
1622         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1623         and SCTP.
1624
1625         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1626
1627         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1628
1629         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1630
1631 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1632
1633         * po/lt.po: New file.  From Lituanian translation team.
1634
1635 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1636
1637         Introduce TLS descriptors for i386 and x86_64.
1638         * include/inline-hashtab.h: New file, copied from 2005's
1639         libiberty, with fix for memory leak imported afterwards by
1640         Glauber de Oliveira Costa.
1641         * elf/tlsdeschtab.h: New file.
1642         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1643         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1644         (CHECK_STATIC_TLS): Move to...
1645         * elf/dynamic-link.h: ... this file.
1646         (TRY_STATIC_TLS): New macro.
1647         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1648         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1649         R_386_TLS_DESC): Define.
1650         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1651         binutils.
1652         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1653         R_X86_64_TLSDESC): Define.
1654         (R_386_NUM, R_X86_64_NUM): Adjust.
1655         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1656         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1657         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1658         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1659         release tlsdesc_table.
1660         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1661         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1662         (elf_machine_rel): Handle R_386_TLS_DESC.
1663         (elf_machine_rela): Likewise.
1664         (elf_machine_lazy_rel): Likewise.
1665         (elf_machine_lazy_rela): Likewise.
1666         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1667         * sysdeps/i386/dl-tlsdesc.S: New file.
1668         * sysdeps/i386/dl-tlsdesc.h: New file.
1669         * sysdeps/i386/tlsdesc.c: New file.
1670         * sysdeps/i386/tlsdesc.sym: New file.
1671         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1672         tlsdesc_table.
1673         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1674         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1675         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1676         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1677         release tlsdesc_table.
1678         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1679         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1680         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1681         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1682         (elf_machine_rela): Likewise.
1683         (elf_machine_lazy_rel): Likewise.
1684         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1685         (__tls_get_addr): Do not declare for non-shared compiles.
1686         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1687         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1688         * sysdeps/x86_64/tlsdesc.c: New file.
1689         * sysdeps/x86_64/tlsdesc.sym: New file.
1690         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1691         tlsdesc_table for both 32- and 64-bit structs.
1692
1693 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1694
1695         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1696         its own function.  This reduces the frame setup costs and more.
1697
1698 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1699
1700         [BZ #3406]
1701         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1702         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1703
1704 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1705
1706         * io/openat.c (__openat_2): Also pass fd to __openat.
1707         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1708         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1709
1710         * string/tester.c (test_memcmp): Add a few more tests.
1711         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1712
1713 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1714
1715         * nscd/cache.c (cache_add): Before returning with failure and this
1716         is the first use of the record, mark it as unusable.
1717         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1718         reporting a failure.
1719         * nscd/grpcache.c: Likewise
1720         * nscd/hstcache.c: Likewise.
1721         * nscd/initgrcache.c: Likewise.
1722         * nscd/pwdcache.c: Likewise.
1723         * nscd/servicescache.c: Likewise.
1724
1725 2008-05-10  Roland McGrath  <roland@redhat.com>
1726
1727         [BZ #6505]
1728         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1729
1730 2008-05-08  David S. Miller  <davem@davemloft.net>
1731
1732         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1733
1734         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1735         (__ieee754_y0l): Likewise.
1736         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1737         (__ieee754_y1l): Likewise.
1738         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1739         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1740         frexpl and ldexpl.  math_private.h provides them and the latter
1741         is not even used.
1742         (__log1pl): Use __frexpl.
1743
1744 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1745
1746         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1747         prototypes.
1748         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1749         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1750         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1751         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1752         af==AF_UNSPEC.
1753         (_nss_nis_gethostbyname4_r): New function.
1754         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1755         Change to also handle af==AF_UNSPEC.
1756         (get_tablename): New function.  Use it to avoid duplication.
1757         (_nss_nisplus_gethostbyname4_r): New function.
1758         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1759         available.
1760         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1761         * nss/nss.h: Define struct gaih_addrtuple.
1762         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1763         af==AF_UNSPEC.
1764         (_nss_files_gethostbyname4_r): New function.
1765         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1766         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1767         calls.
1768         * resolv/res_query.c (__libc_res_nquery): Take two additional
1769         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1770         look up IPv4 and IPv6.
1771         Change all callers.
1772         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1773         for an additional query and answer buffer.  Pass to send_vc and
1774         send_dg.
1775         (send_vc): Send possibly two requests and receive two answers.
1776         (send_dg): Likewise.
1777         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1778         __libc_res_nquery.
1779         (_nss_dns_gethostbyname4_r): New function.
1780         (gaih_getanswer_slice): Likewise.
1781         (gaih_getanswer): Likewise.
1782         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1783         __libc_res_nquery call.
1784         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1785         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1786         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1787         available.
1788
1789 2008-05-05  David S. Miller  <davem@davemloft.net>
1790
1791         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1792         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1793
1794 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1795
1796         Fix termios bit macros.
1797         Move *DLY definitions where they belong, in termios.h.
1798         Add *[0-3] definitions.
1799         Fixes confusion between VT and FF.
1800         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1801         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1802         are already defined to avoid collision with termios.h.
1803         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1804         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1805         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1806         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1807         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1808         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1809         VTDLY, VT0, VT1): New macros.
1810         [__USE_GNU] (OLCUC): Change value of macro.
1811         [__USE_XOPEN] (OFILL): New macro.
1812         [__USE_BSD] (CRTSCTS): Change value.
1813         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1814         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1815         (B7200, B14400, B28800, B76800): New macros.
1816
1817 2008-05-01  David S. Miller  <davem@davemloft.net>
1818
1819         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1820         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1821         (gen-as-const-headers): Add it.
1822         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1823         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1824         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1825         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1826
1827         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1828         six system call parameters.
1829         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1830
1831 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1832
1833         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1834         RUSAGE_LWP.
1835         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1836         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1837
1838 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1839
1840         * stdlib/tst-setcontext.c: Include unistd.h.
1841
1842 2008-04-25  David S. Miller  <davem@davemloft.net>
1843
1844         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1845         Pass "union semun" properly in to sys_ipc, it must be passed
1846         by value, not by reference.
1847
1848 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1849
1850         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1851         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1852         * nscd/connections.c (mem_in_flight): Likewise.
1853
1854         * nscd/nscd.h (dbs): Make hidden.
1855
1856         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1857         Avoid returning -1, return 0 instead.
1858
1859 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1860
1861         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1862
1863 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1864
1865         [BZ #5209]
1866         * sysdeps/unix/sysv/linux/times.c: New file.
1867
1868         [BZ #5381]
1869         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1870         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1871         prototype.
1872         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1873         appropriate mem_in_flight element.
1874         (gc): Take allocations which have not yet been committed to the
1875         database into account.
1876         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1877         Reset mem_in_flight before returning.
1878         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1879         cue it up in mem_in_flight_list.
1880         * nscd/aicache.c: Adjust mempool_alloc call.
1881         * nscd/grpcache.c: Likewise.
1882         * nscd/hstcache.c: Likewise.
1883         * nscd/initgrcache.c: Likewise.
1884         * nscd/pwdcache.c: Likewise.
1885         * nscd/servicescache.c: Likewise.
1886         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1887         of -fpie.
1888
1889         * nscd/connections.c (handle_request): Provide better error message
1890         in case SELinux forbids the service.
1891
1892         * version.h (VERSION): Bump to 2.8.90.
1893
1894 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1895
1896         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1897
1898 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1899
1900         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1901         Also use for 32-bit.
1902         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1903         __nextafter instead of nextafter to avoid local PLT.
1904         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1905         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1906
1907         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1908
1909         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1910         __fe_nomask_env.
1911         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1912         <fenv_libc.h> instead of <fenv.h>.
1913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1915
1916         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
1917
1918         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
1919         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
1920         function from fegetexcept and make old name weak alias.
1921         * include/fenv.h: Declare __fegetexcept.
1922         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
1923         fegetexcept.
1924         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
1925         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
1926         to fetestexcept.
1927         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
1928         instead of frexpl to avoid local PLT.
1929         * math/s_significandl.c (__significandl): Use __ilogbl instead of
1930         ilogbl to avoid local PLT.
1931         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
1932         instead of ldexpl to avoid local PLT.
1933         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1934         __roundl not roundl to avoid local PLT.
1935         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
1936         local PLTs.  Use __sincosl instead of separate sinl and cosl
1937         calls.
1938         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1939
1940         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
1941         version for ppc64 to 2.4.21 since without it makecontext will fail.
1942
1943         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
1944         to the ABI in use.
1945         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
1946         .__tls_get_addr.
1947         [__powerpc64__] (TLS_GD): Likewise.
1948
1949 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
1950
1951         [BZ #4997]
1952         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
1953         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
1954         mantissa.
1955         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1956         Likewise.  Also account for when x is an odd number between 2^52
1957         and 2^53-1.
1958         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
1959         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1960         * math/libm-test.inc (lround_test, llround_test): Added test cases to
1961         detect aforementioned erroneous conditions.
1962
1963 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1964
1965         * configure.in: Check for -fno-section-anchors in addition to
1966         -fno-toplevel-reorder.
1967
1968 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1969
1970         * include/features.h (__GLIBC_MINOR__): Bump to 8.
1971
1972         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
1973         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
1974         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
1975         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
1976         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
1977         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
1978
1979 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1980
1981         [BZ #5443]
1982         * time/era.c: Transform __libc_setlocale_lock into rwlock.
1983         * time/alt_digit.c: Likewise.
1984         * wcsmbs/wcsmbsload.c: Likewise.
1985
1986 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
1987
1988         * version.h (VERSION): Bump to 2.8.
1989
1990         * timzeone/asia: Update from tzdata2008b.
1991         * timezone/backward: Likewise.
1992         * timezone/europe: Likewise.
1993         * timezone/northamerica: Likewise.
1994         * timezone/southamerica: Likewise.
1995         * timezone/iso3166.tab: Likewise.
1996         * timezone/leapseconds: Likewise.
1997         * timezone/zone.tab: Likewise.
1998         * timezone/private.h: Update from tzcode2008a.
1999         * timezone/zdump.c: Likewise.
2000         * timezone/zic.c: Likewise.
2001
2002 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2003
2004         [BZ #5741]
2005         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2006         Define additonal Data Cache Block instruction macros.
2007         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2008         Replace dcbst with dcbf and sync with sync/isync.
2009
2010 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2011
2012         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2013         Always set ELF_RTYPE_CLASS_PLT.
2014         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2015
2016 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2017
2018         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2019         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2020         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2021         For ISA 2.01 and later replace mftb with mfspr 268.
2022
2023 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2024
2025         [BZ #5768]
2026         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2027         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2028
2029 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2030
2031         [BZ #5768]
2032         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2033         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2034         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2035         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2036
2037 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2038
2039         * stdlib/tst-makecontext.c (othervar): New variable.
2040         (cf): Test sign extending the argument to long.
2041
2042 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2043
2044         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2045         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2046         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2047         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2048         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2049         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2050         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2051
2052 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2053
2054         * elf/Makefile (tests): Substitute tests-vis-yes here.
2055         (tests-vis-yes): Delete.
2056         (modules-name, modules-vis-yes): Similarly.
2057
2058 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2059
2060         [BZ #4407]
2061         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2062         Preserve sign in signgamp when x is zero.
2063
2064 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2065
2066         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2067         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2068         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2069         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2070         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2071         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2072
2073 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2074
2075         [BZ #4314]
2076         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2077         buffers.
2078
2079         [BZ #5209]
2080         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2081         a reserved error value.
2082
2083         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2084         value to check for correct sign extension.
2085
2086         [BZ #5436]
2087         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2088         Copy 64-bit parameter values even though this is not required in
2089         the standard.
2090
2091         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2092         PC save.
2093
2094 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2095
2096         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2097         PC save.
2098
2099 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2100
2101         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2102
2103 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2104
2105         [BZ #5998]
2106         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2107         in line-buffered stream failed.
2108         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2109
2110 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2111
2112         [BZ #6024]
2113         * scripts/abi-versions.awk: If the version specified by
2114         --enable-oldest-abi is older than the first version for this
2115         architecture, use the default version.
2116
2117         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2118         as well when ignoring the whole category.
2119
2120 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2121
2122         [BZ #6042]
2123         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2124         ETHERTYPE_* definitions.
2125         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2126
2127 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2128
2129         * stdlib/mbtowc.c (__no_r_state): Remove.
2130         (mbtowc): New static state variable.  Use it instead of
2131         __no_r_state.
2132         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2133         (__wctomb_state): New hidden variable.
2134         (wctomb): Use __wctomb_state instead of __no_r_state.
2135         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2136         (__wctomb_state): New extern decl.
2137         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2138
2139 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2140
2141         [BZ #5475]
2142         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2143
2144 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2145
2146         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2147
2148 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2149
2150         * po/nl.po: Update from translation team.
2151
2152 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2153
2154         [BZ #6007]
2155         * string/strfry.c: Handle empty strings again.
2156
2157 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2158
2159         [BZ #5443]
2160         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2161         before looking for translation.
2162         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2163         * locale/freelocale.c: Likewise.
2164         * locale/newlocale.c: Likewise.
2165         * locale/setlocale.c: Likewise.
2166         Based partially on a patch by ryo@np.css.fujitsu.com.
2167
2168 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2169
2170         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2171         acquiring wrlock.  Do conv_tab allocation while holding lock.
2172         * intl/Makefile: Add rules to build and run tst-gettext6.
2173         * intl/tst-gettext6.c: New test.
2174         * intl/tst-gettext6.sh: New file.
2175
2176 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2177
2178         * po/nl.po: Update from translation team.
2179
2180         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2181         provided through st_blksize, try the default size before giving up.
2182
2183 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2184
2185         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2186
2187         [BZ #5939]
2188         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2189
2190         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2191         error message.  POSIX today does not require the messages to be in
2192         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2193
2194         [BZ #5979]
2195         * sunrpc/auth_unix.c: Unify printed strings.
2196         * sunrpc/clnt_tcp.c: Likewise.
2197         * sunrpc/clnt_udp.c: Likewise.
2198         * sunrpc/clnt_unix.c: Likewise.
2199         * sunrpc/svc_tcp.c: Likewise.
2200         * sunrpc/svc_udp.c: Likewise.
2201         * sunrpc/svc_unix.c: Likewise.
2202         * sunrpc/xdr.c: Likewise.
2203         * sunrpc/xdr_array.c: Likewise.
2204         * sunrpc/xdr_rec.c: Likewise.
2205         * sunrpc/xdr_ref.c: Likewise.
2206         * locale/programs/ld-time.c (time_finish): Unify messages.
2207         * locale/programs/locfile.c (handle_copy): Fix typo.
2208         * nscd/nscd.c (options): Fix typo.
2209
2210         [BZ #5995]
2211         * stdlib/strtod_l.c: Use correct sign for result in one more
2212         underflow case.
2213         Patch by Eric Blake <ebb9@byu.net>.
2214
2215 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2216
2217         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2218         and creat system calls.
2219         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2220         call.
2221         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2222         system calls.
2223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2224         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2225         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2226
2227 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2228
2229         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2230         <linux/limits.h> has defined it.
2231         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2232         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2233         headers.
2234         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2235         it instead of ARG_MAX.
2236
2237 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2238
2239         * posix/gai.conf: Fix comment for scope nullbits.
2240         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2241         default to 128 bits for v4 mapped addresses.
2242
2243 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2244
2245         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2246         ptrace call to get the ieee_instruction_pointer from the kernel.
2247         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2248         ptrace call to set the ieee_instructtion_pointer.
2249         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2250         Add comment that ieee_instruction_pointer is always 0.
2251
2252 2008-03-09  Andreas Jaeger  <aj@suse.de>
2253
2254         [BZ #5857]
2255         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2256         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2257         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2258
2259         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2260         (rint_test): Likewise.
2261
2262 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2263
2264         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2265         call.
2266         (__nisfind_server): Similar for open readColdStartFile call.
2267         Patch partially by Jim Meyering.
2268         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2269         around internal_setent call.
2270
2271         * po/vi.po: New Vietnamese translation.
2272
2273         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2274         ADJ_OFFSET_SS_READ.
2275
2276         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2277         remove CLONE_STOPPED.
2278
2279 2008-02-10  Jim Meyering  <meyering@redhat.com>
2280
2281         Remove useless "if" before "free":
2282         * elf/ldconfig.c (parse_conf_include): Likewise.
2283         * gmon/gmon.c (weak_alias): Likewise.
2284         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2285         * inet/rcmd.c (__validuser2_sa): Likewise.
2286         * intl/bindtextdom.c (set_binding_values): Likewise.
2287         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2288         * libio/genops.c (save_for_backup): Likewise.
2289         * libio/wgenops.c (save_for_wbackup): Likewise.
2290         * locale/programs/ld-collate.c (collate_read): Likewise.
2291         * locale/programs/linereader.c (get_string): Likewise.
2292         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2293         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2294         * resolv/res_debug.c (do_section): Likewise.
2295         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2296         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2297         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2298         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2299         * time/tzset.c (tzset_internal): Likewise.
2300
2301 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2302
2303         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2304         of ASSEMBLER.
2305
2306 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2307
2308         [BZ #5903]
2309         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2310         not stream for output file.  Open output file here.
2311         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2312         and output file name.
2313         (process_fd): Likewise.
2314         (process_file): Likewise.
2315         (main): Adjust callers of changed functions.
2316         * iconv/iconv_prog.h: Adjust prototype.
2317
2318 2008-03-09  Andreas Jaeger  <aj@suse.de>
2319
2320         [BZ #5753]
2321         * sysdeps/ia64/ieee754.h: Use protected namespace
2322         __BIG_ENDIAN/__LITTLE_ENDIAN.
2323         * sysdeps/ieee754/ieee754.h: Likewise.
2324         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2325
2326 2008-03-08  Roland McGrath  <roland@frob.com>
2327
2328         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2329         ignore a signal that came from a machine exception, treat it as a
2330         fatal core-dump signal instead.
2331         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2332
2333         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2334         Clear DF bit in thread state's eflags.
2335         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2336
2337 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2338
2339         [BZ #5774]
2340         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2341         of NAN(...) sequence.
2342         * stdlib/Makefile (tests): Add tst-strtod6.
2343         * stdlib/tst-strtod6.c: New file.
2344
2345         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2346
2347         [BZ #5762]
2348         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2349         putting offending option character in quotes.  Clean up error
2350         messages.
2351         * po/be.po: Adjust msgstr in translation file.
2352         * po/bg.po: Likewise.
2353         * po/ca.po: Likewise.
2354         * po/cs.po: Likewise.
2355         * po/da.po: Likewise.
2356         * po/de.po: Likewise.
2357         * po/es.po: Likewise.
2358         * po/fr.po: Likewise.
2359         * po/hr.po: Likewise.
2360         * po/ko.po: Likewise.
2361         * po/nl.po: Likewise.
2362         * po/rw.po: Likewise.
2363         * po/sk.po: Likewise.
2364         * po/sv.po: Likewise.
2365         * po/tr.po: Likewise.
2366         * po/zh_CN.po: Likewise.
2367         * po/zh_TW.po: Likewise.
2368
2369         [BZ #5760]
2370         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2371         Patch by Roland Bless <roland@bless.de>.
2372
2373         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2374         .o file.
2375         * elf/Makefile (routines): Add dl-sysdep.
2376         (elide-routines.os): Likewise.
2377
2378 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2379
2380         [BZ #5786]
2381         * elf/dl-sysdep.c: Undefine ROUND after use.
2382         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2383         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2384         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2385         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2386         to ...
2387         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2388         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2389         if necessary.
2390         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2391
2392         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2393         _dl_tls_get_addr_soft element.
2394         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2395         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2396         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2397         GLRO.
2398         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2399         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2400         of internal_function.
2401
2402         * stdlib/Makefile (aux): Add tens_in_limb.
2403         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2404         * stdlib/tens_in_limb.c: ...here.  New file.
2405
2406         [BZ #5778]
2407         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2408         __statfs_chown_restricted.
2409         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2410         for _PC_CHOWN_RESTRICTED.
2411         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2412         Implement __statfs_chown_restricted.
2413         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2414         _POSIX_CHOWN_RESTRICTED value to zero.
2415         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2416         defined to zero.
2417
2418         * sysdeps/x86_64/rtld-memset.c: New file.
2419
2420 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2421
2422         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2423
2424         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2425         Barcelona machine.  Make default fall through branch of
2426         __x86_64_preferred_memory_instruction check as the integer code path.
2427
2428 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2429
2430         * sysdeps/x86_64/cacheinfo.c
2431         (__x86_64_preferred_memory_instruction): New variable.
2432         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2433
2434         * sysdeps/x86_64/memset.S: Rewrite.
2435
2436 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2437
2438         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2439         __obstack_printf_chk): New prototypes.
2440         (__vasprintf_chk, __vdprintf_chk,
2441         __obstack_vprintf_chk): Likewise.
2442         Add libc_hidden_proto.
2443         * libio/obprintf.c
2444         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2445         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2446         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2447         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2448         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2449         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2450         __obstack_vprintf_chk): New prototypes.
2451         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2452         obstack_vprintf): New inlines.
2453         * debug/dprintf_chk.c: New file.
2454         * debug/vdprintf_chk.c: New file.
2455         * debug/asprintf_chk.c: New file.
2456         * debug/vasprintf_chk.c: New file.
2457         * debug/obprintf_chk.c: New file.
2458         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2459         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2460         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2461         @@GLIBC_2.8.
2462         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2463         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2464         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2465         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2466         libc_hidden_proto.
2467         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2468         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2469         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2470         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2471         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2472         @@GLIBC_2.8.
2473         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2474         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2475         obstack_vprintf_chk.
2476         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2477         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2478         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2479         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2480         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2481         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2482
2483 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2484
2485         [BZ #5779]
2486         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2487         Patch by Roy Marples <roy@marples.name>.
2488
2489         [BZ #5736]
2490         * malloc/malloc.c: Fix typo in comment.
2491
2492         [BZ #5627]
2493         * locale/iso-639.def: Add Shuswap.
2494
2495 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2496
2497         [BZ #5790]
2498         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2499         overwrite *h_errnop/*errnop values from getanswer_r in case of
2500         failure.
2501
2502 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2503
2504         [BZ #5818]
2505         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2506         (verify_persistent_db): Remove one unnecessary test and add a new one
2507         for bad configuration.
2508         (nscd_init): Improve error reported when persistent database cannot
2509         be reused.
2510         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2511         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2512         .suggested_module and .max_db_size and case config file says the
2513         values are zero.
2514         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2515
2516         [BZ #5854]
2517         * nis/ypclnt.c (yp_order): Fix handling of return value of
2518         do_ypcall_tr call.
2519         Patch by Jeff Moyer <jmoyer@redhat.com>.
2520
2521         * po/fr.po: Update from translation team.
2522
2523 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2524             Carlos O'Donell <carlos@systemhalted.org>
2525
2526         [BZ #5012]
2527         * FAQ.in: Describe why glibc needs to be compiled with
2528         optimization.
2529
2530 2008-02-19  Roland McGrath  <roland@redhat.com>
2531
2532         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2533
2534 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2535
2536         [BZ #5737]
2537         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2538         __USE_MISC is defined.
2539
2540 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2541
2542         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2543         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2544         sys/timerfd.h.
2545         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2546         timerfd_gettime, timerfd_settime.
2547         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2548         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2549
2550 2008-02-08  Roland McGrath  <roland@redhat.com>
2551
2552         * elf/elf.h (NT_PPC_SPE): New macro.
2553
2554 2008-02-06  Roland McGrath  <roland@redhat.com>
2555
2556         * Makerules ($(common-objpfx)sysd-rules):
2557         Depend on $(sysdep-makeconfigs).
2558
2559 2008-01-31  Roland McGrath  <roland@redhat.com>
2560
2561         [BZ #5442]
2562         * configure.in: Use -print-file-name if it yields a directory,
2563         for each of include and include-fixed.
2564         * configure: Regenerated.
2565
2566         * Makeconfig (sysd-rules-targets): New variable.
2567         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2568         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2569
2570 2008-01-30  Roland McGrath  <roland@redhat.com>
2571
2572         * manual/libc.texinfo: Update back-cover text.
2573
2574         * elf/elf.h (NT_386_TLS): New macro.
2575
2576 2008-01-29  Roland McGrath  <roland@redhat.com>
2577
2578         * Makeconfig (sysd-rules-patterns): New variable.
2579         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2580         (check-inhibit-asm): New canned sequence, replaces ...
2581         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2582         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2583         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2584         (CFLAGS-rtld): Variable removed.
2585
2586 2008-01-24  Roland McGrath  <roland@redhat.com>
2587
2588         * configure.in: Let configure fragments set base_os.
2589         * configure: Regenerated.
2590
2591 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2592
2593         * po/ko.po: Update from translation team.
2594
2595 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2596
2597         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2598
2599 2008-01-12  Andreas Jaeger  <aj@suse.de>
2600
2601         [BZ #5040]
2602         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2603         Add EPOLLRDHUP.
2604
2605 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2606
2607         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2608         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2609         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2610
2611 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2612
2613         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2614         * elf/dl-close.c (_dl_close): Check for it.
2615         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2616         (_dl_allocate_static_tls): Likewise.
2617         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2618         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2619         to it.
2620         * elf/tst-tls16.c: New file.
2621         * elf/tst-tlsmod16a.c: New file.
2622         * elf/tst-tlsmod16b.c: New file.
2623         * elf/Makefile: Add rules to build and run tst-tls16.
2624
2625 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2626
2627         [BZ #5628]
2628         * bits/shm.h: Fix comment describing shmid_ds.
2629         * sysdeps/gnu/bits/shm.h: Likewise.
2630         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2631         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2632         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2633         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2634         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2635         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2636         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2637         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2638         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2639
2640         [BZ #5607]
2641         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2642         prototypes.
2643         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2644         additional suffixes.
2645         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2646         Add optional functions mq_timedreceive and mq_timedsend.
2647         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2648         * conform/data/pthread.h-data: Fix prototype of
2649         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2650         * conform/data/semaphore.h-data: Allow time.h definitions.
2651         * conform/data/signal.h-data: Likewise.
2652         * conform/data/stdio.h-data: getw and putw are not required in v6.
2653         * conform/data/stdlib.h-data: Change setstate prototype.
2654         * conform/data/string.h-data: Fix strerror_r prototype.
2655         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2656         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2657         Fix readlink prototype.
2658         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2659         in6addr_loopback.
2660         * inet/netinet/in.h: Cleanup namespace.
2661         * posix/regex.h: Likewise.
2662         * resolv/netdb.h: Likewise.
2663         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2664         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2665         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2666         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2667         of names of in in6_addr.
2668         (default_precedence): Likewise.
2669         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2670         NULL definition.
2671
2672 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2673
2674         * conform/data/fmtmsg.h-data: Add missing allows.
2675         * conform/data/ftw.h-data: Likewise.
2676         * conform/data/inttypes.h-data: Likewise.
2677         * conform/data/math.h-data: Likewise.
2678         * conform/data/signal.h-data: Likewise.
2679         * conform/data/net/if.h-data: Likewise.
2680         * conform/data/netinet/in.h-data: Likewise.
2681         * conform/data/sys/socket.h-data: Likewise.
2682
2683         [BZ #5614]
2684         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2685         (__strtok_r): Simplify.
2686         * string/tester.c (test_strtok_r): Add test case for futile search
2687         with single-character seach string.
2688
2689 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2690
2691         * po/ko.po: Update from translation team.
2692
2693 2008-01-11  Andreas Jaeger  <aj@suse.de>
2694
2695         [BZ #5600]
2696         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2697         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2698         kernel header.
2699
2700 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2701
2702         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2703         native interface lookup in all the relevant places.
2704
2705 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2706             Ulrich Drepper  <drepper@redhat.com>
2707
2708         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2709         field.  Use sockaddr_in6 for source_addr.
2710         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2711         (match_prefix): Likewise.
2712         (get_label): Likewise.
2713         (get_precedence): Likewise.
2714         (rfc3484_sort): Change to use indirect access to results array.
2715         Adjust to use of sockaddr_in6.  Replace service_order test with
2716         simple index comparison.
2717         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2718         service_order field.  Adjust qsort_t calls.  Access sorted result
2719         array indirectly through order array.
2720         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2721         * posix/tst-rfc3484-2.c: Likewise.
2722         * posix/tst-rfc3484-3.c: Likewise.
2723
2724 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2725
2726         [BZ #5541]
2727         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2728         pollfd structures.
2729         Patch by André Cruz.
2730
2731         [BZ #5545]
2732         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2733         (clnt_spcreateerror): Likewise.
2734
2735         [BZ #5553]
2736         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2737         (public_mEMALIGn): Likewise.
2738         Patch mostly by Daniel Jacobowitz.
2739
2740 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2741
2742         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2743         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2744         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2745         * stdlib/tst-makecontext2.c: New test.
2746
2747 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2748
2749         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2750         defined.
2751         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2752         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2753         transliteration hooks and REINIT_PARAMS afterwards.
2754         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2755         status.
2756         (REINIT_PARAMS): Define.
2757         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2758         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2759         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2760         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2761         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2762         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2763         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2764         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2765         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2766         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2767         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2768         * iconvdata/tst-iconv7.c: New test.
2769
2770 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2771
2772         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2773
2774 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2775
2776         [BZ #5112]
2777         * nscd/connections.c (restart): Fix condition.
2778
2779 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2780
2781         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2782         __ctype_toupper_loc): Add __THROW.
2783
2784 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2785
2786         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2787         recognition of interface family.
2788
2789         * posix/getconf.c: Update copyright year.
2790         * nss/getent.c: Likewise.
2791         * iconv/iconvconfig.c: Likewise.
2792         * iconv/iconv_prog.c: Likewise.
2793         * elf/ldconfig.c: Likewise.
2794         * catgets/gencat.c: Likewise.
2795         * csu/version.c: Likewise.
2796         * elf/ldd.bash.in: Likewise.
2797         * elf/sprof.c (print_version): Likewise.
2798         * locale/programs/locale.c: Likewise.
2799         * locale/programs/localedef.c: Likewise.
2800         * nscd/nscd.c (print_version): Likewise.
2801         * debug/xtrace.sh: Likewise.
2802         * malloc/memusage.sh: Likewise.
2803         * malloc/mtrace.pl: Likewise.
2804         * debug/catchsegv.sh: Likewise.
2805
2806 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2807
2808         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2809         second lookup.
2810
2811 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2812
2813         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2814         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2815
2816 2007-12-17  Roland McGrath  <roland@redhat.com>
2817
2818         * inet/ether_line.c (ether_line): Remove unused variable.
2819
2820 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2821
2822         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2823         and winp.
2824         * login/openpty.c (openpty): Likewise.
2825         * login/pty.h (openpty, forkpty): Likewise.
2826         * manual/terminal.texi (openpty, forkpty): Likewise.
2827
2828 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2829
2830         * malloc/malloc.c (public_cALLOc): For arenas other than
2831         main_arena, count all bytes inside the mprotect_size range of the
2832         heap as uninitialized.
2833
2834 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2835
2836         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2837         executable stacks.
2838
2839         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2840         mTRIm for all of them.
2841         (mTRIm): Additionally iterate over all free blocks and use madvise
2842         to free memory for all those blocks which contain at least one
2843         memory page.
2844         * malloc/tst-trim1.c: New file.
2845         * malloc/Makefile (tests): Add tst-trim1.
2846
2847         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2848
2849 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2850
2851         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2852         First cast argument to long
2853         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2854         Return long.
2855         (__vdso_clock_gettime): Likewise.
2856         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2857         return long.
2858
2859 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2860
2861         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2862         * locale/nl_langinfo_l.c: Real implementation, copied from
2863         nl_langinfo.c.
2864         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2865
2866 2007-12-01  Jim Meyering  <meyering@redhat.com>
2867
2868         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2869         that would inhibit utf8-optimization of a regexp containing line-
2870         or buffer-anchors, e.g., `^', `$'.
2871
2872 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2873
2874         * time/bug-getdate1.c (do_test): Don't use century values which
2875         aren't valid on 32-bit systems.
2876
2877 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2878
2879         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2880         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2881         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2882         __strcat_g, __strncat_g): Add __asm__.
2883
2884 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2885
2886         [BZ #5477]
2887         * io/fchmodat.c: Fix typo in stub_warning use.
2888         Patch by Petr Salinger.
2889
2890 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2891
2892         * iconvdata/hp-thai8.c: New file.
2893         * iconvdata/Makefile: Add rules for hp-thai8.c.
2894         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2895         * iconvdata/gconv-modules: Likewise.
2896
2897         [BZ #5464]
2898         * iconvdata/hp-greek8.c: New file.
2899         * iconvdata/Makefile: Add rules for hp-greek8.c.
2900         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2901         * iconvdata/gconv-modules: Likewise.
2902
2903         [BZ #5463]
2904         * iconvdata/hp-turkish8.c: New file.
2905         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2906         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2907         * iconvdata/gconv-modules: Likewise.
2908
2909         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2910         (shrink_heap): ... this new function.
2911         (heap_trim): Call shrink_heap instead of grow_heap.
2912
2913         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2914         case don't call alloc_perturb.
2915
2916 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2917
2918         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
2919         possible.
2920         * sysdeps/unix/sysv/linux/kernel-features.h
2921         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
2922         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
2923
2924 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
2925
2926         [BZ #5424]
2927         * stdio-common/vfprintf.c: Do not overflow when adding to done.
2928         * stdio-common/Makefile (tests): Add bug22.
2929         * stdio-common/bug22.c: New file.
2930
2931         [BZ #5451]
2932         * time/getdate.c: Fix filling in default values.
2933         * time/bug-getdate1.c: New file.
2934         * time/Makefile: Add rules to build and run bug-getdate1.
2935
2936         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
2937         * iconvdata/ebcdic-es.c: Likewise.
2938         * iconvdata/ebcdic-es-a.c: Likewise.
2939         * iconvdata/ebcdic-uk.c: Likewise.
2940         * iconvdata/iso8859-16.c: Likewise.
2941         * iconvdata/viscii.c: Likewise.
2942         * iconvdata/iso8859-9e.c: Likewise.
2943         * iconvdata/Makefile: Adjust appropriately.
2944
2945         [BZ #5428]
2946         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
2947         __need_wint_t.
2948
2949 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2950
2951         [BZ #5427]
2952         * iconvdata/hp-roman9.c: New file.
2953         * iconvdata/Makefile: Add rules for hp-roman9.c.
2954         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
2955         * iconvdata/gconv-modules: Likewise.
2956
2957         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
2958         * iconvdata/Makefile: Adjust appropriately.
2959
2960         [BZ #5441]
2961         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
2962         structure, it's allocated with alloca.
2963         * stdio-common/Makefile (tests): Add bug21.
2964         * stdio-common/bug21.c: New file.
2965
2966 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
2967
2968         [BZ #5452]
2969         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
2970         keyword for gcc's braced-groups.
2971
2972 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2973
2974         [BZ #5454]
2975         * inet/ether_line.c: Strip hostname of whitespaces.
2976         * inet/Makefile (tests): Add tst-ether_line.
2977         * inet/tst-ether_line.c: New file.
2978
2979 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
2980
2981         [BZ #5439]
2982         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
2983
2984         [BZ #5435]
2985         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
2986
2987         * stdlib/tst-setcontext.c: Catch the case where the links gets
2988         messed up and we do not reach main again.
2989
2990         * po/ca.po: Update from translation team.
2991
2992 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
2993
2994         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
2995         * posix/regex.h (REG_ENOSYS): Likewise.
2996         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
2997
2998 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
2999
3000         * nscd/nscd.h (MAX_STACK_USE): Define.
3001         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3002         (gc): Initialize stack_used based on allocation in prune_cache.
3003         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3004         Clear array before use.
3005
3006         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3007         memory allocation failed.
3008         * nscd/hstcache.c (cache_addhst): Likewise.
3009         * nscd/grpcache.c (cache_addgr): Likewise.
3010         * nscd/servicescache.c (cache_addserv): Likewise.
3011         * nscd/pwdcache.c (cache_addpw): Likewise.
3012         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3013
3014 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3015
3016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3017         and creat system calls.
3018
3019         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3020
3021 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3022
3023         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3024         Add netiucv/iucv.h.
3025         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3026         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3027         protocol.
3028         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3029         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3030         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3031
3032 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3033
3034         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3035         strncat): Define as macros to avoid compile errors.
3036
3037         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3038         creat entries.
3039
3040 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3041
3042         [BZ #5382]
3043         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3044         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3045         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3046         overflow it.
3047         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3048
3049         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3050         Return zero in case the thread library is not NPTL.
3051
3052         [BZ #5375]
3053         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3054         initializing interface list.
3055
3056         [BZ #5378]
3057         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3058         use result of nss_getgrgid_r if nothing was found.  For other
3059         error return with a failure.
3060         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3061
3062         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3063         macro name.
3064
3065 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3066
3067         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3068         (get_scope): For IPv4 scope, use scopes table.
3069         (fini): Free scopes table if necessary.
3070         (free_scopelist): New function.
3071         (scopecmp): New function.
3072         (gaiconf_init): Also handle scopev4 entries.
3073         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3074         * posix/tst-rfc3484-2.c (do_test): Likewise.
3075         * posix/gai.conf: Document scopev4 defaults.
3076         * posix/Makefile (tests): Add tst-rfc3484-3.
3077         * posix/tst-rfc3484-3.c: New file.
3078
3079         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3080         Teredo tunnels.
3081         * posix/gai.conf: Update for current default tables.
3082
3083 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3084
3085         * po/tr.po: Update from translation team.
3086
3087 2007-11-18  Roland McGrath  <roland@frob.com>
3088
3089         * manual/arith.texi (Remainder Functions): Spelling fix.
3090         From Shaun Silk <genix@mysoul.com.au>.
3091
3092         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3093
3094 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3095
3096         * po/zh_CN.po: Update from translation team.
3097
3098         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3099         Add sys/signalfd.h and sys/eventfd.h.
3100
3101 2007-11-15  Bruno Haible  <bruno@clisp.org>
3102
3103         [BZ #5346]
3104         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3105         union.
3106         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3107         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3108         it needs only fixed stack space. Delay the initialization of
3109         msgid_len until it is needed.
3110
3111 2007-11-15  Andreas Jaeger  <aj@suse.de>
3112
3113         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3114         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3115
3116 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3117
3118         * po/ko.po: Update from translation team.
3119
3120 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3121
3122         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3123         significantly.  The device type is also part of the ifinfomsg data.
3124
3125         * po/sv.po: Update from translation team.
3126         * po/nl.po: Likewise.
3127
3128         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3129         to wake up in 24 hours.
3130
3131         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3132
3133 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3134
3135         * po/cs.po: Update from translation team.
3136         * po/pl.po: Likewise.
3137
3138         * include/ifaddrs.h: Remove in6ai_temporary.
3139         (struct in6addrinfo): Add index element.
3140         Declare __check_native.
3141         * inet/Makefile (aux): Add check_native.
3142         * sysdeps/unix/sysv/linux/check_native.c: New file.
3143         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3144         IFA_F_TEMPORARY.  Pass back ifa_index.
3145         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3146         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3147         call __check_native if necessary.
3148         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3149         to sort addresses.  Pass information about the results.
3150         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3151         of rfc3484_sort interface.
3152         * posix/tst-rfc3484-2.c: Likewise.
3153
3154         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3155         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3156         for _quicksort.
3157         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3158         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3159         on as third parameter to compare function and _quicksort.
3160         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3161         to the compare function.
3162         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3163         * Versions.def: Add GLIBC_2.8 for libc.
3164
3165         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3166         * posix/tst-rfc3484-2.c: Likewise.
3167
3168         * include/kernel-features.h: Moved to...
3169         * sysdeps/mach/hurd/kernel-features.h: ...here.
3170
3171 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3172
3173         * sysdeps/i386/i586/memcpy_chk.S: New file.
3174         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3175         * sysdeps/i386/i586/memset_chk.S: Likewise.
3176
3177 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3178
3179         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3180         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3181         list of interfaces.  Also store prefix length.
3182         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3183         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3184         prefix if source and destination address are in the same subnet.
3185         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3186         Always look for matching record in in6ai list.
3187         Correct source_addr_len value for IPv6->IPv4 converted records.
3188
3189 2007-11-11  Roland McGrath  <roland@frob.com>
3190
3191         * include/kernel-features.h: New file.
3192
3193 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3194
3195         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3196         complications for 64-bit platforms.
3197
3198         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3199         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3200         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3201         open64_2.
3202         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3203         entries.
3204         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3205         * sysdeps/wordsize-64/alphasort.c: New file.
3206         * sysdeps/wordsize-64/alphasort64.c: New file.
3207         * sysdeps/wordsize-64/fseeko.c: New file.
3208         * sysdeps/wordsize-64/fseeko64.c: New file.
3209         * sysdeps/wordsize-64/ftello.c: New file.
3210         * sysdeps/wordsize-64/ftello64.c: New file.
3211         * sysdeps/wordsize-64/ftw.c: New file.
3212         * sysdeps/wordsize-64/ftw64.c: New file.
3213         * sysdeps/wordsize-64/iofgetpos.c: New file.
3214         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3215         * sysdeps/wordsize-64/iofopen.c: New file.
3216         * sysdeps/wordsize-64/iofopen64.c: New file.
3217         * sysdeps/wordsize-64/iofsetpos.c: New file.
3218         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3219         * sysdeps/wordsize-64/lockf.c: New file.
3220         * sysdeps/wordsize-64/lockf64.c: New file.
3221         * sysdeps/wordsize-64/mkostemp.c: New file.
3222         * sysdeps/wordsize-64/mkostemp64.c: New file.
3223         * sysdeps/wordsize-64/mkstemp.c: New file.
3224         * sysdeps/wordsize-64/mkstemp64.c: New file.
3225         * sysdeps/wordsize-64/scandir.c: New file.
3226         * sysdeps/wordsize-64/scandir64.c: New file.
3227         * sysdeps/wordsize-64/tmpfile.c: New file.
3228         * sysdeps/wordsize-64/tmpfile64.c: New file.
3229         * sysdeps/wordsize-64/versionsort.c: New file.
3230         * sysdeps/wordsize-64/versionsort64.c: New file.
3231         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3232         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3233         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3234         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3235         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3236         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3237         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3238         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3239         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3240         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3241         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3242         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3243
3244         * crypt/sha256-crypt.c: Fix a comment.
3245         * crypt/sha512-crypt.c: Likewise.
3246
3247 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3248
3249         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3250
3251 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3252
3253         [BZ #5277]
3254         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3255         because output buffer is too small break, don't loop.
3256         * iconvdata/Makefile (tests): Add bug-iconv6.
3257         * iconvdata/bug-iconv6.c: New file.
3258
3259 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3260
3261         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3262         with size_t type.
3263         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3264         size_t.  Add casts where needed.
3265
3266         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3267         old headers, don't call avc_has_perm if we don't have the
3268         permission information.
3269
3270 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3271
3272         * elf/rtld.c (dl_main): Use the page size to find the map start.
3273
3274 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3275
3276         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3277         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3278
3279         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3280         when the lookup call failed.
3281
3282         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3283         Add prune_cond and wakeup_time.
3284         (CACHE_PRUNE_INTERNAL): Define.
3285         Update declarations of prune_cache and setup_thread.
3286         * nscd/connections.c (dbs): Update initializers.
3287         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3288         (nscd_init): Default number of threads is now 4.
3289         (invalidate_cache): Take lock before calling prune_cache.
3290         (handle_request): If SELinux forbids the request, say so.
3291         (readylist_cond): Use static initializer.
3292         (nscd_run_prune): New function.  Used only by pruning threads.
3293         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3294         here.
3295         (fd_ready): Update nscd_run reference.
3296         (start_threads): No need to initialize readylist_cond.
3297         Start pruning threads separately.
3298         * nscd/nscd_setup_thread.c: Change return value type to int and always
3299         return 0.
3300         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3301         to int and return nonzero value if we can use the TID address hack.
3302         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3303         the database is later than the new entry's timeout, update the
3304         wakeup time and wake the cleanup thread.
3305         (prune_cache): Return seconds the next entry in the database is still
3306         valid.  Remove locking for pruning here.
3307         * nscd/nscd.conf: Document default number of threads.
3308
3309 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3310
3311         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3312         stack is properly aligned for the target function.
3313         Correct unwind info.
3314
3315         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3316         when using auditing libraries.
3317
3318 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3319
3320         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3321         _nss_dns_getnetbyaddr2_r.
3322         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3323         extra parameter to getanswer_r.
3324         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3325         _nss_dns_getnetbyaddr2_r.
3326
3327         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3328         gethstbynm3_r.
3329         * nscd/gethstbynm2_r.c: Remove.
3330         * nscd/gethstbynm3_r.c: New file.
3331         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3332         __gethostbyaddr_r.
3333         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3334         __gethostbyaddr_r compatibility wrapper.
3335         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3336         determining timeout of entry.
3337         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3338         __gethostbyaddr2_r.
3339         (addhstbyX): Pass reference to variable for TTL to lookup and
3340         cache_addhst.
3341         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3342         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3343         and __nss_next2.  Remove __nss_services_lookup.
3344         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3345         Add compat wrapper.
3346         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3347         __nss_next2.
3348         * nss/getXXent_r.c: Likewise.
3349         * nss/getnssent_r.c: Likewise.
3350         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3351         does not exist in module, try the optional second name.
3352         (__nss_next2): New function.
3353         (__nss_next): Now wrapper around __nss_next2.
3354         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3355         Declare __nss_next2.
3356         Adjust definition of db_lookup_function type.
3357         * nss/service-lookup.c: Define NO_COMPAT.
3358         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3359         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3360         * inet/ether_ntoh.c: Likewise.
3361         * sunrpc/netname.c: Likewise.
3362         * sunrpc/publickey.c: Likewise.
3363         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3364         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3365         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3366         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3367         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3368
3369         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3370
3371         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3372
3373 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3374
3375         [BZ #5204]
3376         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3377         * crypt/sha512c-test.c: Likewise.
3378
3379         [BZ #5225]
3380         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3381         to keep track of end of %[ format string element.
3382         * stdio-common/Makefile (tests): Add bug20.
3383         * stdio-common/bug20.c: New file.
3384
3385         [BZ #5222]
3386         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3387         path elements in counting mode.
3388
3389 2007-10-27  Andreas Jaeger  <aj@suse.de>
3390
3391         [BZ #5040]
3392         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3393
3394         [BZ #3112]
3395         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3396         (__cleanup): Free shared library when exiting.
3397         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3398         (__cleanup): Free shared library when exiting.
3399
3400 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3401
3402         [BZ #2549]
3403         * math/libm-test.inc (check_float_internal): Support
3404         denormalized return.
3405
3406 2007-10-23  Andreas Jaeger  <aj@suse.de>
3407
3408         [BZ #5208]
3409         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3410         __LONG_LONG_PAIR to handle little endian byte order.
3411         Suggested by abhishekrai@google.com
3412
3413 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3414
3415         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3416
3417 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3418
3419         * nscd/cache.c (prune_cache): Move test for modified file outside
3420         of locking.
3421
3422 2007-10-21  Andreas Jaeger  <aj@suse.de>
3423
3424         * manual/texinfo.tex: Update to latest version.
3425
3426         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3427
3428         * manual/arith.texi (Status bit operations): Fix formatting.
3429
3430         * manual/errno.texi (Error Messages): Fix formatting.
3431
3432         * manual/sysinfo.texi (System Parameters): Fix formatting.
3433
3434         * manual/libc.texinfo: Update VERSION and UPDATED.
3435
3436 2007-10-19  Roland McGrath  <roland@redhat.com>
3437
3438         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3439
3440 2007-10-06  David S. Miller  <davem@davemloft.net>
3441
3442         * configure.in: Add sparcv9v2 and sparc64v2.
3443         * scripts/config.sub: Likewise.
3444         * configure: Regenerate.
3445         * elf/elf.h (HWCAP_SPARC_N2): New.
3446         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3447         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3448         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3449         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3450         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3451         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3452         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3453
3454 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3455
3456         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3457         even if the poll result indicates there is data to read.
3458         Patch by Jeff Moyer <jmoyer@redhat.com>.
3459
3460 2007-10-18  Roland McGrath  <roland@redhat.com>
3461
3462         * elf/elf.h (NT_PPC_VMX): New macro.
3463
3464 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3465
3466         * version.h (VERSION): Set to 2.7.90.
3467
3468 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3469
3470         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3471         weak_alias.
3472
3473 2007-10-17  Roland McGrath  <roland@frob.com>
3474
3475         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3476         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3477
3478 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3479
3480         * version.h (VERSION): Bump to 2.7.
3481         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3482
3483         [BZ #5186]
3484         * time/tzset.c (__tz_convert): Don't force testing for a change of
3485         TZ if not called from localtime.  But then also see whether the
3486         file changed, in case __use_tzfile is set.
3487
3488         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3489         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3490         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3491         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3492         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3493         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3494         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3495         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3496
3497 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3498
3499         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3500         and admin selects to be able to replace the gai.conf file, lock
3501         data structures around the qsort call.
3502
3503 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3504
3505         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3506         new memset.
3507         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3508         too high for the improvements.  Implement bzero unconditionally for
3509         use in libc.
3510
3511 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3512             Jakub Jelinek  <jakub@redhat.com>
3513
3514         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3515         even when time_t is 32-bit.
3516         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3517         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3518         always set after the search.
3519
3520 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3521
3522         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3523         unreachable code on 32-bit machines.
3524
3525 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3526
3527         [BZ #5184]
3528         * time/strftime_l.c: Include stdbool.h.
3529         (my_strftime): New wrapper, old function renamed to...
3530         (__strftime_internal): ... new function.  Add tzset_called
3531         argument, pass it down to recursive calls, don't call tzset ()
3532         if already true, set to true after call to tzset ().
3533
3534 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3535
3536         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3537         into account when copying TZ string.
3538
3539 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3540
3541         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3542         num_transition rather than num_transitions - 1.
3543
3544 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3545
3546         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3547         PIC indirect jump.
3548
3549         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3550         a local label rather than HIDDEN_JUMPTARGET.
3551
3552 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3553
3554         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3555         (init_cacheinfo): Initialize it.
3556         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3557         Always define bzero.
3558         Remove non-glibc code.
3559         * sysdeps/x86_64/bzero.S: Make an empty file.
3560
3561 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3562
3563         * sysdeps/x86_64/cacheinfo.c
3564         (__x86_64_preferred_memory_instruction): New.
3565         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3566
3567         * sysdeps/x86_64/memset.S: Rewrite.
3568
3569 2007-10-15  Roland McGrath  <roland@redhat.com>
3570
3571         * po/libc.pot: Regenerated.
3572
3573 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3574
3575         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3576         pointers.
3577
3578         [BZ #3425]
3579         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3580         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3581         address record to T_A/T_AAAA requests.
3582
3583 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3584
3585         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3586
3587         * posix/glob.c: Add some branch prediction throughout.
3588
3589         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3590         read from nscd.
3591
3592         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3593         service_order.
3594         (rfc3484_sort): Make sure that even if qsort doesn't support
3595         stable sorting out sorting here is stable by comparing service_order.
3596         (getaddrinfo): Initialize service_order.
3597         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3598         service_order field to sorting structure.
3599         * posix/tst-rfc3484-2.c (do_test): Likewise.
3600
3601         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3602         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3603         __tzset_parse_tz and updating of daylight, timezone, tzname into
3604         update_vars.
3605         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3606         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3607         happens in __tz_compute.
3608         * time/tzfile.c (__tzfile_read): Also read TZ string.
3609         (find_transition): Fold into __tzfile_compute.
3610         (__tzfile_compute): For times beyond the last transition try to
3611         use the TZ string.
3612         * timezone/tst-timezone.c: Information in daylight and tzname does
3613         change for Asia/Tokyo timezone with more concrete information.
3614         Remove the test.
3615
3616         * include/stdio.h: Add libc_hidden_proto for ftello.
3617         * libio/ftello.c: Add libc_hidden_def.
3618
3619         [BZ #1140]
3620         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3621         on the specified time and not the last entries in the file.  Move
3622         code to determine tzname[] to...
3623         (find_transition): ...here.  Add ugly guess for times before the
3624         first transition.
3625
3626 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3627
3628         [BZ #3195]
3629         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3630         no entry.
3631         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3632         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3633         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3634         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3635
3636         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3637         read mechanism when there are no group members and avoid no-op
3638         read syscall in this case.
3639
3640         [BZ #3242]
3641         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3642         (__readall): If reading failed due to EAGAIN error wait a bit
3643         and possibly try again.
3644         (__readvall): Likewise.
3645
3646 2007-10-13  Bruno Haible  <bruno@clisp.org>
3647
3648         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3649         when we cannot recode the message.
3650
3651 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3652
3653         [BZ #4359]
3654         * libio/__freading.c (__freading): Don't return true for
3655         write-only streams.  For read/write streams, check whether we
3656         performed a read operation already.
3657         * libio/Makefile (tests): Add tst-ext2.
3658         * libio/tst-ext2.c: New file.
3659
3660 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3661
3662         * locale/programs/repertoire.c (repertoire_read): Always free
3663         memory for repertoire file name [Coverity CID 270].
3664
3665         * elf/cache.c (save_aux_cache): Free memory allocated for
3666         temporary file name [Coverity CID 267].
3667
3668 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3669
3670         * misc/Makefile (headers): Add bits/error.h.
3671
3672 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3673
3674         * posix/fnmatch_loop.c: Take rule index returned as part of
3675         findidx return value into account when accessing weights.
3676         * posix/regcomp.c: Likewise.
3677         * posix/regexec.c: Likewise.
3678
3679         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3680         (skip_to): Fix problems with parameter of elifdef/elifndef.
3681
3682 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3683
3684         * iconv/gconv_simple.c: Add some branch prediction.
3685
3686 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3687
3688         * locale/programs/ld-collate.c (collate_read): If ignore_content
3689         and nowtok is tok_define, eat any tok_eol tokens.
3690
3691 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3692
3693         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3694         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3695
3696         * inet/netinet/in.h: Don't include bits/socket.h.
3697         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3698         macro.
3699         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3700
3701 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3702
3703         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3704         and tok_elifndef.
3705         * locale/programs/locfile-kw.gperf: Likewise.
3706         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3707
3708 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3709
3710         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3711         (__find_specwc): Change into __extern_always_inline function.
3712         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3713         (__parse_one_specmb): Remove ps argument.
3714         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3715         Adjust __find_specmb and __parse_one_specmb callers.
3716         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3717         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3718         Removed.
3719         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3720         caller.
3721
3722 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3723
3724         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3725         with some Pentium Ds.
3726
3727 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3728
3729         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3730         __read not read.
3731         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3732         __write not write.
3733
3734 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3735
3736         [BZ #181]
3737         * locale/C-time.c: Set week_1stday data to 19971201.
3738         * locale/programs/ld-time.c (time_finish): Default for
3739         first_workday is Monday.
3740
3741         [BZ #2633]
3742         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3743
3744         [BZ #5103]
3745         * posix/glob.c (glob): Recognize patterns starting \/.
3746         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3747         (main): Add test for pattern starting \/.
3748
3749         * misc/error.h: Use __const instead of const.
3750         * misc/bits/error.h: Likewise.
3751
3752 2007-10-07  Andreas Jaeger  <aj@suse.de>
3753
3754         * include/bits/error.h: New file.
3755
3756         * misc/bits/error.h (error_at_line): Fix prototype.
3757
3758 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3759
3760         [BZ #3924]
3761         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3762         more little bugs in creating the stack frame when pltexit has to
3763         be called.
3764
3765         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3766         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3767
3768         [BZ #4407]
3769         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3770         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3771         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3772         * math/libm-test.inc: Add test for this case.
3773
3774         [BZ #5010]
3775         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3776         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3777         map service succeeded.
3778         (svc_is_mapped): New function.
3779         (svc_unregister): Use it before trying to unmap service.
3780
3781 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3782
3783         * timezone/zic.c: Update from tzcode2007h.
3784
3785         [BZ #5063]
3786         * timezone/africa: Update from tzdata2007h.
3787         * timezone/antarctica: Likewise.
3788         * timezone/asia: Likewise.
3789         * timezone/australasia: Likewise.
3790         * timezone/europe: Likewise.
3791         * timezone/leapseconds: Likewise.
3792         * timezone/northamerica: Likewise.
3793         * timezone/southamerica: Likewise.
3794         * timzeone/zone.tab: Likewise.
3795
3796         [BZ #5104]
3797         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3798
3799         [BZ #5113]
3800         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3801         avoid warning with -Wconversion.
3802         (__strndup): Likewise.
3803         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3804
3805         [BZ #5112]
3806         * nscd/connections.c (restart): Don't resync if database is
3807         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3808
3809         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3810         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3811
3812         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3813         evetnfd_read, eventfd_write.
3814         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3815         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3816         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3817         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3818         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3819         eventfd_write for GLIBC_2.7.
3820
3821         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3822         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3823         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3824         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3825
3826 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3827
3828         * stdlib/msort.c: Include stdint.h.
3829         (struct msort_param): New type.
3830         (msort_with_tmp): Use struct msort_param pointer for unchanging
3831         parameters.  Add optimized handling for several common sizes
3832         and indirect sorting mode.
3833         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3834         sorting.
3835         Suggested by Belazougui Djamel .
3836
3837         * stdlib/Makefile (tests): Add tst-qsort2.
3838         * stdlib/tst-qsort2.c: New test.
3839
3840 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3841
3842         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3843         for dup2 in case another thread races with the current one.  Retry
3844         in this case.
3845
3846         * misc/error.h: Remove support for use outside of libc.  We have to
3847         include <features.h> now.  Include <bits/error.h> if possible.
3848         * misc/bits/error.h: New file.
3849
3850 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3851
3852         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3853         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3854         __extern_always_inline functions unconditionally, drop macros.
3855
3856         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3857         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3858         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3859
3860         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3861         add __artificial__ attribute.
3862
3863 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3864
3865         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3866         backward to forward direction.
3867
3868         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3869
3870         [BZ #645]
3871         * locale/programs/ld-collate.c (collate_finish): Compare against last
3872         used section which is known to have rules defined.
3873         (collate_read): After order_start, correctly record order of sections
3874         and queue sections up.
3875
3876 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3877
3878         [BZ #5071]
3879         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3880         the same number of pages.
3881         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3882
3883         * locale/programs/ld-collate.c (collate_read): After initial copy
3884         statement, continue in state 0.
3885
3886         * include/stdio_ext.h (__fsetlocking): Define as macro.
3887
3888 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3889
3890         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3891         of section order.
3892
3893         * po/pt_BR.po: Fix typo.
3894
3895 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3896
3897         * iconvdata/Makefile (modules): Add ISO8859-9E.
3898         (distribute): Add iso8859-9e.c.
3899         (gen-8bit-gap-modules): Add iso8859-9e.
3900         * iconvdata/iso8859-9e.c: New file.
3901         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3902         * iconvdata/TESTS: Likewise.
3903         * iconvdata/tst-tables.sh: Likewise.
3904
3905         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3906
3907         * locale/iso-639.def: Add several new entries.
3908
3909 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3910
3911         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3912         void * pointers instead of struct link_map **.
3913         (_dl_scope_free): Change argument type to void *.
3914         * include/link.h (struct link_map): Change type of l_reldeps
3915         to struct link_map_reldeps, move l_reldepsact into that
3916         struct too.
3917         * elf/dl-deps.c: Include atomic.h.
3918         (_dl_map_object_deps): Only change l->l_initfini when it is
3919         fully populated, use _dl_scope_free for freeing it.  Optimize
3920         removal of libs from reldeps by using l_reserved flag, when
3921         some removal is needed, allocate a new list instead of
3922         reallocating and free the old with _dl_scope_free.  Adjust
3923         for l_reldeps and l_reldepsact changes.
3924         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
3925         searching in l_initfini and l_reldeps without holding dl_load_lock.
3926         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
3927         l_reldepsact changes.
3928         * elf/dl-close.c (_dl_close_worker): Likewise.
3929         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
3930
3931 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
3932
3933         * iconvdata/Makefile (modules): Add KOI8-RU.
3934         (distribute): Add koi8-ru.c.
3935         (gen-8bit-gap-modules): Add koi8-ru.
3936         * iconvdata/koi8-ru.c: New file.
3937         * iconvdata/gconv-modules: Add entries for KOI8-RU.
3938         * iconvdata/TESTS: Likewise.
3939         * iconvdata/tst-tables.sh: Likewise.
3940
3941         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3942
3943 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
3944
3945         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
3946         with __warning__/__error__ attributes.
3947         (__warnattr): Define.
3948         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
3949         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
3950         __warnattr.
3951         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
3952         of __*_chk if compile time detectable overflow is found.
3953         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
3954         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
3955         with __warnattr.
3956         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
3957         instead of __*_chk if compile time detectable overflow is found.
3958         (__gets_alias): Rename to...
3959         (__gets_warn): ... this.  Add __warnattr.
3960         (gets): Call __gets_warn instead of __gets_alias.
3961         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
3962         aliases with __warnattr.
3963         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
3964         time detectable overflow is found.
3965         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
3966         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
3967         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
3968         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
3969         __getdomainname_chk_warn): New aliases with __warnattr.
3970         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
3971         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
3972         __*_chk_warn instead of __*_chk if compile time detectable overflow
3973         is found.
3974         (__getgroups_chk): Rename argument to __listlen from listlen.
3975         (__getwd_alias): Rename to...
3976         (__getwd_warn): ... this.  Add __warnattr.
3977         (getwd): Call __getwd_warn instead of __getwd_alias.
3978         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
3979         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
3980         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
3981         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
3982         __wcsnrtombs_chk_warn): New aliases with __warnattr.
3983         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
3984         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
3985         compile time detectable overflow is found.
3986         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
3987         to use __*_chk or not.
3988         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
3989         in comparisons which function should be called and in __*_chk*
3990         arguments.  Call __*_chk_warn instead of __*_chk if compile time
3991         detectable overflow is found.
3992         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
3993         __*_chk argument.
3994         * debug/tst-chk1.c (do_test): Add a few more tests.
3995
3996 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
3997
3998         [BZ #5058]
3999         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4000         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4001         (_nl_unload_domain): Finalize conversions_lock.
4002         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4003         handling table of known conversions.
4004
4005 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4006
4007         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4008         close_not_cancel_no_status instead of close.
4009
4010 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4011
4012         [BZ #5028]
4013         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4014         nrules != 0 for multibyte chars.
4015
4016 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4017
4018         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4019         Provide better error message in case the type is unknown.
4020
4021         [BZ #4963]
4022         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4023         * string/stratcliff.c: Make usable to test wide char functions.
4024         * wcsmbs/wcsatcliff.c: New file.
4025         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4026
4027         [BZ #4972]
4028         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4029         (distribute): Add mac-centraleurope.c.
4030         (gen-8bit-gap-modules): Add mac-centraleurope.
4031         * iconvdata/mac-centraleurope.c: New file.
4032         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4033         * iconvdata/TESTS: Likewise.
4034         * iconvdata/tst-tables.sh: Likewise.
4035
4036         [BZ #5043]
4037         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4038
4039 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4040
4041         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4042         from __x86_64_core_cache_size_half.
4043         (init_cacheinfo): Compute shared cache size for AMD processors with
4044         shared L3 correctly.
4045         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4046         name change.
4047         Patch in large parts by Evandro Menezes.
4048
4049 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4050
4051         * elf/dl-lookup.c (add_dependency): Handle failing memory
4052         allocation for dependency list.  Remove unnecessary check.
4053
4054         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4055         open/close when determining source addresses.
4056
4057         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4058         sha512-crypt, and sha512.
4059         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4060         (distribute): Add sha256.h and sha512.h.
4061         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4062         and call the appropriate code.
4063         * crypt/sha256-crypt.c: New file.
4064         * crypt/sha256.c: New file.
4065         * crypt/sha256.h: New file.
4066         * crypt/sha256c-test.c: New file.
4067         * crypt/sha256test.c: New file.
4068         * crypt/sha512-crypt.c: New file.
4069         * crypt/sha512.c: New file.
4070         * crypt/sha512.h: New file.
4071         * crypt/sha512c-test.c: New file.
4072         * crypt/sha512test.c: New file.
4073
4074 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4075
4076         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4077         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4078         __syslog_chk.
4079
4080 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4081
4082         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4083         %as in fscanf format strings.
4084
4085         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4086         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4087         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4088         Likewise.
4089         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4090         Likewise.
4091
4092         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4093         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4094         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4095         * elf/dl-sym.c (do_sym): Likewise.
4096         * include/link.h (struct link_map): Add l_serial field.
4097         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4098         * elf/dl-lookup.c (add_dependency): Add flags argument.
4099         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4100         flags, use THREAD_GSCOPE_RESET_FLAG before and
4101         THREAD_GSCOPE_SET_FLAG after
4102         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4103         Don't dereference map until it has been found on some list.
4104         If map->l_serial changed, return -1.
4105
4106 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4107
4108         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4109         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4110         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4111         libc_hidden_proto.
4112         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4113         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4114         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4115         add libc_hidden_proto.
4116         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4117         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4118         conformance requested.
4119         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4120         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4121         conformance requested.
4122         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4123         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4124         conformance requested.
4125         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4126         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4127         ISO C99 or POSIX conformance requested.
4128         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4129         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4130         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4131         and __isoc99_vsscanf@@GLIBC_2.7.
4132         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4133         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4134         (tests): Add scanf14.
4135         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4136         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4137         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4138         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4139         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4140         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4141         from using internal headers.
4142         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4143         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4144         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4145         and __isoc99_vswscanf@@GLIBC_2.7.
4146         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4147         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4148         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4149         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4150         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4151         * stdio-common/isoc99_scanf.c: New file.
4152         * stdio-common/isoc99_vsscanf.c: New file.
4153         * stdio-common/isoc99_vscanf.c: New file.
4154         * stdio-common/isoc99_vfscanf.c: New file.
4155         * stdio-common/isoc99_fscanf.c: New file.
4156         * stdio-common/isoc99_sscanf.c: New file.
4157         * wcsmbs/isoc99_fwscanf.c: New file.
4158         * wcsmbs/isoc99_vswscanf.c: New file.
4159         * wcsmbs/isoc99_swscanf.c: New file.
4160         * wcsmbs/isoc99_wscanf.c: New file.
4161         * wcsmbs/isoc99_vwscanf.c: New file.
4162         * wcsmbs/isoc99_vfwscanf.c: New file.
4163         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4164         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4165         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4166         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4167         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4168         * stdio-common/scanf14.c: New test.
4169         * stdio-common/scanf15.c: New test.
4170         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4171         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4172         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4173         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4174         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4175         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4176         __nldbl___isoc99_scanf@@GLIBC_2.7,
4177         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4178         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4179         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4180         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4181         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4182         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4183         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4184         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4185         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4186         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4187         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4188         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4189         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4190         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4191         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4192         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4193         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4194         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4195         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4196         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4197         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4198         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4199         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4200         functions.
4201         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4202         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4203         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4204         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4205         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4206         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4207         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4208         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4209         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4210         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4211         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4212         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4213
4214         * stdio-common/Makefile (tests): Add scanf13.
4215         (scanf13-ENV): New.
4216         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4217         m modifier followed by l.
4218         (STRING_ARG): Add width argument.
4219         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4220         <case L_('C')>: Handle %mlc and %mC.
4221         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4222         arguments.
4223         * stdio-common/scanf13.c: New test.
4224
4225         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4226         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4227
4228 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4229
4230         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4231         type and __THROW marker of splice, vmsplice, and tee.
4232         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4233         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4234         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4235         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4236         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4237         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4238         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4239         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4240         as cancellation points.
4241
4242 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4243
4244         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4245         parse more than three parts of the version number.
4246
4247 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4248
4249         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4250         modifier.  Patch by Jakub Jelinek.
4251
4252 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4253
4254         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4255         call_fallocate in misc subdir.
4256         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4257         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4258         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4259         instead of __fallocate64.
4260         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4261
4262 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4263
4264         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4265         * rt/Makefile (headers): Add bits/mqueue2.h.
4266         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4267         optimizing with GCC and __va_arg_pack_len is defined.
4268         * rt/bits/mqueue2.h: New file.
4269         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4270         (mq_open): New strong_alias.
4271         (__mq_open_2): New function.
4272         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4273         (mq_open): New strong_alias.
4274         (__mq_open_2): New function.
4275         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4276         * Versions.def (librt): Add GLIBC_2.7 version.
4277         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4278         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4279
4280         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4281         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4282         is defined rather than when not C++.
4283         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4284         __openat64_alias): New redirects.
4285         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4286         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4287         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4288         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4289         functions instead of function-like macros.
4290
4291 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4292
4293         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4294         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4295         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4296
4297 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4298
4299         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4300         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4301
4302 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4303
4304         * inet/tst-network.c: Increment ERRORS for failing tests.
4305
4306 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4307
4308         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4309         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4310         implement as __extern_always_inline function.
4311         (vsyslog): Define as __extern_always_inline function unconditionally.
4312         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4313         When __va_arg_pack is defined, implement as __extern_always_inline
4314         functions.
4315         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4316         __extern_always_inline functions unconditionally.
4317         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4318         bits/stdio2.h will be included.
4319         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4320         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4321         implement as __extern_always_inline functions.
4322         (vswprintf, vwprintf, vfwprintf): Define as
4323         __extern_always_inline functions unconditionally.
4324         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4325
4326 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4327
4328         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4329         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4330         attribute.
4331         * include/features.h (__USE_EXTERN_INLINES): Define only when
4332         __extern_inline is defined.
4333         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4334         is defined instead of when not __cplusplus.
4335         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4336         is defined instead of when not __cplusplus.
4337         * socket/sys/socket.h: Include bits/socket2.h when
4338         __extern_always_inline is defined instead of when not __cplusplus.
4339         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4340         is defined instead of when not __cplusplus.
4341         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4342         is defined instead of when not __cplusplus.
4343         * string/string.h: Include bits/string3.h when __extern_always_inline
4344         is defined instead of when not __cplusplus.
4345         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4346         is defined instead of when not __cplusplus.
4347         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4348         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4349         is not defined.
4350         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4351         defined __extern_always_inline instead of !defined __cplusplus.
4352         * libio/bits/stdio-ldbl.h: Likewise.
4353         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4354         * misc/bits/syslog.h (syslog): Don't define for C++.
4355         (vsyslog): Use __extern_always_inline function for C++ instead of
4356         a macro.
4357         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4358         whenever that macro is defined.
4359         (vprintf): Don't provide the inline for C++.
4360         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4361         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4362         define the macros for C++.
4363         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4364         __extern_always_inline functions for C++.
4365         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4366         stat64, lstat64, fstat64, fstatat64): Don't define if not
4367         __USE_EXTERN_INLINES.
4368         * wcsmbs/bits/wchar2.h: Fix #error message.
4369         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4370         (vswprintf, vwprintf, vfwprintf): Define using
4371         __extern_always_inline functions for C++.
4372         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4373         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4374         strncpy, strcat, strncat): Define as __extern_always_inline
4375         functions instead of macros for C++.
4376         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4377         defined __extern_inline.
4378         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4379         to __extern_inline whenever that macro is defined.
4380         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4381         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4382         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4383         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4384         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4385         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4386         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4387         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4388         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4389         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4390         prototypes.  Only provide __extern_inline routines if
4391         __USE_EXTERN_INLINES.
4392         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4393         tests.
4394         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4395         For now avoid some *printf tests in C++.  Skip all testing
4396         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4397         is not.
4398         * debug/tst-chk4.cc: New file.
4399         * debug/tst-chk5.cc: New file.
4400         * debug/tst-chk6.cc: New file.
4401         * debug/tst-lfschk4.cc: New file.
4402         * debug/tst-lfschk5.cc: New file.
4403         * debug/tst-lfschk6.cc: New file.
4404         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4405         prototypes in C++.
4406         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4407         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4408         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4409
4410 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4411
4412         * po/cs.po: Update from translation team.
4413
4414 2007-09-11  Roland McGrath  <roland@redhat.com>
4415
4416         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4417         compiling.
4418
4419 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4420
4421         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4422
4423 2007-09-05  Roland McGrath  <roland@redhat.com>
4424
4425         * manual/signal.texi (Signaling Another Process): Typo fix.
4426         From Karl Berry <karl@freefriends.org>.
4427
4428 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4429
4430         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4431         zero if not defined.
4432         (make_request): Recognize optimistic addresses and treat them like
4433         deprecated addresses.
4434         Reported by Neil Horman <nhorman@redhat.com>.
4435
4436 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4437
4438         * nscd/connections.c (send_ro_fd): Also transfer file size.
4439         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4440         file size don't call fstat.
4441
4442         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4443         ahead and map the file.  This should always be correct and we can
4444         catch problems later.
4445
4446 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4447
4448         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4449         prototypes.
4450         (__fread_alias, __fread_unlocked_alias): New aliases.
4451         (fread): New extern inline.
4452         (fread_unlocked): Likewise.  Undef macro before definition of
4453         the inline function.
4454         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4455         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4456         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4457         and __fread_unlocked_chk@@GLIBC_2.7.
4458         * debug/fread_chk.c: New file.
4459         * debug/fread_u_chk.c: New file.
4460         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4461
4462 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4463
4464         * sysdeps/unix/sysv/linux/syscalls.list
4465         (personality): Change caller to EXTRA.
4466
4467 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4468
4469         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4470         to keep gcc quiet.
4471         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4472
4473         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4474         NDEBUG is defined.
4475
4476         * Makerules: Use -p option with mkdir.
4477
4478         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4479         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4480         (_xdr_directory_obj): Likewise.
4481         (xdr_entry_obj): Likewise.
4482         (xdr_group_obj): Likewise.
4483         (xdr_link_obj): Likewise.
4484         (xdr_table_obj): Likewise.
4485         (_xdr_nis_result): Likewise.
4486         (_xdr_ns_request): Likewise.
4487         (_xdr_ib_request): Likewise.
4488         (_xdr_nis_taglist): Likewise.
4489         (xdr_cback_data): Likewise.
4490         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4491         (xdr_ypresp_maplist): Likewise.
4492
4493         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4494
4495         * posix/regex_internal.h: Prevent some declarations and definitions
4496         to be seen when used in tests.
4497
4498         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4499         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4500
4501         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4502
4503         * config.make.in (datarootdir): Add to shut up configure.
4504
4505         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4506         associativity for fully-associative caches.
4507
4508         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4509         requests.  Fill on more associativity values for L2.
4510         Patch mostly by Evandro Menezes.
4511
4512 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4513
4514         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4515         (_libc_vdso_platform_setup): Avoid using exported variable by using
4516         alias.
4517
4518         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4519
4520         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4521         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4522         defined.
4523
4524 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4525
4526         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4527         align stack for call if pltexit is to be used.
4528
4529         [BZ #3924]
4530         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4531         align for function call in case pltexit has to be called later.
4532
4533         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4534         implicit atomic operation when storing function pointer.
4535         (_dl_runtime_profile): Likewise.
4536
4537 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4538
4539         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4540         NIS_NOTFOUND.
4541
4542 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4543
4544         [BZ #4566]
4545         * string/strtok.c: Fix typo in comment.
4546
4547         [BZ #4582]
4548         * debug/segfault.c: Fix typos in comments.
4549
4550         [BZ #4588]
4551         * stdio-common/tempnam.c: Fix comment, it is not checked that
4552         TMPDIR points to a writable directory.
4553
4554         [BZ #4726]
4555         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4556         memory allocated for the name server address.
4557
4558         [BZ #4946]
4559         * nscd/connections.c (handle_request): Using sendfile always
4560         requires that mmap is used for the database.
4561         Patch by Petr Baudis <pasky@suse.cz>.
4562
4563         [BZ #4905]
4564         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4565         suddenly has two or more addresses, ignore it and remove the old
4566         entry.
4567
4568         [BZ #4814]
4569         * resolv/res_hconf.c: Prepare for compiling outside libc.
4570         * nscd/res_hconf.c: New file.
4571         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4572         the new file.
4573         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4574         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4575
4576         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4577
4578         [BZ #4925]
4579         * debug/pcprofiledump.c: Turn on internationalization by calling
4580         setlocale.  Patch mostly by Benno Schulenberg.
4581
4582         [BZ #4936]
4583         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4584         the state.
4585         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4586         * iconvdata/bug-iconv5.c: New file.
4587
4588 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4589
4590         [BZ #4896]
4591         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4592         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4593         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4594         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4595         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4596         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4597         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4598         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4599
4600 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4601
4602         [BZ #4937]
4603         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4604         lookup loop.  Suggested by John Reiser.
4605
4606 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4607
4608         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4609
4610 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4611
4612         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4613         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4614         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4615         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4616         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4617         to...
4618         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4619
4620 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4621
4622         * po/nl.po: Update from translation team.
4623
4624 2007-08-16  Andreas Jaeger  <aj@suse.de>
4625
4626         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4627         Reported by Peter Festner <peter.festner@ewetel.net>.
4628
4629 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4630
4631         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4632
4633 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4634
4635         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4636         to check for undefined symbols.
4637
4638         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4639         If the syscall fails, set errno to the actual returned error number
4640         rather than EINVAL.
4641         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4642         arguments are incorrect, set errno to EINVAL, if the syscall
4643         fails, set errno to the actual returned error number.
4644
4645         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4646         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4647
4648         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4649         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4650         file.
4651         (ASI_PNF, ASI_BLK_P): Don't define.
4652         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4653         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4654         file.
4655         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4656         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4657         file.
4658
4659 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4660
4661         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4662         FE_UNDERFLOW on Niagara CPUs.
4663
4664         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4665         exceptions.
4666
4667 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4668
4669         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4670         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4671         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4672         flush should be used or not inside of the function.
4673         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4674
4675         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4676         __thread_start): Use HIDDEN_JUMPTARGET.
4677         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4678         __thread_start): Likewise.
4679         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4680
4681         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4682         Add libc_hidden_proto.
4683         (STRTOF): Add libc_hidden_proto.
4684         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4685         (strtold_l, wcstold_l): Use them as second argument for
4686         long_double_symbol.
4687
4688 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4689
4690         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4691
4692 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4693
4694         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4695
4696 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4697
4698         * po/bg.po: New file.  From the translation team.
4699
4700 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4701
4702         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4703         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4704         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4705         when each feature was introduced.
4706
4707         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4708         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4709         (CHECK_HASH): New macro.
4710         (PREPARE_VERSION): Use it.
4711
4712         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4713         prototype if not __ASSUME_PSELECT.
4714         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4715         prototype if not __ASSUME_PPOLL.
4716
4717         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4718
4719         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4720         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4721         is defined.
4722
4723 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4724
4725         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4726         (_libc_vdso_platform_setup): If vDSO is not available point
4727         __vdso_gettimeofday to the vsyscall.
4728         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4729         __vdso_gettimeofday instead of vsyscall.
4730
4731 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4732
4733         * nscd/servicescache.c: Include kernel-features.h.
4734         * nscd/gai.c: Likewise.
4735         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4736         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4737         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4738         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4739         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4740         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4741         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4742         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4743         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4744
4745 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4746
4747         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4748         and _dl_get_origin defines anymore.
4749
4750         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4751         Build fix for systems which might lack POSIX timer support.
4752
4753         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4754         (_libc_vdso_platform_setup): Mangle function pointers before storing
4755         them.
4756         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4757         Demangle vdso pointer before use.
4758         (INTERNAL_VSYSCALL): Likewise.
4759
4760         * elf/cache.c (primes): Mark as const.
4761         Noted by Roland McGrath.
4762
4763 2007-08-01  Andreas Jaeger  <aj@suse.de>
4764             Jakub Jelinek  <jakub@redhat.com>
4765
4766         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4767         (options): Add option.
4768         (parse_opt): Handle option.
4769         (manual_link): Adjust process_file caller.  Call implicit_soname.
4770         (search_dir): Formatting.  Use and populate auxiliary cache.
4771         (main): Load and save auxiliary cache.
4772         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4773         stat64 from fstat64 to caller.
4774         (implicit_soname): New function.
4775         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4776         leave *soname as NULL.
4777         * elf/cache.c: Include libgen.h.
4778         (print_entry, print_cache, compare, save_cache, add_to_cache):
4779         Formatting and cleanups.
4780         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4781         aux_cache_file): New structures.
4782         (AUX_CACHEMAGIC): Define.
4783         (primes): New array.
4784         (aux_hash_size, aux_hash): New variables.
4785         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4786         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4787         load_aux_cache, save_aux_cache): New functions.
4788         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4789         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4790         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4791         (process_file): Adjust prototype.
4792
4793 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4794
4795         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4796         with __need_size_t.
4797
4798 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4799
4800         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4801         r_found_version structure as second parameter.
4802         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4803         (_dl_vdso_vsym): Change type of second parameter accordingly.
4804         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4805         (_libc_vdso_platform_setup): Adjust.
4806         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4807         (_libc_vdso_platform_setup): Likewise.
4808
4809         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4810         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4811         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4812         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4813         * csu/libc-start.c: Pretty printing.
4814         Use VDSO_SETUP if defined.
4815         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4816         and let generic code call into _libc_vdso_platform_setup.
4817         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4818         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4819         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4820         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4821         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4822         for GLIBC_PRIVATE.
4823         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4824         (sysdep_rountines): Add dl-vdso.
4825
4826         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4827         of routines.
4828
4829         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4830         attribute_hidden to __vdso_gettimeofday prototype.
4831
4832 2007-08-12  Roland McGrath  <roland@redhat.com>
4833
4834         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4835         From: Karl Berry <karl@freefriends.org>.
4836
4837 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4838
4839         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4840         an atime update for the files we read.
4841
4842 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4843
4844         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4845
4846         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4847         instead of mkstemp.
4848
4849         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4850         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4851         * misc/mkostemp.c: New file.
4852         * misc/mkostemp64.c: New file.
4853         * stdlib/stdlib.h: Declare the new functions.
4854         * sysdeps/posix/tempname.c: Add new parameter which is added to
4855         the flags for open.  Remove __GT_BIGFILE handling.
4856         * stdio-common/tempname.c: Likewise.
4857         * include/stdio.h: Adjust __gen_tempname prototype.
4858         Renumber __GT_* constants.
4859         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4860         * misc/mkdtemp.c: Likewise.
4861         * misc/mkstemp.c: Likewise.
4862         * misc/mkstemp64.c: Likewise.
4863         * misc/mktemp.c: Likewise.
4864         * stdio-common/tempnam.c: Likewise.
4865         * stdio-common/tmpfile.c: Likewise.
4866         * stdio-common/tmpfile64.c: Likewise.
4867         * stdio-common/tmpnam.c: Likewise.
4868         * stdio-common/tmpnam_r.c: Likewise.
4869
4870 2007-08-10  Roland McGrath  <roland@frob.com>
4871
4872         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4873         New macros.
4874         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4875         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4876
4877 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4878
4879         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4880         possible.
4881         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4882         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4883         * nss/nss_files/files-have_o_cloexec.c: New file.
4884
4885         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4886         available.
4887
4888 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4889
4890         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4891         ___new_wcstold_l): New weak aliases.
4892         (strtold_l, wcstold_l): Use them as second argument for
4893         long_double_symbol.
4894
4895 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4896
4897         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4898         register in test for error.
4899
4900         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4901         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4902
4903         * po/sv.po: Update from translation team.
4904
4905 2007-08-06  Roland McGrath  <roland@redhat.com>
4906
4907         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4908         Remove __strto*_l inlines.
4909         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4910         * stdlib/strtod.c: Add libc_hidden_def.
4911         * stdlib/strtod_l.c: Likewise.
4912         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4913         for __new_strtold and __new_wcstold.
4914         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4915         __STRTOF, STRTOF.
4916         * stdlib/strtol.c: Add libc_hidden_def.
4917         * stdlib/strtol_l.c: Likewise.
4918         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
4919         strtoq.
4920
4921         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
4922
4923         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
4924         * scripts/data/localplt-generic.data: ... here.
4925         * elf/Makefile (check-data): Get generic file if no other.
4926         ($(objpfx)check-localplt.out): Make target unconditional.
4927
4928         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
4929         Use ElfW(Nhdr).
4930
4931 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
4932
4933         * po/zh_CN.po: Updated translation from translation team.
4934
4935 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
4936
4937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
4938         Don't use CGOTSETUP and CGOTRESTORE macros.
4939
4940 2007-08-04  Roland McGrath  <roland@redhat.com>
4941
4942         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
4943
4944 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
4945
4946         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
4947         __extension__ around the whole statement expression.
4948
4949 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
4950
4951         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
4952         elements during initialization.
4953
4954         * po/pl.po: Updated translation from translation team.
4955         * po/tr.po: Likewise.
4956         * po/nl.po: Likewise.
4957
4958 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
4959
4960         * rt/aio.h: Add __nonnull attributes.
4961
4962 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4963
4964         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
4965         * stdlib/Makefile (tests): Add tst-strtod5.
4966         (tst-strtod5-ENV): New.
4967         * stdlib/tst-strtod5.c: New file.
4968
4969         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
4970         failed.
4971         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
4972         on failure.
4973
4974         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
4975         allocated.
4976
4977 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4978
4979         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
4980         numbers.
4981
4982 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
4983
4984         * io/Makefile (aux): Add have_o_cloexec.
4985         * include/fcntl.h: Declare __have_o_cloexec.
4986         * io/have_o_cloexec.c: New file.
4987         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
4988         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
4989         fcntl call if not necessary.
4990         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
4991         of local variable.
4992
4993         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
4994         Avoid memset, add explicit initialization.
4995         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
4996         to the end and change into zero-sized array.
4997         Move lock member to fill a hole on 64-bit platforms.
4998
4999         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5000         inline functions.
5001         * include/stdlib.h: Add __strto*_internal prototypes here.
5002         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5003         inline functions.
5004         * include/wchar.h: Add __wcsto*_internal prototypes.
5005         * sysdeps/generic/inttypes.h: No need to protect the declaration
5006         of the __strto*_internal and __wcsto*_internal members here.
5007
5008         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5009
5010 2007-08-02  Roland McGrath  <roland@redhat.com>
5011
5012         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5013         $(inst_bindir)/getconf if possible.
5014
5015         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5016         (generated): Add it.
5017         ($(inst_libexecdir)/getconf): Use it.
5018
5019 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5020
5021         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5022         /proc is faster and sufficient.  /sys is still needed for
5023         __get_nprocs_conf.
5024
5025 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5026
5027         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5028         syscall as __fallocate64.
5029         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5030         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5031
5032 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5033
5034         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5035         value.
5036
5037         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5038         if off_t is different rank from size_t.
5039
5040         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5041         uw_frame_state_for): Avoid type punning warnings.
5042         * sysdeps/generic/unwind-dw2-fde-glibc.c
5043         (_Unwind_IteratePhdrCallback): Likewise.
5044         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5045         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5046         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5047         pointers.
5048
5049 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5050
5051         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5052         total processors using sysfs.
5053         (__get_nprocs): Use sysfs to determine which processors are online.
5054
5055 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5056
5057         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5058         syscall arguments count.
5059
5060         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5061
5062 2007-07-30  Roland McGrath  <roland@redhat.com>
5063
5064         * manual/libc.texinfo: Update copyrights, formatting magic, and
5065         @dircategory.  From Karl Berry <karl@freefriends.org>.
5066
5067 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5068
5069         [BZ #4860]
5070         * io/Makefile (headers): Add bits/fcntl2.h.
5071
5072         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5073         using gcc builtin.
5074         (__CPU_EQUAL_S): Likewise.
5075
5076         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5077         (tests): Add tst-cpuset.
5078         * posix/sched_cpualloc.c: New file.
5079         * posix/sched_cpufree.c: New file.
5080         * posix/tst-cpuset.c: New file.
5081         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5082         GLIBC_2.7.
5083         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5084         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5085         macros.  Define CPU_*_S macros.
5086
5087 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5088
5089         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5090         entry.
5091
5092         [BZ #4858]
5093         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5094         #.0g and value rounded to 1.0.
5095         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5096
5097 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5098
5099         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5100         for int_frac_digits and frac_digits.
5101
5102         * login/logout.c (logout): Avoid aliasing violation.
5103         * login/logwtmp.c (logwtmp): Likewise.
5104
5105         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5106
5107         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5108         to avoid warning.
5109         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5110         warning.
5111         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5112         warning.
5113         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5114         to avoid warnings.
5115
5116         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5117         void **.
5118         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5119
5120         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5121         char * to avoid warning.
5122         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5123
5124         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5125
5126         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5127         allocate_arrays): Cast second argument to charmap_find_symbol
5128         to char * to avoid warnings.
5129
5130         * locale/programs/repertoire.c (repertoire_new_char): Change
5131         from_nr, to_nr and cnt to unsigned long, adjust printf format
5132         string.
5133
5134         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5135         Cast second argument to new_element to char * to avoid warnings.
5136
5137         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5138
5139         * intl/gettextP.h (struct loaded_domain): Change plural to const
5140         struct expression *.
5141         * intl/plural-eval.c (plural_eval): Change first argument to
5142         const struct expression *.
5143         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5144         argument to const struct expression **.
5145         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5146         prototypes.
5147         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5148         in call to __gettext_free_exp.
5149
5150         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5151         unitialized wstring/wpattern var warnings.
5152
5153         * posix/runtests.c (struct a_test): Make data field const char *.
5154
5155         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5156         vars if not LDBL_MANT_DIG >= 106.
5157
5158         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5159
5160         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5161         __find_specmb to avoid warning.
5162
5163         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5164
5165         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5166         to avoid warnings.
5167
5168         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5169         initializer.
5170
5171         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5172         tv var when it will be actually used.
5173
5174         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5175         to avoid warnings.
5176
5177         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5178         char array resp. pointer.
5179         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5180         char array.
5181         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5182         to const unsigned char **.
5183         (ucs4_to_cns11643): Change second argument to unsigned char *.
5184         * iconvdata/euc-tw.c (BODY): Change endp type to
5185         const unsigned char *.
5186         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5187         to unsigned char *.
5188         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5189         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5190         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5191         types to unsigned char pointers/arrays instead of char.
5192         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5193         to unsigned char *.
5194         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5195         * iconvdata/jis0212.h: Include assert.h.
5196         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5197         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5198         of trying to handle that.
5199         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5200         shut up a warning.
5201         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5202         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5203         two dimensional const unsigned char arrays.
5204         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5205         Initialize endp to inptr to shut up a warning.
5206
5207 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5208
5209         [BZ #4772]
5210         * time/strptime_l.c (__strptime_internal): Silently ignore
5211         strftime modifiers and field width in recursive calls.
5212
5213         * include/time.h (enum ptime_locale_status): Remove.
5214         (__strptime_internal): Remove decided and era_cnt arguments,
5215         add statep argument.
5216         * time/strptime_l.c (__strptime_internal): Remove decided
5217         and era_cnt arguments, add statep argument.  Don't recompute
5218         any fields in recursive calls, only update caller's tm
5219         and state, if recursive call fails, don't change tm nor
5220         any state.
5221         (get_alt_number): Adjust.
5222         (recursive): Adjust caller.
5223         (strptime): Likewise.
5224         * time/strptime.c (strptime): Likewise.
5225
5226 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5227
5228         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5229         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5230         if from and to charsets are the same.
5231         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5232         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5233         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5234
5235 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5236
5237         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5238         Don't define wint_t when __need_mbstate_t unless it
5239         is necessary.
5240         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5241         in the typedef if possible.
5242         * wctype/wctype.h (wint_t): Define by including
5243         wchar.h with __need_wint_t instead of including stddef.h
5244         with __need_wint_t and as fallback definining it ourselves.
5245         * iconv/gconv.h (__need_wint_t): Define before including
5246         wchar.h.
5247         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5248         or _GLIBCPP_USE_WCHAR_T.
5249         (__need_wchar_t): Don't define
5250         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5251         (__need_wint_t): Don't define before including stddef.h,
5252         define before including wchar.h only if _LIBC or
5253         _GLIBCPP_USE_WCHAR_T.
5254         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5255         * sysdeps/mach/hurd/_G_config.h: Likewise.
5256         * sysdeps/generic/_G_config.h: Likewise.
5257         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5258         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5259         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5260         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5261
5262 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5263
5264         * sysdeps/posix/posix_fallocate64.c: Undefine
5265         __posix_fallocate64_l64 before alias handling.
5266         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5267         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5268         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5269         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5270
5271         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5272
5273 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5274
5275         * locale/programs/ld-collate.c (atwc): New variable.
5276         (add_to_tablewc): New toplevel function, moved from collate_output.
5277         (collate_output): Remove add_to_tablewc nested function.
5278
5279         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5280         (name_insert): New function.
5281         (write_output): Remove hash_table and hash_size vars and name_insert
5282         nested function.
5283
5284 2007-07-24  Roland McGrath  <roland@redhat.com>
5285
5286         * Makerules (install-others-programs-nosubdir): New target.
5287         (install-no-libc.a-nosubdir): Depend on it.
5288
5289         * iconv/Makefile (install-others-programs): Set this instead of
5290         install-others.
5291         * login/Makefile (install-others-programs): Likewise.
5292         * posix/Makefile (install-others-programs): Likewise.
5293
5294         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5295         dependencies.
5296
5297 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5298
5299         * io/Makefile (tests): Add tst-posix_fallocate.
5300         * io/tst-posix_fallocate.c: New file.
5301
5302         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5303         __ASSUME_FALLOCATE.
5304
5305 2007-07-22  Roland McGrath  <roland@frob.com>
5306
5307         * hurd/getdport.c: Add missing copyright year update.
5308
5309         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5310         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5311
5312 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5313
5314         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5315
5316         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5317         O_CLOEXEC is needed.
5318         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5319         Avoid additional fcntl to set O_CLOEXEC if not needed.
5320         * nis/nss_compat/compat-initgroups.c: Likewise.
5321         * nis/nss_compat/compat-pwd.c: Likewise.
5322         * nis/nss_compat/compat-spwd.c: Likewise.
5323
5324 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5325
5326         [BZ #3665]
5327         * manual/errno.texi: Change ECANCELED value to 119.
5328
5329         [BZ #4610]
5330         * mach/lock-intern.h: Include <sys/cdefs.h>.
5331
5332         [BZ #4178]
5333         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5334         reading A.
5335
5336         [BZ #4126]
5337         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5338         to __sigsuspend.
5339
5340         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5341
5342 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5343
5344         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5345         `__ASSEMBLER__'.
5346         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5347
5348 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5349
5350         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5351         descriptor received from nscd.
5352
5353         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5354
5355         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5356         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5357         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5358         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5359         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5360         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5361
5362 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5363
5364         [BZ #4816]
5365         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5366
5367         [BZ #4813]
5368         * login/forkpty.c (forkpty): Close master and slave fds on
5369         fork failure.  Patch by
5370         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5371
5372 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5373
5374         * include/features.h (__USE_ISOC95): New define.
5375         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5376         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5377         for -std=iso9899:199409.
5378         * CONFORMANCE: Remove comments about unsupported AMD1.
5379
5380 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5381
5382         * sysdeps/ia64/sched_cpucount.c: New file.
5383         * sysdeps/powerpc/sched_cpucount.c: New file.
5384
5385         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5386         __BEGIN_DECLS/__END_DECLS around the prototype.
5387         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5388         pointer to const cpu_set_t.
5389
5390         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5391         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5392         __need_size_t and include stddef.h.
5393         * sysvipc/sys/msg.h: Likewise.
5394         * posix/sched.h: Likewise.
5395         * hurd/hurd/signal.h (__need_size_t): Define.
5396
5397         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5398         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5399         no longer defines wint_t or wchar_t.
5400
5401         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5402         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5403         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5404         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5405         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5406         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5407         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5408         * debug/printf_chk.c (__printf_chk): Likewise.
5409         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5410         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5411
5412         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5413         Define.
5414
5415         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5416         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5417
5418 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5419
5420         [BZ #4792]
5421         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5422         * malloc/malloc.h (realloc): Likewise.
5423
5424         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5425         if one of proc_file_chain streams has that fileno.
5426         * stdio-common/Makefile (tests): Add tst-popen2.
5427         * stdio-common/tst-popen2.c: New test.
5428
5429 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5430
5431         * elf/ldconfig.c: Allow GPLv2 or any later version.
5432         * elf/readlib.c: Likewise.
5433         * elf/chroot_canon.c: Likewise.
5434         * elf/cache.c: Likewise.
5435         * nscd/mem.c: Likewise.
5436         * nscd/getpwuid_r.c: Likewise.
5437         * nscd/grpcache.c: Likewise.
5438         * nscd/aicache.c: Likewise.
5439         * nscd/getsrvbynm_r.c: Likewise.
5440         * nscd/nscd.c: Likewise.
5441         * nscd/servicescache.c: Likewise.
5442         * nscd/getsrvbypt_r.c: Likewise.
5443         * nscd/initgrcache.c: Likewise.
5444         * nscd/gethstbyad_r.c: Likewise.
5445         * nscd/gethstbynm2_r.c: Likewise.
5446         * nscd/getgrnam_r.c: Likewise.
5447         * nscd/nscd_setup_thread.c: Likewise.
5448         * nscd/getpwnam_r.c: Likewise.
5449         * nscd/gai.c: Likewise.
5450         * nscd/connections.c: Likewise.
5451         * nscd/dbg_log.c: Likewise.
5452         * nscd/cache.c: Likewise.
5453         * nscd/hstcache.c: Likewise.
5454         * nscd/nscd_conf.c: Likewise.
5455         * nscd/getgrgid_r.c: Likewise.
5456         * nscd/pwdcache.c: Likewise.
5457         * catgets/gencat.c: Likewise.
5458         * locale/programs/linereader.h: Likewise.
5459         * locale/programs/locarchive.c: Likewise.
5460         * locale/programs/ld-paper.c: Likewise.
5461         * locale/programs/locfile-kw.h: Likewise.
5462         * locale/programs/ld-address.c: Likewise.
5463         * locale/programs/xmalloc.c: Likewise.
5464         * locale/programs/ld-time.c: Likewise.
5465         * locale/programs/localedef.c: Likewise.
5466         * locale/programs/simple-hash.c: Likewise.
5467         * locale/programs/xstrdup.c: Likewise.
5468         * locale/programs/ld-numeric.c: Likewise.
5469         * locale/programs/locfile-kw.gperf: Likewise.
5470         * locale/programs/ld-collate.c: Likewise.
5471         * locale/programs/charmap-kw.gperf: Likewise.
5472         * locale/programs/charmap.h: Likewise.
5473         * locale/programs/charmap-kw.h: Likewise.
5474         * locale/programs/config.h: Likewise.
5475         * locale/programs/locfile.c: Likewise.
5476         * locale/programs/ld-ctype.c: Likewise.
5477         * locale/programs/charmap.c: Likewise.
5478         * locale/programs/ld-messages.c: Likewise.
5479         * locale/programs/repertoire.h: Likewise.
5480         * locale/programs/locale.c: Likewise.
5481         * locale/programs/ld-name.c: Likewise.
5482         * locale/programs/linereader.c: Likewise.
5483         * locale/programs/locfile.h: Likewise.
5484         * locale/programs/3level.h: Likewise.
5485         * locale/programs/ld-monetary.c: Likewise.
5486         * locale/programs/ld-measurement.c: Likewise.
5487         * locale/programs/charmap-dir.c: Likewise.
5488         * locale/programs/ld-identification.c: Likewise.
5489         * locale/programs/localedef.h: Likewise.
5490         * locale/programs/charmap-dir.h: Likewise.
5491         * locale/programs/repertoire.c: Likewise.
5492         * locale/programs/simple-hash.h: Likewise.
5493         * locale/programs/ld-telephone.c: Likewise.
5494         * locale/programs/locale-spec.c: Likewise.
5495         * locale/programs/locfile-token.h: Likewise.
5496         * posix/getconf.c: Likewise.
5497         * iconv/dummy-repertoire.c: Likewise.
5498         * iconv/iconv_charmap.c: Likewise.
5499         * iconv/iconvconfig.c: Likewise.
5500         * iconv/iconv_prog.c: Likewise.
5501         * malloc/memusagestat.c: Likewise.
5502         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5503
5504 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5505
5506         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5507         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5508         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5509         check for the first argument.
5510
5511 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5512
5513         [BZ #4775]
5514         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5515         (__tgmath_real_type): Fix if expr is const int or other const
5516         qualified integral type.
5517         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5518         expressions and handle const qualified arguments.
5519         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5520         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5521         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5522         statement expressions.
5523         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5524         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5525         (__TGMATH_UNARY_IMAG): Define.
5526         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5527         * math/Makefile (tests): Add test-tgmath2.
5528         (CFLAGS-test-tgmath2.c): Add.
5529         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5530         count_cfloat, count_cldouble): New variables.
5531         (NCCALLS): Define.
5532         (main): Check number of complex calls as well.
5533         (F(compile_test)): Add complex tests and tests with const qualified
5534         arguments.
5535         (y, z, ccount): Define.
5536         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5537         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5538         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5539         F(cproj)): New functions.
5540         * math/test-tgmath2.c: New test.
5541
5542 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5543
5544         [BZ #4776]
5545         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5546         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5547         instead output ".".
5548         * dlfcn/Makefile (distribute): Add glreflib3.c.
5549         (module-names): Add glreflib3.
5550         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5551         glreflib1.so.
5552         (LDFLAGS_glreflib3.so): New.
5553         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5554         glreflib1.so.
5555         * dlfcn/glreflib3.c: New file.
5556
5557         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5558         returned -1, return NULL.
5559         * intl/explodename.c (_nl_explode_name): Return -1 if
5560         _nl_normalize_codeset failed.
5561
5562 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5563
5564         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5565         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5566         and avoid branch misspredicts for > 31 bytes memset case.
5567         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5568         Remove toc ref to __cache_line_size.
5569
5570         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5571         to get ISA-V2.0 branch hints.
5572         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5573         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5574         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5575         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5576         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5577         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5578         Remove toc ref to __cache_line_size.
5579
5580         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5581         Include math_ldbl_opt.h.
5582
5583 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5584
5585         [BZ #4773]
5586         * time/strptime_l.c (__strptime_internal): Implement greedy
5587         matching of weekday and month names.
5588
5589 2007-07-09  Roland McGrath  <roland@redhat.com>
5590
5591         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5592         (ELF_NOTE_ABI): Use it.
5593         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5594
5595 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5596
5597         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5598         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5599
5600 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5601
5602         [BZ #4745]
5603         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5604         in loop to look for conversion specifier to avoid testing of
5605         wrong errno value.
5606         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5607         * stdio-common/bug18.c: New file.
5608         * stdio-common/bug18a.c: New file.
5609         * stdio-common/bug19.c: New file.
5610         * stdio-common/bug19a.c: New file.
5611
5612 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5613
5614         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5615         running awk script.
5616
5617 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5618
5619         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5620         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5621         Return NULL if mmap failed instead of asserting it does not.
5622         (calloc): Check for integer overflow.
5623
5624         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5625         than LONG_MAX / 10.
5626
5627 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5628
5629         [BZ #4702]
5630         * nis/nss-default.c: Include errno.h.
5631         (init): Preserve errno.
5632
5633 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5634
5635         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5636
5637 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5638
5639         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5640
5641 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5642
5643         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5644
5645 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5646
5647         * sysdeps/s390/dl-procinfo.c: New file.
5648         * sysdeps/s390/dl-procinfo.h: New file.
5649         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5650
5651 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5652
5653         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5654         in PT_NOTE segments with multiple notes.
5655         * elf/readelflib.c (process_elf_file): Likewise.
5656
5657 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5658
5659         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5660         ISO C compliant.
5661
5662 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5663
5664         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5665
5666 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5667
5668         * include/link.h: Don't include rtld-lowlevel.h.
5669         (struct link_map): Remove l_scope_lock.
5670         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5671         (_dl_scope_free_list): New field (variable) in _rtld_global.
5672         (DL_LOOKUP_SCOPE_LOCK): Remove.
5673         (_dl_scope_free): New prototype.
5674         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5675         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5676         (_dl_profile_fixup): Likewise.
5677         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5678         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5679         THREAD_GSCOPE_RESET_FLAG around it.
5680         * elf/dl-close.c (_dl_close_worker): Don't use
5681         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5682         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5683         scopes were queued or if l_scope_mem has been abandoned.
5684         * elf/dl-open.c (_dl_scope_free): New function.
5685         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5686         * elf/dl-support.c (_dl_scope_free_list): New variable.
5687         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5688         Remove DL_LOOKUP_SCOPE_LOCK handling.
5689         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5690         handling.
5691         * elf/dl-object.c (_dl_new_object): Don't use
5692         __rtld_mrlock_initialize.
5693
5694 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5695
5696         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5697         to fill in holes
5698         (rtld_global_ro): Likewise.
5699
5700 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5701
5702         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5703         Move PT_LOAD checking to...
5704         (_dl_addr_inside_object): ... here, new function.
5705         * elf/dl-sym.c (do_sym): If not l_contiguous,
5706         call _dl_addr_inside_object.
5707         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5708         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5709         * elf/dl-open.c (dl_open_worker): Likewise.
5710         (_dl_addr_inside_object): New function if IS_IN_rtld.
5711         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5712         holes are present or are PROT_NONE protected.
5713         * include/link.h (struct link_map): Add l_contiguous field.
5714         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5715
5716 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5717             Tomas Janousek  <tjanouse@redhat.com>
5718             Ulrich Drepper  <drepper@redhat.com>
5719
5720         [BZ #4647]
5721         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5722         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5723         socket.
5724         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5725         unused member a bitmap.
5726         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5727         servers are configured.
5728
5729 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5730
5731         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5732
5733 2007-06-17  Andreas Schwab  <schwab@suse.de>
5734
5735         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5736
5737 2007-06-16  Andreas Jaeger  <aj@suse.de>
5738
5739         [BZ #4125]
5740         * sysdeps/unix/sysv/linux/sys/ptrace.h
5741         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5742         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5743         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5744         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5745         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5746         Define.
5747         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5748         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5749         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5750         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5751
5752 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5753
5754         [BZ #4599]
5755         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5756         determining whether there are IPv4/IPv6 addresses, ignore loopback
5757         addresses.
5758
5759 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5760
5761         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5762         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5763         as the return type.  Change type of "r" variable to CMPtype.
5764         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5765         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5766         * soft-fp/gedf2.c (__gedf2): Likewise.
5767         * soft-fp/gesf2.c (__gesf2): Likewise.
5768         * soft-fp/getf2.c (__getf2): Likewise.
5769         * soft-fp/ledf2.c (__ledf2): Likewise.
5770         * soft-fp/lesf2.c (__lesf2): Likewise.
5771         * soft-fp/letf2.c (__letf2): Likewise.
5772         * soft-fp/unorddf2 (__unorddf2): Likewise.
5773         * soft-fp/unordsf2 (__unordsf2): Likewise.
5774         * soft-fp/unordtf2 (__unordtf2): Likewise.
5775
5776 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5777
5778         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5779         make sure gcc doesn't mess around with this.
5780
5781 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5782
5783         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5784
5785 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5786
5787         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5788         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5789         at most once per _dl_close_worker.
5790
5791 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5792
5793         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5794         __sched_cpucount as const.
5795         * posix/sched_cpucount.c: Adjust.
5796
5797         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5798         instruction for counting bits.
5799         * sysdeps/x86_64/sched_cpucount.c: New file.
5800
5801 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5802
5803         * configure.in: Avoid variable named BASH.
5804         * config.make.in: Likewise.
5805         Patch in part by Mike Frysinger.
5806
5807 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5808
5809         [BZ #4586]
5810         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5811         pseudo-zeros as zero.
5812         * sysdeps/x86_64/ldbl2mpn.c: New file.
5813         * sysdeps/ia64/ldbl2mpn.c: New file.
5814
5815 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5816
5817         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5818         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5819         Remove unreachable code at the end.
5820
5821 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5822
5823         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5824         ldbl-128ibm in comment.
5825         (fpclassifyl): Correct classification of denormals.
5826         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5827         return value for MIN denormal. Rewrite using long double math too
5828         correctly handle denormals and canonicalize the results.
5829
5830 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5831
5832         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5833         (__mpn_construct_long_double): Fix conversion where result ought
5834         to be smaller than __LDBL_MIN__, or the low double should be
5835         denormal.  Fix decision where to negate low double - honor round
5836         to even rules.
5837         * stdio-common/tst-sprintf2.c: Include string.h.
5838         (COMPARE_LDBL): Define.
5839         (TEST): Also test whether a string hexadecimal float representation
5840         can be parsed back to the number.
5841         (main): Add a couple of further tests.
5842
5843 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5844
5845         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5846         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5847         is non-zero, but smaller than 2 * __DBL_MIN__.
5848         * stdio-common/tst-sprintf2.c: New test.
5849         * stdio-common/Makefile (tests): Add tst-sprintf2.
5850
5851         * math/test-misc.c (main): Don't run last batch of tests with
5852         IBM long double format.
5853
5854 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5855
5856         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5857         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5858         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5859         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5860         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5861         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5862         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5863         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5864         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5865         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5868         New file.
5869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5870         New file.
5871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5872         New file.
5873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5874         New file.
5875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5876         New file.
5877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5879         New file.
5880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5881         New file.
5882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5883         New file.
5884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5885         New file.
5886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5887         New file.
5888
5889 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5890
5891         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5892         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5893         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5894         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5895         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5896         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5897         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5898         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5899
5900 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5901
5902         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5903         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5904         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5905         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5906         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5907         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5908         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5909         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5910
5911 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5912
5913         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5914         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5915         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5916         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
5917
5918 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
5919
5920         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
5921         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
5922
5923 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
5924
5925         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
5926         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
5927         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
5928         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
5929
5930 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
5931
5932         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
5933         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
5934
5935 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5936
5937         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
5938         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
5939
5940         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
5941         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
5942         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
5943         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5944
5945 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
5946
5947         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
5948         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
5949         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
5950         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
5951
5952 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
5953
5954         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
5955         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
5956         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
5957         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5958         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
5959         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5960
5961 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5962
5963         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
5964         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
5965         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
5966         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
5967
5968 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5969
5970         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
5971         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
5972         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
5973         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
5974         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
5975         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
5976         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
5977         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
5978         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
5979         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
5980         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
5981         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
5982         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
5983         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
5984         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
5985         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
5986
5987 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5988
5989         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
5990         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
5991
5992 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5993
5994         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
5995         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
5996
5997 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5998
5999         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6000         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6001         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6002         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6003         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6004         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6005         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6006         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6007         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6008         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6009
6010 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6011
6012         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6013
6014 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6015
6016         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6017         branch miss-predicts. Ensure that cache line crossing does not impact
6018         dispatch grouping.
6019
6020 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6021
6022         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6023         "../../powerpc32/power4/memcopy.h".
6024         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6025         "../../powerpc32/power4/wordcopy.c".
6026
6027 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6028
6029         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6030         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6031         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6032         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6033         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6034         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6035
6036 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6037
6038         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6039
6040 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6041
6042         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6043         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6044         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6045         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6046         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6047         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6048         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6049         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6050
6051 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6052
6053         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6054
6055 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6056
6057         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6058         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6059         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6060         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6061         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6062         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6063         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6064
6065 2007-05-29  Roland McGrath  <roland@redhat.com>
6066
6067         * po/Makefile (po-sed-cmd): New variable.
6068         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6069
6070 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6071
6072         * crypt/md5-crypt.c: Fix comment.
6073
6074         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6075         of crashing.  When this is the case or if the reply is malformed,
6076         don't try to close the new file descriptor since it does not
6077         exist.
6078         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6079
6080 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6081
6082         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6083         if __NR_utimensat is not defined.
6084
6085 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6086
6087         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6088
6089 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6090
6091         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6092         (open): Fix comment typos.  Don't call __open_2 if flags
6093         is a compile time constant without O_CREAT.
6094         (__open64_2): Add nonnull attribute.
6095         (open64): Fix comment typos.  Don't call __open64_2 if flags
6096         is a compile time constant without O_CREAT.
6097         (__openat_2): Add nonnull attribute, fix nonnull attribute
6098         on redirect.
6099         (openat): Fix comment typos.  Don't call __openat_2 if flags
6100         is a compile time constant without O_CREAT.
6101         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6102         on redirect.
6103         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6104         is a compile time constant without O_CREAT.
6105
6106 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6107
6108         * Makerules (sysd-rules): Define PTW for ptw-* files.
6109         * Versions: Define GLIBC_2.7 for libc.
6110         * include/stdio.h: Declare __fortify_fail.
6111         * debug/fortify_fail.c: New file.
6112         * debug/Makefile (routines): Add fortify_fail.
6113         * debug/chk_fail.c: Use __fortify_fail.
6114         * debug/stack_chk_fail.c: Likewise.
6115         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6116         __openat64_2 for GLIBC_2.7.
6117         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6118         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6119         and fails if necessary.
6120         * io/open64.c: Likewise.
6121         * io/openat.c: Likewise.
6122         * io/openat64.c: Likewise.
6123         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6124         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6125         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6126         * io/bits/fcntl2.h: New file.
6127         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6128         __openat64_2.
6129         * include/bits/fcntl2.h: New file.
6130         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6131         Add open_2.
6132         * sysdeps/unix/sysv/linux/open_2.c: New file.
6133
6134 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6135
6136         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6137         as second parameter to handle_intel.
6138
6139         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6140         the entry.
6141
6142         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6143         handling to ...
6144         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6145         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6146         cacheinfo.
6147         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6148         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6149         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6150
6151         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6152
6153 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6154
6155         [BZ #4525]
6156         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6157         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6158         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6159
6160         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6161
6162         [BZ #4514]
6163         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6164         reinitialize workend at the start of each do_positional format spec
6165         loop, free workstart before do_positional loops.
6166         (printf_unknown): Fix size of work_buffer.
6167         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6168
6169         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6170         (public_sET_STATe): If ms->version < 3, put all chunks into
6171         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6172         chunks.
6173
6174         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6175         * malloc/hooks.c: Likewise.
6176         * malloc/arena.c: Likewise.
6177         * malloc/malloc.c (do_check_malloc_state): Don't assert
6178         n_mmaps is not greater than n_mmaps_max.  This removes the need
6179         for the previous change.
6180
6181         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6182         2007-05-07 commit.
6183
6184 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6185
6186         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6187         Define for kernel >= 2.6.22.
6188
6189 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6190
6191         * elf/dl-close.c (_dl_close_worker): When removing object from
6192         global scope, wait for all lookups to finish afterwards.
6193         * elf/dl-open.c (add_to_global): When global scope array must
6194         grow, allocate a new one and free old array only after all
6195         lookups finish.
6196         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6197         (_dl_lookup_symbol_x): Likewise.
6198         * elf/dl-support.c: Define _dl_wait_lookup_done.
6199         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6200         _dl_wait_lookup_done.
6201
6202         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6203         not overlapping with arena.
6204
6205         * malloc/mcheck.c (reallochook): If size==0, free the block.
6206
6207         * rt/tst-shm.c: Use fstat64 instead of fstat.
6208
6209         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6210         __NR_sync_file_range is not defined.
6211
6212 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6213
6214         Dummy files to prevent stub versions from being used.
6215         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6216         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6217         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6218         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6219
6220         * version.h (VERSION): Set to 2.6.90.
6221
6222 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6223
6224         * version.h (VERSION): Define to 2.6.
6225         * include/features.h (__GLIBC_MINOR__): Define to 6.
6226
6227         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6228
6229         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6230         sizes.
6231
6232 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6233
6234         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6235         number of mmaps.  n_mmaps_max is the target.
6236         * malloc/hooks.c: Likewise.
6237         * malloc/arena.c: Likewise.
6238
6239 2007-05-12  Andreas Jaeger  <aj@suse.de>
6240
6241         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6242         getpid.
6243
6244 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6245
6246         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6247         adding new variables.
6248
6249         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6250         optimize.  Completely extend global scope array before making the
6251         new entries visible.
6252
6253 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6254
6255         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6256         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6257         tst-getcpu.
6258
6259         * include/link.h: Move l_version and l_nversion members around to
6260         fill gaps.
6261
6262         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6263
6264         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6265         (__sched_setaffinity_new): If syscall was successful and
6266         RESET_VGETCPU_CACHE is defined, use it before returning.
6267         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6268
6269         * io/sys/stat.h: Make sure struct timespec is defined for
6270         __USE_ATFILE.
6271
6272         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6273         UTIME_OMIT.
6274         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6275         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6276         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6277         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6278         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6279         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6280         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6281         * io/sys/stat.h: Declare utimensat, futimens.
6282         * io/utimensat.c: New file.
6283         * io/futimens.c: New file.
6284         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6285         * sysdeps/unix/sysv/linux/futimens.c: New file.
6286         * io/Makefile (routines): Add utimensat, futimens.
6287         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6288         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6289         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6290         available.
6291
6292         * include/sys/cdefs.h: Redefine __nonnull so that test for
6293         incorrect parameters in the libc code itself are not omitted.
6294
6295 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6296
6297         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6298         exception in addition to inexact when asked to raise only FE_INEXACT.
6299
6300         [BZ #3427]
6301         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6302         in *envp.
6303
6304 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6305
6306         [BZ #4403]
6307         * string/strfry.c (strfry): Make result more random.
6308
6309 2007-05-07  Richard Henderson  <rth@redhat.com>
6310
6311         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6312         if __NO_LONG_DOUBLE_MATH.
6313         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6314         available in the compiler, add .arch directive to the assembly.
6315
6316 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6317
6318         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6319         compat_symbol to GLIBC_2_1.
6320         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6321         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6322         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6323         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6324         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6325         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6326         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6327         libc, not libm.
6328         (__isnanl): New compat_symbol.
6329
6330 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6331             Jakub Jelinek  <jakub@redhat.com>
6332
6333         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6334         (new_heap): Initialize mprotect_size.
6335         (grow_heap): When growing, only mprotect from mprotect_size till
6336         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6337         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6338
6339 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6340             Peter Bergner  <bergner@us.ibm.com>
6341
6342         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6343         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6344         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6345         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6346         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6347         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6348         Call __fe_mask_env() if all FP exceptions disabled.
6349         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6350         from old FPSCR to new fenv to propagate DFP rounding modes.
6351         Call __fe_mask_env() if FP exceptions previously enabled.
6352         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6353         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6354         transitioning from all exceptions disabled to any exception enabled
6355         or visa versa.
6356         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6357         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6358         when transitioning from all exceptions disabled to any exception
6359         enabled or visa versa.
6360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6366
6367 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6368
6369         [BZ #4465]
6370         * posix/unistd.h: Remove __THROW from fdatasync.
6371
6372 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6373
6374         [BZ #4465]
6375         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6376
6377 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6378
6379         * stdio-common/vfprintf.c (process_string_arg): Optimize
6380         ridiculous precision in wide char code printing multi-byte string.
6381         Reported by Jim Meyering <jim@meyering.net>.
6382
6383         [BZ #4131]
6384         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6385         boundaries to work around systems with overlapping binary loading.
6386         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6387
6388 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6389
6390         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6391         __mbsnrtowcs after last change.
6392
6393         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6394         (get_ident): Likewise.
6395
6396 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6397
6398         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6399         with setting the sticky bit.
6400         * math/test-misc.c (main): Add more truncation tests.
6401
6402 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6403
6404         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6405         double in the function declaration.
6406         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6407         double in the function declaration.
6408         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6409         float in the function declaration.
6410         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6411         float in the function declaration.
6412
6413         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6414         denormal operands.  Do not generate FP_EX_DENORM exception.
6415         (FP_UNPACK_RAW_EP): Ditto.
6416         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6417         undefined _FP_UNPACK_RAW_E.
6418         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6419         undefined _FP_UNPACK_RAW_EP.
6420         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6421         undefined _FP_PACK_RAW_E.
6422         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6423         undefined _FP_PACK_RAW_EP.
6424
6425         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6426         _FP_FRAC_COPY_2.
6427         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6428         _FP_FRAC_COPY_4.
6429
6430 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6431             Jakub Jelinek  <jakub@redhat.com>
6432
6433         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6434         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6435         this case.
6436         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6437
6438 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6439
6440         * math/test-misc.c (main): Add tests for rounding long double
6441         values close to smallest double denormalized value to double.
6442
6443 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6444
6445         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6446         condition for truncating to 0.  Set sticky bit for such
6447         truncation.
6448
6449 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6450
6451         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6452         fixed length array for ignore.
6453
6454 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6455
6456         [BZ #4438]
6457         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6458         stack for large precisions.
6459         * stdio-common/test-vfprintf.c (main): Add test for large
6460         precision.
6461
6462 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6463
6464         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6465         for exponent 0.
6466         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6467
6468         [BZ #4439]
6469         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6470         account in the size check.
6471         * resolv/tst-inet_ntop.c: New test.
6472         * resolv/Makefile (tests): Add tst-inet_ntop.
6473
6474 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6475             Jakub Jelinek  <jakub@redhat.com>
6476
6477         [BZ #4349]
6478         * malloc/malloc.c: Keep separate list for first blocks on the bin
6479         lists with a given size.  This helps skipping over list elements
6480         we know won't fit in two places.
6481         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6482
6483 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6484
6485         [BZ #4102]
6486         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6487         label to Teredo tunnel addresses 2001://32.
6488
6489 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6490
6491         * locale/programs/ld-collate.c (collate_read): Allow order_start
6492         after copy.
6493
6494         * locale/programs/ld-collate.c (collate_read): Fix printing of
6495         error message.
6496
6497         [BZ #3213]
6498         * locale/C-translit.h.in: Add entry for U2044.
6499
6500         [BZ #4342]
6501         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6502         hexa-decimal floats without exponent.
6503         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6504
6505 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6506
6507         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6508         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6509         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6510         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6511         GLIBC_2.6.
6512         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6513         Add sched_getcpu.
6514
6515 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6516
6517         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6518         of 0 after the out_fail label.
6519
6520 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6521
6522         [BZ #4406]
6523         * iconv/gconv_charset.h (strip): Allow ':'.
6524         * iconv/iconv_open.c (iconv_open): Adjust comment.
6525
6526 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6527
6528         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6529         version.
6530
6531 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6532
6533         [BZ #4381]
6534         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6535         alignment of buffer and tmp_buffer.
6536         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6537         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6538         alignment of buffer.
6539         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6540         bigger than INT_MAX.
6541         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6542         h_errnop arguments.  Fail if buflen is too small.
6543         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6544
6545 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6546
6547         [BZ #4405]
6548         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6549         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6550
6551 2007-04-22  Roland McGrath  <roland@redhat.com>
6552
6553         * elf/elf.h (NT_PRXFPREG): New macro.
6554
6555 2007-04-19  Andreas Jaeger  <aj@suse.de>
6556
6557         [BZ #3905]
6558         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6559         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6560         Added.
6561
6562 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6563
6564         * include/sys/mman.h: Mark madvise hidden.
6565         * misc/madvise.c: Add libc_hidden_def.
6566
6567 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6568
6569         * nis/nis_domain_of.c (__nis_domain_of): New function.
6570         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6571         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6572         * nis/nis_call.c (rec_dirsearch): Likewise.
6573         (first_shoot): Likewise.  Remove search_parent_first argument.
6574         (struct nis_server_cache): Rename search_parent_first field
6575         to search_parent.
6576         (nis_server_cache_search, nis_server_cache_add): Rename
6577         search_parent_first argument to search_parent.
6578         (__nisfind_server): Likewise.  If search_parent, call
6579         __nis_domain_of.
6580
6581 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6582
6583         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6584
6585 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6586
6587         [BZ #4368]
6588         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6589
6590 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6591
6592         [BZ #4364]
6593         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6594
6595 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6596
6597         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6598         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6599         current number of locales in SUPPORTED.
6600         (create_archive): Initialize serial.
6601         (enlarge_archive): Preserve aliases rather than duplicating
6602         their locrecs.
6603
6604 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6605
6606         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6607         after _IO_un_link, not before it.
6608
6609         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6610         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6611         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6612
6613 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6614
6615         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6616         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6617         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6618         Remove __THROW.
6619         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6620         _IO_file_xsgetn_maybe_mmap): Likewise.
6621         * libio/oldfileops.c (old_do_write): Likewise.
6622         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6623         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6624         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6625         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6626         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6627         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6628         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6629         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6630         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6631         _IO_file_underflow, _IO_file_underflow_mmap,
6632         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6633         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6634         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6635         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6636         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6637         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6638         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6639         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6640         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6641         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6642         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6643         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6644         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6645         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6646         _IO_adjust_column_internal, _IO_default_uflow_internal,
6647         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6648         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6649         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6650         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6651         _IO_file_close_it_internal, _IO_file_underflow_internal,
6652         _IO_file_overflow_internal, _IO_file_attach_internal,
6653         _IO_file_fopen_internal, _IO_file_sync_internal,
6654         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6655         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6656         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6657         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6658         _IO_seekpos_unlocked): Likewise.
6659         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6660         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6661
6662 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6663
6664         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6665         argument in xmalloc size computation.
6666
6667 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6668
6669         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6670         math_opt_barrier and math_force_eval macros.
6671
6672 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6673
6674         [BZ #3306]
6675         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6676         * sysdeps/i386/fpu/math_private.h: New file.
6677         * sysdeps/x86_64/fpu/math_private.h: New file.
6678         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6679         math_force_eval macros.  Use "+m" constraint on asm rather than
6680         "=m" and "m".
6681         * math/s_nextafter.c (__nextafter): Likewise.
6682         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6683         Likewise.
6684         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6685         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6686         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6687         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6688         math_opt_barrier and math_force_eval macros.
6689         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6690         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6691         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6692         (__nexttoward): Use math_opt_barrier and
6693         math_force_eval macros.  Use "+m" constraint on asm rather than
6694         "=m" and "m".  Only use asm to force double result if
6695         FLT_EVAL_METHOD is 2.
6696         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6697         (__nexttowardf): Use math_opt_barrier and
6698         math_force_eval macros.  Use "+m" constraint on asm rather than
6699         "=m" and "m".  Only use asm to force double result if
6700         FLT_EVAL_METHOD is not 0.
6701         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6702         (__nexttowardf): Use math_opt_barrier and
6703         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6704         x to float using asm.
6705         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6706         (__nldbl_nexttowardf): Use math_opt_barrier and
6707         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6708         x to float using asm.
6709         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6710         (__nexttowardf): Use math_opt_barrier and math_force_eval
6711         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6712         * math/bug-nextafter.c (zero, inf): New variables.
6713         (main): Add new tests.
6714         * math/bug-nexttoward.c (zero, inf): New variables.
6715         (main): Add new tests.
6716
6717 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6718
6719         [BZ #3427]
6720         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6721         exceptions both in SW and MXCSR.
6722         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6723         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6724         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6725         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6726         in MXCSR if SSE is available.
6727         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6728         and ldsodefs.h.
6729         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6730         Fix comment typo.
6731         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6732         Return 0 rather than 1.
6733         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6734         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6735         * math/test-fenv.c (feholdexcept_tests): New function.
6736         (main): Call it.
6737
6738 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6739
6740         [BZ #3427]
6741         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6742         in SW.
6743
6744 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6745
6746         [BZ #4344]
6747         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6748         Reported by David Anderson <davea42@earthlink.net>.
6749
6750 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6751
6752         * posix/sys/wait.h: Remove unnecessary forward declaration.
6753
6754 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6755
6756         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6757         with obj->do_servers after first_shoot.
6758
6759 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6760
6761         * posix/Makefile (routines): Add sched_cpucount.
6762         (tests): Add tst-cpucount.
6763         * posix/sched_cpucount.c: New file.
6764         * posix/tst-cpucount.c: New file.
6765         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6766         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6767         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6768         * posix/sched.h: Define CPU_COUNT.
6769
6770 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6771
6772         * posix/fnmatch.c (STRUCT): Define.
6773         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6774         * posix/fnmatch_loop.c (struct STRUCT): New type.
6775         (FCT): Add ends argument.  If ends != NULL and normal * is
6776         seen in the pattern, store current pattern and string pointers
6777         and return.  Adjust recursive calls.
6778         (EXT): Adjust FCT callers.
6779         (STRUCT): Undef at the end of the file.
6780         * posix/Makefile (tests): Add tst-fnmatch2.
6781         * posix/tst-fnmatch2.c: New test.
6782
6783 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6784
6785         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6786         and 1 on failure.
6787
6788         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6789         Change last argument to unsigned int.
6790
6791 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6792
6793         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6794
6795 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6796
6797         * config.h.in (HAVE_LIBCAP): Add.
6798         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6799         sys/capabilities.h.
6800         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6801         free_caps.  Cast away const from 4th cap_set_flag argument.
6802
6803 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6804
6805         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6806         GLIBC_2.6.
6807         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6808         Add sync_file_range.
6809         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6810
6811 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6812
6813         * sysdeps/powerpc/bits/atomic.h
6814         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6815         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6816         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6817         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6818         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6819         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6820         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6821         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6822         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6823         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6824         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6825         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6826         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6827         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6828         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6829         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6830         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6831         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6832         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6833         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6834
6835 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6836
6837         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6838         (__cache_line_size): Define the variable here.  Add
6839         attribute_hidden, remove weak_extern.
6840         (__libc_start_main): Set __cache_line_size
6841         unconditionally.
6842         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6843         (__cache_line_size): Define the variable here.  Add
6844         attribute_hidden, remove weak_extern.
6845         (DL_PLATFORM_AUXV): Set __cache_line_size
6846         unconditionally.
6847         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6848         weak_extern, add attribute_hidden.
6849         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6850         defined in ld.so.
6851         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6852         definition.
6853         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6854
6855 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6856
6857         [BZ #4276]
6858         * timezone/africa: Update from tzdata2007d.
6859         * timezone/asia: Likewise.
6860         * timezone/australasia: Likewise.
6861         * timezone/backward: Likewise.
6862         * timezone/europe: Likewise.
6863         * timezone/iso3166.tab: Likewise.
6864         * timezone/leapseconds: Likewise.
6865         * timezone/northamerica: Likewise.
6866         * timezone/southamerica: Likewise.
6867         * timezone/zone.tab: Likewise.
6868
6869         * timezone/private.h: Update from tzcode2007d.
6870         * timezone/zdump.c: Likewise.
6871         * timezone/zic.c: Likewise.
6872
6873 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6874
6875         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6876         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6877         variables.
6878         (nis_server_cache_search, nis_server_cache_add): New functions.
6879         (__nisfind_server): Use them.  Add dbp and flags argument, if
6880         call __nisbind_create.
6881         (__nisbind_create): Add server_used and current_ep arguments,
6882         only call __nis_findfastest if server_used is ~0.
6883         (__do_niscall2, __prepare_niscall): Adjust callers.
6884         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6885         ckey_cache_euid, ckey_cache_lock): New variables.
6886         (get_ckey): New function.
6887         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6888         __pmap_getnisport.  Save __pmap_getnisport result in
6889         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6890         key.
6891         * nis/nis_lookup.c (nis_lookup): Likewise.
6892         * nis/nis_table.c (nis_list): Likewise.
6893         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6894         prototypes.
6895
6896         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6897         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6898         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6899         _nss_nisplus_getservbyport_r): Likewise.
6900         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6901         _nss_nisplus_getnetbyaddr_r): Likewise.
6902         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6903         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6904         _nss_nisplus_getntohost_r): Likewise.
6905         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6906         _nss_nisplus_getrpcbynumber_r): Likewise.
6907
6908 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6909
6910         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6911         * configure: Rebuilt.
6912
6913         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6914         bit-fields.
6915         * soft-fp/extended.h (_FP_UNION_E): Likewise.
6916
6917 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
6918
6919         [BZ #2831]
6920         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
6921         bit-fields.
6922
6923 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
6924
6925         * nscd/gai.c: Include alloca.h.
6926         (__libc_use_alloca): Define.
6927
6928 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
6929
6930         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
6931         smaller scopes.
6932         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
6933         (DL_DST_REQUIRED): Adjust user.
6934
6935         * include/dlfcn.h (struct link_map): New forward decl.
6936
6937         * inet/getnameinfo.c: Include stddef.h.
6938         (getnameinfo): Use offsetof.
6939
6940         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
6941
6942         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
6943
6944         * string/strerror_l.c: Include stdlib.h.
6945
6946         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
6947         * config.make.in (gnu89-inline-CFLAGS): New variable.
6948         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
6949         -std=gnu99.
6950         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
6951         * argp/argp.h: Use it.
6952         * bits/mathinline.h: Likewise.
6953         * bits/sigset.h: Likewise.
6954         * bits/string.h: Likewise.
6955         * ctype/ctype.h: Likewise.
6956         * hurd/hurd.h: Likewise.
6957         * hurd/hurd/fd.h: Likewise.
6958         * hurd/hurd/port.h: Likewise.
6959         * hurd/hurd/signal.h: Likewise.
6960         * hurd/hurd/threadvar.h: Likewise.
6961         * hurd/hurd/userlink.h: Likewise.
6962         * io/sys/stat.h: Likewise.
6963         * libio/bits/stdio.h: Likewise.
6964         * libio/bits/stdio2.h: Likewise.
6965         * mach/lock-intern.h: Likewise.
6966         * mach/mach/mig_support.h: Likewise.
6967         * math/bits/cmathcalls.h: Likewise.
6968         * posix/bits/unistd.h: Likewise.
6969         * socket/bits/socket2.h: Likewise.
6970         * stdlib/bits/stdlib.h: Likewise.
6971         * stdlib/stdlib.h: Likewise.
6972         * string/argz.h: Likewise.
6973         * string/bits/string2.h: Likewise.
6974         * string/bits/string3.h: Likewise.
6975         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
6976         * sysdeps/generic/inttypes.h: Likewise.
6977         * sysdeps/generic/machine-lock.h: Likewise.
6978         * sysdeps/generic/machine-sp.h: Likewise.
6979         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6980         * sysdeps/i386/i486/bits/string.h: Likewise.
6981         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
6982         * sysdeps/mach/alpha/machine-lock.h: Likewise.
6983         * sysdeps/mach/alpha/machine-sp.h: Likewise.
6984         * sysdeps/mach/i386/machine-lock.h: Likewise.
6985         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
6986         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
6987         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
6988         * sysdeps/s390/bits/string.h: Likewise.
6989         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
6990         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
6991         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6992         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
6993         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6994         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
6995         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
6996         * wcsmbs/bits/wchar2.h: Likewise.
6997         * wcsmbs/wchar.h: Likewise.
6998         * stdlib/gmp.h: Likewise.  Include <features.h> to get
6999         __extern_inline definition.
7000
7001 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7002
7003         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7004         NULL.
7005
7006         [BZ #3919]
7007         * math/libm-test.inc (log_test): Test -Inf and NaN.
7008         (log10_test, log1p_test, log2_test): Test -Inf.
7009         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7010         FE_INVALID when argument is qNaN.
7011         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7012         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7013         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7014         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7015         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7016         testb $4, %ah and jump if non-zero.
7017         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7018         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7019
7020         [BZ #4101]
7021         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7022         ancestors with the same depths.
7023         Patch by Niels Moeller <nisse@lysator.liu.se>.
7024         (filter_doc): Don't crash if argp is NULL.
7025         * argp/Makefile (tests): Add tst-argp2.
7026         * argp/tst-argp2.c: New test.
7027
7028         [BZ #4130]
7029         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7030         open_not_cancel_2.
7031         (updwtmp_file): Likewise.
7032
7033         [BZ #4181]
7034         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7035         (inet6_opt_append): Don't check extlen is big enough if extbuf
7036         is NULL.
7037         (inet6_opt_finish): Likewise.
7038         * inet/Makefile (tests): Add test-inet6_opt.
7039         * inet/test-inet6_opt.c: New test.
7040
7041         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7042         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7043         NLMSG_ERR.  Instead use a page sized buffer.
7044         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7045         buffer.
7046
7047 2007-03-14  Richard Henderson  <rth@redhat.com>
7048
7049         * sysdeps/alpha/fpu/s_llround.c: New file.
7050         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7051         * sysdeps/alpha/fpu/s_lround.c: New file.
7052         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7053         * sysdeps/alpha/fpu/s_round.c: New file.
7054         * sysdeps/alpha/fpu/s_roundf.c: New file.
7055         * sysdeps/alpha/fpu/s_trunc.c: New file.
7056         * sysdeps/alpha/fpu/s_truncf.c: New file.
7057
7058         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7059         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7060         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7061         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7062         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7063         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7064
7065         * sysdeps/alpha/fpu/s_fmax.S: New file.
7066         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7067         * sysdeps/alpha/fpu/s_fmin.S: New file.
7068         * sysdeps/alpha/fpu/s_fminf.S: New file.
7069         * sysdeps/alpha/fpu/s_isnan.c: New file.
7070         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7071         * sysdeps/alpha/fpu/s_llrint.c: New file.
7072         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7073         * sysdeps/alpha/fpu/s_lrint.c: New file.
7074         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7075         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7076         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7077
7078         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7079         (__fdimf, fdimf, __fdim, fdim): Remove.
7080         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7081         (__isnanf, __isnan, __isnanl): New.
7082
7083 2007-03-13  Richard Henderson  <rth@redhat.com>
7084
7085         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7086
7087 2007-03-13  Richard Henderson  <rth@redhat.com>
7088
7089         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7090         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7091         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7092         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7093         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7094         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7095
7096 2007-03-13  Richard Henderson  <rth@redhat.com>
7097
7098         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7099         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7100         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7101         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7102         Move to dl-auxv.h; initialize instead of extern weak.
7103         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7104         weak symbol.
7105         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7106         Extern instead of initialized.
7107
7108 2007-03-13  Richard Henderson  <rth@redhat.com>
7109
7110         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7111         __sigsuspend_nocancel.
7112
7113 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7114
7115         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7116         172.16/12 address range.
7117
7118 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7119
7120         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7121         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7122         message.
7123
7124 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7125
7126         [BZ #4069]
7127         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7128         earlier.
7129         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7130
7131         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7132         for x qNaN and y either +-inf or non-integer value.
7133         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7134         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7135         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7136
7137 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7138
7139         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7140         from sysdep_headers.
7141
7142 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7143
7144         * time/tzfile.c (find_transition): Instead of a linear search try to
7145         guess the transition index, use a linear search if the result is at
7146         most 10 transitions away from the guess or binary search otherwise.
7147
7148 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7149
7150         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7151         memory reallocation.
7152
7153 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7154
7155         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7156         and fix some typos.
7157         Optimize use of TOLOWER.
7158
7159         [BZ #3325]
7160         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7161         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7162         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7163
7164         [BZ #3458]
7165         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7166         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7167
7168         [BZ #4076]
7169         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7170         (open_dir_stream): Likewise.
7171         * io/Makefile (tests): Add bug-ftw5.
7172         * io/bug-ftw5.c: New file.
7173
7174         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7175         * nscd/servicescache.c (cache_addserv): Likewise.
7176
7177         * nscd/grpcache.c (cache_addgr): In case a record changed on
7178         refresh, adjust key_copy.
7179
7180         [BZ #4074]
7181         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7182         refresh, adjust key_copy.
7183
7184         [BZ #4070]
7185         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7186         special cases.
7187         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7188
7189 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7190
7191         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7192         optimization.
7193
7194         * stdio-common/vfscanf.c: Small cleanups throughout.
7195
7196 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7197
7198         [BZ #3325]
7199         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7200         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7201         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7202         Patch by Jared Casper <jaredcasper@gmail.com>.
7203
7204         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7205         * sysdeps/unix/opendir.c: Likewise.
7206         * sysdeps/unix/readdir.c: Likewise.
7207
7208         [BZ #2211]
7209         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7210         point numbers.
7211         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7212
7213         * stdio-common/vfscanf.c: Fix problems in width accounting.
7214         * stdio-common/tst-sscanf.c (double_tests): New tests.
7215         (main): Hook them up.
7216
7217         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7218         More simplifications of floating-point reader.
7219
7220         * stdio-common/Makefile (tests): Add tst-swscanf.
7221         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7222         testing.
7223         * stdio-common/tst-swscanf.c: New file.
7224
7225 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7226
7227         [BZ #2633]
7228         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7229         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7230         Remove using for __jmp_buf_tag.
7231         * locale/locale.h (struct lconv): Also define in std namespace.
7232         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7233
7234         [BZ #3842]
7235         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7236         using __libc_enable_secure.
7237
7238         [BZ #3818]
7239         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7240
7241         [BZ #3745]
7242         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7243         of names for ellipsises.
7244
7245         [BZ #3348]
7246         * malloc/memusage.sh: Cleanups.
7247         * debug/xtrace.sh: Quoting and trap changes.
7248
7249 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7250
7251         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7252
7253         * locale/iso-3166.def: Update entry for Serbia.
7254         * locale/iso-4217.def: Define RSD, remove CSD.
7255
7256         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7257         and 64-bit operations.
7258
7259         [BZ #4040]
7260         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7261         16-bit operations.
7262
7263         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7264         of writev.
7265
7266 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7267
7268         [BZ #3991]
7269         * assert/assert.h (assert): Simplify.
7270         (assert_perror): Likewise.
7271         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7272
7273         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7274         reqdata.
7275
7276         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7277         change: don't pass NULL in place of an integer.
7278
7279 2007-02-02  Bruno Haible  <bruno@clisp.org>
7280
7281         [BZ #3954]
7282         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7283         Add mapping for U+327E.
7284         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7285         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7286         mapping of 0xD9 0xE8.
7287         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7288         mapping of U+327E.
7289         Reported by Jungshik Shin <jungshik@google.com>.
7290
7291         [BZ #3955]
7292         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7293         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7294         Reported by Jungshik Shin <jungshik@google.com>.
7295
7296 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7297
7298         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7299         byte variants.
7300
7301         [BZ #4040]
7302         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7303         byte variants.  Patch mostly be tom@tommay.net.
7304
7305 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7306
7307         [BZ #3996]
7308         * posix/glob.c (attribute_hidden): Define if not defined.
7309         (glob): Unescape dirname, filename or username when needed and not
7310         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7311         is NULL.  Handle unescaped [ in pattern without closing ].
7312         Don't pass GLOB_CHECK down to recursive glob for directories.
7313         (__glob_pattern_type): New function.
7314         (__glob_pattern_p): Implement using __glob_pattern_type.
7315         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7316         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7317         Remove unreachable code.
7318         * posix/globtest.sh: Add a couple of new tests.
7319
7320 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7321
7322         * po/ru.po: Update from translation team.
7323
7324 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7325
7326         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7327         to the list of i486+ CPUs.
7328         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7329
7330 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7331
7332         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7333         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7334         references.
7335
7336 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7337
7338         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7339
7340         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7341         * resolv/res_mkquery.c: Define __res_nopt.
7342         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7343         try adding EDNS0 record.
7344         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7345         EDNS0 record was send make sure we don't try it again.
7346         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7347         * include/resolv.h: Declare __res_nopt.
7348
7349 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7350
7351         [BZ #3944]
7352         * time/strptime_l.c (__strptime_internal): Set have_mon for
7353         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7354         have been computed from tm_yday and tm_year.  Don't crash
7355         in day_of_the_week or day_of_the_year if not have_mon
7356         and tm_mon contains bogus value.
7357         * time/Makefile (tests): Add tst-strptime3.
7358         * time/tst-strptime3.c: New test.
7359
7360 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7361
7362         [BZ #3957]
7363         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7364         bit for RE_HAT_LISTS_NOT_NEWLINE.
7365         (build_charclass_op): Remove bogus comment.
7366         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7367         * posix/bug-regex27.c: New test.
7368         * posix/bug-regex28.c: New test.
7369
7370 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7371
7372         * po/sv.po: Update from translation team.
7373
7374 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7375
7376         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7377
7378 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7379
7380         * include/locale.h (__uselocale): Add libc_hidden_proto.
7381         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7382
7383         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7384         gettimeofday.
7385
7386 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7387
7388         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7389         returning.
7390         (PTR_DEMANGLE): Real definition now that it's not the same as
7391         PRT_MANGLE anymore.
7392         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7393
7394         * string/strerror_l.c: New file.
7395         * string/Makefile (routines): Add strerror_l.
7396         * string/string.h: Declare strerror_l.
7397         * string/Versions: Export strerror_l for GLIBC_2.6.
7398
7399 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7400
7401         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7402         as parameter.  Construct request record.  Try sending request
7403         before the first poll use, it usually succeeds.  Adjust all
7404         callers.
7405         * nscd/nscd-client.h: Define MAXKEYLEN.
7406         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7407
7408 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7409
7410         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7411         from return value.
7412         * nscd/nscd_helper.c: Include string.h.
7413         (__nscd_cache_search): Remove const qualifier from return value.
7414         On strict alignment architectures check hash entry and data head
7415         alignment.
7416         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7417         mmapped data during GC cycle contains garbage.  If
7418         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7419         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7420         dropped to 0.
7421         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7422         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7423         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7424         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7425         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7426
7427 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7428
7429         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7430
7431 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7432
7433         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7434         names not numbers in cfi_*.
7435
7436 2007-01-26  Andreas Jaeger  <aj@suse.de>
7437
7438         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7439         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7440         Correct values of PER_HPUX and PER_OSF4.
7441
7442 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7443
7444         * elf/dl-minimal.c: Undefine _itoa first.
7445         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7446         * malloc/mtrace.c: Revert last change.
7447         * posix/wordexp.c: Likewise.
7448
7449 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7450
7451         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7452         and __geode__ to the list of i486+ CPUs.
7453         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7454
7455 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7456
7457         * stdio-common/_itoa.c: Include <limits.h>.
7458         * stdio-common/_itowa.c: Likewise.
7459
7460 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7461
7462         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7463         platforms.
7464         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7465         64-bit platforms.
7466         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7467         possible.
7468         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7469         if possible.
7470
7471         [BZ #3902]
7472         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7473         * stdio-common/Makefile (tests): Add bug17.
7474         * stdio-common/bug17.c: New file.
7475
7476 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7477
7478         * iconvdata/brf.c: New file.
7479         * iconvdata/testdata/BRF: New file.
7480         * iconvdata/testdata/BRF..UTF8: New file.
7481         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7482         * iconvdata/Makefile: Add rules to build BRF.
7483         * iconvdata/TESTS: Add BRF entry.
7484         * iconvdata/gconv-modules: Likewise.
7485         * iconvdata/tst-tables.sh: Likewise.
7486
7487 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7488
7489         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7490         type `long long int', not `long int'.
7491         (wcstoq): Likewise.
7492
7493 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7494
7495         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7496         of values on 64-bit platforms which are too large.
7497
7498 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7499             Joe Kerian  <jkerian@us.us.ibm.com>
7500
7501         [BZ #2749]
7502         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7503         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7504         (__copysignl): Use signbit() for comparison.
7505         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7506         SET_LDOUBLE_WORDS64.
7507
7508         [BZ #2423, #2749]
7509         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7510         (__ceill): Remove calls to fegetround(), fesetround().
7511         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7512         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7513         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7514
7515 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7516
7517         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7518
7519         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7520
7521 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7522
7523         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7524         demangle pointer.
7525         * csu/libc-start.c: Likewise.
7526
7527 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7528
7529         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7530         really work anyway.
7531
7532 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7533
7534         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7535         users.
7536         (handle_request): Remove unnecessary tests.
7537
7538         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7539
7540 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7541
7542         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7543         workbits in semi-raw fraction.
7544
7545         * math/test-misc.c: Add new tests.
7546
7547 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7548
7549         * math/basic-test.c: Include test-skeleton.c.
7550         (TEST_TRUNC): Define.
7551         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7552         (main): Rename to ...
7553         (do_test): ...this.  Run new tests.
7554         (TEST_FUNCTION): Define.
7555
7556 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7557             Joe Kerian  <jkerian@us.us.ibm.com>
7558
7559         [BZ #2749]
7560         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7561         handling for high words.
7562         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7563         and overflow for infinity.
7564
7565 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7566
7567         * nscd/connections.c (handle_request): Add a __builtin_expect.
7568
7569         * nscd/connections.c (serv2db): Change type into structure which
7570         also says whether this is a request for data.  Renamed to
7571         servinfo.  All users changed.
7572         (handle_request): Much simpler test whether we should search the cache.
7573
7574         * nscd/connections.c (handle_request): Fix thinko in selinux test
7575         invocation.
7576
7577         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7578         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7579         it before getting dl_load_lock and then relock.
7580         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7581         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7582         case we unlocked the scope.
7583         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7584         _dl_lookup_symbol_x in case we locked the scope.
7585         (_dl_profile_fixup): Likewise.
7586         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7587         set DL_LOOKUP_SCOPE_LOCK.
7588
7589 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7590
7591         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7592         CFLAGS-getsrvbynpt_r.c.
7593         * nscd/getsrvbynm_r.c: New file.
7594         * nscd/getsrvbypt_r.c: New file.
7595         * nscd/nscd_getserv_r.c: New file.
7596         * nscd/servicescache.c: New file.
7597         * nscd/Makefile (routines): Add nscd_getserv_r.
7598         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7599         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7600         CFLAGS-getsrvbypt_r.c.
7601         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7602         table.  Add entries for services database.
7603         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7604         services database.
7605         (dbs): Add .reset_res and servdb initialization.
7606         (serv2db): Add entries for services database.
7607         (verify_persistent_db): Accept dbnr == servdb.
7608         (invalidate_cache): Rewrite database name recognition to use a table.
7609         Call res_init() if .reset_res is set for database.
7610         (handle_request): Add code to handle services database.
7611         * nscd/gai.c: Don't define __getservbyname_r.
7612         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7613         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7614         (serv_response_header): Define.
7615         (struct datahead): Add serv_response_header member.
7616         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7617         using table.
7618         * nscd/nscd.conf: Add entries for services database.
7619         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7620         Declare serv_iov_disabled.
7621         Declare addservbyname, readdservbyname, addservbyport, and
7622         readdservbyport.
7623         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7624         (find_db): Fix error message.
7625         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7626         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7627         * nscd/selinux.c (perms): Add entries for services database.
7628         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7629         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7630
7631         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7632         * nscd/hstcache.c: Likewise.
7633         * nscd/pwdcache.c: Likewise.
7634
7635         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7636         computation of keylen.
7637
7638         * include/string.h: Only redefine strndupa if this is really for
7639         libc code.
7640
7641 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7642
7643         * nscd/nscd_gethst_r.c: Minor cleanups.
7644
7645         * nscd/connections.c (handle_request): Check selinux permissions
7646         for all non-admin commands.
7647
7648         * sysdeps/i386/i486/bits/atomic.h: Define
7649         atomic_compare_and_exchange_val_acq,
7650         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7651         using __sync_* built-ins for gcc >= 4.1.
7652         * sysdeps/x86_64/bits/atomic.h: Likewise.
7653
7654         [BZ #3840]
7655         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7656         and .oS.d files.
7657
7658 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7659
7660         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7661         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7662         (do_test): Check errno and exit(0) if ENOSYS.
7663
7664 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7665
7666         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7667         thousands separators.
7668         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7669         * stdlib/tst-strtod4.c: New test.
7670
7671         [BZ #3855]
7672         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7673         hexadecimal digit should accept just the initial 0.
7674         * stdlib/tst-strtod2.c (tests): New variable.
7675         (do_test): Run several tests rather than just one.
7676
7677 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7678
7679         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7680         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7681
7682 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7683
7684         * io/fts.c: Make sure fts_cur is always valid after return from
7685         fts_read.
7686         Patch by Miloslav Trmac <mitr@redhat.com>.
7687
7688 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7689
7690         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7691         (R_MIPS_NUM): Bump by 1.
7692
7693 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7694
7695         * posix/execvp.c: Include alloca.h.
7696         (allocate_scripts_argv): Renamed to...
7697         (scripts_argv): ... this.  Don't allocate buffer here nor count
7698         arguments.
7699         (execvp): Use alloca if possible.
7700         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7701         * posix/tst-vfork3.c: New test.
7702
7703 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7704
7705         * string/Makefile (tst-strxfrm2-ENV): Define.
7706         * stdlib/Makefile (tst-strtod3-ENV): Define.
7707
7708 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7709
7710         * posix/getconf.c: Update copyright year.
7711         * nss/getent.c: Likewise.
7712         * iconv/iconvconfig.c: Likewise.
7713         * iconv/iconv_prog.c: Likewise.
7714         * elf/ldconfig.c: Likewise.
7715         * catgets/gencat.c: Likewise.
7716         * csu/version.c: Likewise.
7717         * elf/ldd.bash.in: Likewise.
7718         * elf/sprof.c (print_version): Likewise.
7719         * locale/programs/locale.c: Likewise.
7720         * locale/programs/localedef.c: Likewise.
7721         * nscd/nscd.c (print_version): Likewise.
7722         * debug/xtrace.sh: Likewise.
7723         * malloc/memusage.sh: Likewise.
7724         * malloc/mtrace.pl: Likewise.
7725         * debug/catchsegv.sh: Likewise.
7726
7727 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7728
7729         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7730         attempts.
7731
7732 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7733
7734         * posix/wordexp.c: Remove some unnecessary tests.
7735
7736 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7737
7738         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7739         blacklist the group till after we look it up.
7740
7741 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7742
7743         * include/atomic.h (atomic_forced_read): New macro.
7744
7745 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7746
7747         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7748
7749 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7750
7751         * nss/getXXbyYY_r.c: Include atomic.h.
7752         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7753         add atomic_write_barrier () in between.
7754
7755         * stdlib/Makefile (tests): Add tst-makecontext.
7756         * stdlib/tst-makecontext.c: New test.
7757
7758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7759         (__makecontext): Don't realign uc_mcontext.uc_regs.
7760
7761 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7762
7763         * elf/dl-support.c: Include dl-procinfo.h.
7764         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7765         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7766         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7767         Define.
7768         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7769         hardcoded constants.
7770         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7771         PPC_PLATFORM_* macros for array designators.
7772
7773 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7774
7775         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7776         names to the beginning.
7777         (_dl_powerpc_platforms): Add "power6x".
7778         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7779         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7780         (_DL_PLATFORMS_COUNT): Increase.
7781         (_dl_string_platform): Handle power6x case.
7782         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7783         PPC_FEATURE_POWER6_EXT): Define.
7784         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7785
7786 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7787
7788         [BZ #3747]
7789         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7790         [-2^31 .. 2^31) range.
7791         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7792         targets.
7793         * stdlib/tst-rand48-2.c: New test.
7794         * stdlib/Makefile (tests): Add tst-rand48-2.
7795
7796 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7797
7798         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7799
7800 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7801
7802         * misc/tst-pselect.c (do_test): Make sure the helper process is
7803         terminating when the test is aborted.
7804
7805 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7806
7807         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7808         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7809         Handle relatime mount option.
7810
7811         [BZ #2337]
7812         * libio/Makefile (tests): Add tst-setvbuf1.
7813         * libio/tst-setvbuf1.c: New file.
7814
7815 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7816
7817         [BZ #2337]
7818         * libio/genops.c (__uflow): Fix a typo.
7819         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7820         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7821         the narrow buffer size.
7822
7823 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7824
7825         [BZ #2337]
7826         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7827         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7828         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7829         in _flags.
7830         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7831         _IO_wstr_finish): Likewise.
7832         * libio/wmemstream.c (open_wmemstream): Likewise.
7833         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7834         even for wide streams.
7835
7836 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7837
7838         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7839         kernel-features.h.
7840
7841 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7842
7843         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7844         separators also if no non-zero digits found.
7845         * stdlib/Makefile (tests): Add tst-strtod3.
7846
7847 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7848
7849         [BZ #3632]
7850         * include/features.h: Fix comment about default value for
7851         _POSIX_C_SOURCE.
7852
7853         [BZ #3664]
7854         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7855         empty parsed strings.
7856         * stdlib/Makefile (tests): Add tst-strtod2.
7857         * stdlib/tst-strtod2.c: New file.
7858
7859         [BZ #3673]
7860         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7861         computation.
7862         * stdlib/Makefile (tests): Add tst-atof2.
7863         * stdlib/tst-atof2.c: New file.
7864
7865         [BZ #3674]
7866         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7867         correctly if removing trailing zero of hex-float.
7868         * stdlib/Makefile (tests): Add tst-atof1.
7869         * stdlib/tst-atof1.c: New file.
7870
7871 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7872
7873         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7874         Start searching for next comma at p rather than rest.
7875         * misc/Makefile (tests): Add tst-mntent2.
7876         * misc/tst-mntent2.c: New test.
7877
7878         * misc/getusershell.c (initshells): Check for integer overflows.
7879         Make strings buffer one bigger as fgets always succeeds when second
7880         argument is 1.  Don't use calloc for shells array.  Disallow
7881         / as shell.
7882
7883 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7884
7885         * malloc/memusage.c: Handle realloc with new size of zero and
7886         non-NULL pointer correctly.
7887         (me): Really write first record twice.
7888         (struct entry): Make format bi-arch safe.
7889         (dest): Write out more realloc statistics.
7890         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7891
7892 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7893
7894         * nis/nis_subr.c (nis_getnames): Revert last change.
7895
7896 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7897
7898         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7899         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7900         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7901         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7902         ENOTTY.
7903         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7904         * io/tst-ttyname_r.c: New test.
7905
7906 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7907
7908         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7909
7910 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7911
7912         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7913         jump table entries.
7914
7915 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7916
7917         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
7918         `clone' function to ensure proper unwinding stop of gdb.
7919         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7920
7921 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
7922
7923         * nscd/nscd.init: Remove obsolete and commented-out -S option
7924         handling.
7925
7926 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
7927
7928         [BZ #3514]
7929         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
7930
7931         [BZ #3515]
7932         * manual/string.texi (strtok): Remove duplicate paragraph.
7933
7934 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7935
7936         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
7937         libgcc not supporting `rflags' unwinding (register # >= 17).
7938
7939 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
7940
7941         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
7942         succeeded.
7943
7944 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
7945             Jakub Jelinek  <jakub@redhat.com>
7946             Jan Kratochvil  <jan.kratochvil@redhat.com>
7947
7948         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
7949         unwind information.
7950         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
7951         'restore_rt' even in the 'signal' directory.
7952         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
7953
7954 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
7955
7956         [BZ #3559]
7957         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
7958         malloc crashed.  Don't allocate memory unnecessarily in each
7959         loop.
7960
7961 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
7962
7963         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
7964
7965 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
7966
7967         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
7968
7969 2006-11-18  Bruno Haible  <bruno@clisp.org>
7970
7971         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
7972         __sysconf only after having tried to call getgroups32.
7973
7974 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
7975
7976         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
7977         addresses for IPv4 queries if they can be mapped.
7978
7979 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
7980
7981         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
7982         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
7983         (signmask): Add .size directive.
7984         (othermask): Add .type directive.
7985
7986 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
7987
7988         * po/nl.po: Update from translation team.
7989
7990         * timezone/zdump.c: Redo fix for BZ #3137.
7991
7992 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
7993
7994         * nss/nss_files/files-alias.c (get_next_alias): Set line back
7995         to first_unused after parsing :include: file.
7996
7997 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7998
7999         * timezone/africa: Update from tzdata2006o.
8000         * timezone/antarctica: Likewise.
8001         * timezone/asia: Likewise.
8002         * timezone/australasia: Likewise.
8003         * timezone/backward: Likewise.
8004         * timezone/europe: Likewise.
8005         * timezone/iso3166.tab: Likewise.
8006         * timezone/northamerica: Likewise.
8007         * timezone/southamerica: Likewise.
8008         * timezone/zone.tab: Likewise.
8009
8010         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8011         on machines with 64-bit time_t.
8012
8013         * timezone/checktab.awk: Update from tzcode2006o.
8014         * timezone/ialloc.c: Likewise.
8015         * timezone/private.h: Likewise.
8016         * timezone/scheck.c: Likewise.
8017         * timezone/tzfile.h: Likewise.
8018         * timezone/tzselect.ksh: Likewise.
8019         * timezone/zdump.c: Likewise.
8020         * timezone/zic.c: Likewise.
8021
8022         [BZ #3483]
8023         * elf/ldconfig.c (main): Call setlocale and textdomain.
8024         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8025
8026         [BZ #3480]
8027         * manual/argp.texi: Fix typos.
8028         * manual/charset.texi: Likewise.
8029         * manual/errno.texi: Likewise.
8030         * manual/filesys.texi: Likewise.
8031         * manual/lang.texi: Likewise.
8032         * manual/maint.texi: Likewise.
8033         * manual/memory.texi: Likewise.
8034         * manual/message.texi: Likewise.
8035         * manual/resource.texi: Likewise.
8036         * manual/search.texi: Likewise.
8037         * manual/signal.texi: Likewise.
8038         * manual/startup.texi: Likewise.
8039         * manual/stdio.texi: Likewise.
8040         * manual/sysinfo.texi: Likewise.
8041         * manual/syslog.texi: Likewise.
8042         * manual/time.texi: Likewise.
8043         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8044
8045         [BZ #3465]
8046         * sunrpc/clnt_raw.c: Minimal message improvements.
8047         * sunrpc/pm_getmaps.c: Likewise.
8048         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8049         * nis/nis_print_group_entry.c: Likewise.
8050         * locale/programs/repertoire.c: Likewise.
8051         * locale/programs/charmap.c: Likewise.
8052         * malloc/memusage.sh: Likewise.
8053         * elf/dl-deps.c: Likewise.
8054         * locale/programs/ld-collate.c: Likewise.
8055         * libio/vswprintf.c: Likewise.
8056         * malloc/memusagestat.c: Likewise.
8057         * sunrpc/auth_unix.c: Likewise.
8058         * sunrpc/rpc_main.c: Likewise.
8059         * nscd/cache.c: Likewise.
8060         * locale/programs/repertoire.c: Unify output messages.
8061         * locale/programs/charmap.c: Likewise.
8062         * locale/programs/ld-ctype.c: Likewise.
8063         * locale/programs/ld-monetary.c: Likewise.
8064         * locale/programs/ld-numeric.c: Likewise.
8065         * locale/programs/ld-time.c: Likewise.
8066         * elf/ldconfig.c: Likewise.
8067         * nscd/selinux.c: Likewise.
8068         * elf/cache.c: Likewise.
8069         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8070
8071         [BZ #3451]
8072         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8073         change atomic.
8074         (ceil): Likewise.
8075
8076 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8077
8078         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8079         if N is one bigger than return value.
8080         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8081         and l1 last arguments, if buf is defined, verify the return value
8082         equals to strlen (buf) and verify no byte beyond passed length
8083         is modified.
8084
8085 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8086
8087         * po/sv.po: Update from translation team.
8088
8089 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8090
8091         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8092         noinline attribute.
8093
8094 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8095
8096         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8097         noinline attribute.
8098
8099         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8100         Use __new_sys_siglist instead of _sys_siglist_internal as
8101         second macro argument.
8102         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8103         strong_alias.
8104
8105 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8106
8107         [BZ #3493]
8108         * posix/unistd.h (sysconf): Remove const attribute.
8109
8110         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8111         temporary or deprecated addresses.
8112         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8113
8114         * string/Makefile (tests): Add tst-strxfrm2.
8115         * string/tst-strxfrm2.c: New file.
8116
8117 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8118
8119         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8120         rather than r->r_brk.
8121
8122 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8123
8124         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8125         optimization even if needed > n.
8126
8127         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8128         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8129         return false, otherwise return true.
8130         (cache_rpath): Return decompose_rpath return value.
8131
8132 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8133
8134         * include/libc-symbols.h (declare_symbol): Rename to...
8135         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8136         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8137         .size directive.
8138         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8139         changes.
8140         * sysdeps/gnu/siglist.c: Likewise.
8141
8142 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8143
8144         * sysdeps/powerpc/fpu/bits/mathinline.h
8145         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8146         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8147
8148 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8149
8150         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8151         Update handling of cache descriptor 0x49 for new models.
8152         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8153         Likewise.
8154
8155 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8156
8157         * malloc/memusage.c (dest): Reset not_me back to false after
8158         printing statistics.
8159
8160 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8161
8162         * configure.in: Work around ld --help change and avoid -z relro
8163         test completely if the architecture doesn't care about security.
8164
8165 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8166
8167         * po/sv.po: Update from translation team.
8168
8169 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8170
8171         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8172         generate compatibility version.
8173
8174 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8175
8176         * configure.in: Relax -z relro requirement a bit.
8177
8178         * po/sv.po: Update from translation team.
8179
8180 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8181
8182         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8183         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8184         * elf/dl-close.c (_dl_close_worker): Likewise.
8185         * elf/dl-open.c (_dl_open_worker): Likewise.
8186         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8187
8188 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8189
8190         * configure.in: Require assembler support for visibility, compiler
8191         support for visibility and aliases, linker support for various -z
8192         options.
8193         * Makeconfig: Remove conditional code which now is unnecessary.
8194         * config.h.in: Likewise.
8195         * config.make.in: Likewise.
8196         * dlfcn/Makefile: Likewise.
8197         * elf/Makefile: Likewise.
8198         * elf/dl-load.c: Likewise.
8199         * elf/rtld.c: Likewise.
8200         * include/libc-symbols.h: Likewise.
8201         * include/stdio.h: Likewise.
8202         * io/Makefile: Likewise.
8203         * io/fstat.c: Likewise.
8204         * io/fstat64.c: Likewise.
8205         * io/fstatat.c: Likewise.
8206         * io/fstatat64.c: Likewise.
8207         * io/lstat.c: Likewise.
8208         * io/lstat64.c: Likewise.
8209         * io/mknod.c: Likewise.
8210         * io/mknodat.c: Likewise.
8211         * io/stat.c: Likewise.
8212         * io/stat64.c: Likewise.
8213         * libio/stdio.c: Likewise.
8214         * nscd/Makefile: Likewise.
8215         * stdlib/Makefile: Likewise.
8216         * stdlib/atexit.c: Likewise.
8217         * sysdeps/generic/ldsodefs.h: Likewise.
8218         * sysdeps/i386/dl-machine.h: Likewise.
8219         * sysdeps/i386/sysdep.h: Likewise.
8220         * sysdeps/i386/i686/memcmp.S: Likewise.
8221         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8222         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8223         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8224
8225         * Makerules: USE_TLS support is now default.
8226         * tls.make.c: Likewise.
8227         * csu/Versions: Likewise.
8228         * csu/libc-start.c: Likewise.
8229         * csu/libc-tls.c: Likewise.
8230         * csu/version.c: Likewise.
8231         * dlfcn/dlinfo.c: Likewise.
8232         * elf/dl-addr.c: Likewise.
8233         * elf/dl-cache.c: Likewise.
8234         * elf/dl-close.c: Likewise.
8235         * elf/dl-iteratephdr.c: Likewise.
8236         * elf/dl-load.c: Likewise.
8237         * elf/dl-lookup.c: Likewise.
8238         * elf/dl-object.c: Likewise.
8239         * elf/dl-open.c: Likewise.
8240         * elf/dl-reloc.c: Likewise.
8241         * elf/dl-support.c: Likewise.
8242         * elf/dl-sym.c: Likewise.
8243         * elf/dl-sysdep.c: Likewise.
8244         * elf/dl-tls.c: Likewise.
8245         * elf/ldconfig.c: Likewise.
8246         * elf/rtld.c: Likewise.
8247         * elf/tst-tls-dlinfo.c: Likewise.
8248         * elf/tst-tls1.c: Likewise.
8249         * elf/tst-tls10.h: Likewise.
8250         * elf/tst-tls14.c: Likewise.
8251         * elf/tst-tls2.c: Likewise.
8252         * elf/tst-tls3.c: Likewise.
8253         * elf/tst-tls4.c: Likewise.
8254         * elf/tst-tls5.c: Likewise.
8255         * elf/tst-tls6.c: Likewise.
8256         * elf/tst-tls7.c: Likewise.
8257         * elf/tst-tls8.c: Likewise.
8258         * elf/tst-tls9.c: Likewise.
8259         * elf/tst-tlsmod1.c: Likewise.
8260         * elf/tst-tlsmod13.c: Likewise.
8261         * elf/tst-tlsmod13a.c: Likewise.
8262         * elf/tst-tlsmod14a.c: Likewise.
8263         * elf/tst-tlsmod2.c: Likewise.
8264         * elf/tst-tlsmod3.c: Likewise.
8265         * elf/tst-tlsmod4.c: Likewise.
8266         * elf/tst-tlsmod5.c: Likewise.
8267         * elf/tst-tlsmod6.c: Likewise.
8268         * include/errno.h: Likewise.
8269         * include/link.h: Likewise.
8270         * include/tls.h: Likewise.
8271         * locale/global-locale.c: Likewise.
8272         * locale/localeinfo.h: Likewise.
8273         * malloc/arena.c: Likewise.
8274         * malloc/hooks.c: Likewise.
8275         * malloc/malloc.c: Likewise.
8276         * resolv/Versions: Likewise.
8277         * sysdeps/alpha/dl-machine.h: Likewise.
8278         * sysdeps/alpha/libc-tls.c: Likewise.
8279         * sysdeps/generic/ldsodefs.h: Likewise.
8280         * sysdeps/generic/tls.h: Likewise.
8281         * sysdeps/i386/dl-machine.h: Likewise.
8282         * sysdeps/ia64/dl-machine.h: Likewise.
8283         * sysdeps/ia64/libc-tls.c: Likewise.
8284         * sysdeps/mach/hurd/fork.c: Likewise.
8285         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8286         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8287         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8288         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8289         * sysdeps/s390/libc-tls.c: Likewise.
8290         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8291         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8292         * sysdeps/sh/dl-machine.h: Likewise.
8293         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8294         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8295         * sysdeps/x86_64/dl-machine.h: Likewise.
8296
8297         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8298         split out locking and parameter checking.
8299         (_dl_close): Call _dl_close_worker after locking and checking.
8300         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8301         _dl_close.
8302         * elf/Makefile: Add rules to build and run tst-thrlock.
8303         * elf/tst-thrlock.c:  New file.
8304
8305         [BZ #3426]
8306         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8307         reality.
8308
8309         [BZ #3429]
8310         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8311         we are sure we do not need it anymore for _dl_close.  Also move
8312         the asserts inside the lock region.
8313         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8314
8315 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8316
8317         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8318         argument.
8319         (_dl_lookup_symbol_x): Adjust caller.
8320
8321         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8322         _ns_global_scope.
8323         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8324
8325         * elf/dl-libc.c: Revert l_scope name changes.
8326         * elf/dl-load.c: Likewise.
8327         * elf/dl-object.c: Likewise.
8328         * elf/rtld.c: Likewise.
8329         * elf/dl-close.c (_dl_close): Likewise.
8330         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8331         always use __rtld_mrlock_{change,done}.  Always free old scope list
8332         here if not l_scope_mem.
8333         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8334         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8335         the lookup and __rtld_mrlock_unlock it after the lookup.
8336         * elf/dl-sym.c: Likewise.
8337         * include/link.h (struct r_scoperec): Remove.
8338         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8339         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8340
8341 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8342
8343         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8344
8345 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8346
8347         * configure.in: Disable building profile libraries by default.
8348
8349 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8350
8351         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8352         as signed longs, check for x_base + pos overflow.
8353         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8354         * sunrpc/tst-xdrmem2.c: New test.
8355
8356 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8357
8358         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8359         _dl_lookup_symbol_x code.
8360
8361 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8362
8363         * elf/dl-runtime.c: Include sysdep-cancel.h.
8364         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8365         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8366         instead of catomic_* macros.
8367         * elf/dl-sym.c: Include sysdep-cancel.h.
8368         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8369         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8370         * elf/dl-close.c: Include sysdep-cancel.h.
8371         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8372         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8373         * elf/dl-open.c: Include sysdep-cancel.h.
8374         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8375         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8376
8377 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8378
8379         [BZ #3313]
8380         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8381         fastbin rather than end of fastbin array.
8382
8383 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8384
8385         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8386         body macro.
8387         * sysdeps/x86_64/bits/atomic.h
8388         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8389         (catomic_decrement): Use correct body macro.
8390
8391 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8392
8393         * include/atomic.h: Add a unique prefix to all local variables
8394         in macros.
8395         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8396
8397 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8398
8399         [BZ #3369]
8400         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8401         and 7.
8402
8403 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8404
8405         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8406
8407 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8408
8409         [BZ #3313]
8410         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8411         determine highest fast bin to consolidate, always look into all of
8412         them.
8413         (do_check_malloc_state): Only require for empty bins for large
8414         sizes in main arena.
8415
8416         * libio/stdio.h: Add more __wur attributes.
8417
8418         * elf/dl-minimal.c (realloc): Optimize last patch.
8419
8420 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8421
8422         [BZ #3352]
8423         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8424         and use memcpy() if it does.
8425
8426 2006-11-12  Andreas Jaeger  <aj@suse.de>
8427
8428         [BZ #2510]
8429         * manual/search.texi (Hash Search Function): Clarify.
8430         (Array Search Function): Clarify.
8431
8432 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8433
8434         [BZ #2830]
8435         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8436         shifting.
8437         * math/atest-exp2.c (read_mpn_hex): Likewise.
8438         * math/atest-sincos.c (main): Likewise.
8439
8440 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8441
8442         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8443         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8444         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8445         version GLIBC_2.6.
8446         * Versions.def: Add GLIBC_2.6 for libc.
8447
8448         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8449
8450         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8451
8452 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8453
8454         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8455
8456         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8457
8458         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8459         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8460
8461 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8462
8463         * include/atomic.c: Define catomic_* operations.
8464         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8465         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8466         * malloc/memusage.c: Likewise.
8467         * gmon/mcount.c: Likewise.
8468         * elf/dl-close.c: Likewise.
8469         * elf/dl-open.c: Likewise.
8470         * elf/dl-profile.c: Likewise.
8471         * elf/dl-sym.c: Likewise.
8472         * elf/dl-runtime.c: Likewise.
8473         * elf/dl-fptr.c: Likewise.
8474         * resolv/res_libc.c: Likewise.
8475
8476 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8477
8478         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8479         components which lack them.
8480
8481         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8482         at least one entry consisting of the parameter concatenated with
8483         the domain.
8484
8485 2006-10-10  Roland McGrath  <roland@frob.com>
8486
8487         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8488         * sysdeps/mach/hurd/futimes.c: Likewise.
8489         * sysdeps/mach/hurd/lutimes.c: Likewise.
8490
8491 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8492             Jakub Jelinek  <jakub@redhat.com>
8493
8494         Implement reference counting of scope records.
8495         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8496         from the list in objects which remain.  Always allocate new scope
8497         record.
8498         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8499         don't resize, allocate a new one.
8500         * elf/dl-runtime.c: Update reference counters before using a scope
8501         array.
8502         * elf/dl-sym.c: Likewise.
8503         * elf/dl-libc.c: Adjust for l_scope name change.
8504         * elf/dl-load.c: Likewise.
8505         * elf/dl-object.c: Likewise.
8506         * elf/rtld.c: Likewise.
8507         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8508         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8509         Add l_scoperec_lock.
8510         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8511         * sysdeps/generic/rtld-lowlevel.h: New file.
8512
8513         * include/atomic.h: Rename atomic_and to atomic_and_val and
8514         atomic_or to atomic_or_val.  Define new macros atomic_and and
8515         atomic_or which do not return values.
8516         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8517         Various cleanups.
8518         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8519
8520         * po/sv.po: Update from translation team.
8521
8522 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8523
8524         * Versions.def: Add GLIBC_2.6 to libpthread.
8525
8526         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8527         (versioned_symbol): Likewise.
8528         (compat_symbol): Likewise.
8529
8530         * po/tr.po: Update from translation team.
8531
8532 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8533
8534         * nis/Banner: Removed.  It's been integral part forever and the
8535         author info is incomplete anyway.
8536         * libio/Banner: Likewise.
8537
8538         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8539         code, make sure the nis_freeresult call doesn't crash and that the
8540         result is reported correctly.
8541
8542 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8543
8544         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8545         when callback is NULL.
8546
8547         * nis/Versions (libnss_nisplus): Add
8548         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8549         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8550         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8551         _nss_create_tablename): Rename to...
8552         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8553         ... these.  No longer static.
8554         (internal_setgrent): Adjust users.
8555         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8556         Don't use locking around _nss_grp_create_tablename call.
8557         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8558
8559 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8560
8561         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8562
8563 2006-10-06  Andreas Jaeger  <aj@suse.de>
8564
8565         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8566
8567 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8568
8569         * po/pl.po: Update from translation team.
8570
8571         * nscd/nscd.c (main): Fix typo in message.
8572         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8573
8574 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8575
8576         [BZ #3291]
8577         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8578         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8579         (__sigprocmask): Define.
8580
8581 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8582
8583         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8584         used.
8585
8586 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8587
8588         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8589         in oldtotal and newtotal calculation.
8590         * nscd/nscd-client.h (struct mapped_database): Add datasize
8591         field.
8592         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8593         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8594         increased.
8595         (__nscd_cache_search): Add checks to make sure we never reference
8596         data beyond the current mapping.
8597
8598 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8599
8600         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8601         variables const to avoid compiler warnings.
8602
8603         * io/fts.c (fts_close): Remove redundant checks.
8604         (fts_build): Likewise.
8605         (fts_palloc): Likewise.
8606
8607         * manual/message.texi (Advanced gettext functions,
8608         Using gettextized software): Fix typos.
8609
8610 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8611
8612         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8613         explain why there are no leaks.
8614
8615 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8616
8617         * libio/wmemstream.c: Include <wchar.h>.
8618         * libio/bug-wmemstream1.c: Likewise.
8619         * libio/tst-wmemstream1.c: Likewise.
8620         * libio/tst-wmemstream2.c: Likewise.
8621
8622         * version.h (RELEASE): Bump to 2.5.
8623         * README: Regenerated.
8624
8625         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8626
8627         [BZ #3273]
8628         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8629         found no group members.
8630         Patch by Petr Baudis.
8631
8632 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8633
8634         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8635         assert bootstrap_map.l_tls_modid is zero.
8636         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8637         if USE___THREAD.
8638
8639 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8640
8641         * libio/stdio.h: Move open_wmemstream prototype to ...
8642         * wcsmbs/wchar.h: ... here.
8643
8644 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8645
8646         [BZ #3252]
8647         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8648         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8649         __{,l}chown to handle the rest.
8650         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8651         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8652         __{,l}chown to handle the rest.
8653         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8654         i386/fchownat.c.
8655         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8656         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8657
8658         [BZ #3253]
8659         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8660         time, rather allocate increasingly bigger arrays of pointers, if
8661         possible with alloca, if too large with malloc.
8662
8663 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8664
8665         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8666
8667         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8668
8669 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8670
8671         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8672         home addresses.
8673         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8674         IFA_F_HOMEADDRESS flag for interfaces.
8675         * include/ifaddrs.h (struct in6addrinfo): Define
8676         in6ai_homeaddress.
8677
8678 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8679
8680         [BZ #3225]
8681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8682         PTR_DEMANGLE3): Define.
8683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8684         PTR_DEMANGLE3): Likewise.
8685         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8686         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8687         Likewise.
8688         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8689
8690 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8691
8692         * po/libc.pot: Regenerated.
8693         * po/be.po: Updated.
8694         * po/ca.po: Likewise.
8695         * po/cs.po: Likewise.
8696         * po/da.po: Likewise.
8697         * po/de.po: Likewise.
8698         * po/el.po: Likewise.
8699         * po/en_GB.po: Likewise.
8700         * po/es.po: Likewise.
8701         * po/fi.po: Likewise.
8702         * po/fr.po: Likewise.
8703         * po/gl.po: Likewise.
8704         * po/hr.po: Likewise.
8705         * po/hu.po: Likewise.
8706         * po/ja.po: Likewise.
8707         * po/ko.po: Likewise.
8708         * po/nb.po: Likewise.
8709         * po/nl.po: Likewise.
8710         * po/pl.po: Likewise.
8711         * po/pt_BR.po: Likewise.
8712         * po/ru.po: Likewise.
8713         * po/rw.po: Likewise.
8714         * po/sk.po: Likewise.
8715         * po/sv.po: Likewise.
8716         * po/tr.po: Likewise.
8717         * po/zh_CN.po: Likewise.
8718         * po/zh_TW.po: Likewise.
8719
8720         [BZ #3137]
8721         * iconv/iconv_prog.c (main): Fix spelling in error message.
8722         * iconv/iconvconfig.c (main): Likewise.
8723         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8724         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8725         * locale/programs/localedef.c (main): Likewise.
8726         * locale/programs/repertoire.c (repertoire_read): Likewise.
8727         * timezone/zdump.c (main): Likewise.
8728         * nscd/connections.c (handle_request): Fix spelling in log message.
8729         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8730
8731 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8732
8733         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8734         interfaces.
8735
8736 2006-09-20  Andreas Jaeger  <aj@suse.de>
8737
8738         * math/libm-test.inc (lrint_test_upward): Fix typo.
8739
8740 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8741
8742         [BZ #2592]
8743         * math/libm-test.inc (lrint_test_tonearest): New function.
8744         (lrint_test_towardzero): New function.
8745         (lrint_test_downward): New function.
8746         (lrint_test_upward): New function.
8747         (main): Run these new tests.
8748         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8749         of values near to 0.
8750         (two52): Use double not long double.
8751         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8752         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8753         (two23): Use float not double.
8754         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8755         (two23): Use float not double.
8756         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8757         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8758         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8759         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8760
8761 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8762
8763         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8764         Cast sp to unsigned long to avoid compiler warning.
8765         Use __makecontext_ret function instead of a trampoline on the stack.
8766         (__makecontext_ret): New function.
8767         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8768
8769 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8770
8771         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8772         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8773         bits.
8774
8775 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8776
8777         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8778         sure no reference to the unloaded map's search list remains in the
8779         dependency's scope.
8780
8781 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8782
8783         * elf/Makefile: Add rules to build and run unload7 test.
8784         * elf/unload7.c: New test.
8785         * elf/unload7mod1.c: New file.
8786         * elf/unload7mod2.c: New file.
8787
8788 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8789
8790         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8791         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8792         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8793         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8794         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8795         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8796         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8797         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8798         PTRACE_GETEVENTMSG): Likewise.
8799         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8800         values.
8801
8802 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8803
8804         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8805         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8806         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8807         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8808
8809 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8810
8811         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8812         write '\0' to the fd.
8813         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8814         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8815         Change regs to unsigned long pointer from unsigned int, fix fscr
8816         offset.
8817
8818 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8819
8820         * io/Makefile (CFLAGS-fstatat.c): Set.
8821         (CFLAGS-fstatat64.c): Likewise.
8822         (CFLAGS-mknodat.c): Likewise.
8823
8824         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8825         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8826         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8827         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8828
8829 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8830             Steven Munroe  <sjmunroe@us.ibm.com>
8831
8832         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8833         names to the beginning.  Rename "cell" to "cellbe".
8834         (_dl_powerpc_platforms): New.
8835         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8836         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8837         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8838         (_DL_HWCAP_PLATFORM): Define to new mask.
8839         (_dl_platform_string, _dl_string_platform): New functions.
8840         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8841         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8842
8843 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8844
8845         [BZ #2526]
8846         * README.libm: Fix a thinko in sqrt algorithm description.
8847
8848         [BZ #3143]
8849         * manual/string.texi (argz_delete): Fix prototype.
8850         Patch by <alpt@freaknet.org>.
8851
8852 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8853
8854         [BZ #3138]
8855         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8856         * io/tst-fcntl.c (do_prepare): Likewise.
8857         * posix/tst-exec.c (do_prepare): Likewise.
8858         * posix/tst-preadwrite.c (do_prepare): Likewise.
8859         * posix/tst-spawn.c (do_prepare): Likewise.
8860         * posix/tst-truncate.c (do_prepare): Likewise.
8861         * rt/tst-aio.c (do_prepare): Likewise.
8862         * rt/tst-aio64.c (do_prepare): Likewise.
8863         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8864         size_t.
8865
8866 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8867
8868         [BZ #2821]
8869         * time/mktime.c (guess_time_tm): Fix overflow detection.
8870         * time/Makefile (tests): Add bug-mktime1.
8871         * time/bug-mktime1.c: New file.
8872
8873         [BZ #3189, #3188]
8874         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8875         (mremap): Likewise.
8876
8877 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8878
8879         [BZ #1006]
8880         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8881         Ensure relocation doesn't clobber any bits outside of the
8882         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8883         R_SPARC_HI22 and R_SPARC_H44.
8884
8885         [BZ #2775]
8886         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8887         (long) (MINSIZE + nb - old_size) is positive.
8888
8889         * malloc/arena.c (grow_heap): When growing bail even if new_size
8890         is negative.
8891
8892         [BZ #3155]
8893         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8894         stack below r1.
8895
8896 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8897
8898         * posix/regex_internal.c (re_string_reconstruct): Handle
8899         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8900         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8901         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8902         re_string_context_at.
8903         * posix/Makefile: Add rules to build and run bug-regex26 test.
8904         * posix/bug-regex26.c: New test.
8905
8906         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8907         rather than col_sym_free.  Move seqp declaration earlier.
8908
8909         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8910
8911 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8912
8913         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8914         decl before first goto out.
8915
8916 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8917
8918         * Makerules (shlib.lds): If have-hash-style, put .hash section
8919         at the end of the RO segment.
8920
8921 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
8922
8923         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
8924         style hash table format is used.
8925
8926 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8927
8928         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
8929         randomization rather than before.
8930         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
8931
8932 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
8933
8934         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
8935
8936         * malloc/malloc.c (_int_malloc): Use full list insert and not
8937         shortcut which assumes the list is empty for large requests
8938         too.
8939
8940         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
8941
8942 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
8943
8944         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
8945         and offout arguments to the prototype.
8946         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
8947         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
8948         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
8949         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
8950         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
8951         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
8952         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
8953         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
8954
8955 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
8956
8957         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
8958
8959         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
8960         dlopen parameters.
8961
8962 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
8963
8964         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
8965         only if herrno is NETDB_INTERNAL.  Handle errors other than
8966         ERANGE outside of the loops, handle TRY_AGAIN.
8967
8968         * locale/programs/ld-ctype.c (translit_flatten): Issue error
8969         if other's ctype category was missing.
8970         * locale/programs/ld-collate.c (collate_read): Return if
8971         copy_locale's collate category is missing.
8972
8973 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
8974
8975         [BZ #2684]
8976         * malloc/malloc.c (public_rEALLOc): Try harder by using other
8977         arenas if allocation failed.
8978         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
8979
8980 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
8981
8982         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
8983         waste bins[0..1].
8984         (malloc_state): Reduce bins size by 2.
8985         (_int_malloc): Fix test for large enough buffer for early termination.
8986         When no unsorted block matches perfectly and an exiting block has
8987         to be split, use full list insert and not shortcut which assumes
8988         the list is empty.
8989
8990         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
8991         failure.
8992
8993 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8994
8995         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
8996         do anything.
8997
8998         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
8999         symbol require exact match (these are PLTs).
9000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9001         (_dl_ppc64_addr_sym_match): Likewise.
9002
9003         [BZ #2683]
9004         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9005         If symbol has a value use it.
9006         * elf/tst-dladdr1.c: New file.
9007         * elf/Makefile: Add rules to build and run tst-addr1.
9008
9009 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9010
9011         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9012         keeps failing and heap growth or new heap creation isn't
9013         successful either.
9014         * malloc/tst-malloc.c (main): Add new tests.
9015
9016 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9017
9018         [BZ #2734]
9019         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9020         as in the x86-64 code to use bswap.
9021
9022 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9023
9024         [BZ #2680]
9025         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9026         __USE_UNIX98.
9027         * posix/bits/unistd.h: Likewise.
9028
9029 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9030
9031         [BZ #2751]
9032         * string/strchr.c: Add cast to avoid warning.
9033
9034 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9035
9036         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9037         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9038         limit is needed to avoid the exploding of the address space
9039         requirement for secondary heaps.
9040         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9041         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9042
9043 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9044
9045         [BZ #3018]
9046         * Makerules (depfiles): Handle extra-test-objs the same as
9047         extra-objs.
9048         (common-mostlyclean): Likewise.
9049         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9050         instead.
9051         * elf/Makefile (extra-objs): Likewise.
9052         * stdlib/Makefile (extra-objs): Likewise.
9053
9054 2006-08-14  Eric Blake  <ebb9@byu.net>
9055
9056         [BZ #3044]
9057         * misc/error.h: Assume C89 or better.
9058         * misc/error.c: Likewise.
9059
9060 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9061
9062         [BZ #3040]
9063         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9064         __ASSUME_ATFCTS is defined.
9065
9066 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9067
9068         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9069         to sort in each call.
9070
9071         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9072         is empty simply return and use next service.
9073         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9074
9075         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9076         tells us when not finding a charmap file is an error.
9077         * locale/programs/charmap.h: Adjust charmap_read prototype.
9078         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9079         cannot find a charmap.
9080         * locale/programs/localedef.c (main): Adjust charmap_read call.
9081
9082 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9083
9084         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9085         sysdeps/posix/pause.c implementation instead.
9086
9087 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9088
9089         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9090         to EPERM.
9091
9092 2006-08-13  Andreas Schwab  <schwab@suse.de>
9093
9094         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9095         Don't clobber caller's LRSAVE.
9096         (_dl_prof_resolve): Likewise.
9097
9098 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9099
9100         [BZ #1996]
9101         * libio/memstream.c (open_memstream): Allocate initial buffer with
9102         calloc.
9103         * libio/wmemstream.c (open_wmemstream): Likewise.
9104         * libio/strops.c: Pretty printing.
9105         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9106         (enlarge_userbuf): New function.
9107         (_IO_str_seekoff): Call it if seek position is larger than current
9108         buffer.
9109         * libio/wstrops.c: Likewise.
9110         * libio/vasprintf.c: Add comment as to why we do not have to use
9111         calloc instead of malloc to allocate initial buffer.
9112         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9113         * libio/bug-memstream1.c: New file.
9114         * libio/bug-wmemstream1.c: New file.
9115
9116 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9117
9118         * libio/wstrops.c: Remove dead macro definitions and comments.
9119         * libio/strops.c: Likewise.
9120
9121         [BZ #2764]
9122         * login/utmpname.c (__utmpname): Remove unnecessary test.
9123
9124 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9125
9126         [BZ #2832]
9127         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9128         0s from integers.
9129
9130 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9131
9132         [BZ #2987]
9133         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9134         for CPU clocks.
9135         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9136         setting of CPU clocks.
9137
9138 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9139
9140         [BZ #2841]
9141         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9142         since C99 requires the result to promote to 'int' when uint_least8_t
9143         and uint_least16_t promote to 'int'.
9144
9145 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9146
9147         [BZ #3013]
9148         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9149         lenght of one output field, correct bitmask creation.
9150         * locale/programs/ld-time.c: Add alignment.
9151
9152         [BZ #2997]
9153         * misc/error.c: Add space between program name and message if file
9154         name is missing.
9155
9156 2006-08-03  Eric Blake  <ebb9@byu.net>
9157
9158         [BZ #2998]
9159         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9160
9161 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9162
9163         * malloc/memusagestat.c: Silence warnings.
9164
9165         * malloc/malloc.c: Dynamically size mmap treshold if the program
9166         frees mmaped blocks.
9167         Patch by Valerie Henson and Arjan van de Ven.
9168
9169 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9170
9171         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9172         __USE_GNU.
9173
9174         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9175         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9176         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9177         Only provide var definitions in strtol_l (or for *ull*
9178         in strtoll_l).
9179
9180         * stdio-common/bug16.c (tests): New array.
9181         (do_tests): Allow the first hexadecimal digit
9182         to be 1, 2, 4 or 8.  Do 3 additional tests.
9183
9184         * sysdeps/s390/fpu/libm-test-ulps: Update.
9185
9186         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9187         fchownat syscall if available.
9188         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9189         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9190         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9191
9192 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9193
9194         * nis/nis_xdr.c: Avoid some function calls.
9195
9196 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9197             Ulrich Drepper  <drepper@redhat.com>
9198
9199         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9200         short cut if only one name component is stripped away.
9201
9202 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9203
9204         * nis/nis_call.c: Minor cleanups throughout.
9205         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9206         (first_shoot): Add search_parent_first parameter.  Only if it is set
9207         search parent server first.
9208         If directory for table found through cold start cache is not the same
9209         as referenced in the cache, don't use it.
9210         (__nisfind_server): Take additional parameter.  Pass it on to
9211         first_shoot.
9212         (__prepare_niscall): Adjust __nisfind_server call.
9213         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9214         * nis/nis_table.c: Adjust __nisfind_server call.
9215         * nis/nis_lookup.c: Likewise.
9216         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9217
9218 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9219
9220         [BZ #2182]
9221         * math/s_cacosh.c: Return values from positive branch.
9222         * math/s_cacoshf.c: Likewise.
9223         * math/s_cacoshl.c: Likewise.
9224
9225         [BZ #2883]
9226         * sysvipc/sys/msg.h: Change return value to ssize_t.
9227         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9228         * sysvipc/msgrcv.c: Likewise.
9229         * include/sys/msg.h: Likewise.
9230
9231         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9232         test introduced in patch for bz #661.
9233         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9234         element for NEWGROUPS.
9235
9236         [BZ #2908]
9237         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9238         'f', use '1' as leading digit not '\1'.
9239         * stdio-common/Makefile (tests): Add bug16.
9240         * stdio-common/bug16.c: New file.
9241
9242         [BZ #2914]
9243         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9244         and don't try to open it.  The patch introducing the macro
9245         contained a bug and used the same file name as the new file
9246         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9247         this out completely.
9248
9249         [BZ #2926]
9250         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9251         Patch by Jerry James <Jerry.James@usu.edu>.
9252
9253         * rt/Makefile (tests): Add tst-clock2.
9254         * rt/tst-clock2.c: New file.
9255
9256         [BZ #2978]
9257         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9258         function and its parameters and pass it to new thread.
9259         (__gai_notify): Add support for alternative waiting for completion.
9260         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9261         waiting for completion.
9262         * resolv/getaddrinfo_a.c: Likewise.
9263         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9264         waiting for completion is used.
9265         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9266         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9267         * resolv/gai_error.c: Likewise.
9268         * resolv/gai_sigqueue.c: Likewise.
9269
9270 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9271
9272         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9273         errno to EBADF and return MACH_PORT_NULL.
9274
9275 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9276
9277         [BZ #2980]
9278         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9279
9280 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9281
9282         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9283         walk them instead of the symbol table.
9284
9285 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9286
9287         [BZ #2098]
9288         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9289         status of NSS calls, not the number of returned entries.
9290
9291         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9292         request_key, keyctl.
9293
9294 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9295
9296         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9297
9298 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9299
9300         * elf/tst-auditmod1.c: Fix typo in #error.
9301
9302 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9303
9304         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9305
9306         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9307
9308 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9309
9310         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9311         that the directory is empty even on non-POSIX filesystems.
9312
9313 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9314
9315         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9316
9317         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9318         the backend NSS module.  If backend setgrent call failed, don't have
9319         internal_setgrent fail.  Just remember this until it is needed.
9320         * nis/nss_compat/compat-pwd.c: Likewise.
9321         * nis/nss_compat/compat-spwd.c: Likewise.
9322
9323 2006-07-30  Roland McGrath  <roland@redhat.com>
9324
9325         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9326         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9327         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9328         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9329
9330         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9331         (nanosleep_not_cancel): New macro.
9332         (sigsuspend_not_cancel): new macro.
9333         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9334         (do_sigsuspend): Define as inline.
9335         (__sigsuspend): Always use do_sigsuspend.
9336         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9337         * include/signal.h: Declare __sigsuspend_nocancel.
9338         * sysdeps/posix/pause.c
9339         [! NO_CANCELLATION] (__pause_nocancel): New function.
9340
9341         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9342         * include/time.h (__nanosleep_nocancel): Likewise.
9343
9344 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9345
9346         * locale/programs/localedef.c (add_to_readlist): Rename local
9347         variables to avoid confusion.
9348
9349         * locale/programs/charmap.c (charmap_read): Emit error message if
9350         charmap couldn't be found or read.
9351
9352 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9353
9354         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9355         __ASSUME_FUTEX_LOCK_PI.
9356         * include/time.h: Declare __nanosleep_nocancel.
9357         * include/unistd.h: Declare __pause_nocancel.
9358
9359         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9360         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9361         get the __stack_chk_fail_local definition when it's needed.
9362
9363 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9364
9365         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9366         * dlfcn/bug-atexit3.c: New file.
9367         * dlfcn/bug-atexit3-lib.cc: New file.
9368
9369         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9370         used when the namespace is not the base namespace.
9371
9372 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9373
9374         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9375         (__new_exitfn): Bump it in every successful call.
9376         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9377         more exit handlers, call them right away.
9378         * stdlib/exit.h: Declare __new_exitfn_called.
9379
9380 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9381
9382         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9383         calling registered handler.
9384
9385         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9386         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9387         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9388         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9389         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9390         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9391         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9392         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9393
9394 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9395
9396         * elf/dl-lookup.c (dl_new_hash): New functions.
9397         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9398         value here.  Compute new-style hash value.  Pass new hash value
9399         and reference to variable with the old value to do_lookup_x.
9400         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9401         old-style hash table.
9402         (_dl_debug_bindings): Pass new hash value and reference to variable
9403         with the old value to do_lookup_x.
9404         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9405         new-style hash value and change old-style hash value parameter to
9406         be a reference.  Reoganize functions to determine whether
9407         new-style hash table is available.  Only fall back on old-style
9408         table.  If old-style hash value is needed, compute it here.
9409         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9410         entry.
9411         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9412         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9413         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9414         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9415         * Makeconfig: If linker supports --hash-style option add it to all
9416         linker command lines to build DSOs.
9417         * config.make.in: Define have-hash-style.
9418         * configure.in: Test whether linker supports --hash-style option.
9419
9420         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9421         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9422
9423 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9424
9425         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9426         auditing.
9427
9428         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9429         RPATH of main map twice.
9430
9431 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9432
9433         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9434         look further, return original strings.
9435         (_nl_find_msg): Do not return found translation if the conversion
9436         failed.  Either signal the string is unusable or that something went
9437         wrong and the original should be used.
9438
9439 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9440
9441         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9442
9443 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9444
9445         [BZ #2766]
9446         * misc/insremque.c (insque): Handle prev == NULL.
9447         * misc/Makefile (tests): Add tst-insremque.
9448         * misc/tst-insremque.c: New test.
9449
9450 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9451
9452         [BZ #2792]
9453         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9454         conflict with DL_DST_REQUIRED.
9455
9456 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9457
9458         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9459         match what Solaris does.
9460
9461 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9462
9463         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9464         local_setegid instead of seteuid and setegid.
9465         * sysdeps/generic/local-setxid.h: New file.
9466         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9467
9468         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9469
9470         * string/Makefile (tests): Add bug-envz1.
9471         * string/bug-envz1.c: New file.
9472
9473 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9474
9475         * posix/regex_internal.c (re_string_skip_chars): If no character has
9476         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9477         to the byte which couldn't be converted.
9478         (re_string_reconstruct): Don't clear valid_raw_len before calling
9479         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9480         tip_context using re_string_context_at.
9481         * posix/Makefile: Add rules to build and run bug-regex25 test.
9482         * posix/bug-regex25.c: New test.
9483
9484 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9485
9486         [BZ #2703]
9487         * string/envz.c (envz_strip): Correct erroneously reversed src
9488         and dest parameters to memmove() invocation.
9489
9490 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9491
9492         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9493         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9494         to make sure the database has been already invalidated.
9495         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9496         after the cache has been invalidated.  Use pthread_mutex_lock rather
9497         than pthread_mutex_trylock if fd != -1.
9498         * nscd/connections.c (invalidate_cache): Add fd argument, write
9499         response to fd if not calling prune_cache, pass fd to prune_cache.
9500         (handle_request): Adjust invalidate_cache caller.
9501         (nscd_run): Pass -1 as fd to prune_cache.
9502
9503 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9504
9505         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9506         the correct place.
9507
9508 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9509
9510         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9511         * nscd/cache.c (prune_cache): Take prunelock before starting the
9512         work.  Just return in case it is already taken.
9513         * nscd/connections.c (dbs): Initialize .prunelock.
9514
9515 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9516
9517         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9518         copying.  No need to allocate new array for group members.  Just
9519         move the pointers and update the size.
9520
9521         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9522         Avoid memory leak in case realloc fails.  Simplification for
9523         better code generation.
9524
9525         Avoid deprecation warning because of libc_hidden_proto for
9526         inet6_option_alloc.
9527         * inet/inet6_option.c (option_alloc): Renamed from
9528         inet6_option_alloc.  Made static.
9529         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9530         (inet6_option_append): Call option_alloc.
9531         * include/netinet/in.h: Remove libc_hidden_proto for
9532         inet6_option_alloc.
9533
9534         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9535         for cleanup when cb!=NULL [Coverity CID 233].
9536
9537 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9538
9539         [BZ #2693]
9540         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9541         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9542         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9543         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9544         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9545         and inet6_rth_getaddr.
9546         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9547         array.
9548         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9549         Mark inet6_option_* interfaces as deprecated.
9550         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9551         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9552         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9553         inet6_rth_segments, and inet6_rth_getaddr.
9554         * inet/inet6_opt.c: New file.
9555         * inet/inet6_rth.c: New file.
9556
9557         * inet/netinet/icmp6.h: Pretty printing.
9558
9559         [BZ #2683]
9560         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9561
9562 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9563
9564         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9565         doing it all here.  When server does not know the answer do not
9566         fail immediate, try parent first.
9567
9568         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9569         overflow test.
9570
9571 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9572
9573         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9574         from __do_niscall.
9575         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9576         and exported.
9577         (__follow_path): New function.  Split out from nis_list.
9578         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9579         _xdr_nis_result.
9580         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9581         _xdr_nis_result.
9582         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9583         and __follow_path.
9584         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9585         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9586         from libnsl for version GLIBC_PRIVATE.
9587         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9588         Remove entry parameter from _nss_nisplus_parse_pwent and
9589         _nss_nisplus_parse_grent.
9590         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9591         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9592         again.  Rewrite getpwent handling to not use nis_first_entry and
9593         nis_next_entry.  Roll out own niscall handling.
9594         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9595
9596         * sunrpc/xdr_rec.c: Fix typo in comment.
9597
9598 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9599
9600         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9601         handling.
9602
9603         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9604         to allocate memory for my_pollfd.  Better initialization of
9605         cb_is_running.  Use TEMP_FAILURE_RETRY.
9606
9607         * malloc/memusage.sh (memusageso): Add quotes.
9608         (memusagestat): Likewise.
9609         * debug/xtrace.sh (pcprofileso): Likewise.
9610         (pcprofiledump): Likewise.
9611         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9612         replacement.
9613         * malloc/Makefile ($(objpfx)memusage): Likewise.
9614
9615         * nis/nis_callback.c (__nis_create_callback): Calls to
9616         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9617         asprintf call fails.
9618
9619         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9620         no uninitialized memory is passed to sendto.
9621
9622 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9623
9624         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9625         of snprintf+strdup.  Handle OOM.
9626         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9627         cb->serv together.  Remove now obsolete free calls.
9628         (__nis_destroy_callback): Remove now obsolete free call.
9629
9630 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9631
9632         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9633         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9634         and ULA respectively). Set precedence for IPv4 address to 10 as
9635         defined in RFC3484 for preferring IPv6.
9636         * posix/gai.conf: Update to match the new default tables.
9637
9638 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9639
9640         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9641         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9642         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9643         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9644
9645         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9646         Removed.
9647         (init_nss_interface): Remove initialization of these variables.
9648
9649 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9650
9651         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9652         nis_free_directory forward to avoid duplication.
9653
9654 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9655
9656         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9657         rec_dirsearch returning NULL.
9658         (first_shoot): Handle __nis_finddirectory returning NULL.
9659         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9660
9661         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9662         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9663
9664 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9665
9666         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9667         pid changed.
9668
9669 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9670
9671         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9672
9673         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9674         * nscd/nscd_getgr_r.c: Likewise.
9675
9676         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9677
9678         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9679         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9680
9681         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9682
9683         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9684
9685         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9686
9687         * include/rpc/auth.h: Mark xdr_des_block_internal and
9688         xdr_opaque_auth_internal as hidden.
9689
9690         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9691         hidden.
9692
9693         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9694
9695         * misc/getusershell.c (okshells): Don't use static initializers,
9696         do it dynamically.
9697
9698         * stdlib/fmtmsg.c (keywords): Change type of len element to
9699         uint32_t to not waste space on 64bit machines.
9700
9701         * locale/setlocale.c: Change _nl_category_names into a string.
9702         Add new _nl_category_name_idxs.  Change all users.
9703         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9704         Declare _nl_category_name_idxs.
9705         * locale/findlocale.c: Adjust for _nl_category_names change.
9706         * locale/loadlocale.c: Likewise.
9707         * locale/newlocale.c: Likewise.
9708         * intl/dcigettext.c: Likewise.
9709
9710         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9711         (add_alias2): ...here.  New function.
9712         (__gconv_read_conf): Simplify builtin alias handling.
9713         (builtin_aliases): Convert to string to avoid relocations.
9714         * iconv/gconv_builtin.h: Add comment about correct formatting.
9715
9716 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9717
9718         * resolv/res_debug.c (loc_ntoa): Make error const.
9719
9720 2006-05-14  Andreas Schwab  <schwab@suse.de>
9721
9722         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9723
9724 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9725
9726         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9727         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9728         sizeof (cpu_set_t).
9729
9730 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9731
9732         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9733
9734         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9735
9736         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9737         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9738
9739         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9740         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9741
9742         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9743         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9744         xdr_cback_data.
9745
9746         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9747         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9748         xdr_ypupdate_args.
9749
9750         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9751         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9752
9753         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9754         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9755
9756         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9757         * include/rpcsvc/nis_callback.h: New file.
9758
9759         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9760         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9761
9762         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9763         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9764
9765         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9766         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9767
9768         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9769         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9770
9771         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9772         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9773         xdr_ypdelete_args.
9774
9775         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9776         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9777
9778         * nis/nis_error.c: Remove table of strings.  Use position
9779         independent mechanism.
9780         * nis/nis_error.h: New file.
9781
9782 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9783
9784         * locale/programs/ld-time.c (time_finish): If wide era name or
9785         format aren't provided, set both wname and wformat to L"".
9786
9787 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9788
9789         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9790         results if the call was succesful.
9791
9792         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9793
9794         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9795         as hidden.
9796
9797 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9798
9799         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9800
9801 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9802
9803         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9804         caller makes sure this is not the case.
9805         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9806
9807 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9808
9809         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9810         calls.
9811
9812         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9813         [Coverity CID 229, 230]
9814
9815         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9816         DGETTEXT calls.
9817         (hol_help): Likewise.  [Coverity CID 226, 227]
9818
9819         * string/argz-replace.c (__argz_replace): Unconditionally call
9820         free on SRC.  [Coverity CID 225]
9821
9822         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9823         the return value of __nis_default_owner and __nis_default_group,
9824         it has been especially allocated.  [Coverity CID 224]
9825
9826         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9827         searchgroup and searchowner.  Significantly simplified.
9828         (__nis_default_owner): Remove duplication.  Do not locally copy the
9829         string before duplicating it.
9830         (__nis_default_group): Likewise.
9831
9832         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9833         we must clear the variable before calling __nisfind_server.
9834
9835         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9836         nis_getnames.  [Coverity CID 223]
9837
9838         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9839         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9840
9841         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9842         allocate memory for the input to add_bytes.  [Coverity CID 221]
9843
9844         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9845         was allocated here.  [Coverity CID 219, 220]
9846
9847         * posix/getconf.c (print_all): Free confstr data after printing.
9848         [Coverity CID 218]
9849
9850         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9851         list allocation fails.  [Coverity CID 215]
9852
9853         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9854         [Coverity CID 213]
9855
9856         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9857         string is NULL.  [Coverity CID 212]
9858         * argp/Makefile: Add rules to build and run bug-argp1.
9859         * argp/bug-argp1.c: New file.
9860
9861         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9862         end of string.
9863         * stdlib/canonicalize.c (__realpath): Likewise.
9864
9865         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9866         pointer.  [Coverity CID 206]
9867
9868         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9869         in statically linked code.
9870         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9871         statically built code, be prepared to have no link map.
9872         [Coverity CID 205]
9873
9874         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9875         dgettext calls. [Coverity CID 204]
9876
9877         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9878         the one user.
9879         (uparam_names): Reduce size.  Avoid relative relocations.
9880         Moved to read-only segment.
9881         (fill_in_uparams): Update for new layout.
9882
9883         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9884         assumed to always be != NULL. [Coverity CID 202]
9885
9886         * argp/argp-help.c (hol_entry_help): Remove some dead code
9887         [Coverity CID 200].
9888
9889         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9890         away a few more unconditional yperr2nss calls.
9891         (_nss_nis_getservbyname_r): Likewise.
9892
9893 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9894
9895         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9896         architectures.
9897
9898         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9899         that unused memory passed to sendto is nevertheless initialized.
9900
9901         [BZ #2499]
9902         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9903         possibly unaligned memory accesses.
9904
9905         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9906         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9907         and __putlong respectively.  Correct buffer overflow check for
9908         NS_NOTIFY_OP.
9909
9910         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9911
9912         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9913         (send_dg): Rewrite error handling to be more compact and avoid
9914         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9915
9916         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9917
9918         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
9919         instead of ns_get16.
9920         (res_queriesmatch): Likewise.  Minor optimization.
9921
9922         [BZ #2499]
9923         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
9924         __libc_res_nsend might reallocate the buffer for the answer.  In
9925         this case we have to reload the HP pointer.
9926
9927 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9928
9929         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
9930         some branch prediction hints.
9931
9932         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
9933         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9934         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9935         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9936         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9937         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9938         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9939         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9940
9941 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9942
9943         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
9944         by a GOT relocation to make Scrt1.o position independent.
9945         * sysdeps/s390/s390-64/elf/start.S: Likewise.
9946
9947         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
9948         six system call parameters.
9949         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
9950
9951 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9952
9953         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
9954         malloc&bzero.
9955
9956         * sunrpc/svc_udp.c (BZERO): Remove definition.
9957         (CALLOC): Define.
9958         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
9959
9960         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
9961         (des_SPtrans): Use uint32_t type.
9962         (des_skb): Likewise.
9963
9964         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
9965
9966 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
9967
9968         [BZ #2509]
9969         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
9970         on 32-bit arches.
9971
9972 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9973
9974         * locale/programs/ld-address.c (address_finish): Fix one more
9975         place where the iso639 array might be accessed beyond the limits.
9976
9977 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
9978
9979         * nis/nis_table.c (nis_list): Avoid clearing res twice before
9980         filling it for the first time.
9981
9982         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
9983         Adjust all callers.
9984         Free res object content before returning.
9985
9986         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
9987
9988         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
9989         client->cl_auth.
9990
9991         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
9992         cleanup for initial thread, just the free call on TVP.
9993
9994         * nscd/gai.c (__getline): Define.
9995
9996
9997 See ChangeLog.16 for earlier changes.