cbcb3b7f6ad3b32913cf18d0bbcb5c73a3cf30a0
[platform/upstream/glibc.git] / ChangeLog
1 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2
3         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
4         Add "t" to clobber list.
5         (INTERNAL_SYSCALL_NCS): Likewise.
6
7 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
8
9         * nss/getent.c (print_networks): Don't print comma between aliases.
10
11 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
12
13         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
14
15         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
16         the hash table.
17         * misc/Makefile (tests): Add bug-hsearch1.
18         * misc/bug-hsearch1.c: New file.
19
20 2009-01-22  Roland McGrath  <roland@redhat.com>
21
22         * Makeconfig (%.v.i): Strip trailing # comments,
23         not only whole-line comments.
24
25 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
26
27         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
28         one parameter.  If non-NULL use it to initialize return value.
29         (_dl_setup_pointer_guard): New function.
30         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
31         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
32         * elf/rtld.c (security_init): Pass _dl_random to
33         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
34         pointer_chk_guard.
35         * elf/dl-sysdep.c (_dl_random): New variable.
36         (_dl_sysdep_start): Handle AT_RANDOM.
37         (_dl_show_auxv): Likewise.
38         * elf/dl-support.c (_dl_random): New variable.
39         (_dl_aux_init): Handle AT_RANDOM.
40         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
41         to _dl_setup_stack_chk_guard.
42
43         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
44
45 2009-01-10  Roland McGrath  <roland@redhat.com>
46
47         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
48
49 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
50
51         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
52
53         [BZ #9706]
54         * nss/nss_files/files-parse.c (strtou32): New function.
55         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
56         across 32-bit and 64-bit platforms.
57         (INT_FIELD_MAYBE_NULL): Likewise.
58
59 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
60
61         [BZ #9720]
62         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
63         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
64         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
65         Likewise.
66
67 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
68
69         [BZ #697]
70         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
71         being NULL also if there are no backreferences.
72         * posix/rxspencer/tests: Add testcases.
73
74 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
75
76         [BZ #9697]
77         * posix/bug-regex17.c: Add testcases.
78         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
79         handling.
80
81 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
82
83         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
84         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
85         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
86         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
87         for elf subdir.
88         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
89         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
90         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
91         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
92         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
93         * sysdeps/unix/sysv/linux/s390/Versions: New file.
94
95 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
96
97         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
98         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
99         re_string_skip_chars, re_string_reconstruct): Likewise.
100         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
101
102 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
103
104         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
105         adjust the buffer alignment.
106
107 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
108
109         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
110         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
111         net/route.h.
112
113         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
114         flavor to description only when flavor is not NULL.
115
116         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
117         mutex after SIGIO/SIGURG lookup loop.
118
119 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
120
121         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
122
123 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
124
125         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
126         handling.
127
128 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
129
130         * sysdeps/unix/sysv/linux/kernel-features.h
131         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
132
133         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
134         if no output is written.
135
136         * version.h: Bump to 2.10 development.
137
138         * posix/getconf.c: Update copyright year.
139         * nss/getent.c: Likewise.
140         * iconv/iconvconfig.c: Likewise.
141         * iconv/iconv_prog.c: Likewise.
142         * elf/ldconfig.c: Likewise.
143         * catgets/gencat.c: Likewise.
144         * csu/version.c: Likewise.
145         * elf/ldd.bash.in: Likewise.
146         * elf/sprof.c (print_version): Likewise.
147         * locale/programs/locale.c: Likewise.
148         * locale/programs/localedef.c: Likewise.
149         * nscd/nscd.c (print_version): Likewise.
150         * debug/xtrace.sh: Likewise.
151         * malloc/memusage.sh: Likewise.
152         * malloc/mtrace.pl: Likewise.
153         * debug/catchsegv.sh: Likewise.
154
155 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
156
157         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
158         script.
159
160 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
161
162         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
163         gethostbyname4_r function call succeeded, just leave the loop.
164
165         [BZ #9694]
166         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
167         very end.
168         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
169         * wctype/Makefile (tests): Add bug-wctypeh.
170         * wctype/bug-wctypeh.c: New file.
171
172         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
173         LOCALDOMAIN is defined.
174         * nscd/nscd_getai.c (__nscd_getai): Likewise.
175
176         * sysdeps/x86_64/bits/select.h: New file.
177
178         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
179
180 2008-12-21  Bruno Haible  <bruno@clisp.org>
181
182         [BZ #9677]
183         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
184         if no output is written.
185
186 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
187
188         * login/utmp_file.c (pututline_file): Replace call to dup2 with
189         libc internal symbol __dup2 to avoid access through the PLT.
190
191 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
192
193         [BZ #6545]
194         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
195         available only for __USE_GNU.
196
197         * inet/Makefile (tests): Add tst-getni2.
198         * inet/tst-getni2.c: New file.
199
200         [BZ #7080]
201         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
202         NULL when NI_NAMEREQD is set.
203         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
204         * inet/Makefile (tests): Add tst-getni1.
205         * inet/tst-getni1.c: New file.
206
207 2008-12-03  Petr Baudis  <pasky@suse.cz>
208
209         [BZ #7067]
210         * nscd/connections.c (invalidate_cache): Use prune_run_lock
211         instead of prune_lock.
212         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
213         * nscd/nscd.h (database_dyn): Add prune_run_cache.
214
215 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
216
217         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
218         use.
219
220         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
221         handling.
222
223         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
224         after reading name server list.
225
226         [BZ #7058]
227         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
228         handling for host name aliases.
229
230 2008-11-24  Arkadiusz Miƛkiewicz  <arekm@maven.pl>
231
232         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
233         instead of doing things manually.
234
235 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
236
237         * posix/regex_internal.h (build_wcs_upper_buffer):
238         Return type is reg_error_t.
239
240 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
241
242         * posix/globtest.sh: Use mktemp to create temporary file and
243         directory.
244
245         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
246         sets correctly.
247         (__CPU_CLR_S): Likewise.
248         (__CPU_ISSET_S): Likewise.
249
250 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
251             Ulrich Drepper  <drepper@redhat.com>
252
253         * scripts/firstversion.awk: Use custom comparison function to compare
254         version numbers.
255         * scripts/versions.awk: Use sort invocation which can handle
256         multi-digit sub-version numbers.
257
258 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
259
260         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
261         * locale/iso-639.def: Add Chhattisgarhi entry.
262
263 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
264
265         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
266         ESRCH return value.
267         (_nss_dns_gethostbyname4_r): Likewise.
268         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
269         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
270         gethostbyname4_r, we don't have a separate IPv6 status, so copy
271         the no_data variable.
272
273         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
274         information at the correct index.
275
276         * socket/sys/socket.h: Declare accept4.
277         * socket/accept4.c: New file.
278         * sysdeps/unix/sysv/linux/accept4.c: New file.
279         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
280         * socket/Makefile (routines): Add accept4.
281         * socket/Versions: Export accept4 with version GLIBC_2.10.
282         * socket/paccept.c: Removed.
283         * sysdeps/unix/sysv/linux/paccept.c: Removed.
284         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
285         * Versions.def: Define GLIBC_2.10 for libc.
286         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
287
288         * nscd/connections.c: Use accept4.
289
290         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
291
292 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
293
294         * resolv/res_send.c (send_dg): Create sockets with non-blocking
295         flag already set.
296
297         * stdlib/setenv.c (unsetenv): Don't search environment if it does
298         not exist.
299         * stdlib/Makefile (tests): Add tst-unsetenv1.
300         * stdlib/tst-unsetenv1.c: New file.
301
302 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
303
304         * login/utmp_file.c (file_writable): New variable.
305         (setutent_file): Don't try to open file for writing.
306         (pututline_file): Before writing, make descriptor writable if
307         necessary.
308
309 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
310
311         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
312         to IPv4 or IPv6 if an interface has been found.
313
314 2008-11-26  Roland McGrath  <roland@redhat.com>
315
316         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
317         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
318
319         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
320         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
321         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
322
323         * elf/elf.h (NT_386_IOPERM): New macro.
324         (NT_PPC_VSX): New macro.
325
326 2008-11-25  Roland McGrath  <roland@redhat.com>
327
328         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
329         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
330         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
331         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
332         Subdirectories moved to ports repository.
333         * configure.in (base_machine): Remove alpha case.
334
335 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
336
337         * sysdeps/mach/strerror_l.c: New file.
338
339 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
340
341         [BZ #6411]
342         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
343         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
344         magic numbers.
345         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
346         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
347         (relax_fenv_state): Same as above.
348         (FPSCR_29): Reserve bit in ISA 2.05.
349         (FPSCR_NI): Provide define for compat.
350         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
351         magic numbers.
352         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
353         magic numbers.
354         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
355         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
356         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
357         access to hwcap to account for hwcap size increase to uint64_t.
358         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
359         Likewise.
360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
361         (*setcontext): Likewise.
362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
363         New file.
364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
365         New file.
366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
367         (*setcontext): dynamically select mtfsf insn based on
368         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
369         increase to uint64_t.
370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
371         (*swapcontext): dynamically select mtfsf insn based on
372         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
373         increase to uint64_t.
374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
375         New file.
376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
377         New file.
378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
379         (*setcontext): dynamically select mtfsf insn based on
380         PPC_FEATURE_HAS_DFP.
381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
382         (*swapcontext): dynamically select mtfsf insn based on
383         PPC_FEATURE_HAS_DFP.
384
385 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
386
387         * version.h: Bump for 2.9 release.
388         * include/features.h (__GLIBC_MINOR__): Bump to 9.
389
390         [BZ #7029]
391         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
392         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
393         all the rounding.
394
395 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
396
397         [BZ #7009]
398         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
399         unknown request types for now.
400
401 2008-11-11  Roland McGrath  <roland@redhat.com>
402
403         * sysdeps/x86_64/configure: New file.
404
405         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
406         * configure: Regenerated.
407
408 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
409
410         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
411         correct instruction to remove the stack frame.
412
413 2008-11-03  Michael Matz  <matz@suse.de>
414
415         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
416         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
417
418 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
419
420         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
421         Remove.
422
423         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
424         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
425         of the thread variable instead of void *.
426         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
427         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
428         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
429         __libc_tsd_define arguments.
430         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
431         __libc_tsd_address arguments.  Remove union hack.
432         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
433         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
434         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
435         Adjust __libc_tsd_{set,get} arguments.
436         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
437         __libc_tsd_define arguments.
438         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
439         arguments.
440         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
441         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
442         (LOCALE): Adjust __libc_tsd_define arguments.
443         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
444         arguments.
445         (LOCALE): Adjust __libc_tsd_define arguments.
446         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
447         arguments.
448         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
449         arguments.
450
451 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
452
453         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
454         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
455
456 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
457
458         [BZ #6966]
459         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
460
461 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
462             Ulrich Drepper  <drepper@redhat.com>
463
464         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
465         definition for GCC 3.1 and later.
466
467 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
468
469         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
470         refetch dtv, as it might have changed.
471         * elf/Makefile: Add rules to build and run tst-tls18.
472         * elf/tst-tls18.c: New test.
473         * elf/tst-tlsmod18a.c: New file.
474
475 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
476
477         [BZ #6875]
478         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
479
480 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
481
482         [BZ #6867]
483         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
484
485         [BZ #6919]
486         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
487         Fix length of copy operation.
488
489 2008-10-02  Pierre Habouzit <madcoder@debian.org>
490
491         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
492         and fix its calling convention.
493
494 2008-10-07  Andreas Schwab  <schwab@suse.de>
495
496         [BZ #6942]
497         * resolv/res_send.c (send_vc): Fix last change.
498         (send_dg): Align here as well.
499
500 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
501
502         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
503         return value in case rlimit is RLIM_INFINITY.
504
505         [BZ #6947]
506         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
507         for UL_SETFSIZE.
508         * resource/Makefile (tests): Add bug-ulimit1.
509         * resource/bug-ulimit1.c: New file.
510
511         [BZ #6974]
512         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
513         without dot.  Properly terminate the string with a null byte.
514         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
515
516         [BZ #6980]
517         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
518         negative sizees.
519         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
520         negative __size.
521
522         [BZ #6995]
523         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
524
525 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
526
527         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
528         abort if there is no initgroups_dyn function.
529
530         * resolv/res_send.c (send_dg): On timeout, only return nonzero
531         result if any of the queries really provided an answer.
532
533 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
534
535         * po/lt.po: Update from translation team.
536
537 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
538
539         * po/id.po: Update from translation team.
540
541 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
542
543         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
544         Fix tests for existence of second reply.
545
546 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
547
548         * po/id.po: New file.
549         Contributed by the Indonesian translation team.
550
551 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
552
553         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
554         initialization.
555
556 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
557
558         * elf/Makefile: Add rules to build and run tst-tls17.
559         * elf/tst-tls17.c: New test.
560         * elf/tst-tlsmod17a.c: New file.
561         * elf/tst-tlsmod17b.c: Likewise.
562
563 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
564
565         * stdlib/divmod_1.c: Use correct type for dummy variable.
566         * stdlib/mod_1.c: Likewise.
567
568 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
569
570         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
571
572 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
573
574         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
575         __nonnull order for C++.
576         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
577         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
578
579 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
580
581         * stdlib/longlong.h: Update from GCC.
582
583 2008-10-09  Jakub Jelinek <jakub@redhat.com>
584             David S. Miller  <davem@davemloft.net>
585
586         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
587         make sure any registers used with 64-bit 'branch-on-register'
588         instructions have their top 32-bits clear.
589         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
590         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
591
592 2008-09-18  Andreas Schwab  <schwab@suse.de>
593
594         [BZ #6942]
595         * resolv/res_send.c (send_vc): Fix use of unaligned address.
596         Properly handle partial reads.
597
598 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
599
600         * elf/elf.h (STO_MIPS_PLT): New.
601         (R_MIPS_COPY): New.
602         (R_MIPS_JUMP_SLOT): New.
603         (R_MIPS_NUM): Redefine to 128.
604         (DT_MIPS_PLTGOT): New.
605         (DT_MIPS_RWPLT): New.
606         (DT_MIPS_NUM): Redefine to 0x35.
607
608 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
609
610         * timezone/africa: Update from tzdata2008f.
611         * timezone/asia: Likewise.
612         * timezone/australasia: Likewise.
613         * timezone/europe: Likewise.
614         * timezone/leapseconds: Likewise.
615         * timezone/northamerica: Likewise.
616         * timezone/southamerica: Likewise.
617         * timezone/zone.tab: Likewise.
618
619 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
620
621         * nscd/connections.c: Disable use of paccept for now.
622
623 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
624
625         * socket/Versions: Remove paccept export for GLIBC_2.9.
626         * socket/Makefile (routines): Remove paccept.
627         * socket/sys/socket.h: Remove paccept declaration.
628
629         * po/sv.po: Update from translation team.
630
631 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
632
633         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
634         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
635
636 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
637
638         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
639         Patch by Olivier Fourdan <ofourdan@redhat.com>.
640
641 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
642
643         * sunrpc/rpc/svc.h: Declare svcfd_create.
644         Patch by Michael Solberg <msolberg@redhat.com>.
645
646 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
647             Ulrich Drepper  <drepper@redhat.com>
648
649         * malloc/malloc.c (public_vALLOc): Try other arenas in case
650         _int_valloc fails.
651         (public_pVALLOc): Likewise.
652
653 2008-09-02  Andreas Jaeger  <aj@suse.de>
654
655         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
656         commit.
657
658 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
659
660         [BZ #6860]
661         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
662
663 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
664
665         * Makefile (check-data): Check data directory in add-ons.
666         * elf/Makefile (check-data): Likewise.
667
668 2008-08-18  Roland McGrath  <roland@redhat.com>
669
670         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
671         * configure: Regenerated.
672         * config.make.in (cflags-cpu): New substituted variable.
673         (with-cpu): Variable removed.
674         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
675
676 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
677
678         [BZ #6845]
679         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
680         __signbitl definition and __LONG_DOUBLE_128__ guard from:
681         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
682         redundant.  Functions which call floating point assembler operations
683         should go into a sysdeps powerpc/fpu directory.
684
685 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
686
687         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
688         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
689
690 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
691
692         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
693
694         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
695         change related to AT_EXECFN.  We cannot use that string.
696         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
697         _dl_execfn member.
698         * elf/dl-support.c: Remove _dl_execfn variable.
699         (_dl_aux_init): Remove handling of AT_EXECFN.
700         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
701         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
702
703 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
704
705         [BZ #6544]
706         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
707         byte gets added to writes and seeks from the end use the length of
708         the buffer and not the currently terminating NUL byte.
709
710         [BZ #6634]
711         * login/utmp_file.c (getutent_r_file): Take additional parameter.
712         Set to true if locking failed.
713         (getutid_r_file): Adjust caller.
714         (pututline_file): Likewise.  Return NULL in this case.
715         Patch mostly by halesh.s@gmail.com.
716
717 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
718
719         [BZ #6589]
720         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
721         Define.
722         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
723
724 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
725
726         [BZ #6839]
727         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
728         macro since it is now available in elf/dynamic-link.h.
729
730 2008-08-12  Roland McGrath  <roland@frob.com>
731
732         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
733         in case used outside of libc.
734         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
735
736 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
737
738         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
739         directly instead of going through dn_comp.
740
741 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
742
743         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
744         Fix asm constraints.
745
746 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
747
748         [BZ #6790]
749         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
750         (IPV6_PMTUDISC_PROBE): Likewise.
751
752 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
753
754         [BZ #6791]
755         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
756
757 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
758             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
759
760         [BZ #6817]
761         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
762         Added the members 'vsx' and 'arch_2_06'.
763         (_dl_powerpc_platforms): Add the member 'power7'.
764         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
765         to reflect the changes required by VSX and ISA 2.06.
766         Modify _DL_PLATFORMS_COUNT to reflect the addition of
767         'power7'.
768         Defined PPC_PLATFORM_POWER7.
769         (_dl_string_platform): Add support for POWER7.
770         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
771         capability and ISA 2.06.
772
773 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
774
775         [BZ #6824]
776         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
777         macro to detect use of 128 bit long double.
778         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
779
780 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
781
782         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
783
784         [BZ #5794]
785         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
786         parameters.
787         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
788         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
789
790 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
791
792         * nscd/connections.c (main_loop_poll): Pass a buffer which is
793         guaranteed to be large enough to read inotify event.  Ignore
794         EAGAIN error.  Better error message.  Add branch predicition.
795         (main_loop_epoll): Likewise.
796
797 2008-08-02  Roland McGrath  <roland@frob.com>
798
799         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
800         Add memory clobbers.
801
802 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
803
804         * manual/arith.texi: Avoid @strong{Note:}.
805         * manual/creature.texi: Likewise.
806         * manual/filesys.texi: Likewise.
807         * manual/math.texi: Likewise.
808         * manual/memory.texi: Likewise.
809         * manual/resource.texi: Likewise.
810         * manual/syslog.texi: Likewise.
811         * manual/time.texi: Likewise.
812
813         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
814         to prevent warning.
815
816 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
817
818         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
819         new epoll_create1 interface.
820         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
821         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
822         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
823
824         * include/arpa/nameser.h (NS_GET16): Use const pointer.
825         (NS_GET32): Likewise.
826
827         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
828         syscalls, too.
829
830         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
831         use the AT_EXECFN value if it is no absolute path.
832         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
833         __ASSUME_AT_EXECFN.
834
835         * Versions.def: Add GLIBC_2.9 to libresolv.
836         * include/resolv.h: Remove hidden proto declarations for __ns_*
837         functions.  Add them for __dn_count_labels and __p_secstodate.
838         * include/arpa/nameser.h: Add a number of hidden proto declarations.
839         Define ns_msg_getflags macro here.
840         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
841         and __p_secstodate.
842         * resolv/Versions: Export functions from <arpa/nameser.h> from
843         libresolv in version GLIBC_2.9.
844         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
845         hidden definitions.
846         * resolv/ns_netint.c: Likewise.
847         * resolv/ns_parse.c: Likewise.
848         * resolv/ns_print.c: Likewise.
849         * resolv/ns_samedomain.c: Likewise.
850         * resolv/ns_ttl.c: Likewise.
851         * resolv/arpa/nameser_compat.h: Likewise.
852         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
853         function calls.
854         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
855         instead of ns_get16.
856         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
857         __ns_get32 instead of ns_get16 and ns_get32 respectively.
858         (gaih_getanswer_slice): Likewise.
859         * resolv/Makefile (libresolv-routines): Add ns_date.
860         * resolv/ns_date.c: New file.
861
862         * elf/Makefile (check-localplt.out): Also check libresolv and
863         libcrypt.
864
865 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
866
867         * sysdeps/unix/sysv/linux/kernel-features.h: Define
868         __ASSUME_O_CLOEXEC.
869
870 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
871
872         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
873         buffer passed to NSS functions.
874
875         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
876
877         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
878         Define.
879
880         * misc/syslog.c (openlog_internal): Fix compile problem.
881
882 2008-07-28  Roland McGrath  <roland@redhat.com>
883
884         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
885
886 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
887
888         * io/ftw.c (add_object): Remove inline to avoid warning.
889
890         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
891
892         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
893         Use it instead of locally defined resplen2 variable.
894         (res_nsend): Adjust for __libc_res_nsend interface change.
895         (send_vc): Initialize *resplen2 if necessary.  Read length of
896         package into an appropriately aligned variable.  Store converted length
897         in new variable and use it appropriately.
898         Add branch prediction help.
899         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
900         and pass it on to __libc_res_nsend.  Adjust all callers.
901         (__libc_res_nsearch): Likewise.
902         (__libc_res_nqeurydomain): Likewise.
903         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
904         change.
905         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
906         Define resplen2 variable and pass it to __libc_res_nsearch and then
907         to gaih_getanswer.
908         (getanswer_r): In case of incorrect DNS data don't overread buffer.
909         Add branch prediction.
910         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
911         (gaih_getanswer): Don't decode second slice if first one failed due
912         to a too small buffer.  Don't let not found status of second
913         decoder shadow results of the first.
914         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
915         and __libc_res_nquery interface changes
916         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
917         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
918         __libc_res_nsearch, and __libc_res_nsend.
919         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
920         change.
921         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
922         __libc_res_nsearch interface changes.
923
924 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
925
926         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
927
928         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
929         file descriptors with close-on-exec set.
930         (exec_comm_child): Fix the case where the write end of the pipe is
931         STDOUT_FILENO already.  In case it is, clear close-on-exec.
932
933         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
934         * io/pipe2.c: Likewise.
935         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
936         instead of __ASSUME_PACCEPT.
937         * include/unistd.h: Declare __have_pipe2.
938         * libio/iopopen.c: Implement "e" flag.
939         * libio/Makefile (tests): Add tst-popen1.
940         * libio/tst-popen1.c: New file.
941
942         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
943         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
944
945 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
946
947         [BZ #6771]
948         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
949         success call of _IO_SEEKOFF or calls which failed because the
950         descriptor is for a pipe.
951
952         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
953         magic number.
954
955         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
956
957         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
958         F_SETFD use if we know fopen set the flag.
959
960         * login/utmp_file.c (setutent_file): Minor optimization in case
961         O_CLOEXEC is available.
962
963 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
964
965         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
966         * elf/Makefile: Use pie-ccflag variable.
967         * nscd/Makefile: Likewise.
968         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
969
970 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
971
972         [BZ #6724]
973         * Versions.def: Add GLIBC_2.9 version tag for libutil.
974         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
975         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
976         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
977         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
978         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
979         utmp32, utmpx32 and login32.
980         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
981         versions of struct utmp functions to libc and libutil.
982         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
983         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
984         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
985         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
986         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
987         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
988         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
989         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
990         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
991         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
992         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
993         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
994         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
995         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
996         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
997         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
998         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
999         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1000         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1001         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1002         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1003         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1004
1005 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1006
1007         * scripts/gen-as-const.awk: Generate more widely usable code by
1008         using 64-bit arithmetic.
1009
1010         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1011         the same treatment as narrow output code in last patch.
1012
1013         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1014
1015         [BZ #6763]
1016         * elf/dl-load.c (local_strdup): Remove inline.
1017         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1018         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1019         part of the object.
1020
1021         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1022
1023 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1024
1025         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1026         the new syscalls, too.
1027
1028         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1029         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1030
1031         [BZ #6698]
1032         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1033         parameter for end of buffer.  If temporary copy is too large use
1034         malloc.
1035         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1036         interface change.
1037         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1038         string rewrite when allocating buffer.
1039
1040         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1041         syscalls, too.
1042
1043         * nscd/connections.c (nscd_init): Clean up fcntl call.
1044
1045         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1046         SOCK_NONBLOCK if possible.
1047
1048         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1049         SOCK_CLOEXEC if available.
1050
1051         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1052         __libc_clntudp_bufcreate_internal.
1053         * include/sys/socket.h: Declare __have_sock_cloexec.
1054         * socket/Makefile (aux): Add have_sock_cloexec.
1055         * socket/have_sock_cloexec.c: New file.
1056         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1057         __libc_clntudp_bufcreate.
1058         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1059         which takes an additional parameter.  Create socket with non-blocking
1060         mode and close-on-exec flag set, if wanted.
1061         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1062         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1063         instead of clntudp_create.  The socket has already the close-on-exec
1064         flag set if SOCK_CLOEXEC is defined.
1065
1066 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1067
1068         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1069         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1070         appropriate.
1071         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1072         non-blocking mode by using socket, paccept, and inotify_init1.
1073
1074         * Versions.def (glibc): Add GLIBC_2.9.
1075         * io/Makefile (routines): Add dup3 and pipe2.
1076         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1077         * io/dup3.c: New file.
1078         * io/pipe2.c: New file.
1079         * posix/unistd.h: Declare dup3 and pipe2.
1080         * socket/Makefile (routines): Add paccept.
1081         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1082         * socket/paccept.c: New file.
1083         * socket/sys/socket.h: Declare paccept.
1084         * sysdeps/unix/syscalls.list: Add entry for dup3.
1085         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1086         epoll_create2 and inotify_init1.
1087         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1088         * sysdeps/unix/sysv/linux/paccept.c: New file.
1089         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1090         possible.
1091         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1092         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1093         inotify_init1, and pipe2 entries.
1094         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1095         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1096         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1097         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1098         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1099         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1100         SOCK_NONBLOCK.
1101         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1102         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1103         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1104         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1105         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1106         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1107         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1108         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1109         EPOLL_NONBLOCK.  Declare epoll_create2.
1110         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1111         EFD_NONBLOCK.
1112         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1113         IN_NONBLOCK.  Declare inotify_init1.
1114         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1115         SFD_NONBLOCK.
1116         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1117         TFD_NONBLOCK.
1118
1119         * elf/elf.h: Define AT_EXECFN.
1120         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1121         LD_ORIGIN_PATH.
1122         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1123         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1124         if __ASSUME_AT_EXECFN is defined.
1125         (_dl_aux_init): Handle AT_EXECFN.
1126         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1127         for 2.6.27 and up.
1128         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1129         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1130         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1131         _dl_execfn if available and avoid compatibility code if
1132         __ASSUME_AT_EXECFN is defined.
1133
1134         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1135         _dl_discover_osversion only for older kernels.
1136
1137 2008-07-22  Roland McGrath  <roland@frob.com>
1138
1139         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1140
1141 2008-07-21  Roland McGrath  <roland@frob.com>
1142
1143         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1144         returned too much data out of line.
1145
1146 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1147
1148         * locale/setlocale.c (setname): Remove inline to avoid compiler
1149         warning.
1150
1151         [BZ #6712]
1152         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1153
1154 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1155
1156         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1157         doesn't manage to write anything, fail.
1158
1159         * malloc/hooks.c (__malloc_check_init): Remove printf.
1160
1161 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1162
1163         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1164
1165 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1166
1167         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1168         from inotify.
1169         (main_loop_epoll): Likewise.
1170
1171 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1172
1173         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1174
1175         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1176         if DEBUG is defined.
1177
1178         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1179         query.  Adjust buffer size computation for padding.
1180
1181 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1182
1183         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1184         * stdio-common/tst-setvbuf1.c: New file.
1185         * stdio-common/tst-setvbuf1.expect: New file.
1186
1187         [BZ #6719]
1188         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1189         when selecting fully-buffered stream.
1190         Patch by Wang Xin <wxinee@gmail.com>.
1191
1192 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1193
1194         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1195         (__open_2): New function.
1196         (__open64_2): New alias to __open_2.
1197         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1198         (__openat_2): New function.
1199         (__openat64_2): New alias to __openat_2.
1200
1201 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1202
1203         [BZ #6723]
1204         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1205
1206 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1207
1208         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1209         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1210         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1211         __hurd_dfail.
1212         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1213         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1214         * sysdeps/mach/hurd/send.c (__send): Likewise.
1215         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1216         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1217
1218 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1219
1220         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1221         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1222         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1223         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1224         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1225         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1226
1227 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1228
1229         [BZ #6657]
1230         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1231         of %EY.
1232         Patch by Petr Baudis.
1233
1234 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1235
1236         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1237         Patch by Peter Jones <pjones@redhat.com>.
1238
1239 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1240
1241         [BZ #6654]
1242         * stdlib/canonicalize.c (__realpath): readlink can write too much
1243         into the buffer on platforms without PATH_MAX.
1244
1245 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1246
1247         [BZ #6653]
1248         * posix/tst-regex.c (main): Rename to...
1249         (do_test): ... this. Remove cmdline option processing.
1250         (TIMEOUT): Define.
1251         (TEST_FUNCTION): Define.
1252         (CMDLINE_OPTIONS): Define.
1253
1254 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1255
1256         [BZ #5210]
1257         * configure.in: Add -Werror to -fstack-protector test to catch
1258         unsupported architectures.
1259         Patch by Gilles Esponasse <g.esp@free.fr>.
1260
1261 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1262
1263         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1264         getcontext returns ENOSYS.
1265
1266 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1267
1268         * nscd/connections.c (main_loop_poll): Fix test for read error.
1269         (main_loop_epoll): Likewise.
1270
1271 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1272
1273         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1274         better place so it is not called when nscd is used.
1275
1276         * nscd/connections.c: Also recognize and handle changes to the
1277         resolver configuration file.
1278
1279 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1280
1281         * time/strftime.c: Pass reference to tzset_called around to handle
1282         recursive calls.
1283
1284         [BZ #6612]
1285         * time/strftime.c (__strftime_internal): Call tzset() only
1286         when printing timezone-dependent values.
1287         Based on a patch by Petr Baudis <pasky@suse.cz>.
1288
1289         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1290         unconditionally use second gaih_getanswer_slice result.
1291
1292         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1293         (getaddrinfo): RES must always be non-NULL.
1294
1295 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1296
1297         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1298         cr[34] registers.
1299         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1300         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1301         Likewise.
1302         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1303         register.
1304
1305 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1306
1307         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1308         fields.
1309         * nscd/connections.c (inotify_fd): New variable.
1310         (nscd_init): Try to open an inotify descriptor.
1311         If successful, watch files for databases using inotify instead of
1312         having prune threads stat the files.
1313         (nscd_run_prune): Recognize clear_cache flag being set and call
1314         prune_cache appropriately.
1315         (main_loop_poll): Add inotify descriptor to wait set and handle the
1316         reported changes.
1317         (main_loop_epoll): Likewise.
1318         * nscd/cache.c (prune_cache): Don't stat files for databases if
1319         inotify is used.
1320         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1321         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1322
1323         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1324         fixed-size portion of the record.
1325         * nscd/servicescache.c (cache_addserv): Likewise.
1326         * nscd/pwdcache.c (cache_addpw): Likewise.
1327         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1328
1329 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1330
1331         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1332         out we don't use uninitialized memory.
1333
1334         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1335         the client.
1336
1337 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1338
1339         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1340         ignore T_DNAME messages.
1341         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1342
1343 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1344
1345         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1346         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1347
1348 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1349
1350         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1351         instead of portstr to nscd_getserv_r.  Patch by
1352         Roman Kagan <rkagan@mail.ru>.
1353
1354 2008-05-26  Jim Meyering  <meyering@redhat.com>
1355
1356         Remove more useless "if" tests before "free".
1357         * include/inline-hashtab.h (htab_delete): Likewise.
1358         * libio/freopen.c (freopen): Likewise.
1359         * libio/freopen64.c (freopen64): Likewise.
1360         * locale/programs/ld-collate.c (collate_read): Likewise.
1361         * misc/fstab.c (libc_freeres_fn): Likewise.
1362         * posix/glob.c (globfree): Likewise.
1363
1364 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1365
1366         * string/Makefile (strop-tests): Add memmem.
1367         * string/test-memmem.c: New file.
1368         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1369         (test_init): Size buf1 according to BUF1PAGES.
1370
1371 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1372
1373         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1374         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1375         (CFLAGS-scanf17.c): New.
1376         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1377         * stdio-common/scanf15.c (main): Likewise.
1378         * stdio-common/scanf16.c: New file.
1379         * stdio-common/scanf17.c: New file.
1380
1381 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1382
1383         * resolv/res_send.c (send_dg): If we already have one of two
1384         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1385         use the one answer insted of failing.
1386
1387 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1388
1389         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1390         being executed on PowerPC as the expected result exceeds IBM
1391         long double 128 __LDBL_MAX__.
1392
1393 2008-05-21  Roland McGrath  <roland@redhat.com>
1394
1395         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1396
1397         * Makefile (check-data): Use $(abi-name) before other guesses.
1398         Look in $(add-ons) dirs before scripts/data/.
1399         * elf/Makefile (check-data): Likewise.
1400
1401         * scripts/soversions.awk: Grok ABI line.
1402         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1403         Emit definition for abi-name variable.
1404
1405 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1406
1407         * string/endian.h: Define new fixed-size hto* and *toh macros only
1408         if [__USE_BSD].
1409
1410         * iconvdata/Depend: Add localedata.
1411
1412 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1413
1414         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1415
1416 2008-05-08  David S. Miller  <davem@davemloft.net>
1417
1418         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1419         HIDDEN_JUMPTARGET.
1420         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1421         (__SYSCALL_CLOBBERS): Remove %g* registers.
1422         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1423         (__SYSCALL_CLOBBERS): Likewise.
1424         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1425         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1426
1427 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1428
1429         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1430         (CALL_ERRNO_LOCATION): Define.
1431         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1432         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1433         (CALL_ERRNO_LOCATION): Define.
1434         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1435         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1436         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1437
1438 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1439
1440         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1441         variable.
1442
1443 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1444
1445         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1446         (FIRST_FRAME_POINTER): Define.
1447
1448 2008-05-09  David S. Miller  <davem@davemloft.net>
1449
1450         * sysdeps/sparc/sparc64/backtrace.c: New file.
1451
1452 2008-05-14  David S. Miller  <davem@davemloft.net>
1453
1454         * sysdeps/sparc/machine-gmon.h: New file.
1455         * sysdeps/sparc/sparc-mcount.S: Likewise.
1456         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1457         sysdep_routines in gmon directory.
1458
1459 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1460
1461         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1462
1463 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1464
1465         * resolv/res_query.c (__libc_res_nquery): In case one of two
1466         answer was too short don't try to read that answer's header.
1467
1468         * resolv/res_send.c (send_dg): In case of timeout and there are
1469         two queries and one has been answered, return value indicating
1470         success.
1471
1472 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1473
1474         * nscd/cache.c (cache_add): Take additional parameter specifying
1475         whether this is in response of a cache refill.  Check alignment
1476         of package data.  Revamp waking of pruning thread.
1477         (prune_cache): Small optimization.
1478         * nscd/nscd.h: Adjust cache_add prototypes.
1479         * nscd/aicache.c: Adjust cache_add calls.
1480         * nscd/grpcache.c: Likewise.
1481         * nscd/hstcache.c: Likewise.
1482         * nscd/initgrcache.c: Likewise.
1483         * nscd/pwdcache.c: Likewise.
1484         * nscd/servicescache.c: Likewise.
1485         * nscd/connections.c (restart): Really disable cache use before
1486         exec attempt.  If it fails, reenable cache.
1487         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1488         time to max to be able to notice concurrent cache additions.  Unlock
1489         prune_lock while performing gc.  Afterwards compute wakeup time with
1490         current wakeup_time value in mind.
1491
1492 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1493
1494         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1495
1496         * nscd/mem.c (gc): Correctly determine highest used array element
1497         in mark.
1498
1499         * nscd/mem.c (markrange): Add assert to check entries are all
1500         aligned.  Small cleanup in bitmap use.
1501
1502         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1503         blockoff of type nscd_ssize_t.
1504         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1505         (mempoll_alloc): Record block offset and not address.
1506
1507         * nscd/mem.c (gc): Fix test for stack overuse.
1508
1509         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1510         more asserts.
1511
1512         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1513         entry is available, believe it.
1514
1515         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1516         no answers return NSS_STATUS_NOTFOUND.
1517         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1518         buffer does not have any content.
1519
1520 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1521
1522         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1523
1524         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1525         lookup, don't assign canon unconditionally.
1526
1527 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1528
1529         * string/Makefile (distribute): Add str-two-way.h.
1530
1531 2008-03-29  Eric Blake  <ebb9@byu.net>
1532
1533         Rewrite string searches to O(n) rather than O(n^2).
1534         * string/str-two-way.h: New file.  For linear fixed-allocation
1535         string searching.
1536         * string/memmem.c: New implementation.
1537         * string/strstr.c: New implementation.
1538         * string/strcasestr.c: New implementation.
1539
1540 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1541
1542         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1543         opr.ctx_type.
1544         (calc_first): Initialize constraint field.
1545         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1546         Use search_duplicated_node to avoid loops.  Fix grammar.
1547         (duplicate_node): Merge constraint field for all node types.
1548         (calc_eclosure_iter): Look at constraint field for all node types.
1549         * posix/regex_internal.c (create_cd_newstate): Don't look at
1550         create_cd_newstate.
1551
1552 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1553
1554         [BZ #6428]
1555         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1556
1557         [BZ #6442]
1558         * string/endian.h: Add macros for fixed-size endian conversion.
1559         * bits/byteswap.h: Allow inclusion from <endian.h>.
1560         * sysdeps/i386/bits/byteswap.h: Likewise.
1561         * sysdeps/ia64/bits/byteswap.h: Likewise.
1562         * sysdeps/s390/bits/byteswap.h: Likewise.
1563         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1564         * string/Makefile (tests): Add tst-endian.
1565         * string/tst-endian.c: New file.
1566
1567         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1568         Patch by Reuben Thomas.
1569
1570 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1571
1572         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1573
1574 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1575
1576         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1577
1578         [BZ #6461]
1579         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1580         Add missing braces.
1581         (BODY for __gconv_transform_internal_ascii): Likewise.
1582
1583         [BZ #6472]
1584         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1585         to be treated like link-local addresses.
1586         (match_prefix): Don't treat IPv4 loopback address special when
1587         converting to v4 mapped addressed.
1588
1589         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1590         if necessary.
1591         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1592         * posix/tst-rfc3484-2.c: Likewise.
1593         * posix/tst-rfc3484-3.c: Likewise.
1594
1595         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1596         and SCTP.
1597
1598         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1599
1600         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1601
1602         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1603
1604 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1605
1606         * po/lt.po: New file.  From Lituanian translation team.
1607
1608 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1609
1610         Introduce TLS descriptors for i386 and x86_64.
1611         * include/inline-hashtab.h: New file, copied from 2005's
1612         libiberty, with fix for memory leak imported afterwards by
1613         Glauber de Oliveira Costa.
1614         * elf/tlsdeschtab.h: New file.
1615         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1616         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1617         (CHECK_STATIC_TLS): Move to...
1618         * elf/dynamic-link.h: ... this file.
1619         (TRY_STATIC_TLS): New macro.
1620         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1621         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1622         R_386_TLS_DESC): Define.
1623         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1624         binutils.
1625         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1626         R_X86_64_TLSDESC): Define.
1627         (R_386_NUM, R_X86_64_NUM): Adjust.
1628         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1629         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1630         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1631         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1632         release tlsdesc_table.
1633         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1634         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1635         (elf_machine_rel): Handle R_386_TLS_DESC.
1636         (elf_machine_rela): Likewise.
1637         (elf_machine_lazy_rel): Likewise.
1638         (elf_machine_lazy_rela): Likewise.
1639         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1640         * sysdeps/i386/dl-tlsdesc.S: New file.
1641         * sysdeps/i386/dl-tlsdesc.h: New file.
1642         * sysdeps/i386/tlsdesc.c: New file.
1643         * sysdeps/i386/tlsdesc.sym: New file.
1644         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1645         tlsdesc_table.
1646         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1647         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1648         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1649         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1650         release tlsdesc_table.
1651         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1652         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1653         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1654         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1655         (elf_machine_rela): Likewise.
1656         (elf_machine_lazy_rel): Likewise.
1657         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1658         (__tls_get_addr): Do not declare for non-shared compiles.
1659         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1660         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1661         * sysdeps/x86_64/tlsdesc.c: New file.
1662         * sysdeps/x86_64/tlsdesc.sym: New file.
1663         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1664         tlsdesc_table for both 32- and 64-bit structs.
1665
1666 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1667
1668         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1669         its own function.  This reduces the frame setup costs and more.
1670
1671 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1672
1673         [BZ #3406]
1674         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1675         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1676
1677 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1678
1679         * io/openat.c (__openat_2): Also pass fd to __openat.
1680         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1681         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1682
1683         * string/tester.c (test_memcmp): Add a few more tests.
1684         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1685
1686 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1687
1688         * nscd/cache.c (cache_add): Before returning with failure and this
1689         is the first use of the record, mark it as unusable.
1690         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1691         reporting a failure.
1692         * nscd/grpcache.c: Likewise
1693         * nscd/hstcache.c: Likewise.
1694         * nscd/initgrcache.c: Likewise.
1695         * nscd/pwdcache.c: Likewise.
1696         * nscd/servicescache.c: Likewise.
1697
1698 2008-05-10  Roland McGrath  <roland@redhat.com>
1699
1700         [BZ #6505]
1701         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1702
1703 2008-05-08  David S. Miller  <davem@davemloft.net>
1704
1705         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1706
1707         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1708         (__ieee754_y0l): Likewise.
1709         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1710         (__ieee754_y1l): Likewise.
1711         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1712         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1713         frexpl and ldexpl.  math_private.h provides them and the latter
1714         is not even used.
1715         (__log1pl): Use __frexpl.
1716
1717 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1718
1719         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1720         prototypes.
1721         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1722         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1723         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1724         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1725         af==AF_UNSPEC.
1726         (_nss_nis_gethostbyname4_r): New function.
1727         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1728         Change to also handle af==AF_UNSPEC.
1729         (get_tablename): New function.  Use it to avoid duplication.
1730         (_nss_nisplus_gethostbyname4_r): New function.
1731         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1732         available.
1733         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1734         * nss/nss.h: Define struct gaih_addrtuple.
1735         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1736         af==AF_UNSPEC.
1737         (_nss_files_gethostbyname4_r): New function.
1738         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1739         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1740         calls.
1741         * resolv/res_query.c (__libc_res_nquery): Take two additional
1742         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1743         look up IPv4 and IPv6.
1744         Change all callers.
1745         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1746         for an additional query and answer buffer.  Pass to send_vc and
1747         send_dg.
1748         (send_vc): Send possibly two requests and receive two answers.
1749         (send_dg): Likewise.
1750         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1751         __libc_res_nquery.
1752         (_nss_dns_gethostbyname4_r): New function.
1753         (gaih_getanswer_slice): Likewise.
1754         (gaih_getanswer): Likewise.
1755         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1756         __libc_res_nquery call.
1757         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1758         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1759         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1760         available.
1761
1762 2008-05-05  David S. Miller  <davem@davemloft.net>
1763
1764         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1765         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1766
1767 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1768
1769         Fix termios bit macros.
1770         Move *DLY definitions where they belong, in termios.h.
1771         Add *[0-3] definitions.
1772         Fixes confusion between VT and FF.
1773         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1774         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1775         are already defined to avoid collision with termios.h.
1776         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1777         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1778         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1779         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1780         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1781         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1782         VTDLY, VT0, VT1): New macros.
1783         [__USE_GNU] (OLCUC): Change value of macro.
1784         [__USE_XOPEN] (OFILL): New macro.
1785         [__USE_BSD] (CRTSCTS): Change value.
1786         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1787         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1788         (B7200, B14400, B28800, B76800): New macros.
1789
1790 2008-05-01  David S. Miller  <davem@davemloft.net>
1791
1792         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1793         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1794         (gen-as-const-headers): Add it.
1795         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1796         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1797         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1798         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1799
1800         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1801         six system call parameters.
1802         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1803
1804 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1805
1806         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1807         RUSAGE_LWP.
1808         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1809         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1810
1811 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1812
1813         * stdlib/tst-setcontext.c: Include unistd.h.
1814
1815 2008-04-25  David S. Miller  <davem@davemloft.net>
1816
1817         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1818         Pass "union semun" properly in to sys_ipc, it must be passed
1819         by value, not by reference.
1820
1821 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1822
1823         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1824         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1825         * nscd/connections.c (mem_in_flight): Likewise.
1826
1827         * nscd/nscd.h (dbs): Make hidden.
1828
1829         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1830         Avoid returning -1, return 0 instead.
1831
1832 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1833
1834         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1835
1836 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1837
1838         [BZ #5209]
1839         * sysdeps/unix/sysv/linux/times.c: New file.
1840
1841         [BZ #5381]
1842         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1843         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1844         prototype.
1845         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1846         appropriate mem_in_flight element.
1847         (gc): Take allocations which have not yet been committed to the
1848         database into account.
1849         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1850         Reset mem_in_flight before returning.
1851         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1852         cue it up in mem_in_flight_list.
1853         * nscd/aicache.c: Adjust mempool_alloc call.
1854         * nscd/grpcache.c: Likewise.
1855         * nscd/hstcache.c: Likewise.
1856         * nscd/initgrcache.c: Likewise.
1857         * nscd/pwdcache.c: Likewise.
1858         * nscd/servicescache.c: Likewise.
1859         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1860         of -fpie.
1861
1862         * nscd/connections.c (handle_request): Provide better error message
1863         in case SELinux forbids the service.
1864
1865         * version.h (VERSION): Bump to 2.8.90.
1866
1867 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1868
1869         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1870
1871 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1872
1873         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1874         Also use for 32-bit.
1875         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1876         __nextafter instead of nextafter to avoid local PLT.
1877         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1878         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1879
1880         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1881
1882         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1883         __fe_nomask_env.
1884         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1885         <fenv_libc.h> instead of <fenv.h>.
1886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1888
1889         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
1890
1891         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
1892         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
1893         function from fegetexcept and make old name weak alias.
1894         * include/fenv.h: Declare __fegetexcept.
1895         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
1896         fegetexcept.
1897         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
1898         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
1899         to fetestexcept.
1900         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
1901         instead of frexpl to avoid local PLT.
1902         * math/s_significandl.c (__significandl): Use __ilogbl instead of
1903         ilogbl to avoid local PLT.
1904         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
1905         instead of ldexpl to avoid local PLT.
1906         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1907         __roundl not roundl to avoid local PLT.
1908         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
1909         local PLTs.  Use __sincosl instead of separate sinl and cosl
1910         calls.
1911         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1912
1913         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
1914         version for ppc64 to 2.4.21 since without it makecontext will fail.
1915
1916         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
1917         to the ABI in use.
1918         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
1919         .__tls_get_addr.
1920         [__powerpc64__] (TLS_GD): Likewise.
1921
1922 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
1923
1924         [BZ #4997]
1925         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
1926         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
1927         mantissa.
1928         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1929         Likewise.  Also account for when x is an odd number between 2^52
1930         and 2^53-1.
1931         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
1932         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1933         * math/libm-test.inc (lround_test, llround_test): Added test cases to
1934         detect aforementioned erroneous conditions.
1935
1936 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1937
1938         * configure.in: Check for -fno-section-anchors in addition to
1939         -fno-toplevel-reorder.
1940
1941 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1942
1943         * include/features.h (__GLIBC_MINOR__): Bump to 8.
1944
1945         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
1946         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
1947         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
1948         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
1949         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
1950         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
1951
1952 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1953
1954         [BZ #5443]
1955         * time/era.c: Transform __libc_setlocale_lock into rwlock.
1956         * time/alt_digit.c: Likewise.
1957         * wcsmbs/wcsmbsload.c: Likewise.
1958
1959 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
1960
1961         * version.h (VERSION): Bump to 2.8.
1962
1963         * timzeone/asia: Update from tzdata2008b.
1964         * timezone/backward: Likewise.
1965         * timezone/europe: Likewise.
1966         * timezone/northamerica: Likewise.
1967         * timezone/southamerica: Likewise.
1968         * timezone/iso3166.tab: Likewise.
1969         * timezone/leapseconds: Likewise.
1970         * timezone/zone.tab: Likewise.
1971         * timezone/private.h: Update from tzcode2008a.
1972         * timezone/zdump.c: Likewise.
1973         * timezone/zic.c: Likewise.
1974
1975 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
1976
1977         [BZ #5741]
1978         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
1979         Define additonal Data Cache Block instruction macros.
1980         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
1981         Replace dcbst with dcbf and sync with sync/isync.
1982
1983 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
1984
1985         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1986         Always set ELF_RTYPE_CLASS_PLT.
1987         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
1988
1989 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
1990
1991         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
1992         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
1993         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
1994         For ISA 2.01 and later replace mftb with mfspr 268.
1995
1996 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
1997
1998         [BZ #5768]
1999         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2000         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2001
2002 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2003
2004         [BZ #5768]
2005         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2006         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2007         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2008         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2009
2010 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2011
2012         * stdlib/tst-makecontext.c (othervar): New variable.
2013         (cf): Test sign extending the argument to long.
2014
2015 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2016
2017         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2018         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2019         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2020         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2021         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2022         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2023         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2024
2025 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2026
2027         * elf/Makefile (tests): Substitute tests-vis-yes here.
2028         (tests-vis-yes): Delete.
2029         (modules-name, modules-vis-yes): Similarly.
2030
2031 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2032
2033         [BZ #4407]
2034         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2035         Preserve sign in signgamp when x is zero.
2036
2037 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2038
2039         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2040         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2041         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2042         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2043         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2044         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2045
2046 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2047
2048         [BZ #4314]
2049         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2050         buffers.
2051
2052         [BZ #5209]
2053         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2054         a reserved error value.
2055
2056         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2057         value to check for correct sign extension.
2058
2059         [BZ #5436]
2060         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2061         Copy 64-bit parameter values even though this is not required in
2062         the standard.
2063
2064         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2065         PC save.
2066
2067 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2068
2069         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2070         PC save.
2071
2072 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2073
2074         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2075
2076 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2077
2078         [BZ #5998]
2079         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2080         in line-buffered stream failed.
2081         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2082
2083 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2084
2085         [BZ #6024]
2086         * scripts/abi-versions.awk: If the version specified by
2087         --enable-oldest-abi is older than the first version for this
2088         architecture, use the default version.
2089
2090         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2091         as well when ignoring the whole category.
2092
2093 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2094
2095         [BZ #6042]
2096         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2097         ETHERTYPE_* definitions.
2098         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2099
2100 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2101
2102         * stdlib/mbtowc.c (__no_r_state): Remove.
2103         (mbtowc): New static state variable.  Use it instead of
2104         __no_r_state.
2105         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2106         (__wctomb_state): New hidden variable.
2107         (wctomb): Use __wctomb_state instead of __no_r_state.
2108         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2109         (__wctomb_state): New extern decl.
2110         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2111
2112 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2113
2114         [BZ #5475]
2115         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2116
2117 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2118
2119         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2120
2121 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2122
2123         * po/nl.po: Update from translation team.
2124
2125 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2126
2127         [BZ #6007]
2128         * string/strfry.c: Handle empty strings again.
2129
2130 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2131
2132         [BZ #5443]
2133         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2134         before looking for translation.
2135         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2136         * locale/freelocale.c: Likewise.
2137         * locale/newlocale.c: Likewise.
2138         * locale/setlocale.c: Likewise.
2139         Based partially on a patch by ryo@np.css.fujitsu.com.
2140
2141 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2142
2143         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2144         acquiring wrlock.  Do conv_tab allocation while holding lock.
2145         * intl/Makefile: Add rules to build and run tst-gettext6.
2146         * intl/tst-gettext6.c: New test.
2147         * intl/tst-gettext6.sh: New file.
2148
2149 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2150
2151         * po/nl.po: Update from translation team.
2152
2153         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2154         provided through st_blksize, try the default size before giving up.
2155
2156 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2157
2158         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2159
2160         [BZ #5939]
2161         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2162
2163         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2164         error message.  POSIX today does not require the messages to be in
2165         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2166
2167         [BZ #5979]
2168         * sunrpc/auth_unix.c: Unify printed strings.
2169         * sunrpc/clnt_tcp.c: Likewise.
2170         * sunrpc/clnt_udp.c: Likewise.
2171         * sunrpc/clnt_unix.c: Likewise.
2172         * sunrpc/svc_tcp.c: Likewise.
2173         * sunrpc/svc_udp.c: Likewise.
2174         * sunrpc/svc_unix.c: Likewise.
2175         * sunrpc/xdr.c: Likewise.
2176         * sunrpc/xdr_array.c: Likewise.
2177         * sunrpc/xdr_rec.c: Likewise.
2178         * sunrpc/xdr_ref.c: Likewise.
2179         * locale/programs/ld-time.c (time_finish): Unify messages.
2180         * locale/programs/locfile.c (handle_copy): Fix typo.
2181         * nscd/nscd.c (options): Fix typo.
2182
2183         [BZ #5995]
2184         * stdlib/strtod_l.c: Use correct sign for result in one more
2185         underflow case.
2186         Patch by Eric Blake <ebb9@byu.net>.
2187
2188 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2189
2190         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2191         and creat system calls.
2192         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2193         call.
2194         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2195         system calls.
2196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2197         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2198         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2199
2200 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2201
2202         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2203         <linux/limits.h> has defined it.
2204         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2205         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2206         headers.
2207         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2208         it instead of ARG_MAX.
2209
2210 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2211
2212         * posix/gai.conf: Fix comment for scope nullbits.
2213         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2214         default to 128 bits for v4 mapped addresses.
2215
2216 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2217
2218         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2219         ptrace call to get the ieee_instruction_pointer from the kernel.
2220         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2221         ptrace call to set the ieee_instructtion_pointer.
2222         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2223         Add comment that ieee_instruction_pointer is always 0.
2224
2225 2008-03-09  Andreas Jaeger  <aj@suse.de>
2226
2227         [BZ #5857]
2228         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2229         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2230         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2231
2232         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2233         (rint_test): Likewise.
2234
2235 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2236
2237         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2238         call.
2239         (__nisfind_server): Similar for open readColdStartFile call.
2240         Patch partially by Jim Meyering.
2241         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2242         around internal_setent call.
2243
2244         * po/vi.po: New Vietnamese translation.
2245
2246         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2247         ADJ_OFFSET_SS_READ.
2248
2249         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2250         remove CLONE_STOPPED.
2251
2252 2008-02-10  Jim Meyering  <meyering@redhat.com>
2253
2254         Remove useless "if" before "free":
2255         * elf/ldconfig.c (parse_conf_include): Likewise.
2256         * gmon/gmon.c (weak_alias): Likewise.
2257         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2258         * inet/rcmd.c (__validuser2_sa): Likewise.
2259         * intl/bindtextdom.c (set_binding_values): Likewise.
2260         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2261         * libio/genops.c (save_for_backup): Likewise.
2262         * libio/wgenops.c (save_for_wbackup): Likewise.
2263         * locale/programs/ld-collate.c (collate_read): Likewise.
2264         * locale/programs/linereader.c (get_string): Likewise.
2265         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2266         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2267         * resolv/res_debug.c (do_section): Likewise.
2268         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2269         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2270         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2271         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2272         * time/tzset.c (tzset_internal): Likewise.
2273
2274 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2275
2276         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2277         of ASSEMBLER.
2278
2279 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2280
2281         [BZ #5903]
2282         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2283         not stream for output file.  Open output file here.
2284         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2285         and output file name.
2286         (process_fd): Likewise.
2287         (process_file): Likewise.
2288         (main): Adjust callers of changed functions.
2289         * iconv/iconv_prog.h: Adjust prototype.
2290
2291 2008-03-09  Andreas Jaeger  <aj@suse.de>
2292
2293         [BZ #5753]
2294         * sysdeps/ia64/ieee754.h: Use protected namespace
2295         __BIG_ENDIAN/__LITTLE_ENDIAN.
2296         * sysdeps/ieee754/ieee754.h: Likewise.
2297         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2298
2299 2008-03-08  Roland McGrath  <roland@frob.com>
2300
2301         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2302         ignore a signal that came from a machine exception, treat it as a
2303         fatal core-dump signal instead.
2304         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2305
2306         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2307         Clear DF bit in thread state's eflags.
2308         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2309
2310 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2311
2312         [BZ #5774]
2313         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2314         of NAN(...) sequence.
2315         * stdlib/Makefile (tests): Add tst-strtod6.
2316         * stdlib/tst-strtod6.c: New file.
2317
2318         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2319
2320         [BZ #5762]
2321         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2322         putting offending option character in quotes.  Clean up error
2323         messages.
2324         * po/be.po: Adjust msgstr in translation file.
2325         * po/bg.po: Likewise.
2326         * po/ca.po: Likewise.
2327         * po/cs.po: Likewise.
2328         * po/da.po: Likewise.
2329         * po/de.po: Likewise.
2330         * po/es.po: Likewise.
2331         * po/fr.po: Likewise.
2332         * po/hr.po: Likewise.
2333         * po/ko.po: Likewise.
2334         * po/nl.po: Likewise.
2335         * po/rw.po: Likewise.
2336         * po/sk.po: Likewise.
2337         * po/sv.po: Likewise.
2338         * po/tr.po: Likewise.
2339         * po/zh_CN.po: Likewise.
2340         * po/zh_TW.po: Likewise.
2341
2342         [BZ #5760]
2343         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2344         Patch by Roland Bless <roland@bless.de>.
2345
2346         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2347         .o file.
2348         * elf/Makefile (routines): Add dl-sysdep.
2349         (elide-routines.os): Likewise.
2350
2351 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2352
2353         [BZ #5786]
2354         * elf/dl-sysdep.c: Undefine ROUND after use.
2355         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2356         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2357         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2358         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2359         to ...
2360         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2361         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2362         if necessary.
2363         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2364
2365         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2366         _dl_tls_get_addr_soft element.
2367         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2368         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2369         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2370         GLRO.
2371         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2372         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2373         of internal_function.
2374
2375         * stdlib/Makefile (aux): Add tens_in_limb.
2376         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2377         * stdlib/tens_in_limb.c: ...here.  New file.
2378
2379         [BZ #5778]
2380         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2381         __statfs_chown_restricted.
2382         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2383         for _PC_CHOWN_RESTRICTED.
2384         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2385         Implement __statfs_chown_restricted.
2386         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2387         _POSIX_CHOWN_RESTRICTED value to zero.
2388         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2389         defined to zero.
2390
2391         * sysdeps/x86_64/rtld-memset.c: New file.
2392
2393 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2394
2395         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2396
2397         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2398         Barcelona machine.  Make default fall through branch of
2399         __x86_64_preferred_memory_instruction check as the integer code path.
2400
2401 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2402
2403         * sysdeps/x86_64/cacheinfo.c
2404         (__x86_64_preferred_memory_instruction): New variable.
2405         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2406
2407         * sysdeps/x86_64/memset.S: Rewrite.
2408
2409 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2410
2411         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2412         __obstack_printf_chk): New prototypes.
2413         (__vasprintf_chk, __vdprintf_chk,
2414         __obstack_vprintf_chk): Likewise.
2415         Add libc_hidden_proto.
2416         * libio/obprintf.c
2417         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2418         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2419         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2420         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2421         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2422         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2423         __obstack_vprintf_chk): New prototypes.
2424         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2425         obstack_vprintf): New inlines.
2426         * debug/dprintf_chk.c: New file.
2427         * debug/vdprintf_chk.c: New file.
2428         * debug/asprintf_chk.c: New file.
2429         * debug/vasprintf_chk.c: New file.
2430         * debug/obprintf_chk.c: New file.
2431         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2432         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2433         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2434         @@GLIBC_2.8.
2435         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2436         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2437         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2438         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2439         libc_hidden_proto.
2440         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2441         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2442         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2443         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2444         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2445         @@GLIBC_2.8.
2446         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2447         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2448         obstack_vprintf_chk.
2449         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2450         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2451         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2452         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2453         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2454         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2455
2456 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2457
2458         [BZ #5779]
2459         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2460         Patch by Roy Marples <roy@marples.name>.
2461
2462         [BZ #5736]
2463         * malloc/malloc.c: Fix typo in comment.
2464
2465         [BZ #5627]
2466         * locale/iso-639.def: Add Shuswap.
2467
2468 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2469
2470         [BZ #5790]
2471         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2472         overwrite *h_errnop/*errnop values from getanswer_r in case of
2473         failure.
2474
2475 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2476
2477         [BZ #5818]
2478         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2479         (verify_persistent_db): Remove one unnecessary test and add a new one
2480         for bad configuration.
2481         (nscd_init): Improve error reported when persistent database cannot
2482         be reused.
2483         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2484         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2485         .suggested_module and .max_db_size and case config file says the
2486         values are zero.
2487         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2488
2489         [BZ #5854]
2490         * nis/ypclnt.c (yp_order): Fix handling of return value of
2491         do_ypcall_tr call.
2492         Patch by Jeff Moyer <jmoyer@redhat.com>.
2493
2494         * po/fr.po: Update from translation team.
2495
2496 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2497             Carlos O'Donell <carlos@systemhalted.org>
2498
2499         [BZ #5012]
2500         * FAQ.in: Describe why glibc needs to be compiled with
2501         optimization.
2502
2503 2008-02-19  Roland McGrath  <roland@redhat.com>
2504
2505         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2506
2507 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2508
2509         [BZ #5737]
2510         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2511         __USE_MISC is defined.
2512
2513 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2514
2515         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2516         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2517         sys/timerfd.h.
2518         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2519         timerfd_gettime, timerfd_settime.
2520         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2521         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2522
2523 2008-02-08  Roland McGrath  <roland@redhat.com>
2524
2525         * elf/elf.h (NT_PPC_SPE): New macro.
2526
2527 2008-02-06  Roland McGrath  <roland@redhat.com>
2528
2529         * Makerules ($(common-objpfx)sysd-rules):
2530         Depend on $(sysdep-makeconfigs).
2531
2532 2008-01-31  Roland McGrath  <roland@redhat.com>
2533
2534         [BZ #5442]
2535         * configure.in: Use -print-file-name if it yields a directory,
2536         for each of include and include-fixed.
2537         * configure: Regenerated.
2538
2539         * Makeconfig (sysd-rules-targets): New variable.
2540         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2541         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2542
2543 2008-01-30  Roland McGrath  <roland@redhat.com>
2544
2545         * manual/libc.texinfo: Update back-cover text.
2546
2547         * elf/elf.h (NT_386_TLS): New macro.
2548
2549 2008-01-29  Roland McGrath  <roland@redhat.com>
2550
2551         * Makeconfig (sysd-rules-patterns): New variable.
2552         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2553         (check-inhibit-asm): New canned sequence, replaces ...
2554         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2555         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2556         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2557         (CFLAGS-rtld): Variable removed.
2558
2559 2008-01-24  Roland McGrath  <roland@redhat.com>
2560
2561         * configure.in: Let configure fragments set base_os.
2562         * configure: Regenerated.
2563
2564 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2565
2566         * po/ko.po: Update from translation team.
2567
2568 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2569
2570         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2571
2572 2008-01-12  Andreas Jaeger  <aj@suse.de>
2573
2574         [BZ #5040]
2575         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2576         Add EPOLLRDHUP.
2577
2578 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2579
2580         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2581         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2582         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2583
2584 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2585
2586         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2587         * elf/dl-close.c (_dl_close): Check for it.
2588         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2589         (_dl_allocate_static_tls): Likewise.
2590         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2591         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2592         to it.
2593         * elf/tst-tls16.c: New file.
2594         * elf/tst-tlsmod16a.c: New file.
2595         * elf/tst-tlsmod16b.c: New file.
2596         * elf/Makefile: Add rules to build and run tst-tls16.
2597
2598 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2599
2600         [BZ #5628]
2601         * bits/shm.h: Fix comment describing shmid_ds.
2602         * sysdeps/gnu/bits/shm.h: Likewise.
2603         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2604         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2605         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2606         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2607         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2608         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2609         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2610         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2611         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2612
2613         [BZ #5607]
2614         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2615         prototypes.
2616         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2617         additional suffixes.
2618         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2619         Add optional functions mq_timedreceive and mq_timedsend.
2620         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2621         * conform/data/pthread.h-data: Fix prototype of
2622         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2623         * conform/data/semaphore.h-data: Allow time.h definitions.
2624         * conform/data/signal.h-data: Likewise.
2625         * conform/data/stdio.h-data: getw and putw are not required in v6.
2626         * conform/data/stdlib.h-data: Change setstate prototype.
2627         * conform/data/string.h-data: Fix strerror_r prototype.
2628         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2629         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2630         Fix readlink prototype.
2631         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2632         in6addr_loopback.
2633         * inet/netinet/in.h: Cleanup namespace.
2634         * posix/regex.h: Likewise.
2635         * resolv/netdb.h: Likewise.
2636         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2637         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2638         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2639         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2640         of names of in in6_addr.
2641         (default_precedence): Likewise.
2642         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2643         NULL definition.
2644
2645 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2646
2647         * conform/data/fmtmsg.h-data: Add missing allows.
2648         * conform/data/ftw.h-data: Likewise.
2649         * conform/data/inttypes.h-data: Likewise.
2650         * conform/data/math.h-data: Likewise.
2651         * conform/data/signal.h-data: Likewise.
2652         * conform/data/net/if.h-data: Likewise.
2653         * conform/data/netinet/in.h-data: Likewise.
2654         * conform/data/sys/socket.h-data: Likewise.
2655
2656         [BZ #5614]
2657         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2658         (__strtok_r): Simplify.
2659         * string/tester.c (test_strtok_r): Add test case for futile search
2660         with single-character seach string.
2661
2662 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2663
2664         * po/ko.po: Update from translation team.
2665
2666 2008-01-11  Andreas Jaeger  <aj@suse.de>
2667
2668         [BZ #5600]
2669         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2670         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2671         kernel header.
2672
2673 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2674
2675         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2676         native interface lookup in all the relevant places.
2677
2678 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2679             Ulrich Drepper  <drepper@redhat.com>
2680
2681         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2682         field.  Use sockaddr_in6 for source_addr.
2683         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2684         (match_prefix): Likewise.
2685         (get_label): Likewise.
2686         (get_precedence): Likewise.
2687         (rfc3484_sort): Change to use indirect access to results array.
2688         Adjust to use of sockaddr_in6.  Replace service_order test with
2689         simple index comparison.
2690         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2691         service_order field.  Adjust qsort_t calls.  Access sorted result
2692         array indirectly through order array.
2693         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2694         * posix/tst-rfc3484-2.c: Likewise.
2695         * posix/tst-rfc3484-3.c: Likewise.
2696
2697 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2698
2699         [BZ #5541]
2700         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2701         pollfd structures.
2702         Patch by AndrĂ© Cruz.
2703
2704         [BZ #5545]
2705         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2706         (clnt_spcreateerror): Likewise.
2707
2708         [BZ #5553]
2709         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2710         (public_mEMALIGn): Likewise.
2711         Patch mostly by Daniel Jacobowitz.
2712
2713 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2714
2715         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2716         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2717         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2718         * stdlib/tst-makecontext2.c: New test.
2719
2720 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2721
2722         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2723         defined.
2724         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2725         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2726         transliteration hooks and REINIT_PARAMS afterwards.
2727         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2728         status.
2729         (REINIT_PARAMS): Define.
2730         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2731         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2732         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2733         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2734         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2735         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2736         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2737         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2738         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2739         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2740         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2741         * iconvdata/tst-iconv7.c: New test.
2742
2743 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2744
2745         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2746
2747 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2748
2749         [BZ #5112]
2750         * nscd/connections.c (restart): Fix condition.
2751
2752 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2753
2754         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2755         __ctype_toupper_loc): Add __THROW.
2756
2757 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2758
2759         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2760         recognition of interface family.
2761
2762         * posix/getconf.c: Update copyright year.
2763         * nss/getent.c: Likewise.
2764         * iconv/iconvconfig.c: Likewise.
2765         * iconv/iconv_prog.c: Likewise.
2766         * elf/ldconfig.c: Likewise.
2767         * catgets/gencat.c: Likewise.
2768         * csu/version.c: Likewise.
2769         * elf/ldd.bash.in: Likewise.
2770         * elf/sprof.c (print_version): Likewise.
2771         * locale/programs/locale.c: Likewise.
2772         * locale/programs/localedef.c: Likewise.
2773         * nscd/nscd.c (print_version): Likewise.
2774         * debug/xtrace.sh: Likewise.
2775         * malloc/memusage.sh: Likewise.
2776         * malloc/mtrace.pl: Likewise.
2777         * debug/catchsegv.sh: Likewise.
2778
2779 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2780
2781         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2782         second lookup.
2783
2784 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2785
2786         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2787         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2788
2789 2007-12-17  Roland McGrath  <roland@redhat.com>
2790
2791         * inet/ether_line.c (ether_line): Remove unused variable.
2792
2793 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2794
2795         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2796         and winp.
2797         * login/openpty.c (openpty): Likewise.
2798         * login/pty.h (openpty, forkpty): Likewise.
2799         * manual/terminal.texi (openpty, forkpty): Likewise.
2800
2801 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2802
2803         * malloc/malloc.c (public_cALLOc): For arenas other than
2804         main_arena, count all bytes inside the mprotect_size range of the
2805         heap as uninitialized.
2806
2807 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2808
2809         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2810         executable stacks.
2811
2812         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2813         mTRIm for all of them.
2814         (mTRIm): Additionally iterate over all free blocks and use madvise
2815         to free memory for all those blocks which contain at least one
2816         memory page.
2817         * malloc/tst-trim1.c: New file.
2818         * malloc/Makefile (tests): Add tst-trim1.
2819
2820         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2821
2822 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2823
2824         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2825         First cast argument to long
2826         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2827         Return long.
2828         (__vdso_clock_gettime): Likewise.
2829         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2830         return long.
2831
2832 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2833
2834         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2835         * locale/nl_langinfo_l.c: Real implementation, copied from
2836         nl_langinfo.c.
2837         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2838
2839 2007-12-01  Jim Meyering  <meyering@redhat.com>
2840
2841         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2842         that would inhibit utf8-optimization of a regexp containing line-
2843         or buffer-anchors, e.g., `^', `$'.
2844
2845 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2846
2847         * time/bug-getdate1.c (do_test): Don't use century values which
2848         aren't valid on 32-bit systems.
2849
2850 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2851
2852         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2853         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2854         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2855         __strcat_g, __strncat_g): Add __asm__.
2856
2857 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2858
2859         [BZ #5477]
2860         * io/fchmodat.c: Fix typo in stub_warning use.
2861         Patch by Petr Salinger.
2862
2863 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2864
2865         * iconvdata/hp-thai8.c: New file.
2866         * iconvdata/Makefile: Add rules for hp-thai8.c.
2867         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2868         * iconvdata/gconv-modules: Likewise.
2869
2870         [BZ #5464]
2871         * iconvdata/hp-greek8.c: New file.
2872         * iconvdata/Makefile: Add rules for hp-greek8.c.
2873         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2874         * iconvdata/gconv-modules: Likewise.
2875
2876         [BZ #5463]
2877         * iconvdata/hp-turkish8.c: New file.
2878         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2879         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2880         * iconvdata/gconv-modules: Likewise.
2881
2882         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2883         (shrink_heap): ... this new function.
2884         (heap_trim): Call shrink_heap instead of grow_heap.
2885
2886         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2887         case don't call alloc_perturb.
2888
2889 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2890
2891         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
2892         possible.
2893         * sysdeps/unix/sysv/linux/kernel-features.h
2894         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
2895         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
2896
2897 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
2898
2899         [BZ #5424]
2900         * stdio-common/vfprintf.c: Do not overflow when adding to done.
2901         * stdio-common/Makefile (tests): Add bug22.
2902         * stdio-common/bug22.c: New file.
2903
2904         [BZ #5451]
2905         * time/getdate.c: Fix filling in default values.
2906         * time/bug-getdate1.c: New file.
2907         * time/Makefile: Add rules to build and run bug-getdate1.
2908
2909         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
2910         * iconvdata/ebcdic-es.c: Likewise.
2911         * iconvdata/ebcdic-es-a.c: Likewise.
2912         * iconvdata/ebcdic-uk.c: Likewise.
2913         * iconvdata/iso8859-16.c: Likewise.
2914         * iconvdata/viscii.c: Likewise.
2915         * iconvdata/iso8859-9e.c: Likewise.
2916         * iconvdata/Makefile: Adjust appropriately.
2917
2918         [BZ #5428]
2919         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
2920         __need_wint_t.
2921
2922 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2923
2924         [BZ #5427]
2925         * iconvdata/hp-roman9.c: New file.
2926         * iconvdata/Makefile: Add rules for hp-roman9.c.
2927         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
2928         * iconvdata/gconv-modules: Likewise.
2929
2930         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
2931         * iconvdata/Makefile: Adjust appropriately.
2932
2933         [BZ #5441]
2934         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
2935         structure, it's allocated with alloca.
2936         * stdio-common/Makefile (tests): Add bug21.
2937         * stdio-common/bug21.c: New file.
2938
2939 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
2940
2941         [BZ #5452]
2942         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
2943         keyword for gcc's braced-groups.
2944
2945 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2946
2947         [BZ #5454]
2948         * inet/ether_line.c: Strip hostname of whitespaces.
2949         * inet/Makefile (tests): Add tst-ether_line.
2950         * inet/tst-ether_line.c: New file.
2951
2952 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
2953
2954         [BZ #5439]
2955         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
2956
2957         [BZ #5435]
2958         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
2959
2960         * stdlib/tst-setcontext.c: Catch the case where the links gets
2961         messed up and we do not reach main again.
2962
2963         * po/ca.po: Update from translation team.
2964
2965 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
2966
2967         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
2968         * posix/regex.h (REG_ENOSYS): Likewise.
2969         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
2970
2971 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
2972
2973         * nscd/nscd.h (MAX_STACK_USE): Define.
2974         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
2975         (gc): Initialize stack_used based on allocation in prune_cache.
2976         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
2977         Clear array before use.
2978
2979         * nscd/aicache.c (addhstaiX): Update statistics counter in case
2980         memory allocation failed.
2981         * nscd/hstcache.c (cache_addhst): Likewise.
2982         * nscd/grpcache.c (cache_addgr): Likewise.
2983         * nscd/servicescache.c (cache_addserv): Likewise.
2984         * nscd/pwdcache.c (cache_addpw): Likewise.
2985         * nscd/initgrcache.c (addinitgroupsX): Likewise.
2986
2987 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
2988
2989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
2990         and creat system calls.
2991
2992         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
2993
2994 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2995
2996         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
2997         Add netiucv/iucv.h.
2998         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
2999         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3000         protocol.
3001         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3002         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3003         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3004
3005 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3006
3007         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3008         strncat): Define as macros to avoid compile errors.
3009
3010         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3011         creat entries.
3012
3013 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3014
3015         [BZ #5382]
3016         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3017         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3018         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3019         overflow it.
3020         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3021
3022         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3023         Return zero in case the thread library is not NPTL.
3024
3025         [BZ #5375]
3026         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3027         initializing interface list.
3028
3029         [BZ #5378]
3030         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3031         use result of nss_getgrgid_r if nothing was found.  For other
3032         error return with a failure.
3033         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3034
3035         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3036         macro name.
3037
3038 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3039
3040         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3041         (get_scope): For IPv4 scope, use scopes table.
3042         (fini): Free scopes table if necessary.
3043         (free_scopelist): New function.
3044         (scopecmp): New function.
3045         (gaiconf_init): Also handle scopev4 entries.
3046         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3047         * posix/tst-rfc3484-2.c (do_test): Likewise.
3048         * posix/gai.conf: Document scopev4 defaults.
3049         * posix/Makefile (tests): Add tst-rfc3484-3.
3050         * posix/tst-rfc3484-3.c: New file.
3051
3052         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3053         Teredo tunnels.
3054         * posix/gai.conf: Update for current default tables.
3055
3056 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3057
3058         * po/tr.po: Update from translation team.
3059
3060 2007-11-18  Roland McGrath  <roland@frob.com>
3061
3062         * manual/arith.texi (Remainder Functions): Spelling fix.
3063         From Shaun Silk <genix@mysoul.com.au>.
3064
3065         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3066
3067 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3068
3069         * po/zh_CN.po: Update from translation team.
3070
3071         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3072         Add sys/signalfd.h and sys/eventfd.h.
3073
3074 2007-11-15  Bruno Haible  <bruno@clisp.org>
3075
3076         [BZ #5346]
3077         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3078         union.
3079         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3080         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3081         it needs only fixed stack space. Delay the initialization of
3082         msgid_len until it is needed.
3083
3084 2007-11-15  Andreas Jaeger  <aj@suse.de>
3085
3086         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3087         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3088
3089 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3090
3091         * po/ko.po: Update from translation team.
3092
3093 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3094
3095         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3096         significantly.  The device type is also part of the ifinfomsg data.
3097
3098         * po/sv.po: Update from translation team.
3099         * po/nl.po: Likewise.
3100
3101         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3102         to wake up in 24 hours.
3103
3104         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3105
3106 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3107
3108         * po/cs.po: Update from translation team.
3109         * po/pl.po: Likewise.
3110
3111         * include/ifaddrs.h: Remove in6ai_temporary.
3112         (struct in6addrinfo): Add index element.
3113         Declare __check_native.
3114         * inet/Makefile (aux): Add check_native.
3115         * sysdeps/unix/sysv/linux/check_native.c: New file.
3116         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3117         IFA_F_TEMPORARY.  Pass back ifa_index.
3118         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3119         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3120         call __check_native if necessary.
3121         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3122         to sort addresses.  Pass information about the results.
3123         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3124         of rfc3484_sort interface.
3125         * posix/tst-rfc3484-2.c: Likewise.
3126
3127         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3128         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3129         for _quicksort.
3130         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3131         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3132         on as third parameter to compare function and _quicksort.
3133         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3134         to the compare function.
3135         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3136         * Versions.def: Add GLIBC_2.8 for libc.
3137
3138         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3139         * posix/tst-rfc3484-2.c: Likewise.
3140
3141         * include/kernel-features.h: Moved to...
3142         * sysdeps/mach/hurd/kernel-features.h: ...here.
3143
3144 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3145
3146         * sysdeps/i386/i586/memcpy_chk.S: New file.
3147         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3148         * sysdeps/i386/i586/memset_chk.S: Likewise.
3149
3150 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3151
3152         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3153         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3154         list of interfaces.  Also store prefix length.
3155         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3156         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3157         prefix if source and destination address are in the same subnet.
3158         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3159         Always look for matching record in in6ai list.
3160         Correct source_addr_len value for IPv6->IPv4 converted records.
3161
3162 2007-11-11  Roland McGrath  <roland@frob.com>
3163
3164         * include/kernel-features.h: New file.
3165
3166 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3167
3168         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3169         complications for 64-bit platforms.
3170
3171         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3172         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3173         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3174         open64_2.
3175         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3176         entries.
3177         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3178         * sysdeps/wordsize-64/alphasort.c: New file.
3179         * sysdeps/wordsize-64/alphasort64.c: New file.
3180         * sysdeps/wordsize-64/fseeko.c: New file.
3181         * sysdeps/wordsize-64/fseeko64.c: New file.
3182         * sysdeps/wordsize-64/ftello.c: New file.
3183         * sysdeps/wordsize-64/ftello64.c: New file.
3184         * sysdeps/wordsize-64/ftw.c: New file.
3185         * sysdeps/wordsize-64/ftw64.c: New file.
3186         * sysdeps/wordsize-64/iofgetpos.c: New file.
3187         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3188         * sysdeps/wordsize-64/iofopen.c: New file.
3189         * sysdeps/wordsize-64/iofopen64.c: New file.
3190         * sysdeps/wordsize-64/iofsetpos.c: New file.
3191         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3192         * sysdeps/wordsize-64/lockf.c: New file.
3193         * sysdeps/wordsize-64/lockf64.c: New file.
3194         * sysdeps/wordsize-64/mkostemp.c: New file.
3195         * sysdeps/wordsize-64/mkostemp64.c: New file.
3196         * sysdeps/wordsize-64/mkstemp.c: New file.
3197         * sysdeps/wordsize-64/mkstemp64.c: New file.
3198         * sysdeps/wordsize-64/scandir.c: New file.
3199         * sysdeps/wordsize-64/scandir64.c: New file.
3200         * sysdeps/wordsize-64/tmpfile.c: New file.
3201         * sysdeps/wordsize-64/tmpfile64.c: New file.
3202         * sysdeps/wordsize-64/versionsort.c: New file.
3203         * sysdeps/wordsize-64/versionsort64.c: New file.
3204         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3205         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3206         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3207         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3208         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3209         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3210         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3211         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3212         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3213         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3214         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3215         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3216
3217         * crypt/sha256-crypt.c: Fix a comment.
3218         * crypt/sha512-crypt.c: Likewise.
3219
3220 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3221
3222         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3223
3224 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3225
3226         [BZ #5277]
3227         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3228         because output buffer is too small break, don't loop.
3229         * iconvdata/Makefile (tests): Add bug-iconv6.
3230         * iconvdata/bug-iconv6.c: New file.
3231
3232 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3233
3234         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3235         with size_t type.
3236         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3237         size_t.  Add casts where needed.
3238
3239         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3240         old headers, don't call avc_has_perm if we don't have the
3241         permission information.
3242
3243 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3244
3245         * elf/rtld.c (dl_main): Use the page size to find the map start.
3246
3247 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3248
3249         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3250         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3251
3252         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3253         when the lookup call failed.
3254
3255         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3256         Add prune_cond and wakeup_time.
3257         (CACHE_PRUNE_INTERNAL): Define.
3258         Update declarations of prune_cache and setup_thread.
3259         * nscd/connections.c (dbs): Update initializers.
3260         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3261         (nscd_init): Default number of threads is now 4.
3262         (invalidate_cache): Take lock before calling prune_cache.
3263         (handle_request): If SELinux forbids the request, say so.
3264         (readylist_cond): Use static initializer.
3265         (nscd_run_prune): New function.  Used only by pruning threads.
3266         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3267         here.
3268         (fd_ready): Update nscd_run reference.
3269         (start_threads): No need to initialize readylist_cond.
3270         Start pruning threads separately.
3271         * nscd/nscd_setup_thread.c: Change return value type to int and always
3272         return 0.
3273         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3274         to int and return nonzero value if we can use the TID address hack.
3275         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3276         the database is later than the new entry's timeout, update the
3277         wakeup time and wake the cleanup thread.
3278         (prune_cache): Return seconds the next entry in the database is still
3279         valid.  Remove locking for pruning here.
3280         * nscd/nscd.conf: Document default number of threads.
3281
3282 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3283
3284         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3285         stack is properly aligned for the target function.
3286         Correct unwind info.
3287
3288         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3289         when using auditing libraries.
3290
3291 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3292
3293         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3294         _nss_dns_getnetbyaddr2_r.
3295         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3296         extra parameter to getanswer_r.
3297         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3298         _nss_dns_getnetbyaddr2_r.
3299
3300         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3301         gethstbynm3_r.
3302         * nscd/gethstbynm2_r.c: Remove.
3303         * nscd/gethstbynm3_r.c: New file.
3304         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3305         __gethostbyaddr_r.
3306         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3307         __gethostbyaddr_r compatibility wrapper.
3308         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3309         determining timeout of entry.
3310         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3311         __gethostbyaddr2_r.
3312         (addhstbyX): Pass reference to variable for TTL to lookup and
3313         cache_addhst.
3314         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3315         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3316         and __nss_next2.  Remove __nss_services_lookup.
3317         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3318         Add compat wrapper.
3319         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3320         __nss_next2.
3321         * nss/getXXent_r.c: Likewise.
3322         * nss/getnssent_r.c: Likewise.
3323         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3324         does not exist in module, try the optional second name.
3325         (__nss_next2): New function.
3326         (__nss_next): Now wrapper around __nss_next2.
3327         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3328         Declare __nss_next2.
3329         Adjust definition of db_lookup_function type.
3330         * nss/service-lookup.c: Define NO_COMPAT.
3331         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3332         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3333         * inet/ether_ntoh.c: Likewise.
3334         * sunrpc/netname.c: Likewise.
3335         * sunrpc/publickey.c: Likewise.
3336         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3337         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3338         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3339         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3340         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3341
3342         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3343
3344         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3345
3346 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3347
3348         [BZ #5204]
3349         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3350         * crypt/sha512c-test.c: Likewise.
3351
3352         [BZ #5225]
3353         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3354         to keep track of end of %[ format string element.
3355         * stdio-common/Makefile (tests): Add bug20.
3356         * stdio-common/bug20.c: New file.
3357
3358         [BZ #5222]
3359         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3360         path elements in counting mode.
3361
3362 2007-10-27  Andreas Jaeger  <aj@suse.de>
3363
3364         [BZ #5040]
3365         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3366
3367         [BZ #3112]
3368         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3369         (__cleanup): Free shared library when exiting.
3370         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3371         (__cleanup): Free shared library when exiting.
3372
3373 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3374
3375         [BZ #2549]
3376         * math/libm-test.inc (check_float_internal): Support
3377         denormalized return.
3378
3379 2007-10-23  Andreas Jaeger  <aj@suse.de>
3380
3381         [BZ #5208]
3382         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3383         __LONG_LONG_PAIR to handle little endian byte order.
3384         Suggested by abhishekrai@google.com
3385
3386 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3387
3388         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3389
3390 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3391
3392         * nscd/cache.c (prune_cache): Move test for modified file outside
3393         of locking.
3394
3395 2007-10-21  Andreas Jaeger  <aj@suse.de>
3396
3397         * manual/texinfo.tex: Update to latest version.
3398
3399         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3400
3401         * manual/arith.texi (Status bit operations): Fix formatting.
3402
3403         * manual/errno.texi (Error Messages): Fix formatting.
3404
3405         * manual/sysinfo.texi (System Parameters): Fix formatting.
3406
3407         * manual/libc.texinfo: Update VERSION and UPDATED.
3408
3409 2007-10-19  Roland McGrath  <roland@redhat.com>
3410
3411         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3412
3413 2007-10-06  David S. Miller  <davem@davemloft.net>
3414
3415         * configure.in: Add sparcv9v2 and sparc64v2.
3416         * scripts/config.sub: Likewise.
3417         * configure: Regenerate.
3418         * elf/elf.h (HWCAP_SPARC_N2): New.
3419         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3420         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3421         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3422         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3423         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3424         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3425         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3426
3427 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3428
3429         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3430         even if the poll result indicates there is data to read.
3431         Patch by Jeff Moyer <jmoyer@redhat.com>.
3432
3433 2007-10-18  Roland McGrath  <roland@redhat.com>
3434
3435         * elf/elf.h (NT_PPC_VMX): New macro.
3436
3437 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3438
3439         * version.h (VERSION): Set to 2.7.90.
3440
3441 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3442
3443         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3444         weak_alias.
3445
3446 2007-10-17  Roland McGrath  <roland@frob.com>
3447
3448         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3449         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3450
3451 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3452
3453         * version.h (VERSION): Bump to 2.7.
3454         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3455
3456         [BZ #5186]
3457         * time/tzset.c (__tz_convert): Don't force testing for a change of
3458         TZ if not called from localtime.  But then also see whether the
3459         file changed, in case __use_tzfile is set.
3460
3461         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3462         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3463         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3464         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3465         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3466         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3467         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3468         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3469
3470 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3471
3472         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3473         and admin selects to be able to replace the gai.conf file, lock
3474         data structures around the qsort call.
3475
3476 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3477
3478         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3479         new memset.
3480         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3481         too high for the improvements.  Implement bzero unconditionally for
3482         use in libc.
3483
3484 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3485             Jakub Jelinek  <jakub@redhat.com>
3486
3487         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3488         even when time_t is 32-bit.
3489         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3490         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3491         always set after the search.
3492
3493 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3494
3495         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3496         unreachable code on 32-bit machines.
3497
3498 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3499
3500         [BZ #5184]
3501         * time/strftime_l.c: Include stdbool.h.
3502         (my_strftime): New wrapper, old function renamed to...
3503         (__strftime_internal): ... new function.  Add tzset_called
3504         argument, pass it down to recursive calls, don't call tzset ()
3505         if already true, set to true after call to tzset ().
3506
3507 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3508
3509         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3510         into account when copying TZ string.
3511
3512 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3513
3514         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3515         num_transition rather than num_transitions - 1.
3516
3517 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3518
3519         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3520         PIC indirect jump.
3521
3522         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3523         a local label rather than HIDDEN_JUMPTARGET.
3524
3525 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3526
3527         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3528         (init_cacheinfo): Initialize it.
3529         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3530         Always define bzero.
3531         Remove non-glibc code.
3532         * sysdeps/x86_64/bzero.S: Make an empty file.
3533
3534 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3535
3536         * sysdeps/x86_64/cacheinfo.c
3537         (__x86_64_preferred_memory_instruction): New.
3538         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3539
3540         * sysdeps/x86_64/memset.S: Rewrite.
3541
3542 2007-10-15  Roland McGrath  <roland@redhat.com>
3543
3544         * po/libc.pot: Regenerated.
3545
3546 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3547
3548         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3549         pointers.
3550
3551         [BZ #3425]
3552         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3553         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3554         address record to T_A/T_AAAA requests.
3555
3556 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3557
3558         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3559
3560         * posix/glob.c: Add some branch prediction throughout.
3561
3562         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3563         read from nscd.
3564
3565         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3566         service_order.
3567         (rfc3484_sort): Make sure that even if qsort doesn't support
3568         stable sorting out sorting here is stable by comparing service_order.
3569         (getaddrinfo): Initialize service_order.
3570         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3571         service_order field to sorting structure.
3572         * posix/tst-rfc3484-2.c (do_test): Likewise.
3573
3574         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3575         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3576         __tzset_parse_tz and updating of daylight, timezone, tzname into
3577         update_vars.
3578         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3579         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3580         happens in __tz_compute.
3581         * time/tzfile.c (__tzfile_read): Also read TZ string.
3582         (find_transition): Fold into __tzfile_compute.
3583         (__tzfile_compute): For times beyond the last transition try to
3584         use the TZ string.
3585         * timezone/tst-timezone.c: Information in daylight and tzname does
3586         change for Asia/Tokyo timezone with more concrete information.
3587         Remove the test.
3588
3589         * include/stdio.h: Add libc_hidden_proto for ftello.
3590         * libio/ftello.c: Add libc_hidden_def.
3591
3592         [BZ #1140]
3593         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3594         on the specified time and not the last entries in the file.  Move
3595         code to determine tzname[] to...
3596         (find_transition): ...here.  Add ugly guess for times before the
3597         first transition.
3598
3599 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3600
3601         [BZ #3195]
3602         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3603         no entry.
3604         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3605         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3606         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3607         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3608
3609         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3610         read mechanism when there are no group members and avoid no-op
3611         read syscall in this case.
3612
3613         [BZ #3242]
3614         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3615         (__readall): If reading failed due to EAGAIN error wait a bit
3616         and possibly try again.
3617         (__readvall): Likewise.
3618
3619 2007-10-13  Bruno Haible  <bruno@clisp.org>
3620
3621         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3622         when we cannot recode the message.
3623
3624 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3625
3626         [BZ #4359]
3627         * libio/__freading.c (__freading): Don't return true for
3628         write-only streams.  For read/write streams, check whether we
3629         performed a read operation already.
3630         * libio/Makefile (tests): Add tst-ext2.
3631         * libio/tst-ext2.c: New file.
3632
3633 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3634
3635         * locale/programs/repertoire.c (repertoire_read): Always free
3636         memory for repertoire file name [Coverity CID 270].
3637
3638         * elf/cache.c (save_aux_cache): Free memory allocated for
3639         temporary file name [Coverity CID 267].
3640
3641 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3642
3643         * misc/Makefile (headers): Add bits/error.h.
3644
3645 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3646
3647         * posix/fnmatch_loop.c: Take rule index returned as part of
3648         findidx return value into account when accessing weights.
3649         * posix/regcomp.c: Likewise.
3650         * posix/regexec.c: Likewise.
3651
3652         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3653         (skip_to): Fix problems with parameter of elifdef/elifndef.
3654
3655 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3656
3657         * iconv/gconv_simple.c: Add some branch prediction.
3658
3659 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3660
3661         * locale/programs/ld-collate.c (collate_read): If ignore_content
3662         and nowtok is tok_define, eat any tok_eol tokens.
3663
3664 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3665
3666         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3667         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3668
3669         * inet/netinet/in.h: Don't include bits/socket.h.
3670         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3671         macro.
3672         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3673
3674 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3675
3676         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3677         and tok_elifndef.
3678         * locale/programs/locfile-kw.gperf: Likewise.
3679         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3680
3681 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3682
3683         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3684         (__find_specwc): Change into __extern_always_inline function.
3685         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3686         (__parse_one_specmb): Remove ps argument.
3687         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3688         Adjust __find_specmb and __parse_one_specmb callers.
3689         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3690         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3691         Removed.
3692         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3693         caller.
3694
3695 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3696
3697         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3698         with some Pentium Ds.
3699
3700 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3701
3702         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3703         __read not read.
3704         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3705         __write not write.
3706
3707 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3708
3709         [BZ #181]
3710         * locale/C-time.c: Set week_1stday data to 19971201.
3711         * locale/programs/ld-time.c (time_finish): Default for
3712         first_workday is Monday.
3713
3714         [BZ #2633]
3715         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3716
3717         [BZ #5103]
3718         * posix/glob.c (glob): Recognize patterns starting \/.
3719         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3720         (main): Add test for pattern starting \/.
3721
3722         * misc/error.h: Use __const instead of const.
3723         * misc/bits/error.h: Likewise.
3724
3725 2007-10-07  Andreas Jaeger  <aj@suse.de>
3726
3727         * include/bits/error.h: New file.
3728
3729         * misc/bits/error.h (error_at_line): Fix prototype.
3730
3731 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3732
3733         [BZ #3924]
3734         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3735         more little bugs in creating the stack frame when pltexit has to
3736         be called.
3737
3738         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3739         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3740
3741         [BZ #4407]
3742         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3743         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3744         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3745         * math/libm-test.inc: Add test for this case.
3746
3747         [BZ #5010]
3748         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3749         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3750         map service succeeded.
3751         (svc_is_mapped): New function.
3752         (svc_unregister): Use it before trying to unmap service.
3753
3754 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3755
3756         * timezone/zic.c: Update from tzcode2007h.
3757
3758         [BZ #5063]
3759         * timezone/africa: Update from tzdata2007h.
3760         * timezone/antarctica: Likewise.
3761         * timezone/asia: Likewise.
3762         * timezone/australasia: Likewise.
3763         * timezone/europe: Likewise.
3764         * timezone/leapseconds: Likewise.
3765         * timezone/northamerica: Likewise.
3766         * timezone/southamerica: Likewise.
3767         * timzeone/zone.tab: Likewise.
3768
3769         [BZ #5104]
3770         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3771
3772         [BZ #5113]
3773         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3774         avoid warning with -Wconversion.
3775         (__strndup): Likewise.
3776         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3777
3778         [BZ #5112]
3779         * nscd/connections.c (restart): Don't resync if database is
3780         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3781
3782         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3783         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3784
3785         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3786         evetnfd_read, eventfd_write.
3787         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3788         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3789         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3790         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3791         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3792         eventfd_write for GLIBC_2.7.
3793
3794         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3795         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3796         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3797         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3798
3799 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3800
3801         * stdlib/msort.c: Include stdint.h.
3802         (struct msort_param): New type.
3803         (msort_with_tmp): Use struct msort_param pointer for unchanging
3804         parameters.  Add optimized handling for several common sizes
3805         and indirect sorting mode.
3806         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3807         sorting.
3808         Suggested by Belazougui Djamel .
3809
3810         * stdlib/Makefile (tests): Add tst-qsort2.
3811         * stdlib/tst-qsort2.c: New test.
3812
3813 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3814
3815         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3816         for dup2 in case another thread races with the current one.  Retry
3817         in this case.
3818
3819         * misc/error.h: Remove support for use outside of libc.  We have to
3820         include <features.h> now.  Include <bits/error.h> if possible.
3821         * misc/bits/error.h: New file.
3822
3823 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3824
3825         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3826         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3827         __extern_always_inline functions unconditionally, drop macros.
3828
3829         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3830         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3831         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3832
3833         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3834         add __artificial__ attribute.
3835
3836 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3837
3838         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3839         backward to forward direction.
3840
3841         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3842
3843         [BZ #645]
3844         * locale/programs/ld-collate.c (collate_finish): Compare against last
3845         used section which is known to have rules defined.
3846         (collate_read): After order_start, correctly record order of sections
3847         and queue sections up.
3848
3849 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3850
3851         [BZ #5071]
3852         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3853         the same number of pages.
3854         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3855
3856         * locale/programs/ld-collate.c (collate_read): After initial copy
3857         statement, continue in state 0.
3858
3859         * include/stdio_ext.h (__fsetlocking): Define as macro.
3860
3861 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3862
3863         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3864         of section order.
3865
3866         * po/pt_BR.po: Fix typo.
3867
3868 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3869
3870         * iconvdata/Makefile (modules): Add ISO8859-9E.
3871         (distribute): Add iso8859-9e.c.
3872         (gen-8bit-gap-modules): Add iso8859-9e.
3873         * iconvdata/iso8859-9e.c: New file.
3874         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3875         * iconvdata/TESTS: Likewise.
3876         * iconvdata/tst-tables.sh: Likewise.
3877
3878         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3879
3880         * locale/iso-639.def: Add several new entries.
3881
3882 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3883
3884         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3885         void * pointers instead of struct link_map **.
3886         (_dl_scope_free): Change argument type to void *.
3887         * include/link.h (struct link_map): Change type of l_reldeps
3888         to struct link_map_reldeps, move l_reldepsact into that
3889         struct too.
3890         * elf/dl-deps.c: Include atomic.h.
3891         (_dl_map_object_deps): Only change l->l_initfini when it is
3892         fully populated, use _dl_scope_free for freeing it.  Optimize
3893         removal of libs from reldeps by using l_reserved flag, when
3894         some removal is needed, allocate a new list instead of
3895         reallocating and free the old with _dl_scope_free.  Adjust
3896         for l_reldeps and l_reldepsact changes.
3897         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
3898         searching in l_initfini and l_reldeps without holding dl_load_lock.
3899         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
3900         l_reldepsact changes.
3901         * elf/dl-close.c (_dl_close_worker): Likewise.
3902         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
3903
3904 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
3905
3906         * iconvdata/Makefile (modules): Add KOI8-RU.
3907         (distribute): Add koi8-ru.c.
3908         (gen-8bit-gap-modules): Add koi8-ru.
3909         * iconvdata/koi8-ru.c: New file.
3910         * iconvdata/gconv-modules: Add entries for KOI8-RU.
3911         * iconvdata/TESTS: Likewise.
3912         * iconvdata/tst-tables.sh: Likewise.
3913
3914         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3915
3916 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
3917
3918         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
3919         with __warning__/__error__ attributes.
3920         (__warnattr): Define.
3921         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
3922         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
3923         __warnattr.
3924         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
3925         of __*_chk if compile time detectable overflow is found.
3926         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
3927         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
3928         with __warnattr.
3929         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
3930         instead of __*_chk if compile time detectable overflow is found.
3931         (__gets_alias): Rename to...
3932         (__gets_warn): ... this.  Add __warnattr.
3933         (gets): Call __gets_warn instead of __gets_alias.
3934         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
3935         aliases with __warnattr.
3936         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
3937         time detectable overflow is found.
3938         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
3939         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
3940         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
3941         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
3942         __getdomainname_chk_warn): New aliases with __warnattr.
3943         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
3944         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
3945         __*_chk_warn instead of __*_chk if compile time detectable overflow
3946         is found.
3947         (__getgroups_chk): Rename argument to __listlen from listlen.
3948         (__getwd_alias): Rename to...
3949         (__getwd_warn): ... this.  Add __warnattr.
3950         (getwd): Call __getwd_warn instead of __getwd_alias.
3951         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
3952         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
3953         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
3954         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
3955         __wcsnrtombs_chk_warn): New aliases with __warnattr.
3956         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
3957         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
3958         compile time detectable overflow is found.
3959         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
3960         to use __*_chk or not.
3961         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
3962         in comparisons which function should be called and in __*_chk*
3963         arguments.  Call __*_chk_warn instead of __*_chk if compile time
3964         detectable overflow is found.
3965         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
3966         __*_chk argument.
3967         * debug/tst-chk1.c (do_test): Add a few more tests.
3968
3969 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
3970
3971         [BZ #5058]
3972         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
3973         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
3974         (_nl_unload_domain): Finalize conversions_lock.
3975         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
3976         handling table of known conversions.
3977
3978 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3979
3980         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
3981         close_not_cancel_no_status instead of close.
3982
3983 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
3984
3985         [BZ #5028]
3986         * posix/regcomp.c (lookup_collation_sequence_value): Check that
3987         nrules != 0 for multibyte chars.
3988
3989 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
3990
3991         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
3992         Provide better error message in case the type is unknown.
3993
3994         [BZ #4963]
3995         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
3996         * string/stratcliff.c: Make usable to test wide char functions.
3997         * wcsmbs/wcsatcliff.c: New file.
3998         * wcsmbs/Makefiel (tests): Add wcsatcliff.
3999
4000         [BZ #4972]
4001         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4002         (distribute): Add mac-centraleurope.c.
4003         (gen-8bit-gap-modules): Add mac-centraleurope.
4004         * iconvdata/mac-centraleurope.c: New file.
4005         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4006         * iconvdata/TESTS: Likewise.
4007         * iconvdata/tst-tables.sh: Likewise.
4008
4009         [BZ #5043]
4010         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4011
4012 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4013
4014         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4015         from __x86_64_core_cache_size_half.
4016         (init_cacheinfo): Compute shared cache size for AMD processors with
4017         shared L3 correctly.
4018         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4019         name change.
4020         Patch in large parts by Evandro Menezes.
4021
4022 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4023
4024         * elf/dl-lookup.c (add_dependency): Handle failing memory
4025         allocation for dependency list.  Remove unnecessary check.
4026
4027         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4028         open/close when determining source addresses.
4029
4030         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4031         sha512-crypt, and sha512.
4032         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4033         (distribute): Add sha256.h and sha512.h.
4034         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4035         and call the appropriate code.
4036         * crypt/sha256-crypt.c: New file.
4037         * crypt/sha256.c: New file.
4038         * crypt/sha256.h: New file.
4039         * crypt/sha256c-test.c: New file.
4040         * crypt/sha256test.c: New file.
4041         * crypt/sha512-crypt.c: New file.
4042         * crypt/sha512.c: New file.
4043         * crypt/sha512.h: New file.
4044         * crypt/sha512c-test.c: New file.
4045         * crypt/sha512test.c: New file.
4046
4047 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4048
4049         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4050         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4051         __syslog_chk.
4052
4053 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4054
4055         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4056         %as in fscanf format strings.
4057
4058         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4059         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4060         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4061         Likewise.
4062         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4063         Likewise.
4064
4065         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4066         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4067         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4068         * elf/dl-sym.c (do_sym): Likewise.
4069         * include/link.h (struct link_map): Add l_serial field.
4070         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4071         * elf/dl-lookup.c (add_dependency): Add flags argument.
4072         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4073         flags, use THREAD_GSCOPE_RESET_FLAG before and
4074         THREAD_GSCOPE_SET_FLAG after
4075         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4076         Don't dereference map until it has been found on some list.
4077         If map->l_serial changed, return -1.
4078
4079 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4080
4081         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4082         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4083         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4084         libc_hidden_proto.
4085         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4086         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4087         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4088         add libc_hidden_proto.
4089         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4090         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4091         conformance requested.
4092         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4093         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4094         conformance requested.
4095         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4096         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4097         conformance requested.
4098         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4099         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4100         ISO C99 or POSIX conformance requested.
4101         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4102         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4103         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4104         and __isoc99_vsscanf@@GLIBC_2.7.
4105         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4106         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4107         (tests): Add scanf14.
4108         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4109         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4110         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4111         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4112         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4113         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4114         from using internal headers.
4115         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4116         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4117         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4118         and __isoc99_vswscanf@@GLIBC_2.7.
4119         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4120         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4121         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4122         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4123         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4124         * stdio-common/isoc99_scanf.c: New file.
4125         * stdio-common/isoc99_vsscanf.c: New file.
4126         * stdio-common/isoc99_vscanf.c: New file.
4127         * stdio-common/isoc99_vfscanf.c: New file.
4128         * stdio-common/isoc99_fscanf.c: New file.
4129         * stdio-common/isoc99_sscanf.c: New file.
4130         * wcsmbs/isoc99_fwscanf.c: New file.
4131         * wcsmbs/isoc99_vswscanf.c: New file.
4132         * wcsmbs/isoc99_swscanf.c: New file.
4133         * wcsmbs/isoc99_wscanf.c: New file.
4134         * wcsmbs/isoc99_vwscanf.c: New file.
4135         * wcsmbs/isoc99_vfwscanf.c: New file.
4136         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4137         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4138         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4139         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4140         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4141         * stdio-common/scanf14.c: New test.
4142         * stdio-common/scanf15.c: New test.
4143         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4144         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4145         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4146         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4147         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4148         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4149         __nldbl___isoc99_scanf@@GLIBC_2.7,
4150         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4151         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4152         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4153         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4154         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4155         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4156         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4157         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4158         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4159         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4160         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4161         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4162         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4163         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4164         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4165         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4166         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4167         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4168         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4169         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4170         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4171         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4172         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4173         functions.
4174         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4175         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4176         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4177         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4178         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4179         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4180         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4181         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4182         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4183         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4184         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4185         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4186
4187         * stdio-common/Makefile (tests): Add scanf13.
4188         (scanf13-ENV): New.
4189         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4190         m modifier followed by l.
4191         (STRING_ARG): Add width argument.
4192         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4193         <case L_('C')>: Handle %mlc and %mC.
4194         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4195         arguments.
4196         * stdio-common/scanf13.c: New test.
4197
4198         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4199         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4200
4201 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4202
4203         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4204         type and __THROW marker of splice, vmsplice, and tee.
4205         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4206         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4207         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4208         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4209         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4210         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4211         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4212         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4213         as cancellation points.
4214
4215 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4216
4217         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4218         parse more than three parts of the version number.
4219
4220 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4221
4222         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4223         modifier.  Patch by Jakub Jelinek.
4224
4225 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4226
4227         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4228         call_fallocate in misc subdir.
4229         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4230         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4231         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4232         instead of __fallocate64.
4233         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4234
4235 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4236
4237         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4238         * rt/Makefile (headers): Add bits/mqueue2.h.
4239         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4240         optimizing with GCC and __va_arg_pack_len is defined.
4241         * rt/bits/mqueue2.h: New file.
4242         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4243         (mq_open): New strong_alias.
4244         (__mq_open_2): New function.
4245         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4246         (mq_open): New strong_alias.
4247         (__mq_open_2): New function.
4248         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4249         * Versions.def (librt): Add GLIBC_2.7 version.
4250         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4251         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4252
4253         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4254         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4255         is defined rather than when not C++.
4256         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4257         __openat64_alias): New redirects.
4258         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4259         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4260         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4261         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4262         functions instead of function-like macros.
4263
4264 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4265
4266         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4267         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4268         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4269
4270 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4271
4272         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4273         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4274
4275 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4276
4277         * inet/tst-network.c: Increment ERRORS for failing tests.
4278
4279 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4280
4281         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4282         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4283         implement as __extern_always_inline function.
4284         (vsyslog): Define as __extern_always_inline function unconditionally.
4285         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4286         When __va_arg_pack is defined, implement as __extern_always_inline
4287         functions.
4288         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4289         __extern_always_inline functions unconditionally.
4290         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4291         bits/stdio2.h will be included.
4292         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4293         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4294         implement as __extern_always_inline functions.
4295         (vswprintf, vwprintf, vfwprintf): Define as
4296         __extern_always_inline functions unconditionally.
4297         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4298
4299 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4300
4301         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4302         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4303         attribute.
4304         * include/features.h (__USE_EXTERN_INLINES): Define only when
4305         __extern_inline is defined.
4306         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4307         is defined instead of when not __cplusplus.
4308         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4309         is defined instead of when not __cplusplus.
4310         * socket/sys/socket.h: Include bits/socket2.h when
4311         __extern_always_inline is defined instead of when not __cplusplus.
4312         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4313         is defined instead of when not __cplusplus.
4314         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4315         is defined instead of when not __cplusplus.
4316         * string/string.h: Include bits/string3.h when __extern_always_inline
4317         is defined instead of when not __cplusplus.
4318         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4319         is defined instead of when not __cplusplus.
4320         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4321         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4322         is not defined.
4323         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4324         defined __extern_always_inline instead of !defined __cplusplus.
4325         * libio/bits/stdio-ldbl.h: Likewise.
4326         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4327         * misc/bits/syslog.h (syslog): Don't define for C++.
4328         (vsyslog): Use __extern_always_inline function for C++ instead of
4329         a macro.
4330         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4331         whenever that macro is defined.
4332         (vprintf): Don't provide the inline for C++.
4333         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4334         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4335         define the macros for C++.
4336         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4337         __extern_always_inline functions for C++.
4338         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4339         stat64, lstat64, fstat64, fstatat64): Don't define if not
4340         __USE_EXTERN_INLINES.
4341         * wcsmbs/bits/wchar2.h: Fix #error message.
4342         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4343         (vswprintf, vwprintf, vfwprintf): Define using
4344         __extern_always_inline functions for C++.
4345         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4346         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4347         strncpy, strcat, strncat): Define as __extern_always_inline
4348         functions instead of macros for C++.
4349         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4350         defined __extern_inline.
4351         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4352         to __extern_inline whenever that macro is defined.
4353         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4354         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4355         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4356         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4357         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4358         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4359         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4360         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4361         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4362         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4363         prototypes.  Only provide __extern_inline routines if
4364         __USE_EXTERN_INLINES.
4365         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4366         tests.
4367         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4368         For now avoid some *printf tests in C++.  Skip all testing
4369         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4370         is not.
4371         * debug/tst-chk4.cc: New file.
4372         * debug/tst-chk5.cc: New file.
4373         * debug/tst-chk6.cc: New file.
4374         * debug/tst-lfschk4.cc: New file.
4375         * debug/tst-lfschk5.cc: New file.
4376         * debug/tst-lfschk6.cc: New file.
4377         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4378         prototypes in C++.
4379         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4380         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4381         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4382
4383 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4384
4385         * po/cs.po: Update from translation team.
4386
4387 2007-09-11  Roland McGrath  <roland@redhat.com>
4388
4389         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4390         compiling.
4391
4392 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4393
4394         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4395
4396 2007-09-05  Roland McGrath  <roland@redhat.com>
4397
4398         * manual/signal.texi (Signaling Another Process): Typo fix.
4399         From Karl Berry <karl@freefriends.org>.
4400
4401 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4402
4403         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4404         zero if not defined.
4405         (make_request): Recognize optimistic addresses and treat them like
4406         deprecated addresses.
4407         Reported by Neil Horman <nhorman@redhat.com>.
4408
4409 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4410
4411         * nscd/connections.c (send_ro_fd): Also transfer file size.
4412         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4413         file size don't call fstat.
4414
4415         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4416         ahead and map the file.  This should always be correct and we can
4417         catch problems later.
4418
4419 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4420
4421         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4422         prototypes.
4423         (__fread_alias, __fread_unlocked_alias): New aliases.
4424         (fread): New extern inline.
4425         (fread_unlocked): Likewise.  Undef macro before definition of
4426         the inline function.
4427         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4428         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4429         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4430         and __fread_unlocked_chk@@GLIBC_2.7.
4431         * debug/fread_chk.c: New file.
4432         * debug/fread_u_chk.c: New file.
4433         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4434
4435 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4436
4437         * sysdeps/unix/sysv/linux/syscalls.list
4438         (personality): Change caller to EXTRA.
4439
4440 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4441
4442         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4443         to keep gcc quiet.
4444         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4445
4446         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4447         NDEBUG is defined.
4448
4449         * Makerules: Use -p option with mkdir.
4450
4451         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4452         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4453         (_xdr_directory_obj): Likewise.
4454         (xdr_entry_obj): Likewise.
4455         (xdr_group_obj): Likewise.
4456         (xdr_link_obj): Likewise.
4457         (xdr_table_obj): Likewise.
4458         (_xdr_nis_result): Likewise.
4459         (_xdr_ns_request): Likewise.
4460         (_xdr_ib_request): Likewise.
4461         (_xdr_nis_taglist): Likewise.
4462         (xdr_cback_data): Likewise.
4463         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4464         (xdr_ypresp_maplist): Likewise.
4465
4466         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4467
4468         * posix/regex_internal.h: Prevent some declarations and definitions
4469         to be seen when used in tests.
4470
4471         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4472         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4473
4474         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4475
4476         * config.make.in (datarootdir): Add to shut up configure.
4477
4478         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4479         associativity for fully-associative caches.
4480
4481         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4482         requests.  Fill on more associativity values for L2.
4483         Patch mostly by Evandro Menezes.
4484
4485 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4486
4487         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4488         (_libc_vdso_platform_setup): Avoid using exported variable by using
4489         alias.
4490
4491         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4492
4493         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4494         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4495         defined.
4496
4497 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4498
4499         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4500         align stack for call if pltexit is to be used.
4501
4502         [BZ #3924]
4503         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4504         align for function call in case pltexit has to be called later.
4505
4506         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4507         implicit atomic operation when storing function pointer.
4508         (_dl_runtime_profile): Likewise.
4509
4510 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4511
4512         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4513         NIS_NOTFOUND.
4514
4515 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4516
4517         [BZ #4566]
4518         * string/strtok.c: Fix typo in comment.
4519
4520         [BZ #4582]
4521         * debug/segfault.c: Fix typos in comments.
4522
4523         [BZ #4588]
4524         * stdio-common/tempnam.c: Fix comment, it is not checked that
4525         TMPDIR points to a writable directory.
4526
4527         [BZ #4726]
4528         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4529         memory allocated for the name server address.
4530
4531         [BZ #4946]
4532         * nscd/connections.c (handle_request): Using sendfile always
4533         requires that mmap is used for the database.
4534         Patch by Petr Baudis <pasky@suse.cz>.
4535
4536         [BZ #4905]
4537         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4538         suddenly has two or more addresses, ignore it and remove the old
4539         entry.
4540
4541         [BZ #4814]
4542         * resolv/res_hconf.c: Prepare for compiling outside libc.
4543         * nscd/res_hconf.c: New file.
4544         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4545         the new file.
4546         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4547         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4548
4549         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4550
4551         [BZ #4925]
4552         * debug/pcprofiledump.c: Turn on internationalization by calling
4553         setlocale.  Patch mostly by Benno Schulenberg.
4554
4555         [BZ #4936]
4556         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4557         the state.
4558         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4559         * iconvdata/bug-iconv5.c: New file.
4560
4561 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4562
4563         [BZ #4896]
4564         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4565         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4566         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4567         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4568         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4569         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4570         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4571         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4572
4573 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4574
4575         [BZ #4937]
4576         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4577         lookup loop.  Suggested by John Reiser.
4578
4579 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4580
4581         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4582
4583 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4584
4585         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4586         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4587         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4588         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4589         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4590         to...
4591         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4592
4593 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4594
4595         * po/nl.po: Update from translation team.
4596
4597 2007-08-16  Andreas Jaeger  <aj@suse.de>
4598
4599         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4600         Reported by Peter Festner <peter.festner@ewetel.net>.
4601
4602 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4603
4604         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4605
4606 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4607
4608         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4609         to check for undefined symbols.
4610
4611         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4612         If the syscall fails, set errno to the actual returned error number
4613         rather than EINVAL.
4614         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4615         arguments are incorrect, set errno to EINVAL, if the syscall
4616         fails, set errno to the actual returned error number.
4617
4618         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4619         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4620
4621         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4622         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4623         file.
4624         (ASI_PNF, ASI_BLK_P): Don't define.
4625         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4626         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4627         file.
4628         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4629         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4630         file.
4631
4632 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4633
4634         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4635         FE_UNDERFLOW on Niagara CPUs.
4636
4637         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4638         exceptions.
4639
4640 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4641
4642         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4643         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4644         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4645         flush should be used or not inside of the function.
4646         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4647
4648         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4649         __thread_start): Use HIDDEN_JUMPTARGET.
4650         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4651         __thread_start): Likewise.
4652         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4653
4654         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4655         Add libc_hidden_proto.
4656         (STRTOF): Add libc_hidden_proto.
4657         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4658         (strtold_l, wcstold_l): Use them as second argument for
4659         long_double_symbol.
4660
4661 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4662
4663         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4664
4665 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4666
4667         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4668
4669 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4670
4671         * po/bg.po: New file.  From the translation team.
4672
4673 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4674
4675         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4676         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4677         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4678         when each feature was introduced.
4679
4680         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4681         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4682         (CHECK_HASH): New macro.
4683         (PREPARE_VERSION): Use it.
4684
4685         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4686         prototype if not __ASSUME_PSELECT.
4687         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4688         prototype if not __ASSUME_PPOLL.
4689
4690         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4691
4692         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4693         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4694         is defined.
4695
4696 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4697
4698         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4699         (_libc_vdso_platform_setup): If vDSO is not available point
4700         __vdso_gettimeofday to the vsyscall.
4701         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4702         __vdso_gettimeofday instead of vsyscall.
4703
4704 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4705
4706         * nscd/servicescache.c: Include kernel-features.h.
4707         * nscd/gai.c: Likewise.
4708         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4709         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4710         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4711         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4712         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4713         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4714         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4715         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4716         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4717
4718 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4719
4720         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4721         and _dl_get_origin defines anymore.
4722
4723         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4724         Build fix for systems which might lack POSIX timer support.
4725
4726         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4727         (_libc_vdso_platform_setup): Mangle function pointers before storing
4728         them.
4729         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4730         Demangle vdso pointer before use.
4731         (INTERNAL_VSYSCALL): Likewise.
4732
4733         * elf/cache.c (primes): Mark as const.
4734         Noted by Roland McGrath.
4735
4736 2007-08-01  Andreas Jaeger  <aj@suse.de>
4737             Jakub Jelinek  <jakub@redhat.com>
4738
4739         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4740         (options): Add option.
4741         (parse_opt): Handle option.
4742         (manual_link): Adjust process_file caller.  Call implicit_soname.
4743         (search_dir): Formatting.  Use and populate auxiliary cache.
4744         (main): Load and save auxiliary cache.
4745         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4746         stat64 from fstat64 to caller.
4747         (implicit_soname): New function.
4748         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4749         leave *soname as NULL.
4750         * elf/cache.c: Include libgen.h.
4751         (print_entry, print_cache, compare, save_cache, add_to_cache):
4752         Formatting and cleanups.
4753         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4754         aux_cache_file): New structures.
4755         (AUX_CACHEMAGIC): Define.
4756         (primes): New array.
4757         (aux_hash_size, aux_hash): New variables.
4758         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4759         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4760         load_aux_cache, save_aux_cache): New functions.
4761         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4762         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4763         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4764         (process_file): Adjust prototype.
4765
4766 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4767
4768         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4769         with __need_size_t.
4770
4771 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4772
4773         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4774         r_found_version structure as second parameter.
4775         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4776         (_dl_vdso_vsym): Change type of second parameter accordingly.
4777         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4778         (_libc_vdso_platform_setup): Adjust.
4779         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4780         (_libc_vdso_platform_setup): Likewise.
4781
4782         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4783         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4784         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4785         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4786         * csu/libc-start.c: Pretty printing.
4787         Use VDSO_SETUP if defined.
4788         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4789         and let generic code call into _libc_vdso_platform_setup.
4790         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4791         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4792         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4793         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4794         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4795         for GLIBC_PRIVATE.
4796         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4797         (sysdep_rountines): Add dl-vdso.
4798
4799         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4800         of routines.
4801
4802         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4803         attribute_hidden to __vdso_gettimeofday prototype.
4804
4805 2007-08-12  Roland McGrath  <roland@redhat.com>
4806
4807         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4808         From: Karl Berry <karl@freefriends.org>.
4809
4810 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4811
4812         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4813         an atime update for the files we read.
4814
4815 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4816
4817         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4818
4819         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4820         instead of mkstemp.
4821
4822         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4823         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4824         * misc/mkostemp.c: New file.
4825         * misc/mkostemp64.c: New file.
4826         * stdlib/stdlib.h: Declare the new functions.
4827         * sysdeps/posix/tempname.c: Add new parameter which is added to
4828         the flags for open.  Remove __GT_BIGFILE handling.
4829         * stdio-common/tempname.c: Likewise.
4830         * include/stdio.h: Adjust __gen_tempname prototype.
4831         Renumber __GT_* constants.
4832         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4833         * misc/mkdtemp.c: Likewise.
4834         * misc/mkstemp.c: Likewise.
4835         * misc/mkstemp64.c: Likewise.
4836         * misc/mktemp.c: Likewise.
4837         * stdio-common/tempnam.c: Likewise.
4838         * stdio-common/tmpfile.c: Likewise.
4839         * stdio-common/tmpfile64.c: Likewise.
4840         * stdio-common/tmpnam.c: Likewise.
4841         * stdio-common/tmpnam_r.c: Likewise.
4842
4843 2007-08-10  Roland McGrath  <roland@frob.com>
4844
4845         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4846         New macros.
4847         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4848         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4849
4850 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4851
4852         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4853         possible.
4854         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4855         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4856         * nss/nss_files/files-have_o_cloexec.c: New file.
4857
4858         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4859         available.
4860
4861 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4862
4863         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4864         ___new_wcstold_l): New weak aliases.
4865         (strtold_l, wcstold_l): Use them as second argument for
4866         long_double_symbol.
4867
4868 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4869
4870         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4871         register in test for error.
4872
4873         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4874         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4875
4876         * po/sv.po: Update from translation team.
4877
4878 2007-08-06  Roland McGrath  <roland@redhat.com>
4879
4880         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4881         Remove __strto*_l inlines.
4882         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4883         * stdlib/strtod.c: Add libc_hidden_def.
4884         * stdlib/strtod_l.c: Likewise.
4885         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4886         for __new_strtold and __new_wcstold.
4887         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4888         __STRTOF, STRTOF.
4889         * stdlib/strtol.c: Add libc_hidden_def.
4890         * stdlib/strtol_l.c: Likewise.
4891         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
4892         strtoq.
4893
4894         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
4895
4896         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
4897         * scripts/data/localplt-generic.data: ... here.
4898         * elf/Makefile (check-data): Get generic file if no other.
4899         ($(objpfx)check-localplt.out): Make target unconditional.
4900
4901         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
4902         Use ElfW(Nhdr).
4903
4904 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
4905
4906         * po/zh_CN.po: Updated translation from translation team.
4907
4908 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
4909
4910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
4911         Don't use CGOTSETUP and CGOTRESTORE macros.
4912
4913 2007-08-04  Roland McGrath  <roland@redhat.com>
4914
4915         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
4916
4917 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
4918
4919         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
4920         __extension__ around the whole statement expression.
4921
4922 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
4923
4924         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
4925         elements during initialization.
4926
4927         * po/pl.po: Updated translation from translation team.
4928         * po/tr.po: Likewise.
4929         * po/nl.po: Likewise.
4930
4931 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
4932
4933         * rt/aio.h: Add __nonnull attributes.
4934
4935 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4936
4937         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
4938         * stdlib/Makefile (tests): Add tst-strtod5.
4939         (tst-strtod5-ENV): New.
4940         * stdlib/tst-strtod5.c: New file.
4941
4942         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
4943         failed.
4944         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
4945         on failure.
4946
4947         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
4948         allocated.
4949
4950 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4951
4952         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
4953         numbers.
4954
4955 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
4956
4957         * io/Makefile (aux): Add have_o_cloexec.
4958         * include/fcntl.h: Declare __have_o_cloexec.
4959         * io/have_o_cloexec.c: New file.
4960         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
4961         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
4962         fcntl call if not necessary.
4963         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
4964         of local variable.
4965
4966         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
4967         Avoid memset, add explicit initialization.
4968         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
4969         to the end and change into zero-sized array.
4970         Move lock member to fill a hole on 64-bit platforms.
4971
4972         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
4973         inline functions.
4974         * include/stdlib.h: Add __strto*_internal prototypes here.
4975         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
4976         inline functions.
4977         * include/wchar.h: Add __wcsto*_internal prototypes.
4978         * sysdeps/generic/inttypes.h: No need to protect the declaration
4979         of the __strto*_internal and __wcsto*_internal members here.
4980
4981         * rt/mqueue.h: Change const to __const and add nonnull attributes.
4982
4983 2007-08-02  Roland McGrath  <roland@redhat.com>
4984
4985         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
4986         $(inst_bindir)/getconf if possible.
4987
4988         * posix/Makefile ($(objpfx)getconf.speclist): New target.
4989         (generated): Add it.
4990         ($(inst_libexecdir)/getconf): Use it.
4991
4992 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
4993
4994         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
4995         /proc is faster and sufficient.  /sys is still needed for
4996         __get_nprocs_conf.
4997
4998 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
4999
5000         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5001         syscall as __fallocate64.
5002         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5003         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5004
5005 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5006
5007         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5008         value.
5009
5010         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5011         if off_t is different rank from size_t.
5012
5013         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5014         uw_frame_state_for): Avoid type punning warnings.
5015         * sysdeps/generic/unwind-dw2-fde-glibc.c
5016         (_Unwind_IteratePhdrCallback): Likewise.
5017         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5018         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5019         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5020         pointers.
5021
5022 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5023
5024         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5025         total processors using sysfs.
5026         (__get_nprocs): Use sysfs to determine which processors are online.
5027
5028 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5029
5030         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5031         syscall arguments count.
5032
5033         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5034
5035 2007-07-30  Roland McGrath  <roland@redhat.com>
5036
5037         * manual/libc.texinfo: Update copyrights, formatting magic, and
5038         @dircategory.  From Karl Berry <karl@freefriends.org>.
5039
5040 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5041
5042         [BZ #4860]
5043         * io/Makefile (headers): Add bits/fcntl2.h.
5044
5045         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5046         using gcc builtin.
5047         (__CPU_EQUAL_S): Likewise.
5048
5049         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5050         (tests): Add tst-cpuset.
5051         * posix/sched_cpualloc.c: New file.
5052         * posix/sched_cpufree.c: New file.
5053         * posix/tst-cpuset.c: New file.
5054         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5055         GLIBC_2.7.
5056         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5057         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5058         macros.  Define CPU_*_S macros.
5059
5060 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5061
5062         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5063         entry.
5064
5065         [BZ #4858]
5066         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5067         #.0g and value rounded to 1.0.
5068         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5069
5070 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5071
5072         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5073         for int_frac_digits and frac_digits.
5074
5075         * login/logout.c (logout): Avoid aliasing violation.
5076         * login/logwtmp.c (logwtmp): Likewise.
5077
5078         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5079
5080         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5081         to avoid warning.
5082         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5083         warning.
5084         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5085         warning.
5086         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5087         to avoid warnings.
5088
5089         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5090         void **.
5091         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5092
5093         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5094         char * to avoid warning.
5095         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5096
5097         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5098
5099         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5100         allocate_arrays): Cast second argument to charmap_find_symbol
5101         to char * to avoid warnings.
5102
5103         * locale/programs/repertoire.c (repertoire_new_char): Change
5104         from_nr, to_nr and cnt to unsigned long, adjust printf format
5105         string.
5106
5107         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5108         Cast second argument to new_element to char * to avoid warnings.
5109
5110         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5111
5112         * intl/gettextP.h (struct loaded_domain): Change plural to const
5113         struct expression *.
5114         * intl/plural-eval.c (plural_eval): Change first argument to
5115         const struct expression *.
5116         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5117         argument to const struct expression **.
5118         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5119         prototypes.
5120         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5121         in call to __gettext_free_exp.
5122
5123         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5124         unitialized wstring/wpattern var warnings.
5125
5126         * posix/runtests.c (struct a_test): Make data field const char *.
5127
5128         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5129         vars if not LDBL_MANT_DIG >= 106.
5130
5131         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5132
5133         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5134         __find_specmb to avoid warning.
5135
5136         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5137
5138         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5139         to avoid warnings.
5140
5141         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5142         initializer.
5143
5144         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5145         tv var when it will be actually used.
5146
5147         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5148         to avoid warnings.
5149
5150         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5151         char array resp. pointer.
5152         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5153         char array.
5154         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5155         to const unsigned char **.
5156         (ucs4_to_cns11643): Change second argument to unsigned char *.
5157         * iconvdata/euc-tw.c (BODY): Change endp type to
5158         const unsigned char *.
5159         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5160         to unsigned char *.
5161         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5162         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5163         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5164         types to unsigned char pointers/arrays instead of char.
5165         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5166         to unsigned char *.
5167         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5168         * iconvdata/jis0212.h: Include assert.h.
5169         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5170         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5171         of trying to handle that.
5172         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5173         shut up a warning.
5174         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5175         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5176         two dimensional const unsigned char arrays.
5177         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5178         Initialize endp to inptr to shut up a warning.
5179
5180 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5181
5182         [BZ #4772]
5183         * time/strptime_l.c (__strptime_internal): Silently ignore
5184         strftime modifiers and field width in recursive calls.
5185
5186         * include/time.h (enum ptime_locale_status): Remove.
5187         (__strptime_internal): Remove decided and era_cnt arguments,
5188         add statep argument.
5189         * time/strptime_l.c (__strptime_internal): Remove decided
5190         and era_cnt arguments, add statep argument.  Don't recompute
5191         any fields in recursive calls, only update caller's tm
5192         and state, if recursive call fails, don't change tm nor
5193         any state.
5194         (get_alt_number): Adjust.
5195         (recursive): Adjust caller.
5196         (strptime): Likewise.
5197         * time/strptime.c (strptime): Likewise.
5198
5199 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5200
5201         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5202         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5203         if from and to charsets are the same.
5204         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5205         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5206         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5207
5208 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5209
5210         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5211         Don't define wint_t when __need_mbstate_t unless it
5212         is necessary.
5213         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5214         in the typedef if possible.
5215         * wctype/wctype.h (wint_t): Define by including
5216         wchar.h with __need_wint_t instead of including stddef.h
5217         with __need_wint_t and as fallback definining it ourselves.
5218         * iconv/gconv.h (__need_wint_t): Define before including
5219         wchar.h.
5220         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5221         or _GLIBCPP_USE_WCHAR_T.
5222         (__need_wchar_t): Don't define
5223         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5224         (__need_wint_t): Don't define before including stddef.h,
5225         define before including wchar.h only if _LIBC or
5226         _GLIBCPP_USE_WCHAR_T.
5227         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5228         * sysdeps/mach/hurd/_G_config.h: Likewise.
5229         * sysdeps/generic/_G_config.h: Likewise.
5230         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5231         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5232         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5233         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5234
5235 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5236
5237         * sysdeps/posix/posix_fallocate64.c: Undefine
5238         __posix_fallocate64_l64 before alias handling.
5239         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5240         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5241         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5242         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5243
5244         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5245
5246 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5247
5248         * locale/programs/ld-collate.c (atwc): New variable.
5249         (add_to_tablewc): New toplevel function, moved from collate_output.
5250         (collate_output): Remove add_to_tablewc nested function.
5251
5252         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5253         (name_insert): New function.
5254         (write_output): Remove hash_table and hash_size vars and name_insert
5255         nested function.
5256
5257 2007-07-24  Roland McGrath  <roland@redhat.com>
5258
5259         * Makerules (install-others-programs-nosubdir): New target.
5260         (install-no-libc.a-nosubdir): Depend on it.
5261
5262         * iconv/Makefile (install-others-programs): Set this instead of
5263         install-others.
5264         * login/Makefile (install-others-programs): Likewise.
5265         * posix/Makefile (install-others-programs): Likewise.
5266
5267         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5268         dependencies.
5269
5270 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5271
5272         * io/Makefile (tests): Add tst-posix_fallocate.
5273         * io/tst-posix_fallocate.c: New file.
5274
5275         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5276         __ASSUME_FALLOCATE.
5277
5278 2007-07-22  Roland McGrath  <roland@frob.com>
5279
5280         * hurd/getdport.c: Add missing copyright year update.
5281
5282         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5283         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5284
5285 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5286
5287         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5288
5289         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5290         O_CLOEXEC is needed.
5291         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5292         Avoid additional fcntl to set O_CLOEXEC if not needed.
5293         * nis/nss_compat/compat-initgroups.c: Likewise.
5294         * nis/nss_compat/compat-pwd.c: Likewise.
5295         * nis/nss_compat/compat-spwd.c: Likewise.
5296
5297 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5298
5299         [BZ #3665]
5300         * manual/errno.texi: Change ECANCELED value to 119.
5301
5302         [BZ #4610]
5303         * mach/lock-intern.h: Include <sys/cdefs.h>.
5304
5305         [BZ #4178]
5306         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5307         reading A.
5308
5309         [BZ #4126]
5310         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5311         to __sigsuspend.
5312
5313         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5314
5315 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5316
5317         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5318         `__ASSEMBLER__'.
5319         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5320
5321 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5322
5323         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5324         descriptor received from nscd.
5325
5326         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5327
5328         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5329         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5330         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5331         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5332         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5333         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5334
5335 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5336
5337         [BZ #4816]
5338         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5339
5340         [BZ #4813]
5341         * login/forkpty.c (forkpty): Close master and slave fds on
5342         fork failure.  Patch by
5343         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5344
5345 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5346
5347         * include/features.h (__USE_ISOC95): New define.
5348         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5349         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5350         for -std=iso9899:199409.
5351         * CONFORMANCE: Remove comments about unsupported AMD1.
5352
5353 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5354
5355         * sysdeps/ia64/sched_cpucount.c: New file.
5356         * sysdeps/powerpc/sched_cpucount.c: New file.
5357
5358         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5359         __BEGIN_DECLS/__END_DECLS around the prototype.
5360         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5361         pointer to const cpu_set_t.
5362
5363         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5364         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5365         __need_size_t and include stddef.h.
5366         * sysvipc/sys/msg.h: Likewise.
5367         * posix/sched.h: Likewise.
5368         * hurd/hurd/signal.h (__need_size_t): Define.
5369
5370         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5371         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5372         no longer defines wint_t or wchar_t.
5373
5374         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5375         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5376         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5377         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5378         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5379         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5380         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5381         * debug/printf_chk.c (__printf_chk): Likewise.
5382         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5383         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5384
5385         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5386         Define.
5387
5388         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5389         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5390
5391 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5392
5393         [BZ #4792]
5394         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5395         * malloc/malloc.h (realloc): Likewise.
5396
5397         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5398         if one of proc_file_chain streams has that fileno.
5399         * stdio-common/Makefile (tests): Add tst-popen2.
5400         * stdio-common/tst-popen2.c: New test.
5401
5402 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5403
5404         * elf/ldconfig.c: Allow GPLv2 or any later version.
5405         * elf/readlib.c: Likewise.
5406         * elf/chroot_canon.c: Likewise.
5407         * elf/cache.c: Likewise.
5408         * nscd/mem.c: Likewise.
5409         * nscd/getpwuid_r.c: Likewise.
5410         * nscd/grpcache.c: Likewise.
5411         * nscd/aicache.c: Likewise.
5412         * nscd/getsrvbynm_r.c: Likewise.
5413         * nscd/nscd.c: Likewise.
5414         * nscd/servicescache.c: Likewise.
5415         * nscd/getsrvbypt_r.c: Likewise.
5416         * nscd/initgrcache.c: Likewise.
5417         * nscd/gethstbyad_r.c: Likewise.
5418         * nscd/gethstbynm2_r.c: Likewise.
5419         * nscd/getgrnam_r.c: Likewise.
5420         * nscd/nscd_setup_thread.c: Likewise.
5421         * nscd/getpwnam_r.c: Likewise.
5422         * nscd/gai.c: Likewise.
5423         * nscd/connections.c: Likewise.
5424         * nscd/dbg_log.c: Likewise.
5425         * nscd/cache.c: Likewise.
5426         * nscd/hstcache.c: Likewise.
5427         * nscd/nscd_conf.c: Likewise.
5428         * nscd/getgrgid_r.c: Likewise.
5429         * nscd/pwdcache.c: Likewise.
5430         * catgets/gencat.c: Likewise.
5431         * locale/programs/linereader.h: Likewise.
5432         * locale/programs/locarchive.c: Likewise.
5433         * locale/programs/ld-paper.c: Likewise.
5434         * locale/programs/locfile-kw.h: Likewise.
5435         * locale/programs/ld-address.c: Likewise.
5436         * locale/programs/xmalloc.c: Likewise.
5437         * locale/programs/ld-time.c: Likewise.
5438         * locale/programs/localedef.c: Likewise.
5439         * locale/programs/simple-hash.c: Likewise.
5440         * locale/programs/xstrdup.c: Likewise.
5441         * locale/programs/ld-numeric.c: Likewise.
5442         * locale/programs/locfile-kw.gperf: Likewise.
5443         * locale/programs/ld-collate.c: Likewise.
5444         * locale/programs/charmap-kw.gperf: Likewise.
5445         * locale/programs/charmap.h: Likewise.
5446         * locale/programs/charmap-kw.h: Likewise.
5447         * locale/programs/config.h: Likewise.
5448         * locale/programs/locfile.c: Likewise.
5449         * locale/programs/ld-ctype.c: Likewise.
5450         * locale/programs/charmap.c: Likewise.
5451         * locale/programs/ld-messages.c: Likewise.
5452         * locale/programs/repertoire.h: Likewise.
5453         * locale/programs/locale.c: Likewise.
5454         * locale/programs/ld-name.c: Likewise.
5455         * locale/programs/linereader.c: Likewise.
5456         * locale/programs/locfile.h: Likewise.
5457         * locale/programs/3level.h: Likewise.
5458         * locale/programs/ld-monetary.c: Likewise.
5459         * locale/programs/ld-measurement.c: Likewise.
5460         * locale/programs/charmap-dir.c: Likewise.
5461         * locale/programs/ld-identification.c: Likewise.
5462         * locale/programs/localedef.h: Likewise.
5463         * locale/programs/charmap-dir.h: Likewise.
5464         * locale/programs/repertoire.c: Likewise.
5465         * locale/programs/simple-hash.h: Likewise.
5466         * locale/programs/ld-telephone.c: Likewise.
5467         * locale/programs/locale-spec.c: Likewise.
5468         * locale/programs/locfile-token.h: Likewise.
5469         * posix/getconf.c: Likewise.
5470         * iconv/dummy-repertoire.c: Likewise.
5471         * iconv/iconv_charmap.c: Likewise.
5472         * iconv/iconvconfig.c: Likewise.
5473         * iconv/iconv_prog.c: Likewise.
5474         * malloc/memusagestat.c: Likewise.
5475         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5476
5477 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5478
5479         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5480         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5481         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5482         check for the first argument.
5483
5484 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5485
5486         [BZ #4775]
5487         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5488         (__tgmath_real_type): Fix if expr is const int or other const
5489         qualified integral type.
5490         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5491         expressions and handle const qualified arguments.
5492         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5493         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5494         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5495         statement expressions.
5496         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5497         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5498         (__TGMATH_UNARY_IMAG): Define.
5499         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5500         * math/Makefile (tests): Add test-tgmath2.
5501         (CFLAGS-test-tgmath2.c): Add.
5502         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5503         count_cfloat, count_cldouble): New variables.
5504         (NCCALLS): Define.
5505         (main): Check number of complex calls as well.
5506         (F(compile_test)): Add complex tests and tests with const qualified
5507         arguments.
5508         (y, z, ccount): Define.
5509         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5510         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5511         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5512         F(cproj)): New functions.
5513         * math/test-tgmath2.c: New test.
5514
5515 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5516
5517         [BZ #4776]
5518         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5519         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5520         instead output ".".
5521         * dlfcn/Makefile (distribute): Add glreflib3.c.
5522         (module-names): Add glreflib3.
5523         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5524         glreflib1.so.
5525         (LDFLAGS_glreflib3.so): New.
5526         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5527         glreflib1.so.
5528         * dlfcn/glreflib3.c: New file.
5529
5530         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5531         returned -1, return NULL.
5532         * intl/explodename.c (_nl_explode_name): Return -1 if
5533         _nl_normalize_codeset failed.
5534
5535 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5536
5537         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5538         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5539         and avoid branch misspredicts for > 31 bytes memset case.
5540         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5541         Remove toc ref to __cache_line_size.
5542
5543         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5544         to get ISA-V2.0 branch hints.
5545         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5546         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5547         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5548         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5549         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5550         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5551         Remove toc ref to __cache_line_size.
5552
5553         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5554         Include math_ldbl_opt.h.
5555
5556 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5557
5558         [BZ #4773]
5559         * time/strptime_l.c (__strptime_internal): Implement greedy
5560         matching of weekday and month names.
5561
5562 2007-07-09  Roland McGrath  <roland@redhat.com>
5563
5564         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5565         (ELF_NOTE_ABI): Use it.
5566         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5567
5568 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5569
5570         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5571         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5572
5573 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5574
5575         [BZ #4745]
5576         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5577         in loop to look for conversion specifier to avoid testing of
5578         wrong errno value.
5579         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5580         * stdio-common/bug18.c: New file.
5581         * stdio-common/bug18a.c: New file.
5582         * stdio-common/bug19.c: New file.
5583         * stdio-common/bug19a.c: New file.
5584
5585 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5586
5587         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5588         running awk script.
5589
5590 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5591
5592         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5593         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5594         Return NULL if mmap failed instead of asserting it does not.
5595         (calloc): Check for integer overflow.
5596
5597         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5598         than LONG_MAX / 10.
5599
5600 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5601
5602         [BZ #4702]
5603         * nis/nss-default.c: Include errno.h.
5604         (init): Preserve errno.
5605
5606 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5607
5608         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5609
5610 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5611
5612         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5613
5614 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5615
5616         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5617
5618 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5619
5620         * sysdeps/s390/dl-procinfo.c: New file.
5621         * sysdeps/s390/dl-procinfo.h: New file.
5622         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5623
5624 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5625
5626         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5627         in PT_NOTE segments with multiple notes.
5628         * elf/readelflib.c (process_elf_file): Likewise.
5629
5630 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5631
5632         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5633         ISO C compliant.
5634
5635 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5636
5637         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5638
5639 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5640
5641         * include/link.h: Don't include rtld-lowlevel.h.
5642         (struct link_map): Remove l_scope_lock.
5643         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5644         (_dl_scope_free_list): New field (variable) in _rtld_global.
5645         (DL_LOOKUP_SCOPE_LOCK): Remove.
5646         (_dl_scope_free): New prototype.
5647         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5648         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5649         (_dl_profile_fixup): Likewise.
5650         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5651         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5652         THREAD_GSCOPE_RESET_FLAG around it.
5653         * elf/dl-close.c (_dl_close_worker): Don't use
5654         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5655         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5656         scopes were queued or if l_scope_mem has been abandoned.
5657         * elf/dl-open.c (_dl_scope_free): New function.
5658         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5659         * elf/dl-support.c (_dl_scope_free_list): New variable.
5660         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5661         Remove DL_LOOKUP_SCOPE_LOCK handling.
5662         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5663         handling.
5664         * elf/dl-object.c (_dl_new_object): Don't use
5665         __rtld_mrlock_initialize.
5666
5667 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5668
5669         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5670         to fill in holes
5671         (rtld_global_ro): Likewise.
5672
5673 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5674
5675         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5676         Move PT_LOAD checking to...
5677         (_dl_addr_inside_object): ... here, new function.
5678         * elf/dl-sym.c (do_sym): If not l_contiguous,
5679         call _dl_addr_inside_object.
5680         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5681         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5682         * elf/dl-open.c (dl_open_worker): Likewise.
5683         (_dl_addr_inside_object): New function if IS_IN_rtld.
5684         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5685         holes are present or are PROT_NONE protected.
5686         * include/link.h (struct link_map): Add l_contiguous field.
5687         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5688
5689 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5690             Tomas Janousek  <tjanouse@redhat.com>
5691             Ulrich Drepper  <drepper@redhat.com>
5692
5693         [BZ #4647]
5694         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5695         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5696         socket.
5697         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5698         unused member a bitmap.
5699         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5700         servers are configured.
5701
5702 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5703
5704         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5705
5706 2007-06-17  Andreas Schwab  <schwab@suse.de>
5707
5708         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5709
5710 2007-06-16  Andreas Jaeger  <aj@suse.de>
5711
5712         [BZ #4125]
5713         * sysdeps/unix/sysv/linux/sys/ptrace.h
5714         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5715         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5716         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5717         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5718         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5719         Define.
5720         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5721         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5722         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5723         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5724
5725 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5726
5727         [BZ #4599]
5728         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5729         determining whether there are IPv4/IPv6 addresses, ignore loopback
5730         addresses.
5731
5732 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5733
5734         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5735         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5736         as the return type.  Change type of "r" variable to CMPtype.
5737         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5738         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5739         * soft-fp/gedf2.c (__gedf2): Likewise.
5740         * soft-fp/gesf2.c (__gesf2): Likewise.
5741         * soft-fp/getf2.c (__getf2): Likewise.
5742         * soft-fp/ledf2.c (__ledf2): Likewise.
5743         * soft-fp/lesf2.c (__lesf2): Likewise.
5744         * soft-fp/letf2.c (__letf2): Likewise.
5745         * soft-fp/unorddf2 (__unorddf2): Likewise.
5746         * soft-fp/unordsf2 (__unordsf2): Likewise.
5747         * soft-fp/unordtf2 (__unordtf2): Likewise.
5748
5749 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5750
5751         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5752         make sure gcc doesn't mess around with this.
5753
5754 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5755
5756         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5757
5758 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5759
5760         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5761         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5762         at most once per _dl_close_worker.
5763
5764 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5765
5766         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5767         __sched_cpucount as const.
5768         * posix/sched_cpucount.c: Adjust.
5769
5770         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5771         instruction for counting bits.
5772         * sysdeps/x86_64/sched_cpucount.c: New file.
5773
5774 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5775
5776         * configure.in: Avoid variable named BASH.
5777         * config.make.in: Likewise.
5778         Patch in part by Mike Frysinger.
5779
5780 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5781
5782         [BZ #4586]
5783         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5784         pseudo-zeros as zero.
5785         * sysdeps/x86_64/ldbl2mpn.c: New file.
5786         * sysdeps/ia64/ldbl2mpn.c: New file.
5787
5788 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5789
5790         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5791         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5792         Remove unreachable code at the end.
5793
5794 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5795
5796         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5797         ldbl-128ibm in comment.
5798         (fpclassifyl): Correct classification of denormals.
5799         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5800         return value for MIN denormal. Rewrite using long double math too
5801         correctly handle denormals and canonicalize the results.
5802
5803 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5804
5805         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5806         (__mpn_construct_long_double): Fix conversion where result ought
5807         to be smaller than __LDBL_MIN__, or the low double should be
5808         denormal.  Fix decision where to negate low double - honor round
5809         to even rules.
5810         * stdio-common/tst-sprintf2.c: Include string.h.
5811         (COMPARE_LDBL): Define.
5812         (TEST): Also test whether a string hexadecimal float representation
5813         can be parsed back to the number.
5814         (main): Add a couple of further tests.
5815
5816 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5817
5818         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5819         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5820         is non-zero, but smaller than 2 * __DBL_MIN__.
5821         * stdio-common/tst-sprintf2.c: New test.
5822         * stdio-common/Makefile (tests): Add tst-sprintf2.
5823
5824         * math/test-misc.c (main): Don't run last batch of tests with
5825         IBM long double format.
5826
5827 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5828
5829         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5830         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5831         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5832         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5833         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5834         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5835         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5836         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5837         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5838         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5841         New file.
5842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5843         New file.
5844         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5845         New file.
5846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5847         New file.
5848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5849         New file.
5850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5852         New file.
5853         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5854         New file.
5855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5856         New file.
5857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5858         New file.
5859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5860         New file.
5861
5862 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5863
5864         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5865         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5866         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5867         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5868         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5869         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5870         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5871         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5872
5873 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5874
5875         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5876         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5877         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5878         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5879         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5880         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5881         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5882         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5883
5884 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5885
5886         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5887         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5888         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5889         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
5890
5891 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
5892
5893         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
5894         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
5895
5896 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
5897
5898         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
5899         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
5900         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
5901         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
5902
5903 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
5904
5905         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
5906         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
5907
5908 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5909
5910         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
5911         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
5912
5913         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
5914         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
5915         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
5916         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5917
5918 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
5919
5920         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
5921         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
5922         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
5923         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
5924
5925 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
5926
5927         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
5928         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
5929         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
5930         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5931         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
5932         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5933
5934 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5935
5936         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
5937         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
5938         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
5939         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
5940
5941 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5942
5943         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
5944         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
5945         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
5946         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
5947         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
5948         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
5949         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
5950         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
5951         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
5952         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
5953         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
5954         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
5955         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
5956         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
5957         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
5958         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
5959
5960 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
5961
5962         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
5963         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
5964
5965 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5966
5967         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
5968         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
5969
5970 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5971
5972         * sysdeps/powerpc/powerpc32/970/Implies: New file.
5973         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
5974         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
5975         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
5976         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
5977         * sysdeps/powerpc/powerpc64/970/Implies: New file.
5978         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
5979         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
5980         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
5981         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
5982
5983 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5984
5985         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
5986
5987 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
5988
5989         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
5990         branch miss-predicts. Ensure that cache line crossing does not impact
5991         dispatch grouping.
5992
5993 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
5994
5995         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
5996         "../../powerpc32/power4/memcopy.h".
5997         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
5998         "../../powerpc32/power4/wordcopy.c".
5999
6000 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6001
6002         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6003         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6004         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6005         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6006         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6007         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6008
6009 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6010
6011         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6012
6013 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6014
6015         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6016         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6017         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6018         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6019         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6020         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6021         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6022         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6023
6024 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6025
6026         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6027
6028 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6029
6030         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6031         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6032         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6033         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6034         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6035         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6036         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6037
6038 2007-05-29  Roland McGrath  <roland@redhat.com>
6039
6040         * po/Makefile (po-sed-cmd): New variable.
6041         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6042
6043 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6044
6045         * crypt/md5-crypt.c: Fix comment.
6046
6047         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6048         of crashing.  When this is the case or if the reply is malformed,
6049         don't try to close the new file descriptor since it does not
6050         exist.
6051         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6052
6053 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6054
6055         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6056         if __NR_utimensat is not defined.
6057
6058 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6059
6060         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6061
6062 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6063
6064         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6065         (open): Fix comment typos.  Don't call __open_2 if flags
6066         is a compile time constant without O_CREAT.
6067         (__open64_2): Add nonnull attribute.
6068         (open64): Fix comment typos.  Don't call __open64_2 if flags
6069         is a compile time constant without O_CREAT.
6070         (__openat_2): Add nonnull attribute, fix nonnull attribute
6071         on redirect.
6072         (openat): Fix comment typos.  Don't call __openat_2 if flags
6073         is a compile time constant without O_CREAT.
6074         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6075         on redirect.
6076         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6077         is a compile time constant without O_CREAT.
6078
6079 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6080
6081         * Makerules (sysd-rules): Define PTW for ptw-* files.
6082         * Versions: Define GLIBC_2.7 for libc.
6083         * include/stdio.h: Declare __fortify_fail.
6084         * debug/fortify_fail.c: New file.
6085         * debug/Makefile (routines): Add fortify_fail.
6086         * debug/chk_fail.c: Use __fortify_fail.
6087         * debug/stack_chk_fail.c: Likewise.
6088         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6089         __openat64_2 for GLIBC_2.7.
6090         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6091         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6092         and fails if necessary.
6093         * io/open64.c: Likewise.
6094         * io/openat.c: Likewise.
6095         * io/openat64.c: Likewise.
6096         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6097         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6098         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6099         * io/bits/fcntl2.h: New file.
6100         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6101         __openat64_2.
6102         * include/bits/fcntl2.h: New file.
6103         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6104         Add open_2.
6105         * sysdeps/unix/sysv/linux/open_2.c: New file.
6106
6107 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6108
6109         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6110         as second parameter to handle_intel.
6111
6112         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6113         the entry.
6114
6115         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6116         handling to ...
6117         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6118         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6119         cacheinfo.
6120         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6121         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6122         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6123
6124         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6125
6126 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6127
6128         [BZ #4525]
6129         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6130         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6131         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6132
6133         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6134
6135         [BZ #4514]
6136         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6137         reinitialize workend at the start of each do_positional format spec
6138         loop, free workstart before do_positional loops.
6139         (printf_unknown): Fix size of work_buffer.
6140         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6141
6142         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6143         (public_sET_STATe): If ms->version < 3, put all chunks into
6144         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6145         chunks.
6146
6147         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6148         * malloc/hooks.c: Likewise.
6149         * malloc/arena.c: Likewise.
6150         * malloc/malloc.c (do_check_malloc_state): Don't assert
6151         n_mmaps is not greater than n_mmaps_max.  This removes the need
6152         for the previous change.
6153
6154         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6155         2007-05-07 commit.
6156
6157 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6158
6159         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6160         Define for kernel >= 2.6.22.
6161
6162 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6163
6164         * elf/dl-close.c (_dl_close_worker): When removing object from
6165         global scope, wait for all lookups to finish afterwards.
6166         * elf/dl-open.c (add_to_global): When global scope array must
6167         grow, allocate a new one and free old array only after all
6168         lookups finish.
6169         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6170         (_dl_lookup_symbol_x): Likewise.
6171         * elf/dl-support.c: Define _dl_wait_lookup_done.
6172         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6173         _dl_wait_lookup_done.
6174
6175         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6176         not overlapping with arena.
6177
6178         * malloc/mcheck.c (reallochook): If size==0, free the block.
6179
6180         * rt/tst-shm.c: Use fstat64 instead of fstat.
6181
6182         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6183         __NR_sync_file_range is not defined.
6184
6185 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6186
6187         Dummy files to prevent stub versions from being used.
6188         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6189         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6190         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6191         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6192
6193         * version.h (VERSION): Set to 2.6.90.
6194
6195 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6196
6197         * version.h (VERSION): Define to 2.6.
6198         * include/features.h (__GLIBC_MINOR__): Define to 6.
6199
6200         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6201
6202         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6203         sizes.
6204
6205 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6206
6207         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6208         number of mmaps.  n_mmaps_max is the target.
6209         * malloc/hooks.c: Likewise.
6210         * malloc/arena.c: Likewise.
6211
6212 2007-05-12  Andreas Jaeger  <aj@suse.de>
6213
6214         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6215         getpid.
6216
6217 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6218
6219         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6220         adding new variables.
6221
6222         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6223         optimize.  Completely extend global scope array before making the
6224         new entries visible.
6225
6226 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6227
6228         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6229         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6230         tst-getcpu.
6231
6232         * include/link.h: Move l_version and l_nversion members around to
6233         fill gaps.
6234
6235         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6236
6237         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6238         (__sched_setaffinity_new): If syscall was successful and
6239         RESET_VGETCPU_CACHE is defined, use it before returning.
6240         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6241
6242         * io/sys/stat.h: Make sure struct timespec is defined for
6243         __USE_ATFILE.
6244
6245         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6246         UTIME_OMIT.
6247         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6248         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6249         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6250         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6251         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6252         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6253         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6254         * io/sys/stat.h: Declare utimensat, futimens.
6255         * io/utimensat.c: New file.
6256         * io/futimens.c: New file.
6257         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6258         * sysdeps/unix/sysv/linux/futimens.c: New file.
6259         * io/Makefile (routines): Add utimensat, futimens.
6260         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6261         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6262         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6263         available.
6264
6265         * include/sys/cdefs.h: Redefine __nonnull so that test for
6266         incorrect parameters in the libc code itself are not omitted.
6267
6268 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6269
6270         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6271         exception in addition to inexact when asked to raise only FE_INEXACT.
6272
6273         [BZ #3427]
6274         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6275         in *envp.
6276
6277 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6278
6279         [BZ #4403]
6280         * string/strfry.c (strfry): Make result more random.
6281
6282 2007-05-07  Richard Henderson  <rth@redhat.com>
6283
6284         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6285         if __NO_LONG_DOUBLE_MATH.
6286         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6287         available in the compiler, add .arch directive to the assembly.
6288
6289 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6290
6291         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6292         compat_symbol to GLIBC_2_1.
6293         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6294         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6295         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6296         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6297         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6298         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6299         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6300         libc, not libm.
6301         (__isnanl): New compat_symbol.
6302
6303 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6304             Jakub Jelinek  <jakub@redhat.com>
6305
6306         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6307         (new_heap): Initialize mprotect_size.
6308         (grow_heap): When growing, only mprotect from mprotect_size till
6309         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6310         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6311
6312 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6313             Peter Bergner  <bergner@us.ibm.com>
6314
6315         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6316         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6317         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6318         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6319         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6320         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6321         Call __fe_mask_env() if all FP exceptions disabled.
6322         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6323         from old FPSCR to new fenv to propagate DFP rounding modes.
6324         Call __fe_mask_env() if FP exceptions previously enabled.
6325         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6326         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6327         transitioning from all exceptions disabled to any exception enabled
6328         or visa versa.
6329         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6330         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6331         when transitioning from all exceptions disabled to any exception
6332         enabled or visa versa.
6333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6336         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6339
6340 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6341
6342         [BZ #4465]
6343         * posix/unistd.h: Remove __THROW from fdatasync.
6344
6345 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6346
6347         [BZ #4465]
6348         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6349
6350 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6351
6352         * stdio-common/vfprintf.c (process_string_arg): Optimize
6353         ridiculous precision in wide char code printing multi-byte string.
6354         Reported by Jim Meyering <jim@meyering.net>.
6355
6356         [BZ #4131]
6357         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6358         boundaries to work around systems with overlapping binary loading.
6359         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6360
6361 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6362
6363         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6364         __mbsnrtowcs after last change.
6365
6366         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6367         (get_ident): Likewise.
6368
6369 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6370
6371         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6372         with setting the sticky bit.
6373         * math/test-misc.c (main): Add more truncation tests.
6374
6375 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6376
6377         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6378         double in the function declaration.
6379         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6380         double in the function declaration.
6381         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6382         float in the function declaration.
6383         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6384         float in the function declaration.
6385
6386         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6387         denormal operands.  Do not generate FP_EX_DENORM exception.
6388         (FP_UNPACK_RAW_EP): Ditto.
6389         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6390         undefined _FP_UNPACK_RAW_E.
6391         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6392         undefined _FP_UNPACK_RAW_EP.
6393         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6394         undefined _FP_PACK_RAW_E.
6395         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6396         undefined _FP_PACK_RAW_EP.
6397
6398         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6399         _FP_FRAC_COPY_2.
6400         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6401         _FP_FRAC_COPY_4.
6402
6403 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6404             Jakub Jelinek  <jakub@redhat.com>
6405
6406         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6407         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6408         this case.
6409         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6410
6411 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6412
6413         * math/test-misc.c (main): Add tests for rounding long double
6414         values close to smallest double denormalized value to double.
6415
6416 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6417
6418         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6419         condition for truncating to 0.  Set sticky bit for such
6420         truncation.
6421
6422 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6423
6424         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6425         fixed length array for ignore.
6426
6427 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6428
6429         [BZ #4438]
6430         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6431         stack for large precisions.
6432         * stdio-common/test-vfprintf.c (main): Add test for large
6433         precision.
6434
6435 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6436
6437         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6438         for exponent 0.
6439         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6440
6441         [BZ #4439]
6442         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6443         account in the size check.
6444         * resolv/tst-inet_ntop.c: New test.
6445         * resolv/Makefile (tests): Add tst-inet_ntop.
6446
6447 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6448             Jakub Jelinek  <jakub@redhat.com>
6449
6450         [BZ #4349]
6451         * malloc/malloc.c: Keep separate list for first blocks on the bin
6452         lists with a given size.  This helps skipping over list elements
6453         we know won't fit in two places.
6454         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6455
6456 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6457
6458         [BZ #4102]
6459         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6460         label to Teredo tunnel addresses 2001://32.
6461
6462 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6463
6464         * locale/programs/ld-collate.c (collate_read): Allow order_start
6465         after copy.
6466
6467         * locale/programs/ld-collate.c (collate_read): Fix printing of
6468         error message.
6469
6470         [BZ #3213]
6471         * locale/C-translit.h.in: Add entry for U2044.
6472
6473         [BZ #4342]
6474         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6475         hexa-decimal floats without exponent.
6476         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6477
6478 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6479
6480         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6481         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6482         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6483         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6484         GLIBC_2.6.
6485         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6486         Add sched_getcpu.
6487
6488 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6489
6490         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6491         of 0 after the out_fail label.
6492
6493 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6494
6495         [BZ #4406]
6496         * iconv/gconv_charset.h (strip): Allow ':'.
6497         * iconv/iconv_open.c (iconv_open): Adjust comment.
6498
6499 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6500
6501         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6502         version.
6503
6504 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6505
6506         [BZ #4381]
6507         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6508         alignment of buffer and tmp_buffer.
6509         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6510         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6511         alignment of buffer.
6512         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6513         bigger than INT_MAX.
6514         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6515         h_errnop arguments.  Fail if buflen is too small.
6516         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6517
6518 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6519
6520         [BZ #4405]
6521         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6522         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6523
6524 2007-04-22  Roland McGrath  <roland@redhat.com>
6525
6526         * elf/elf.h (NT_PRXFPREG): New macro.
6527
6528 2007-04-19  Andreas Jaeger  <aj@suse.de>
6529
6530         [BZ #3905]
6531         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6532         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6533         Added.
6534
6535 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6536
6537         * include/sys/mman.h: Mark madvise hidden.
6538         * misc/madvise.c: Add libc_hidden_def.
6539
6540 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6541
6542         * nis/nis_domain_of.c (__nis_domain_of): New function.
6543         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6544         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6545         * nis/nis_call.c (rec_dirsearch): Likewise.
6546         (first_shoot): Likewise.  Remove search_parent_first argument.
6547         (struct nis_server_cache): Rename search_parent_first field
6548         to search_parent.
6549         (nis_server_cache_search, nis_server_cache_add): Rename
6550         search_parent_first argument to search_parent.
6551         (__nisfind_server): Likewise.  If search_parent, call
6552         __nis_domain_of.
6553
6554 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6555
6556         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6557
6558 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6559
6560         [BZ #4368]
6561         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6562
6563 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6564
6565         [BZ #4364]
6566         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6567
6568 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6569
6570         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6571         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6572         current number of locales in SUPPORTED.
6573         (create_archive): Initialize serial.
6574         (enlarge_archive): Preserve aliases rather than duplicating
6575         their locrecs.
6576
6577 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6578
6579         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6580         after _IO_un_link, not before it.
6581
6582         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6583         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6584         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6585
6586 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6587
6588         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6589         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6590         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6591         Remove __THROW.
6592         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6593         _IO_file_xsgetn_maybe_mmap): Likewise.
6594         * libio/oldfileops.c (old_do_write): Likewise.
6595         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6596         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6597         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6598         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6599         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6600         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6601         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6602         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6603         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6604         _IO_file_underflow, _IO_file_underflow_mmap,
6605         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6606         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6607         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6608         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6609         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6610         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6611         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6612         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6613         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6614         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6615         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6616         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6617         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6618         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6619         _IO_adjust_column_internal, _IO_default_uflow_internal,
6620         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6621         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6622         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6623         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6624         _IO_file_close_it_internal, _IO_file_underflow_internal,
6625         _IO_file_overflow_internal, _IO_file_attach_internal,
6626         _IO_file_fopen_internal, _IO_file_sync_internal,
6627         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6628         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6629         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6630         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6631         _IO_seekpos_unlocked): Likewise.
6632         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6633         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6634
6635 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6636
6637         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6638         argument in xmalloc size computation.
6639
6640 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6641
6642         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6643         math_opt_barrier and math_force_eval macros.
6644
6645 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6646
6647         [BZ #3306]
6648         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6649         * sysdeps/i386/fpu/math_private.h: New file.
6650         * sysdeps/x86_64/fpu/math_private.h: New file.
6651         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6652         math_force_eval macros.  Use "+m" constraint on asm rather than
6653         "=m" and "m".
6654         * math/s_nextafter.c (__nextafter): Likewise.
6655         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6656         Likewise.
6657         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6658         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6659         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6660         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6661         math_opt_barrier and math_force_eval macros.
6662         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6663         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6664         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6665         (__nexttoward): Use math_opt_barrier and
6666         math_force_eval macros.  Use "+m" constraint on asm rather than
6667         "=m" and "m".  Only use asm to force double result if
6668         FLT_EVAL_METHOD is 2.
6669         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6670         (__nexttowardf): Use math_opt_barrier and
6671         math_force_eval macros.  Use "+m" constraint on asm rather than
6672         "=m" and "m".  Only use asm to force double result if
6673         FLT_EVAL_METHOD is not 0.
6674         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6675         (__nexttowardf): Use math_opt_barrier and
6676         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6677         x to float using asm.
6678         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6679         (__nldbl_nexttowardf): Use math_opt_barrier and
6680         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6681         x to float using asm.
6682         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6683         (__nexttowardf): Use math_opt_barrier and math_force_eval
6684         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6685         * math/bug-nextafter.c (zero, inf): New variables.
6686         (main): Add new tests.
6687         * math/bug-nexttoward.c (zero, inf): New variables.
6688         (main): Add new tests.
6689
6690 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6691
6692         [BZ #3427]
6693         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6694         exceptions both in SW and MXCSR.
6695         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6696         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6697         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6698         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6699         in MXCSR if SSE is available.
6700         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6701         and ldsodefs.h.
6702         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6703         Fix comment typo.
6704         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6705         Return 0 rather than 1.
6706         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6707         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6708         * math/test-fenv.c (feholdexcept_tests): New function.
6709         (main): Call it.
6710
6711 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6712
6713         [BZ #3427]
6714         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6715         in SW.
6716
6717 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6718
6719         [BZ #4344]
6720         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6721         Reported by David Anderson <davea42@earthlink.net>.
6722
6723 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6724
6725         * posix/sys/wait.h: Remove unnecessary forward declaration.
6726
6727 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6728
6729         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6730         with obj->do_servers after first_shoot.
6731
6732 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6733
6734         * posix/Makefile (routines): Add sched_cpucount.
6735         (tests): Add tst-cpucount.
6736         * posix/sched_cpucount.c: New file.
6737         * posix/tst-cpucount.c: New file.
6738         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6739         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6740         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6741         * posix/sched.h: Define CPU_COUNT.
6742
6743 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6744
6745         * posix/fnmatch.c (STRUCT): Define.
6746         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6747         * posix/fnmatch_loop.c (struct STRUCT): New type.
6748         (FCT): Add ends argument.  If ends != NULL and normal * is
6749         seen in the pattern, store current pattern and string pointers
6750         and return.  Adjust recursive calls.
6751         (EXT): Adjust FCT callers.
6752         (STRUCT): Undef at the end of the file.
6753         * posix/Makefile (tests): Add tst-fnmatch2.
6754         * posix/tst-fnmatch2.c: New test.
6755
6756 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6757
6758         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6759         and 1 on failure.
6760
6761         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6762         Change last argument to unsigned int.
6763
6764 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6765
6766         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6767
6768 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6769
6770         * config.h.in (HAVE_LIBCAP): Add.
6771         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6772         sys/capabilities.h.
6773         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6774         free_caps.  Cast away const from 4th cap_set_flag argument.
6775
6776 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6777
6778         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6779         GLIBC_2.6.
6780         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6781         Add sync_file_range.
6782         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6783
6784 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6785
6786         * sysdeps/powerpc/bits/atomic.h
6787         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6788         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6789         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6790         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6791         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6792         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6793         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6794         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6795         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6796         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6797         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6798         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6799         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6800         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6801         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6802         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6803         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6804         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6805         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6806         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6807
6808 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6809
6810         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6811         (__cache_line_size): Define the variable here.  Add
6812         attribute_hidden, remove weak_extern.
6813         (__libc_start_main): Set __cache_line_size
6814         unconditionally.
6815         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6816         (__cache_line_size): Define the variable here.  Add
6817         attribute_hidden, remove weak_extern.
6818         (DL_PLATFORM_AUXV): Set __cache_line_size
6819         unconditionally.
6820         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6821         weak_extern, add attribute_hidden.
6822         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6823         defined in ld.so.
6824         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6825         definition.
6826         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6827
6828 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6829
6830         [BZ #4276]
6831         * timezone/africa: Update from tzdata2007d.
6832         * timezone/asia: Likewise.
6833         * timezone/australasia: Likewise.
6834         * timezone/backward: Likewise.
6835         * timezone/europe: Likewise.
6836         * timezone/iso3166.tab: Likewise.
6837         * timezone/leapseconds: Likewise.
6838         * timezone/northamerica: Likewise.
6839         * timezone/southamerica: Likewise.
6840         * timezone/zone.tab: Likewise.
6841
6842         * timezone/private.h: Update from tzcode2007d.
6843         * timezone/zdump.c: Likewise.
6844         * timezone/zic.c: Likewise.
6845
6846 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6847
6848         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6849         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6850         variables.
6851         (nis_server_cache_search, nis_server_cache_add): New functions.
6852         (__nisfind_server): Use them.  Add dbp and flags argument, if
6853         call __nisbind_create.
6854         (__nisbind_create): Add server_used and current_ep arguments,
6855         only call __nis_findfastest if server_used is ~0.
6856         (__do_niscall2, __prepare_niscall): Adjust callers.
6857         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6858         ckey_cache_euid, ckey_cache_lock): New variables.
6859         (get_ckey): New function.
6860         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6861         __pmap_getnisport.  Save __pmap_getnisport result in
6862         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6863         key.
6864         * nis/nis_lookup.c (nis_lookup): Likewise.
6865         * nis/nis_table.c (nis_list): Likewise.
6866         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6867         prototypes.
6868
6869         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6870         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6871         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6872         _nss_nisplus_getservbyport_r): Likewise.
6873         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6874         _nss_nisplus_getnetbyaddr_r): Likewise.
6875         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6876         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6877         _nss_nisplus_getntohost_r): Likewise.
6878         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6879         _nss_nisplus_getrpcbynumber_r): Likewise.
6880
6881 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6882
6883         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6884         * configure: Rebuilt.
6885
6886         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6887         bit-fields.
6888         * soft-fp/extended.h (_FP_UNION_E): Likewise.
6889
6890 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
6891
6892         [BZ #2831]
6893         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
6894         bit-fields.
6895
6896 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
6897
6898         * nscd/gai.c: Include alloca.h.
6899         (__libc_use_alloca): Define.
6900
6901 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
6902
6903         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
6904         smaller scopes.
6905         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
6906         (DL_DST_REQUIRED): Adjust user.
6907
6908         * include/dlfcn.h (struct link_map): New forward decl.
6909
6910         * inet/getnameinfo.c: Include stddef.h.
6911         (getnameinfo): Use offsetof.
6912
6913         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
6914
6915         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
6916
6917         * string/strerror_l.c: Include stdlib.h.
6918
6919         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
6920         * config.make.in (gnu89-inline-CFLAGS): New variable.
6921         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
6922         -std=gnu99.
6923         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
6924         * argp/argp.h: Use it.
6925         * bits/mathinline.h: Likewise.
6926         * bits/sigset.h: Likewise.
6927         * bits/string.h: Likewise.
6928         * ctype/ctype.h: Likewise.
6929         * hurd/hurd.h: Likewise.
6930         * hurd/hurd/fd.h: Likewise.
6931         * hurd/hurd/port.h: Likewise.
6932         * hurd/hurd/signal.h: Likewise.
6933         * hurd/hurd/threadvar.h: Likewise.
6934         * hurd/hurd/userlink.h: Likewise.
6935         * io/sys/stat.h: Likewise.
6936         * libio/bits/stdio.h: Likewise.
6937         * libio/bits/stdio2.h: Likewise.
6938         * mach/lock-intern.h: Likewise.
6939         * mach/mach/mig_support.h: Likewise.
6940         * math/bits/cmathcalls.h: Likewise.
6941         * posix/bits/unistd.h: Likewise.
6942         * socket/bits/socket2.h: Likewise.
6943         * stdlib/bits/stdlib.h: Likewise.
6944         * stdlib/stdlib.h: Likewise.
6945         * string/argz.h: Likewise.
6946         * string/bits/string2.h: Likewise.
6947         * string/bits/string3.h: Likewise.
6948         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
6949         * sysdeps/generic/inttypes.h: Likewise.
6950         * sysdeps/generic/machine-lock.h: Likewise.
6951         * sysdeps/generic/machine-sp.h: Likewise.
6952         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6953         * sysdeps/i386/i486/bits/string.h: Likewise.
6954         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
6955         * sysdeps/mach/alpha/machine-lock.h: Likewise.
6956         * sysdeps/mach/alpha/machine-sp.h: Likewise.
6957         * sysdeps/mach/i386/machine-lock.h: Likewise.
6958         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
6959         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
6960         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
6961         * sysdeps/s390/bits/string.h: Likewise.
6962         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
6963         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
6964         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
6965         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
6966         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6967         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
6968         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
6969         * wcsmbs/bits/wchar2.h: Likewise.
6970         * wcsmbs/wchar.h: Likewise.
6971         * stdlib/gmp.h: Likewise.  Include <features.h> to get
6972         __extern_inline definition.
6973
6974 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
6975
6976         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
6977         NULL.
6978
6979         [BZ #3919]
6980         * math/libm-test.inc (log_test): Test -Inf and NaN.
6981         (log10_test, log1p_test, log2_test): Test -Inf.
6982         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
6983         FE_INVALID when argument is qNaN.
6984         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
6985         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
6986         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
6987         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
6988         andb $1, %ah with testb $1, %ah, don't test for parity, instead
6989         testb $4, %ah and jump if non-zero.
6990         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
6991         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
6992
6993         [BZ #4101]
6994         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
6995         ancestors with the same depths.
6996         Patch by Niels Moeller <nisse@lysator.liu.se>.
6997         (filter_doc): Don't crash if argp is NULL.
6998         * argp/Makefile (tests): Add tst-argp2.
6999         * argp/tst-argp2.c: New test.
7000
7001         [BZ #4130]
7002         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7003         open_not_cancel_2.
7004         (updwtmp_file): Likewise.
7005
7006         [BZ #4181]
7007         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7008         (inet6_opt_append): Don't check extlen is big enough if extbuf
7009         is NULL.
7010         (inet6_opt_finish): Likewise.
7011         * inet/Makefile (tests): Add test-inet6_opt.
7012         * inet/test-inet6_opt.c: New test.
7013
7014         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7015         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7016         NLMSG_ERR.  Instead use a page sized buffer.
7017         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7018         buffer.
7019
7020 2007-03-14  Richard Henderson  <rth@redhat.com>
7021
7022         * sysdeps/alpha/fpu/s_llround.c: New file.
7023         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7024         * sysdeps/alpha/fpu/s_lround.c: New file.
7025         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7026         * sysdeps/alpha/fpu/s_round.c: New file.
7027         * sysdeps/alpha/fpu/s_roundf.c: New file.
7028         * sysdeps/alpha/fpu/s_trunc.c: New file.
7029         * sysdeps/alpha/fpu/s_truncf.c: New file.
7030
7031         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7032         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7033         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7034         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7035         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7036         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7037
7038         * sysdeps/alpha/fpu/s_fmax.S: New file.
7039         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7040         * sysdeps/alpha/fpu/s_fmin.S: New file.
7041         * sysdeps/alpha/fpu/s_fminf.S: New file.
7042         * sysdeps/alpha/fpu/s_isnan.c: New file.
7043         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7044         * sysdeps/alpha/fpu/s_llrint.c: New file.
7045         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7046         * sysdeps/alpha/fpu/s_lrint.c: New file.
7047         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7048         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7049         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7050
7051         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7052         (__fdimf, fdimf, __fdim, fdim): Remove.
7053         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7054         (__isnanf, __isnan, __isnanl): New.
7055
7056 2007-03-13  Richard Henderson  <rth@redhat.com>
7057
7058         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7059
7060 2007-03-13  Richard Henderson  <rth@redhat.com>
7061
7062         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7063         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7064         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7065         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7066         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7067         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7068
7069 2007-03-13  Richard Henderson  <rth@redhat.com>
7070
7071         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7072         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7073         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7074         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7075         Move to dl-auxv.h; initialize instead of extern weak.
7076         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7077         weak symbol.
7078         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7079         Extern instead of initialized.
7080
7081 2007-03-13  Richard Henderson  <rth@redhat.com>
7082
7083         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7084         __sigsuspend_nocancel.
7085
7086 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7087
7088         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7089         172.16/12 address range.
7090
7091 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7092
7093         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7094         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7095         message.
7096
7097 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7098
7099         [BZ #4069]
7100         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7101         earlier.
7102         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7103
7104         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7105         for x qNaN and y either +-inf or non-integer value.
7106         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7107         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7108         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7109
7110 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7111
7112         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7113         from sysdep_headers.
7114
7115 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7116
7117         * time/tzfile.c (find_transition): Instead of a linear search try to
7118         guess the transition index, use a linear search if the result is at
7119         most 10 transitions away from the guess or binary search otherwise.
7120
7121 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7122
7123         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7124         memory reallocation.
7125
7126 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7127
7128         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7129         and fix some typos.
7130         Optimize use of TOLOWER.
7131
7132         [BZ #3325]
7133         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7134         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7135         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7136
7137         [BZ #3458]
7138         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7139         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7140
7141         [BZ #4076]
7142         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7143         (open_dir_stream): Likewise.
7144         * io/Makefile (tests): Add bug-ftw5.
7145         * io/bug-ftw5.c: New file.
7146
7147         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7148         * nscd/servicescache.c (cache_addserv): Likewise.
7149
7150         * nscd/grpcache.c (cache_addgr): In case a record changed on
7151         refresh, adjust key_copy.
7152
7153         [BZ #4074]
7154         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7155         refresh, adjust key_copy.
7156
7157         [BZ #4070]
7158         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7159         special cases.
7160         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7161
7162 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7163
7164         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7165         optimization.
7166
7167         * stdio-common/vfscanf.c: Small cleanups throughout.
7168
7169 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7170
7171         [BZ #3325]
7172         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7173         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7174         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7175         Patch by Jared Casper <jaredcasper@gmail.com>.
7176
7177         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7178         * sysdeps/unix/opendir.c: Likewise.
7179         * sysdeps/unix/readdir.c: Likewise.
7180
7181         [BZ #2211]
7182         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7183         point numbers.
7184         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7185
7186         * stdio-common/vfscanf.c: Fix problems in width accounting.
7187         * stdio-common/tst-sscanf.c (double_tests): New tests.
7188         (main): Hook them up.
7189
7190         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7191         More simplifications of floating-point reader.
7192
7193         * stdio-common/Makefile (tests): Add tst-swscanf.
7194         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7195         testing.
7196         * stdio-common/tst-swscanf.c: New file.
7197
7198 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7199
7200         [BZ #2633]
7201         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7202         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7203         Remove using for __jmp_buf_tag.
7204         * locale/locale.h (struct lconv): Also define in std namespace.
7205         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7206
7207         [BZ #3842]
7208         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7209         using __libc_enable_secure.
7210
7211         [BZ #3818]
7212         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7213
7214         [BZ #3745]
7215         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7216         of names for ellipsises.
7217
7218         [BZ #3348]
7219         * malloc/memusage.sh: Cleanups.
7220         * debug/xtrace.sh: Quoting and trap changes.
7221
7222 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7223
7224         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7225
7226         * locale/iso-3166.def: Update entry for Serbia.
7227         * locale/iso-4217.def: Define RSD, remove CSD.
7228
7229         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7230         and 64-bit operations.
7231
7232         [BZ #4040]
7233         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7234         16-bit operations.
7235
7236         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7237         of writev.
7238
7239 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7240
7241         [BZ #3991]
7242         * assert/assert.h (assert): Simplify.
7243         (assert_perror): Likewise.
7244         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7245
7246         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7247         reqdata.
7248
7249         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7250         change: don't pass NULL in place of an integer.
7251
7252 2007-02-02  Bruno Haible  <bruno@clisp.org>
7253
7254         [BZ #3954]
7255         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7256         Add mapping for U+327E.
7257         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7258         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7259         mapping of 0xD9 0xE8.
7260         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7261         mapping of U+327E.
7262         Reported by Jungshik Shin <jungshik@google.com>.
7263
7264         [BZ #3955]
7265         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7266         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7267         Reported by Jungshik Shin <jungshik@google.com>.
7268
7269 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7270
7271         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7272         byte variants.
7273
7274         [BZ #4040]
7275         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7276         byte variants.  Patch mostly be tom@tommay.net.
7277
7278 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7279
7280         [BZ #3996]
7281         * posix/glob.c (attribute_hidden): Define if not defined.
7282         (glob): Unescape dirname, filename or username when needed and not
7283         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7284         is NULL.  Handle unescaped [ in pattern without closing ].
7285         Don't pass GLOB_CHECK down to recursive glob for directories.
7286         (__glob_pattern_type): New function.
7287         (__glob_pattern_p): Implement using __glob_pattern_type.
7288         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7289         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7290         Remove unreachable code.
7291         * posix/globtest.sh: Add a couple of new tests.
7292
7293 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7294
7295         * po/ru.po: Update from translation team.
7296
7297 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7298
7299         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7300         to the list of i486+ CPUs.
7301         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7302
7303 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7304
7305         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7306         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7307         references.
7308
7309 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7310
7311         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7312
7313         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7314         * resolv/res_mkquery.c: Define __res_nopt.
7315         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7316         try adding EDNS0 record.
7317         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7318         EDNS0 record was send make sure we don't try it again.
7319         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7320         * include/resolv.h: Declare __res_nopt.
7321
7322 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7323
7324         [BZ #3944]
7325         * time/strptime_l.c (__strptime_internal): Set have_mon for
7326         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7327         have been computed from tm_yday and tm_year.  Don't crash
7328         in day_of_the_week or day_of_the_year if not have_mon
7329         and tm_mon contains bogus value.
7330         * time/Makefile (tests): Add tst-strptime3.
7331         * time/tst-strptime3.c: New test.
7332
7333 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7334
7335         [BZ #3957]
7336         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7337         bit for RE_HAT_LISTS_NOT_NEWLINE.
7338         (build_charclass_op): Remove bogus comment.
7339         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7340         * posix/bug-regex27.c: New test.
7341         * posix/bug-regex28.c: New test.
7342
7343 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7344
7345         * po/sv.po: Update from translation team.
7346
7347 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7348
7349         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7350
7351 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7352
7353         * include/locale.h (__uselocale): Add libc_hidden_proto.
7354         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7355
7356         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7357         gettimeofday.
7358
7359 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7360
7361         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7362         returning.
7363         (PTR_DEMANGLE): Real definition now that it's not the same as
7364         PRT_MANGLE anymore.
7365         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7366
7367         * string/strerror_l.c: New file.
7368         * string/Makefile (routines): Add strerror_l.
7369         * string/string.h: Declare strerror_l.
7370         * string/Versions: Export strerror_l for GLIBC_2.6.
7371
7372 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7373
7374         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7375         as parameter.  Construct request record.  Try sending request
7376         before the first poll use, it usually succeeds.  Adjust all
7377         callers.
7378         * nscd/nscd-client.h: Define MAXKEYLEN.
7379         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7380
7381 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7382
7383         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7384         from return value.
7385         * nscd/nscd_helper.c: Include string.h.
7386         (__nscd_cache_search): Remove const qualifier from return value.
7387         On strict alignment architectures check hash entry and data head
7388         alignment.
7389         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7390         mmapped data during GC cycle contains garbage.  If
7391         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7392         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7393         dropped to 0.
7394         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7395         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7396         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7397         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7398         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7399
7400 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7401
7402         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7403
7404 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7405
7406         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7407         names not numbers in cfi_*.
7408
7409 2007-01-26  Andreas Jaeger  <aj@suse.de>
7410
7411         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7412         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7413         Correct values of PER_HPUX and PER_OSF4.
7414
7415 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7416
7417         * elf/dl-minimal.c: Undefine _itoa first.
7418         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7419         * malloc/mtrace.c: Revert last change.
7420         * posix/wordexp.c: Likewise.
7421
7422 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7423
7424         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7425         and __geode__ to the list of i486+ CPUs.
7426         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7427
7428 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7429
7430         * stdio-common/_itoa.c: Include <limits.h>.
7431         * stdio-common/_itowa.c: Likewise.
7432
7433 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7434
7435         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7436         platforms.
7437         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7438         64-bit platforms.
7439         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7440         possible.
7441         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7442         if possible.
7443
7444         [BZ #3902]
7445         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7446         * stdio-common/Makefile (tests): Add bug17.
7447         * stdio-common/bug17.c: New file.
7448
7449 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7450
7451         * iconvdata/brf.c: New file.
7452         * iconvdata/testdata/BRF: New file.
7453         * iconvdata/testdata/BRF..UTF8: New file.
7454         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7455         * iconvdata/Makefile: Add rules to build BRF.
7456         * iconvdata/TESTS: Add BRF entry.
7457         * iconvdata/gconv-modules: Likewise.
7458         * iconvdata/tst-tables.sh: Likewise.
7459
7460 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7461
7462         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7463         type `long long int', not `long int'.
7464         (wcstoq): Likewise.
7465
7466 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7467
7468         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7469         of values on 64-bit platforms which are too large.
7470
7471 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7472             Joe Kerian  <jkerian@us.us.ibm.com>
7473
7474         [BZ #2749]
7475         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7476         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7477         (__copysignl): Use signbit() for comparison.
7478         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7479         SET_LDOUBLE_WORDS64.
7480
7481         [BZ #2423, #2749]
7482         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7483         (__ceill): Remove calls to fegetround(), fesetround().
7484         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7485         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7486         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7487
7488 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7489
7490         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7491
7492         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7493
7494 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7495
7496         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7497         demangle pointer.
7498         * csu/libc-start.c: Likewise.
7499
7500 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7501
7502         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7503         really work anyway.
7504
7505 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7506
7507         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7508         users.
7509         (handle_request): Remove unnecessary tests.
7510
7511         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7512
7513 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7514
7515         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7516         workbits in semi-raw fraction.
7517
7518         * math/test-misc.c: Add new tests.
7519
7520 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7521
7522         * math/basic-test.c: Include test-skeleton.c.
7523         (TEST_TRUNC): Define.
7524         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7525         (main): Rename to ...
7526         (do_test): ...this.  Run new tests.
7527         (TEST_FUNCTION): Define.
7528
7529 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7530             Joe Kerian  <jkerian@us.us.ibm.com>
7531
7532         [BZ #2749]
7533         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7534         handling for high words.
7535         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7536         and overflow for infinity.
7537
7538 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7539
7540         * nscd/connections.c (handle_request): Add a __builtin_expect.
7541
7542         * nscd/connections.c (serv2db): Change type into structure which
7543         also says whether this is a request for data.  Renamed to
7544         servinfo.  All users changed.
7545         (handle_request): Much simpler test whether we should search the cache.
7546
7547         * nscd/connections.c (handle_request): Fix thinko in selinux test
7548         invocation.
7549
7550         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7551         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7552         it before getting dl_load_lock and then relock.
7553         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7554         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7555         case we unlocked the scope.
7556         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7557         _dl_lookup_symbol_x in case we locked the scope.
7558         (_dl_profile_fixup): Likewise.
7559         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7560         set DL_LOOKUP_SCOPE_LOCK.
7561
7562 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7563
7564         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7565         CFLAGS-getsrvbynpt_r.c.
7566         * nscd/getsrvbynm_r.c: New file.
7567         * nscd/getsrvbypt_r.c: New file.
7568         * nscd/nscd_getserv_r.c: New file.
7569         * nscd/servicescache.c: New file.
7570         * nscd/Makefile (routines): Add nscd_getserv_r.
7571         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7572         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7573         CFLAGS-getsrvbypt_r.c.
7574         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7575         table.  Add entries for services database.
7576         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7577         services database.
7578         (dbs): Add .reset_res and servdb initialization.
7579         (serv2db): Add entries for services database.
7580         (verify_persistent_db): Accept dbnr == servdb.
7581         (invalidate_cache): Rewrite database name recognition to use a table.
7582         Call res_init() if .reset_res is set for database.
7583         (handle_request): Add code to handle services database.
7584         * nscd/gai.c: Don't define __getservbyname_r.
7585         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7586         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7587         (serv_response_header): Define.
7588         (struct datahead): Add serv_response_header member.
7589         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7590         using table.
7591         * nscd/nscd.conf: Add entries for services database.
7592         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7593         Declare serv_iov_disabled.
7594         Declare addservbyname, readdservbyname, addservbyport, and
7595         readdservbyport.
7596         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7597         (find_db): Fix error message.
7598         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7599         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7600         * nscd/selinux.c (perms): Add entries for services database.
7601         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7602         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7603
7604         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7605         * nscd/hstcache.c: Likewise.
7606         * nscd/pwdcache.c: Likewise.
7607
7608         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7609         computation of keylen.
7610
7611         * include/string.h: Only redefine strndupa if this is really for
7612         libc code.
7613
7614 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7615
7616         * nscd/nscd_gethst_r.c: Minor cleanups.
7617
7618         * nscd/connections.c (handle_request): Check selinux permissions
7619         for all non-admin commands.
7620
7621         * sysdeps/i386/i486/bits/atomic.h: Define
7622         atomic_compare_and_exchange_val_acq,
7623         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7624         using __sync_* built-ins for gcc >= 4.1.
7625         * sysdeps/x86_64/bits/atomic.h: Likewise.
7626
7627         [BZ #3840]
7628         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7629         and .oS.d files.
7630
7631 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7632
7633         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7634         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7635         (do_test): Check errno and exit(0) if ENOSYS.
7636
7637 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7638
7639         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7640         thousands separators.
7641         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7642         * stdlib/tst-strtod4.c: New test.
7643
7644         [BZ #3855]
7645         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7646         hexadecimal digit should accept just the initial 0.
7647         * stdlib/tst-strtod2.c (tests): New variable.
7648         (do_test): Run several tests rather than just one.
7649
7650 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7651
7652         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7653         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7654
7655 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7656
7657         * io/fts.c: Make sure fts_cur is always valid after return from
7658         fts_read.
7659         Patch by Miloslav Trmac <mitr@redhat.com>.
7660
7661 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7662
7663         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7664         (R_MIPS_NUM): Bump by 1.
7665
7666 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7667
7668         * posix/execvp.c: Include alloca.h.
7669         (allocate_scripts_argv): Renamed to...
7670         (scripts_argv): ... this.  Don't allocate buffer here nor count
7671         arguments.
7672         (execvp): Use alloca if possible.
7673         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7674         * posix/tst-vfork3.c: New test.
7675
7676 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7677
7678         * string/Makefile (tst-strxfrm2-ENV): Define.
7679         * stdlib/Makefile (tst-strtod3-ENV): Define.
7680
7681 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7682
7683         * posix/getconf.c: Update copyright year.
7684         * nss/getent.c: Likewise.
7685         * iconv/iconvconfig.c: Likewise.
7686         * iconv/iconv_prog.c: Likewise.
7687         * elf/ldconfig.c: Likewise.
7688         * catgets/gencat.c: Likewise.
7689         * csu/version.c: Likewise.
7690         * elf/ldd.bash.in: Likewise.
7691         * elf/sprof.c (print_version): Likewise.
7692         * locale/programs/locale.c: Likewise.
7693         * locale/programs/localedef.c: Likewise.
7694         * nscd/nscd.c (print_version): Likewise.
7695         * debug/xtrace.sh: Likewise.
7696         * malloc/memusage.sh: Likewise.
7697         * malloc/mtrace.pl: Likewise.
7698         * debug/catchsegv.sh: Likewise.
7699
7700 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7701
7702         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7703         attempts.
7704
7705 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7706
7707         * posix/wordexp.c: Remove some unnecessary tests.
7708
7709 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7710
7711         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7712         blacklist the group till after we look it up.
7713
7714 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7715
7716         * include/atomic.h (atomic_forced_read): New macro.
7717
7718 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7719
7720         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7721
7722 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7723
7724         * nss/getXXbyYY_r.c: Include atomic.h.
7725         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7726         add atomic_write_barrier () in between.
7727
7728         * stdlib/Makefile (tests): Add tst-makecontext.
7729         * stdlib/tst-makecontext.c: New test.
7730
7731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7732         (__makecontext): Don't realign uc_mcontext.uc_regs.
7733
7734 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7735
7736         * elf/dl-support.c: Include dl-procinfo.h.
7737         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7738         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7739         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7740         Define.
7741         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7742         hardcoded constants.
7743         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7744         PPC_PLATFORM_* macros for array designators.
7745
7746 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7747
7748         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7749         names to the beginning.
7750         (_dl_powerpc_platforms): Add "power6x".
7751         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7752         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7753         (_DL_PLATFORMS_COUNT): Increase.
7754         (_dl_string_platform): Handle power6x case.
7755         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7756         PPC_FEATURE_POWER6_EXT): Define.
7757         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7758
7759 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7760
7761         [BZ #3747]
7762         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7763         [-2^31 .. 2^31) range.
7764         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7765         targets.
7766         * stdlib/tst-rand48-2.c: New test.
7767         * stdlib/Makefile (tests): Add tst-rand48-2.
7768
7769 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7770
7771         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7772
7773 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7774
7775         * misc/tst-pselect.c (do_test): Make sure the helper process is
7776         terminating when the test is aborted.
7777
7778 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7779
7780         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7781         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7782         Handle relatime mount option.
7783
7784         [BZ #2337]
7785         * libio/Makefile (tests): Add tst-setvbuf1.
7786         * libio/tst-setvbuf1.c: New file.
7787
7788 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7789
7790         [BZ #2337]
7791         * libio/genops.c (__uflow): Fix a typo.
7792         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7793         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7794         the narrow buffer size.
7795
7796 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7797
7798         [BZ #2337]
7799         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7800         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7801         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7802         in _flags.
7803         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7804         _IO_wstr_finish): Likewise.
7805         * libio/wmemstream.c (open_wmemstream): Likewise.
7806         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7807         even for wide streams.
7808
7809 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7810
7811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7812         kernel-features.h.
7813
7814 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7815
7816         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7817         separators also if no non-zero digits found.
7818         * stdlib/Makefile (tests): Add tst-strtod3.
7819
7820 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7821
7822         [BZ #3632]
7823         * include/features.h: Fix comment about default value for
7824         _POSIX_C_SOURCE.
7825
7826         [BZ #3664]
7827         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7828         empty parsed strings.
7829         * stdlib/Makefile (tests): Add tst-strtod2.
7830         * stdlib/tst-strtod2.c: New file.
7831
7832         [BZ #3673]
7833         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7834         computation.
7835         * stdlib/Makefile (tests): Add tst-atof2.
7836         * stdlib/tst-atof2.c: New file.
7837
7838         [BZ #3674]
7839         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7840         correctly if removing trailing zero of hex-float.
7841         * stdlib/Makefile (tests): Add tst-atof1.
7842         * stdlib/tst-atof1.c: New file.
7843
7844 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7845
7846         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7847         Start searching for next comma at p rather than rest.
7848         * misc/Makefile (tests): Add tst-mntent2.
7849         * misc/tst-mntent2.c: New test.
7850
7851         * misc/getusershell.c (initshells): Check for integer overflows.
7852         Make strings buffer one bigger as fgets always succeeds when second
7853         argument is 1.  Don't use calloc for shells array.  Disallow
7854         / as shell.
7855
7856 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7857
7858         * malloc/memusage.c: Handle realloc with new size of zero and
7859         non-NULL pointer correctly.
7860         (me): Really write first record twice.
7861         (struct entry): Make format bi-arch safe.
7862         (dest): Write out more realloc statistics.
7863         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7864
7865 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7866
7867         * nis/nis_subr.c (nis_getnames): Revert last change.
7868
7869 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7870
7871         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7872         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7873         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7874         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7875         ENOTTY.
7876         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7877         * io/tst-ttyname_r.c: New test.
7878
7879 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7880
7881         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7882
7883 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7884
7885         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7886         jump table entries.
7887
7888 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7889
7890         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
7891         `clone' function to ensure proper unwinding stop of gdb.
7892         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7893
7894 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
7895
7896         * nscd/nscd.init: Remove obsolete and commented-out -S option
7897         handling.
7898
7899 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
7900
7901         [BZ #3514]
7902         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
7903
7904         [BZ #3515]
7905         * manual/string.texi (strtok): Remove duplicate paragraph.
7906
7907 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7908
7909         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
7910         libgcc not supporting `rflags' unwinding (register # >= 17).
7911
7912 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
7913
7914         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
7915         succeeded.
7916
7917 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
7918             Jakub Jelinek  <jakub@redhat.com>
7919             Jan Kratochvil  <jan.kratochvil@redhat.com>
7920
7921         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
7922         unwind information.
7923         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
7924         'restore_rt' even in the 'signal' directory.
7925         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
7926
7927 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
7928
7929         [BZ #3559]
7930         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
7931         malloc crashed.  Don't allocate memory unnecessarily in each
7932         loop.
7933
7934 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
7935
7936         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
7937
7938 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
7939
7940         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
7941
7942 2006-11-18  Bruno Haible  <bruno@clisp.org>
7943
7944         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
7945         __sysconf only after having tried to call getgroups32.
7946
7947 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
7948
7949         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
7950         addresses for IPv4 queries if they can be mapped.
7951
7952 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
7953
7954         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
7955         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
7956         (signmask): Add .size directive.
7957         (othermask): Add .type directive.
7958
7959 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
7960
7961         * po/nl.po: Update from translation team.
7962
7963         * timezone/zdump.c: Redo fix for BZ #3137.
7964
7965 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
7966
7967         * nss/nss_files/files-alias.c (get_next_alias): Set line back
7968         to first_unused after parsing :include: file.
7969
7970 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
7971
7972         * timezone/africa: Update from tzdata2006o.
7973         * timezone/antarctica: Likewise.
7974         * timezone/asia: Likewise.
7975         * timezone/australasia: Likewise.
7976         * timezone/backward: Likewise.
7977         * timezone/europe: Likewise.
7978         * timezone/iso3166.tab: Likewise.
7979         * timezone/northamerica: Likewise.
7980         * timezone/southamerica: Likewise.
7981         * timezone/zone.tab: Likewise.
7982
7983         * time/tzfile.c (__tzfile_read): Extend to handle new file format
7984         on machines with 64-bit time_t.
7985
7986         * timezone/checktab.awk: Update from tzcode2006o.
7987         * timezone/ialloc.c: Likewise.
7988         * timezone/private.h: Likewise.
7989         * timezone/scheck.c: Likewise.
7990         * timezone/tzfile.h: Likewise.
7991         * timezone/tzselect.ksh: Likewise.
7992         * timezone/zdump.c: Likewise.
7993         * timezone/zic.c: Likewise.
7994
7995         [BZ #3483]
7996         * elf/ldconfig.c (main): Call setlocale and textdomain.
7997         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
7998
7999         [BZ #3480]
8000         * manual/argp.texi: Fix typos.
8001         * manual/charset.texi: Likewise.
8002         * manual/errno.texi: Likewise.
8003         * manual/filesys.texi: Likewise.
8004         * manual/lang.texi: Likewise.
8005         * manual/maint.texi: Likewise.
8006         * manual/memory.texi: Likewise.
8007         * manual/message.texi: Likewise.
8008         * manual/resource.texi: Likewise.
8009         * manual/search.texi: Likewise.
8010         * manual/signal.texi: Likewise.
8011         * manual/startup.texi: Likewise.
8012         * manual/stdio.texi: Likewise.
8013         * manual/sysinfo.texi: Likewise.
8014         * manual/syslog.texi: Likewise.
8015         * manual/time.texi: Likewise.
8016         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8017
8018         [BZ #3465]
8019         * sunrpc/clnt_raw.c: Minimal message improvements.
8020         * sunrpc/pm_getmaps.c: Likewise.
8021         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8022         * nis/nis_print_group_entry.c: Likewise.
8023         * locale/programs/repertoire.c: Likewise.
8024         * locale/programs/charmap.c: Likewise.
8025         * malloc/memusage.sh: Likewise.
8026         * elf/dl-deps.c: Likewise.
8027         * locale/programs/ld-collate.c: Likewise.
8028         * libio/vswprintf.c: Likewise.
8029         * malloc/memusagestat.c: Likewise.
8030         * sunrpc/auth_unix.c: Likewise.
8031         * sunrpc/rpc_main.c: Likewise.
8032         * nscd/cache.c: Likewise.
8033         * locale/programs/repertoire.c: Unify output messages.
8034         * locale/programs/charmap.c: Likewise.
8035         * locale/programs/ld-ctype.c: Likewise.
8036         * locale/programs/ld-monetary.c: Likewise.
8037         * locale/programs/ld-numeric.c: Likewise.
8038         * locale/programs/ld-time.c: Likewise.
8039         * elf/ldconfig.c: Likewise.
8040         * nscd/selinux.c: Likewise.
8041         * elf/cache.c: Likewise.
8042         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8043
8044         [BZ #3451]
8045         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8046         change atomic.
8047         (ceil): Likewise.
8048
8049 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8050
8051         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8052         if N is one bigger than return value.
8053         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8054         and l1 last arguments, if buf is defined, verify the return value
8055         equals to strlen (buf) and verify no byte beyond passed length
8056         is modified.
8057
8058 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8059
8060         * po/sv.po: Update from translation team.
8061
8062 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8063
8064         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8065         noinline attribute.
8066
8067 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8068
8069         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8070         noinline attribute.
8071
8072         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8073         Use __new_sys_siglist instead of _sys_siglist_internal as
8074         second macro argument.
8075         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8076         strong_alias.
8077
8078 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8079
8080         [BZ #3493]
8081         * posix/unistd.h (sysconf): Remove const attribute.
8082
8083         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8084         temporary or deprecated addresses.
8085         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8086
8087         * string/Makefile (tests): Add tst-strxfrm2.
8088         * string/tst-strxfrm2.c: New file.
8089
8090 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8091
8092         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8093         rather than r->r_brk.
8094
8095 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8096
8097         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8098         optimization even if needed > n.
8099
8100         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8101         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8102         return false, otherwise return true.
8103         (cache_rpath): Return decompose_rpath return value.
8104
8105 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8106
8107         * include/libc-symbols.h (declare_symbol): Rename to...
8108         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8109         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8110         .size directive.
8111         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8112         changes.
8113         * sysdeps/gnu/siglist.c: Likewise.
8114
8115 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8116
8117         * sysdeps/powerpc/fpu/bits/mathinline.h
8118         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8119         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8120
8121 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8122
8123         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8124         Update handling of cache descriptor 0x49 for new models.
8125         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8126         Likewise.
8127
8128 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8129
8130         * malloc/memusage.c (dest): Reset not_me back to false after
8131         printing statistics.
8132
8133 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8134
8135         * configure.in: Work around ld --help change and avoid -z relro
8136         test completely if the architecture doesn't care about security.
8137
8138 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8139
8140         * po/sv.po: Update from translation team.
8141
8142 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8143
8144         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8145         generate compatibility version.
8146
8147 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8148
8149         * configure.in: Relax -z relro requirement a bit.
8150
8151         * po/sv.po: Update from translation team.
8152
8153 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8154
8155         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8156         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8157         * elf/dl-close.c (_dl_close_worker): Likewise.
8158         * elf/dl-open.c (_dl_open_worker): Likewise.
8159         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8160
8161 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8162
8163         * configure.in: Require assembler support for visibility, compiler
8164         support for visibility and aliases, linker support for various -z
8165         options.
8166         * Makeconfig: Remove conditional code which now is unnecessary.
8167         * config.h.in: Likewise.
8168         * config.make.in: Likewise.
8169         * dlfcn/Makefile: Likewise.
8170         * elf/Makefile: Likewise.
8171         * elf/dl-load.c: Likewise.
8172         * elf/rtld.c: Likewise.
8173         * include/libc-symbols.h: Likewise.
8174         * include/stdio.h: Likewise.
8175         * io/Makefile: Likewise.
8176         * io/fstat.c: Likewise.
8177         * io/fstat64.c: Likewise.
8178         * io/fstatat.c: Likewise.
8179         * io/fstatat64.c: Likewise.
8180         * io/lstat.c: Likewise.
8181         * io/lstat64.c: Likewise.
8182         * io/mknod.c: Likewise.
8183         * io/mknodat.c: Likewise.
8184         * io/stat.c: Likewise.
8185         * io/stat64.c: Likewise.
8186         * libio/stdio.c: Likewise.
8187         * nscd/Makefile: Likewise.
8188         * stdlib/Makefile: Likewise.
8189         * stdlib/atexit.c: Likewise.
8190         * sysdeps/generic/ldsodefs.h: Likewise.
8191         * sysdeps/i386/dl-machine.h: Likewise.
8192         * sysdeps/i386/sysdep.h: Likewise.
8193         * sysdeps/i386/i686/memcmp.S: Likewise.
8194         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8195         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8196         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8197
8198         * Makerules: USE_TLS support is now default.
8199         * tls.make.c: Likewise.
8200         * csu/Versions: Likewise.
8201         * csu/libc-start.c: Likewise.
8202         * csu/libc-tls.c: Likewise.
8203         * csu/version.c: Likewise.
8204         * dlfcn/dlinfo.c: Likewise.
8205         * elf/dl-addr.c: Likewise.
8206         * elf/dl-cache.c: Likewise.
8207         * elf/dl-close.c: Likewise.
8208         * elf/dl-iteratephdr.c: Likewise.
8209         * elf/dl-load.c: Likewise.
8210         * elf/dl-lookup.c: Likewise.
8211         * elf/dl-object.c: Likewise.
8212         * elf/dl-open.c: Likewise.
8213         * elf/dl-reloc.c: Likewise.
8214         * elf/dl-support.c: Likewise.
8215         * elf/dl-sym.c: Likewise.
8216         * elf/dl-sysdep.c: Likewise.
8217         * elf/dl-tls.c: Likewise.
8218         * elf/ldconfig.c: Likewise.
8219         * elf/rtld.c: Likewise.
8220         * elf/tst-tls-dlinfo.c: Likewise.
8221         * elf/tst-tls1.c: Likewise.
8222         * elf/tst-tls10.h: Likewise.
8223         * elf/tst-tls14.c: Likewise.
8224         * elf/tst-tls2.c: Likewise.
8225         * elf/tst-tls3.c: Likewise.
8226         * elf/tst-tls4.c: Likewise.
8227         * elf/tst-tls5.c: Likewise.
8228         * elf/tst-tls6.c: Likewise.
8229         * elf/tst-tls7.c: Likewise.
8230         * elf/tst-tls8.c: Likewise.
8231         * elf/tst-tls9.c: Likewise.
8232         * elf/tst-tlsmod1.c: Likewise.
8233         * elf/tst-tlsmod13.c: Likewise.
8234         * elf/tst-tlsmod13a.c: Likewise.
8235         * elf/tst-tlsmod14a.c: Likewise.
8236         * elf/tst-tlsmod2.c: Likewise.
8237         * elf/tst-tlsmod3.c: Likewise.
8238         * elf/tst-tlsmod4.c: Likewise.
8239         * elf/tst-tlsmod5.c: Likewise.
8240         * elf/tst-tlsmod6.c: Likewise.
8241         * include/errno.h: Likewise.
8242         * include/link.h: Likewise.
8243         * include/tls.h: Likewise.
8244         * locale/global-locale.c: Likewise.
8245         * locale/localeinfo.h: Likewise.
8246         * malloc/arena.c: Likewise.
8247         * malloc/hooks.c: Likewise.
8248         * malloc/malloc.c: Likewise.
8249         * resolv/Versions: Likewise.
8250         * sysdeps/alpha/dl-machine.h: Likewise.
8251         * sysdeps/alpha/libc-tls.c: Likewise.
8252         * sysdeps/generic/ldsodefs.h: Likewise.
8253         * sysdeps/generic/tls.h: Likewise.
8254         * sysdeps/i386/dl-machine.h: Likewise.
8255         * sysdeps/ia64/dl-machine.h: Likewise.
8256         * sysdeps/ia64/libc-tls.c: Likewise.
8257         * sysdeps/mach/hurd/fork.c: Likewise.
8258         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8259         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8260         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8261         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8262         * sysdeps/s390/libc-tls.c: Likewise.
8263         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8264         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8265         * sysdeps/sh/dl-machine.h: Likewise.
8266         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8267         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8268         * sysdeps/x86_64/dl-machine.h: Likewise.
8269
8270         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8271         split out locking and parameter checking.
8272         (_dl_close): Call _dl_close_worker after locking and checking.
8273         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8274         _dl_close.
8275         * elf/Makefile: Add rules to build and run tst-thrlock.
8276         * elf/tst-thrlock.c:  New file.
8277
8278         [BZ #3426]
8279         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8280         reality.
8281
8282         [BZ #3429]
8283         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8284         we are sure we do not need it anymore for _dl_close.  Also move
8285         the asserts inside the lock region.
8286         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8287
8288 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8289
8290         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8291         argument.
8292         (_dl_lookup_symbol_x): Adjust caller.
8293
8294         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8295         _ns_global_scope.
8296         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8297
8298         * elf/dl-libc.c: Revert l_scope name changes.
8299         * elf/dl-load.c: Likewise.
8300         * elf/dl-object.c: Likewise.
8301         * elf/rtld.c: Likewise.
8302         * elf/dl-close.c (_dl_close): Likewise.
8303         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8304         always use __rtld_mrlock_{change,done}.  Always free old scope list
8305         here if not l_scope_mem.
8306         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8307         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8308         the lookup and __rtld_mrlock_unlock it after the lookup.
8309         * elf/dl-sym.c: Likewise.
8310         * include/link.h (struct r_scoperec): Remove.
8311         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8312         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8313
8314 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8315
8316         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8317
8318 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8319
8320         * configure.in: Disable building profile libraries by default.
8321
8322 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8323
8324         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8325         as signed longs, check for x_base + pos overflow.
8326         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8327         * sunrpc/tst-xdrmem2.c: New test.
8328
8329 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8330
8331         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8332         _dl_lookup_symbol_x code.
8333
8334 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8335
8336         * elf/dl-runtime.c: Include sysdep-cancel.h.
8337         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8338         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8339         instead of catomic_* macros.
8340         * elf/dl-sym.c: Include sysdep-cancel.h.
8341         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8342         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8343         * elf/dl-close.c: Include sysdep-cancel.h.
8344         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8345         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8346         * elf/dl-open.c: Include sysdep-cancel.h.
8347         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8348         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8349
8350 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8351
8352         [BZ #3313]
8353         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8354         fastbin rather than end of fastbin array.
8355
8356 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8357
8358         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8359         body macro.
8360         * sysdeps/x86_64/bits/atomic.h
8361         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8362         (catomic_decrement): Use correct body macro.
8363
8364 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8365
8366         * include/atomic.h: Add a unique prefix to all local variables
8367         in macros.
8368         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8369
8370 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8371
8372         [BZ #3369]
8373         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8374         and 7.
8375
8376 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8377
8378         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8379
8380 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8381
8382         [BZ #3313]
8383         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8384         determine highest fast bin to consolidate, always look into all of
8385         them.
8386         (do_check_malloc_state): Only require for empty bins for large
8387         sizes in main arena.
8388
8389         * libio/stdio.h: Add more __wur attributes.
8390
8391         * elf/dl-minimal.c (realloc): Optimize last patch.
8392
8393 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8394
8395         [BZ #3352]
8396         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8397         and use memcpy() if it does.
8398
8399 2006-11-12  Andreas Jaeger  <aj@suse.de>
8400
8401         [BZ #2510]
8402         * manual/search.texi (Hash Search Function): Clarify.
8403         (Array Search Function): Clarify.
8404
8405 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8406
8407         [BZ #2830]
8408         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8409         shifting.
8410         * math/atest-exp2.c (read_mpn_hex): Likewise.
8411         * math/atest-sincos.c (main): Likewise.
8412
8413 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8414
8415         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8416         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8417         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8418         version GLIBC_2.6.
8419         * Versions.def: Add GLIBC_2.6 for libc.
8420
8421         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8422
8423         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8424
8425 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8426
8427         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8428
8429         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8430
8431         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8432         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8433
8434 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8435
8436         * include/atomic.c: Define catomic_* operations.
8437         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8438         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8439         * malloc/memusage.c: Likewise.
8440         * gmon/mcount.c: Likewise.
8441         * elf/dl-close.c: Likewise.
8442         * elf/dl-open.c: Likewise.
8443         * elf/dl-profile.c: Likewise.
8444         * elf/dl-sym.c: Likewise.
8445         * elf/dl-runtime.c: Likewise.
8446         * elf/dl-fptr.c: Likewise.
8447         * resolv/res_libc.c: Likewise.
8448
8449 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8450
8451         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8452         components which lack them.
8453
8454         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8455         at least one entry consisting of the parameter concatenated with
8456         the domain.
8457
8458 2006-10-10  Roland McGrath  <roland@frob.com>
8459
8460         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8461         * sysdeps/mach/hurd/futimes.c: Likewise.
8462         * sysdeps/mach/hurd/lutimes.c: Likewise.
8463
8464 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8465             Jakub Jelinek  <jakub@redhat.com>
8466
8467         Implement reference counting of scope records.
8468         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8469         from the list in objects which remain.  Always allocate new scope
8470         record.
8471         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8472         don't resize, allocate a new one.
8473         * elf/dl-runtime.c: Update reference counters before using a scope
8474         array.
8475         * elf/dl-sym.c: Likewise.
8476         * elf/dl-libc.c: Adjust for l_scope name change.
8477         * elf/dl-load.c: Likewise.
8478         * elf/dl-object.c: Likewise.
8479         * elf/rtld.c: Likewise.
8480         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8481         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8482         Add l_scoperec_lock.
8483         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8484         * sysdeps/generic/rtld-lowlevel.h: New file.
8485
8486         * include/atomic.h: Rename atomic_and to atomic_and_val and
8487         atomic_or to atomic_or_val.  Define new macros atomic_and and
8488         atomic_or which do not return values.
8489         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8490         Various cleanups.
8491         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8492
8493         * po/sv.po: Update from translation team.
8494
8495 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8496
8497         * Versions.def: Add GLIBC_2.6 to libpthread.
8498
8499         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8500         (versioned_symbol): Likewise.
8501         (compat_symbol): Likewise.
8502
8503         * po/tr.po: Update from translation team.
8504
8505 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8506
8507         * nis/Banner: Removed.  It's been integral part forever and the
8508         author info is incomplete anyway.
8509         * libio/Banner: Likewise.
8510
8511         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8512         code, make sure the nis_freeresult call doesn't crash and that the
8513         result is reported correctly.
8514
8515 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8516
8517         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8518         when callback is NULL.
8519
8520         * nis/Versions (libnss_nisplus): Add
8521         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8522         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8523         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8524         _nss_create_tablename): Rename to...
8525         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8526         ... these.  No longer static.
8527         (internal_setgrent): Adjust users.
8528         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8529         Don't use locking around _nss_grp_create_tablename call.
8530         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8531
8532 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8533
8534         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8535
8536 2006-10-06  Andreas Jaeger  <aj@suse.de>
8537
8538         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8539
8540 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8541
8542         * po/pl.po: Update from translation team.
8543
8544         * nscd/nscd.c (main): Fix typo in message.
8545         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8546
8547 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8548
8549         [BZ #3291]
8550         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8551         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8552         (__sigprocmask): Define.
8553
8554 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8555
8556         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8557         used.
8558
8559 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8560
8561         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8562         in oldtotal and newtotal calculation.
8563         * nscd/nscd-client.h (struct mapped_database): Add datasize
8564         field.
8565         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8566         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8567         increased.
8568         (__nscd_cache_search): Add checks to make sure we never reference
8569         data beyond the current mapping.
8570
8571 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8572
8573         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8574         variables const to avoid compiler warnings.
8575
8576         * io/fts.c (fts_close): Remove redundant checks.
8577         (fts_build): Likewise.
8578         (fts_palloc): Likewise.
8579
8580         * manual/message.texi (Advanced gettext functions,
8581         Using gettextized software): Fix typos.
8582
8583 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8584
8585         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8586         explain why there are no leaks.
8587
8588 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8589
8590         * libio/wmemstream.c: Include <wchar.h>.
8591         * libio/bug-wmemstream1.c: Likewise.
8592         * libio/tst-wmemstream1.c: Likewise.
8593         * libio/tst-wmemstream2.c: Likewise.
8594
8595         * version.h (RELEASE): Bump to 2.5.
8596         * README: Regenerated.
8597
8598         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8599
8600         [BZ #3273]
8601         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8602         found no group members.
8603         Patch by Petr Baudis.
8604
8605 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8606
8607         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8608         assert bootstrap_map.l_tls_modid is zero.
8609         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8610         if USE___THREAD.
8611
8612 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8613
8614         * libio/stdio.h: Move open_wmemstream prototype to ...
8615         * wcsmbs/wchar.h: ... here.
8616
8617 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8618
8619         [BZ #3252]
8620         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8621         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8622         __{,l}chown to handle the rest.
8623         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8624         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8625         __{,l}chown to handle the rest.
8626         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8627         i386/fchownat.c.
8628         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8629         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8630
8631         [BZ #3253]
8632         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8633         time, rather allocate increasingly bigger arrays of pointers, if
8634         possible with alloca, if too large with malloc.
8635
8636 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8637
8638         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8639
8640         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8641
8642 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8643
8644         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8645         home addresses.
8646         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8647         IFA_F_HOMEADDRESS flag for interfaces.
8648         * include/ifaddrs.h (struct in6addrinfo): Define
8649         in6ai_homeaddress.
8650
8651 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8652
8653         [BZ #3225]
8654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8655         PTR_DEMANGLE3): Define.
8656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8657         PTR_DEMANGLE3): Likewise.
8658         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8659         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8660         Likewise.
8661         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8662
8663 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8664
8665         * po/libc.pot: Regenerated.
8666         * po/be.po: Updated.
8667         * po/ca.po: Likewise.
8668         * po/cs.po: Likewise.
8669         * po/da.po: Likewise.
8670         * po/de.po: Likewise.
8671         * po/el.po: Likewise.
8672         * po/en_GB.po: Likewise.
8673         * po/es.po: Likewise.
8674         * po/fi.po: Likewise.
8675         * po/fr.po: Likewise.
8676         * po/gl.po: Likewise.
8677         * po/hr.po: Likewise.
8678         * po/hu.po: Likewise.
8679         * po/ja.po: Likewise.
8680         * po/ko.po: Likewise.
8681         * po/nb.po: Likewise.
8682         * po/nl.po: Likewise.
8683         * po/pl.po: Likewise.
8684         * po/pt_BR.po: Likewise.
8685         * po/ru.po: Likewise.
8686         * po/rw.po: Likewise.
8687         * po/sk.po: Likewise.
8688         * po/sv.po: Likewise.
8689         * po/tr.po: Likewise.
8690         * po/zh_CN.po: Likewise.
8691         * po/zh_TW.po: Likewise.
8692
8693         [BZ #3137]
8694         * iconv/iconv_prog.c (main): Fix spelling in error message.
8695         * iconv/iconvconfig.c (main): Likewise.
8696         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8697         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8698         * locale/programs/localedef.c (main): Likewise.
8699         * locale/programs/repertoire.c (repertoire_read): Likewise.
8700         * timezone/zdump.c (main): Likewise.
8701         * nscd/connections.c (handle_request): Fix spelling in log message.
8702         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8703
8704 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8705
8706         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8707         interfaces.
8708
8709 2006-09-20  Andreas Jaeger  <aj@suse.de>
8710
8711         * math/libm-test.inc (lrint_test_upward): Fix typo.
8712
8713 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8714
8715         [BZ #2592]
8716         * math/libm-test.inc (lrint_test_tonearest): New function.
8717         (lrint_test_towardzero): New function.
8718         (lrint_test_downward): New function.
8719         (lrint_test_upward): New function.
8720         (main): Run these new tests.
8721         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8722         of values near to 0.
8723         (two52): Use double not long double.
8724         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8725         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8726         (two23): Use float not double.
8727         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8728         (two23): Use float not double.
8729         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8730         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8731         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8732         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8733
8734 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8735
8736         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8737         Cast sp to unsigned long to avoid compiler warning.
8738         Use __makecontext_ret function instead of a trampoline on the stack.
8739         (__makecontext_ret): New function.
8740         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8741
8742 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8743
8744         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8745         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8746         bits.
8747
8748 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8749
8750         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8751         sure no reference to the unloaded map's search list remains in the
8752         dependency's scope.
8753
8754 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8755
8756         * elf/Makefile: Add rules to build and run unload7 test.
8757         * elf/unload7.c: New test.
8758         * elf/unload7mod1.c: New file.
8759         * elf/unload7mod2.c: New file.
8760
8761 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8762
8763         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8764         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8765         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8766         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8767         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8768         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8769         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8770         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8771         PTRACE_GETEVENTMSG): Likewise.
8772         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8773         values.
8774
8775 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8776
8777         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8778         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8779         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8780         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8781
8782 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8783
8784         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8785         write '\0' to the fd.
8786         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8787         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8788         Change regs to unsigned long pointer from unsigned int, fix fscr
8789         offset.
8790
8791 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8792
8793         * io/Makefile (CFLAGS-fstatat.c): Set.
8794         (CFLAGS-fstatat64.c): Likewise.
8795         (CFLAGS-mknodat.c): Likewise.
8796
8797         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8798         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8799         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8800         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8801
8802 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8803             Steven Munroe  <sjmunroe@us.ibm.com>
8804
8805         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8806         names to the beginning.  Rename "cell" to "cellbe".
8807         (_dl_powerpc_platforms): New.
8808         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8809         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8810         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8811         (_DL_HWCAP_PLATFORM): Define to new mask.
8812         (_dl_platform_string, _dl_string_platform): New functions.
8813         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8814         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8815
8816 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8817
8818         [BZ #2526]
8819         * README.libm: Fix a thinko in sqrt algorithm description.
8820
8821         [BZ #3143]
8822         * manual/string.texi (argz_delete): Fix prototype.
8823         Patch by <alpt@freaknet.org>.
8824
8825 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8826
8827         [BZ #3138]
8828         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8829         * io/tst-fcntl.c (do_prepare): Likewise.
8830         * posix/tst-exec.c (do_prepare): Likewise.
8831         * posix/tst-preadwrite.c (do_prepare): Likewise.
8832         * posix/tst-spawn.c (do_prepare): Likewise.
8833         * posix/tst-truncate.c (do_prepare): Likewise.
8834         * rt/tst-aio.c (do_prepare): Likewise.
8835         * rt/tst-aio64.c (do_prepare): Likewise.
8836         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8837         size_t.
8838
8839 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8840
8841         [BZ #2821]
8842         * time/mktime.c (guess_time_tm): Fix overflow detection.
8843         * time/Makefile (tests): Add bug-mktime1.
8844         * time/bug-mktime1.c: New file.
8845
8846         [BZ #3189, #3188]
8847         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8848         (mremap): Likewise.
8849
8850 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8851
8852         [BZ #1006]
8853         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8854         Ensure relocation doesn't clobber any bits outside of the
8855         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8856         R_SPARC_HI22 and R_SPARC_H44.
8857
8858         [BZ #2775]
8859         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8860         (long) (MINSIZE + nb - old_size) is positive.
8861
8862         * malloc/arena.c (grow_heap): When growing bail even if new_size
8863         is negative.
8864
8865         [BZ #3155]
8866         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8867         stack below r1.
8868
8869 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8870
8871         * posix/regex_internal.c (re_string_reconstruct): Handle
8872         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8873         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8874         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8875         re_string_context_at.
8876         * posix/Makefile: Add rules to build and run bug-regex26 test.
8877         * posix/bug-regex26.c: New test.
8878
8879         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8880         rather than col_sym_free.  Move seqp declaration earlier.
8881
8882         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8883
8884 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8885
8886         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8887         decl before first goto out.
8888
8889 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8890
8891         * Makerules (shlib.lds): If have-hash-style, put .hash section
8892         at the end of the RO segment.
8893
8894 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
8895
8896         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
8897         style hash table format is used.
8898
8899 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8900
8901         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
8902         randomization rather than before.
8903         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
8904
8905 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
8906
8907         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
8908
8909         * malloc/malloc.c (_int_malloc): Use full list insert and not
8910         shortcut which assumes the list is empty for large requests
8911         too.
8912
8913         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
8914
8915 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
8916
8917         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
8918         and offout arguments to the prototype.
8919         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
8920         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
8921         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
8922         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
8923         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
8924         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
8925         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
8926         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
8927
8928 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
8929
8930         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
8931
8932         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
8933         dlopen parameters.
8934
8935 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
8936
8937         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
8938         only if herrno is NETDB_INTERNAL.  Handle errors other than
8939         ERANGE outside of the loops, handle TRY_AGAIN.
8940
8941         * locale/programs/ld-ctype.c (translit_flatten): Issue error
8942         if other's ctype category was missing.
8943         * locale/programs/ld-collate.c (collate_read): Return if
8944         copy_locale's collate category is missing.
8945
8946 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
8947
8948         [BZ #2684]
8949         * malloc/malloc.c (public_rEALLOc): Try harder by using other
8950         arenas if allocation failed.
8951         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
8952
8953 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
8954
8955         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
8956         waste bins[0..1].
8957         (malloc_state): Reduce bins size by 2.
8958         (_int_malloc): Fix test for large enough buffer for early termination.
8959         When no unsorted block matches perfectly and an exiting block has
8960         to be split, use full list insert and not shortcut which assumes
8961         the list is empty.
8962
8963         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
8964         failure.
8965
8966 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8967
8968         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
8969         do anything.
8970
8971         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
8972         symbol require exact match (these are PLTs).
8973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
8974         (_dl_ppc64_addr_sym_match): Likewise.
8975
8976         [BZ #2683]
8977         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
8978         If symbol has a value use it.
8979         * elf/tst-dladdr1.c: New file.
8980         * elf/Makefile: Add rules to build and run tst-addr1.
8981
8982 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
8983
8984         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
8985         keeps failing and heap growth or new heap creation isn't
8986         successful either.
8987         * malloc/tst-malloc.c (main): Add new tests.
8988
8989 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
8990
8991         [BZ #2734]
8992         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
8993         as in the x86-64 code to use bswap.
8994
8995 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
8996
8997         [BZ #2680]
8998         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
8999         __USE_UNIX98.
9000         * posix/bits/unistd.h: Likewise.
9001
9002 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9003
9004         [BZ #2751]
9005         * string/strchr.c: Add cast to avoid warning.
9006
9007 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9008
9009         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9010         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9011         limit is needed to avoid the exploding of the address space
9012         requirement for secondary heaps.
9013         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9014         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9015
9016 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9017
9018         [BZ #3018]
9019         * Makerules (depfiles): Handle extra-test-objs the same as
9020         extra-objs.
9021         (common-mostlyclean): Likewise.
9022         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9023         instead.
9024         * elf/Makefile (extra-objs): Likewise.
9025         * stdlib/Makefile (extra-objs): Likewise.
9026
9027 2006-08-14  Eric Blake  <ebb9@byu.net>
9028
9029         [BZ #3044]
9030         * misc/error.h: Assume C89 or better.
9031         * misc/error.c: Likewise.
9032
9033 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9034
9035         [BZ #3040]
9036         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9037         __ASSUME_ATFCTS is defined.
9038
9039 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9040
9041         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9042         to sort in each call.
9043
9044         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9045         is empty simply return and use next service.
9046         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9047
9048         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9049         tells us when not finding a charmap file is an error.
9050         * locale/programs/charmap.h: Adjust charmap_read prototype.
9051         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9052         cannot find a charmap.
9053         * locale/programs/localedef.c (main): Adjust charmap_read call.
9054
9055 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9056
9057         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9058         sysdeps/posix/pause.c implementation instead.
9059
9060 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9061
9062         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9063         to EPERM.
9064
9065 2006-08-13  Andreas Schwab  <schwab@suse.de>
9066
9067         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9068         Don't clobber caller's LRSAVE.
9069         (_dl_prof_resolve): Likewise.
9070
9071 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9072
9073         [BZ #1996]
9074         * libio/memstream.c (open_memstream): Allocate initial buffer with
9075         calloc.
9076         * libio/wmemstream.c (open_wmemstream): Likewise.
9077         * libio/strops.c: Pretty printing.
9078         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9079         (enlarge_userbuf): New function.
9080         (_IO_str_seekoff): Call it if seek position is larger than current
9081         buffer.
9082         * libio/wstrops.c: Likewise.
9083         * libio/vasprintf.c: Add comment as to why we do not have to use
9084         calloc instead of malloc to allocate initial buffer.
9085         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9086         * libio/bug-memstream1.c: New file.
9087         * libio/bug-wmemstream1.c: New file.
9088
9089 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9090
9091         * libio/wstrops.c: Remove dead macro definitions and comments.
9092         * libio/strops.c: Likewise.
9093
9094         [BZ #2764]
9095         * login/utmpname.c (__utmpname): Remove unnecessary test.
9096
9097 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9098
9099         [BZ #2832]
9100         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9101         0s from integers.
9102
9103 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9104
9105         [BZ #2987]
9106         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9107         for CPU clocks.
9108         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9109         setting of CPU clocks.
9110
9111 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9112
9113         [BZ #2841]
9114         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9115         since C99 requires the result to promote to 'int' when uint_least8_t
9116         and uint_least16_t promote to 'int'.
9117
9118 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9119
9120         [BZ #3013]
9121         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9122         lenght of one output field, correct bitmask creation.
9123         * locale/programs/ld-time.c: Add alignment.
9124
9125         [BZ #2997]
9126         * misc/error.c: Add space between program name and message if file
9127         name is missing.
9128
9129 2006-08-03  Eric Blake  <ebb9@byu.net>
9130
9131         [BZ #2998]
9132         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9133
9134 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9135
9136         * malloc/memusagestat.c: Silence warnings.
9137
9138         * malloc/malloc.c: Dynamically size mmap treshold if the program
9139         frees mmaped blocks.
9140         Patch by Valerie Henson and Arjan van de Ven.
9141
9142 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9143
9144         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9145         __USE_GNU.
9146
9147         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9148         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9149         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9150         Only provide var definitions in strtol_l (or for *ull*
9151         in strtoll_l).
9152
9153         * stdio-common/bug16.c (tests): New array.
9154         (do_tests): Allow the first hexadecimal digit
9155         to be 1, 2, 4 or 8.  Do 3 additional tests.
9156
9157         * sysdeps/s390/fpu/libm-test-ulps: Update.
9158
9159         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9160         fchownat syscall if available.
9161         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9162         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9163         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9164
9165 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9166
9167         * nis/nis_xdr.c: Avoid some function calls.
9168
9169 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9170             Ulrich Drepper  <drepper@redhat.com>
9171
9172         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9173         short cut if only one name component is stripped away.
9174
9175 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9176
9177         * nis/nis_call.c: Minor cleanups throughout.
9178         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9179         (first_shoot): Add search_parent_first parameter.  Only if it is set
9180         search parent server first.
9181         If directory for table found through cold start cache is not the same
9182         as referenced in the cache, don't use it.
9183         (__nisfind_server): Take additional parameter.  Pass it on to
9184         first_shoot.
9185         (__prepare_niscall): Adjust __nisfind_server call.
9186         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9187         * nis/nis_table.c: Adjust __nisfind_server call.
9188         * nis/nis_lookup.c: Likewise.
9189         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9190
9191 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9192
9193         [BZ #2182]
9194         * math/s_cacosh.c: Return values from positive branch.
9195         * math/s_cacoshf.c: Likewise.
9196         * math/s_cacoshl.c: Likewise.
9197
9198         [BZ #2883]
9199         * sysvipc/sys/msg.h: Change return value to ssize_t.
9200         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9201         * sysvipc/msgrcv.c: Likewise.
9202         * include/sys/msg.h: Likewise.
9203
9204         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9205         test introduced in patch for bz #661.
9206         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9207         element for NEWGROUPS.
9208
9209         [BZ #2908]
9210         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9211         'f', use '1' as leading digit not '\1'.
9212         * stdio-common/Makefile (tests): Add bug16.
9213         * stdio-common/bug16.c: New file.
9214
9215         [BZ #2914]
9216         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9217         and don't try to open it.  The patch introducing the macro
9218         contained a bug and used the same file name as the new file
9219         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9220         this out completely.
9221
9222         [BZ #2926]
9223         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9224         Patch by Jerry James <Jerry.James@usu.edu>.
9225
9226         * rt/Makefile (tests): Add tst-clock2.
9227         * rt/tst-clock2.c: New file.
9228
9229         [BZ #2978]
9230         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9231         function and its parameters and pass it to new thread.
9232         (__gai_notify): Add support for alternative waiting for completion.
9233         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9234         waiting for completion.
9235         * resolv/getaddrinfo_a.c: Likewise.
9236         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9237         waiting for completion is used.
9238         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9239         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9240         * resolv/gai_error.c: Likewise.
9241         * resolv/gai_sigqueue.c: Likewise.
9242
9243 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9244
9245         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9246         errno to EBADF and return MACH_PORT_NULL.
9247
9248 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9249
9250         [BZ #2980]
9251         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9252
9253 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9254
9255         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9256         walk them instead of the symbol table.
9257
9258 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9259
9260         [BZ #2098]
9261         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9262         status of NSS calls, not the number of returned entries.
9263
9264         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9265         request_key, keyctl.
9266
9267 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9268
9269         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9270
9271 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9272
9273         * elf/tst-auditmod1.c: Fix typo in #error.
9274
9275 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9276
9277         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9278
9279         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9280
9281 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9282
9283         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9284         that the directory is empty even on non-POSIX filesystems.
9285
9286 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9287
9288         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9289
9290         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9291         the backend NSS module.  If backend setgrent call failed, don't have
9292         internal_setgrent fail.  Just remember this until it is needed.
9293         * nis/nss_compat/compat-pwd.c: Likewise.
9294         * nis/nss_compat/compat-spwd.c: Likewise.
9295
9296 2006-07-30  Roland McGrath  <roland@redhat.com>
9297
9298         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9299         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9300         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9301         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9302
9303         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9304         (nanosleep_not_cancel): New macro.
9305         (sigsuspend_not_cancel): new macro.
9306         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9307         (do_sigsuspend): Define as inline.
9308         (__sigsuspend): Always use do_sigsuspend.
9309         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9310         * include/signal.h: Declare __sigsuspend_nocancel.
9311         * sysdeps/posix/pause.c
9312         [! NO_CANCELLATION] (__pause_nocancel): New function.
9313
9314         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9315         * include/time.h (__nanosleep_nocancel): Likewise.
9316
9317 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9318
9319         * locale/programs/localedef.c (add_to_readlist): Rename local
9320         variables to avoid confusion.
9321
9322         * locale/programs/charmap.c (charmap_read): Emit error message if
9323         charmap couldn't be found or read.
9324
9325 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9326
9327         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9328         __ASSUME_FUTEX_LOCK_PI.
9329         * include/time.h: Declare __nanosleep_nocancel.
9330         * include/unistd.h: Declare __pause_nocancel.
9331
9332         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9333         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9334         get the __stack_chk_fail_local definition when it's needed.
9335
9336 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9337
9338         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9339         * dlfcn/bug-atexit3.c: New file.
9340         * dlfcn/bug-atexit3-lib.cc: New file.
9341
9342         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9343         used when the namespace is not the base namespace.
9344
9345 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9346
9347         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9348         (__new_exitfn): Bump it in every successful call.
9349         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9350         more exit handlers, call them right away.
9351         * stdlib/exit.h: Declare __new_exitfn_called.
9352
9353 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9354
9355         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9356         calling registered handler.
9357
9358         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9359         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9360         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9361         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9362         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9363         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9364         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9365         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9366
9367 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9368
9369         * elf/dl-lookup.c (dl_new_hash): New functions.
9370         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9371         value here.  Compute new-style hash value.  Pass new hash value
9372         and reference to variable with the old value to do_lookup_x.
9373         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9374         old-style hash table.
9375         (_dl_debug_bindings): Pass new hash value and reference to variable
9376         with the old value to do_lookup_x.
9377         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9378         new-style hash value and change old-style hash value parameter to
9379         be a reference.  Reoganize functions to determine whether
9380         new-style hash table is available.  Only fall back on old-style
9381         table.  If old-style hash value is needed, compute it here.
9382         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9383         entry.
9384         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9385         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9386         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9387         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9388         * Makeconfig: If linker supports --hash-style option add it to all
9389         linker command lines to build DSOs.
9390         * config.make.in: Define have-hash-style.
9391         * configure.in: Test whether linker supports --hash-style option.
9392
9393         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9394         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9395
9396 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9397
9398         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9399         auditing.
9400
9401         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9402         RPATH of main map twice.
9403
9404 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9405
9406         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9407         look further, return original strings.
9408         (_nl_find_msg): Do not return found translation if the conversion
9409         failed.  Either signal the string is unusable or that something went
9410         wrong and the original should be used.
9411
9412 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9413
9414         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9415
9416 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9417
9418         [BZ #2766]
9419         * misc/insremque.c (insque): Handle prev == NULL.
9420         * misc/Makefile (tests): Add tst-insremque.
9421         * misc/tst-insremque.c: New test.
9422
9423 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9424
9425         [BZ #2792]
9426         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9427         conflict with DL_DST_REQUIRED.
9428
9429 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9430
9431         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9432         match what Solaris does.
9433
9434 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9435
9436         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9437         local_setegid instead of seteuid and setegid.
9438         * sysdeps/generic/local-setxid.h: New file.
9439         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9440
9441         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9442
9443         * string/Makefile (tests): Add bug-envz1.
9444         * string/bug-envz1.c: New file.
9445
9446 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9447
9448         * posix/regex_internal.c (re_string_skip_chars): If no character has
9449         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9450         to the byte which couldn't be converted.
9451         (re_string_reconstruct): Don't clear valid_raw_len before calling
9452         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9453         tip_context using re_string_context_at.
9454         * posix/Makefile: Add rules to build and run bug-regex25 test.
9455         * posix/bug-regex25.c: New test.
9456
9457 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9458
9459         [BZ #2703]
9460         * string/envz.c (envz_strip): Correct erroneously reversed src
9461         and dest parameters to memmove() invocation.
9462
9463 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9464
9465         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9466         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9467         to make sure the database has been already invalidated.
9468         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9469         after the cache has been invalidated.  Use pthread_mutex_lock rather
9470         than pthread_mutex_trylock if fd != -1.
9471         * nscd/connections.c (invalidate_cache): Add fd argument, write
9472         response to fd if not calling prune_cache, pass fd to prune_cache.
9473         (handle_request): Adjust invalidate_cache caller.
9474         (nscd_run): Pass -1 as fd to prune_cache.
9475
9476 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9477
9478         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9479         the correct place.
9480
9481 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9482
9483         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9484         * nscd/cache.c (prune_cache): Take prunelock before starting the
9485         work.  Just return in case it is already taken.
9486         * nscd/connections.c (dbs): Initialize .prunelock.
9487
9488 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9489
9490         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9491         copying.  No need to allocate new array for group members.  Just
9492         move the pointers and update the size.
9493
9494         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9495         Avoid memory leak in case realloc fails.  Simplification for
9496         better code generation.
9497
9498         Avoid deprecation warning because of libc_hidden_proto for
9499         inet6_option_alloc.
9500         * inet/inet6_option.c (option_alloc): Renamed from
9501         inet6_option_alloc.  Made static.
9502         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9503         (inet6_option_append): Call option_alloc.
9504         * include/netinet/in.h: Remove libc_hidden_proto for
9505         inet6_option_alloc.
9506
9507         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9508         for cleanup when cb!=NULL [Coverity CID 233].
9509
9510 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9511
9512         [BZ #2693]
9513         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9514         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9515         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9516         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9517         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9518         and inet6_rth_getaddr.
9519         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9520         array.
9521         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9522         Mark inet6_option_* interfaces as deprecated.
9523         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9524         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9525         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9526         inet6_rth_segments, and inet6_rth_getaddr.
9527         * inet/inet6_opt.c: New file.
9528         * inet/inet6_rth.c: New file.
9529
9530         * inet/netinet/icmp6.h: Pretty printing.
9531
9532         [BZ #2683]
9533         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9534
9535 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9536
9537         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9538         doing it all here.  When server does not know the answer do not
9539         fail immediate, try parent first.
9540
9541         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9542         overflow test.
9543
9544 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9545
9546         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9547         from __do_niscall.
9548         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9549         and exported.
9550         (__follow_path): New function.  Split out from nis_list.
9551         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9552         _xdr_nis_result.
9553         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9554         _xdr_nis_result.
9555         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9556         and __follow_path.
9557         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9558         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9559         from libnsl for version GLIBC_PRIVATE.
9560         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9561         Remove entry parameter from _nss_nisplus_parse_pwent and
9562         _nss_nisplus_parse_grent.
9563         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9564         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9565         again.  Rewrite getpwent handling to not use nis_first_entry and
9566         nis_next_entry.  Roll out own niscall handling.
9567         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9568
9569         * sunrpc/xdr_rec.c: Fix typo in comment.
9570
9571 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9572
9573         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9574         handling.
9575
9576         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9577         to allocate memory for my_pollfd.  Better initialization of
9578         cb_is_running.  Use TEMP_FAILURE_RETRY.
9579
9580         * malloc/memusage.sh (memusageso): Add quotes.
9581         (memusagestat): Likewise.
9582         * debug/xtrace.sh (pcprofileso): Likewise.
9583         (pcprofiledump): Likewise.
9584         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9585         replacement.
9586         * malloc/Makefile ($(objpfx)memusage): Likewise.
9587
9588         * nis/nis_callback.c (__nis_create_callback): Calls to
9589         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9590         asprintf call fails.
9591
9592         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9593         no uninitialized memory is passed to sendto.
9594
9595 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9596
9597         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9598         of snprintf+strdup.  Handle OOM.
9599         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9600         cb->serv together.  Remove now obsolete free calls.
9601         (__nis_destroy_callback): Remove now obsolete free call.
9602
9603 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9604
9605         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9606         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9607         and ULA respectively). Set precedence for IPv4 address to 10 as
9608         defined in RFC3484 for preferring IPv6.
9609         * posix/gai.conf: Update to match the new default tables.
9610
9611 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9612
9613         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9614         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9615         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9616         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9617
9618         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9619         Removed.
9620         (init_nss_interface): Remove initialization of these variables.
9621
9622 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9623
9624         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9625         nis_free_directory forward to avoid duplication.
9626
9627 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9628
9629         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9630         rec_dirsearch returning NULL.
9631         (first_shoot): Handle __nis_finddirectory returning NULL.
9632         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9633
9634         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9635         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9636
9637 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9638
9639         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9640         pid changed.
9641
9642 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9643
9644         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9645
9646         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9647         * nscd/nscd_getgr_r.c: Likewise.
9648
9649         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9650
9651         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9652         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9653
9654         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9655
9656         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9657
9658         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9659
9660         * include/rpc/auth.h: Mark xdr_des_block_internal and
9661         xdr_opaque_auth_internal as hidden.
9662
9663         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9664         hidden.
9665
9666         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9667
9668         * misc/getusershell.c (okshells): Don't use static initializers,
9669         do it dynamically.
9670
9671         * stdlib/fmtmsg.c (keywords): Change type of len element to
9672         uint32_t to not waste space on 64bit machines.
9673
9674         * locale/setlocale.c: Change _nl_category_names into a string.
9675         Add new _nl_category_name_idxs.  Change all users.
9676         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9677         Declare _nl_category_name_idxs.
9678         * locale/findlocale.c: Adjust for _nl_category_names change.
9679         * locale/loadlocale.c: Likewise.
9680         * locale/newlocale.c: Likewise.
9681         * intl/dcigettext.c: Likewise.
9682
9683         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9684         (add_alias2): ...here.  New function.
9685         (__gconv_read_conf): Simplify builtin alias handling.
9686         (builtin_aliases): Convert to string to avoid relocations.
9687         * iconv/gconv_builtin.h: Add comment about correct formatting.
9688
9689 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9690
9691         * resolv/res_debug.c (loc_ntoa): Make error const.
9692
9693 2006-05-14  Andreas Schwab  <schwab@suse.de>
9694
9695         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9696
9697 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9698
9699         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9700         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9701         sizeof (cpu_set_t).
9702
9703 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9704
9705         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9706
9707         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9708
9709         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9710         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9711
9712         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9713         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9714
9715         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9716         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9717         xdr_cback_data.
9718
9719         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9720         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9721         xdr_ypupdate_args.
9722
9723         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9724         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9725
9726         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9727         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9728
9729         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9730         * include/rpcsvc/nis_callback.h: New file.
9731
9732         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9733         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9734
9735         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9736         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9737
9738         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9739         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9740
9741         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9742         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9743
9744         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9745         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9746         xdr_ypdelete_args.
9747
9748         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9749         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9750
9751         * nis/nis_error.c: Remove table of strings.  Use position
9752         independent mechanism.
9753         * nis/nis_error.h: New file.
9754
9755 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9756
9757         * locale/programs/ld-time.c (time_finish): If wide era name or
9758         format aren't provided, set both wname and wformat to L"".
9759
9760 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9761
9762         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9763         results if the call was succesful.
9764
9765         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9766
9767         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9768         as hidden.
9769
9770 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9771
9772         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9773
9774 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9775
9776         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9777         caller makes sure this is not the case.
9778         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9779
9780 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9781
9782         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9783         calls.
9784
9785         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9786         [Coverity CID 229, 230]
9787
9788         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9789         DGETTEXT calls.
9790         (hol_help): Likewise.  [Coverity CID 226, 227]
9791
9792         * string/argz-replace.c (__argz_replace): Unconditionally call
9793         free on SRC.  [Coverity CID 225]
9794
9795         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9796         the return value of __nis_default_owner and __nis_default_group,
9797         it has been especially allocated.  [Coverity CID 224]
9798
9799         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9800         searchgroup and searchowner.  Significantly simplified.
9801         (__nis_default_owner): Remove duplication.  Do not locally copy the
9802         string before duplicating it.
9803         (__nis_default_group): Likewise.
9804
9805         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9806         we must clear the variable before calling __nisfind_server.
9807
9808         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9809         nis_getnames.  [Coverity CID 223]
9810
9811         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9812         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9813
9814         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9815         allocate memory for the input to add_bytes.  [Coverity CID 221]
9816
9817         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9818         was allocated here.  [Coverity CID 219, 220]
9819
9820         * posix/getconf.c (print_all): Free confstr data after printing.
9821         [Coverity CID 218]
9822
9823         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9824         list allocation fails.  [Coverity CID 215]
9825
9826         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9827         [Coverity CID 213]
9828
9829         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9830         string is NULL.  [Coverity CID 212]
9831         * argp/Makefile: Add rules to build and run bug-argp1.
9832         * argp/bug-argp1.c: New file.
9833
9834         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9835         end of string.
9836         * stdlib/canonicalize.c (__realpath): Likewise.
9837
9838         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9839         pointer.  [Coverity CID 206]
9840
9841         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9842         in statically linked code.
9843         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9844         statically built code, be prepared to have no link map.
9845         [Coverity CID 205]
9846
9847         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9848         dgettext calls. [Coverity CID 204]
9849
9850         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9851         the one user.
9852         (uparam_names): Reduce size.  Avoid relative relocations.
9853         Moved to read-only segment.
9854         (fill_in_uparams): Update for new layout.
9855
9856         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9857         assumed to always be != NULL. [Coverity CID 202]
9858
9859         * argp/argp-help.c (hol_entry_help): Remove some dead code
9860         [Coverity CID 200].
9861
9862         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9863         away a few more unconditional yperr2nss calls.
9864         (_nss_nis_getservbyname_r): Likewise.
9865
9866 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9867
9868         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9869         architectures.
9870
9871         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9872         that unused memory passed to sendto is nevertheless initialized.
9873
9874         [BZ #2499]
9875         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9876         possibly unaligned memory accesses.
9877
9878         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9879         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9880         and __putlong respectively.  Correct buffer overflow check for
9881         NS_NOTIFY_OP.
9882
9883         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9884
9885         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9886         (send_dg): Rewrite error handling to be more compact and avoid
9887         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9888
9889         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9890
9891         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
9892         instead of ns_get16.
9893         (res_queriesmatch): Likewise.  Minor optimization.
9894
9895         [BZ #2499]
9896         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
9897         __libc_res_nsend might reallocate the buffer for the answer.  In
9898         this case we have to reload the HP pointer.
9899
9900 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9901
9902         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
9903         some branch prediction hints.
9904
9905         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
9906         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9907         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9908         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9909         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9910         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9911         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9912         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9913
9914 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9915
9916         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
9917         by a GOT relocation to make Scrt1.o position independent.
9918         * sysdeps/s390/s390-64/elf/start.S: Likewise.
9919
9920         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
9921         six system call parameters.
9922         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
9923
9924 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9925
9926         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
9927         malloc&bzero.
9928
9929         * sunrpc/svc_udp.c (BZERO): Remove definition.
9930         (CALLOC): Define.
9931         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
9932
9933         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
9934         (des_SPtrans): Use uint32_t type.
9935         (des_skb): Likewise.
9936
9937         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
9938
9939 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
9940
9941         [BZ #2509]
9942         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
9943         on 32-bit arches.
9944
9945 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9946
9947         * locale/programs/ld-address.c (address_finish): Fix one more
9948         place where the iso639 array might be accessed beyond the limits.
9949
9950 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
9951
9952         * nis/nis_table.c (nis_list): Avoid clearing res twice before
9953         filling it for the first time.
9954
9955         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
9956         Adjust all callers.
9957         Free res object content before returning.
9958
9959         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
9960
9961         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
9962         client->cl_auth.
9963
9964         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
9965         cleanup for initial thread, just the free call on TVP.
9966
9967         * nscd/gai.c (__getline): Define.
9968
9969
9970 See ChangeLog.16 for earlier changes.