6169ed7615d92ddaea250fd757ca22d121d39757
[platform/upstream/glibc.git] / ChangeLog
1 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
2
3         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
4         manipulated brk, use malloc_printerr.
5         * misc/sbrk.c (__sbrk): Better error handling for nonsense
6         requests.
7
8 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
9
10         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
11         rindex): For C++ add inlines so that they can be recognized as
12         builtins.
13         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
14
15 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
16             Jakub Jelinek  <jakub@redhat.com>
17
18         * string/string.h: Define correct C++ prototypes for gcc 4.4.
19         * wcsmbs/wchar.h: Likewise.
20
21 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
22
23         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
24         (stackinfo_sub_sp): Define.
25
26 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
27
28         [BZ #9750]
29         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
30         * include/alloca.h (alloca_account): Define.
31         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
32         (stackinfo_sub_sp): Define.
33
34         * nscd/connections.c (nscd_init): If database file access be
35         opened check whether this is due to permission problems and bail
36         in that case.
37
38         [BZ #9741]
39         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
40         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
41
42 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
43
44         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
45         Add "t" to clobber list.
46         (INTERNAL_SYSCALL_NCS): Likewise.
47
48 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
49
50         * nss/getent.c (print_networks): Don't print comma between aliases.
51
52 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
53
54         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
55
56         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
57         the hash table.
58         * misc/Makefile (tests): Add bug-hsearch1.
59         * misc/bug-hsearch1.c: New file.
60
61 2009-01-22  Roland McGrath  <roland@redhat.com>
62
63         * Makeconfig (%.v.i): Strip trailing # comments,
64         not only whole-line comments.
65
66 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
67
68         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
69         one parameter.  If non-NULL use it to initialize return value.
70         (_dl_setup_pointer_guard): New function.
71         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
72         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
73         * elf/rtld.c (security_init): Pass _dl_random to
74         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
75         pointer_chk_guard.
76         * elf/dl-sysdep.c (_dl_random): New variable.
77         (_dl_sysdep_start): Handle AT_RANDOM.
78         (_dl_show_auxv): Likewise.
79         * elf/dl-support.c (_dl_random): New variable.
80         (_dl_aux_init): Handle AT_RANDOM.
81         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
82         to _dl_setup_stack_chk_guard.
83
84         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
85
86 2009-01-10  Roland McGrath  <roland@redhat.com>
87
88         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
89
90 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
91
92         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
93
94         [BZ #9706]
95         * nss/nss_files/files-parse.c (strtou32): New function.
96         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
97         across 32-bit and 64-bit platforms.
98         (INT_FIELD_MAYBE_NULL): Likewise.
99
100 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
101
102         [BZ #9720]
103         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
104         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
105         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
106         Likewise.
107
108 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
109
110         [BZ #697]
111         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
112         being NULL also if there are no backreferences.
113         * posix/rxspencer/tests: Add testcases.
114
115 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
116
117         [BZ #9697]
118         * posix/bug-regex17.c: Add testcases.
119         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
120         handling.
121
122 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
123
124         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
125         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
126         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
127         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
128         for elf subdir.
129         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
130         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
131         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
132         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
133         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
134         * sysdeps/unix/sysv/linux/s390/Versions: New file.
135
136 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
137
138         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
139         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
140         re_string_skip_chars, re_string_reconstruct): Likewise.
141         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
142
143 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
144
145         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
146         adjust the buffer alignment.
147
148 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
149
150         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
151         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
152         net/route.h.
153
154         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
155         flavor to description only when flavor is not NULL.
156
157         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
158         mutex after SIGIO/SIGURG lookup loop.
159
160 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
161
162         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
163
164 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
165
166         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
167         handling.
168
169 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
170
171         * sysdeps/unix/sysv/linux/kernel-features.h
172         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
173
174         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
175         if no output is written.
176
177         * version.h: Bump to 2.10 development.
178
179         * posix/getconf.c: Update copyright year.
180         * nss/getent.c: Likewise.
181         * iconv/iconvconfig.c: Likewise.
182         * iconv/iconv_prog.c: Likewise.
183         * elf/ldconfig.c: Likewise.
184         * catgets/gencat.c: Likewise.
185         * csu/version.c: Likewise.
186         * elf/ldd.bash.in: Likewise.
187         * elf/sprof.c (print_version): Likewise.
188         * locale/programs/locale.c: Likewise.
189         * locale/programs/localedef.c: Likewise.
190         * nscd/nscd.c (print_version): Likewise.
191         * debug/xtrace.sh: Likewise.
192         * malloc/memusage.sh: Likewise.
193         * malloc/mtrace.pl: Likewise.
194         * debug/catchsegv.sh: Likewise.
195
196 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
197
198         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
199         script.
200
201 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
202
203         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
204         gethostbyname4_r function call succeeded, just leave the loop.
205
206         [BZ #9694]
207         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
208         very end.
209         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
210         * wctype/Makefile (tests): Add bug-wctypeh.
211         * wctype/bug-wctypeh.c: New file.
212
213         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
214         LOCALDOMAIN is defined.
215         * nscd/nscd_getai.c (__nscd_getai): Likewise.
216
217         * sysdeps/x86_64/bits/select.h: New file.
218
219         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
220
221 2008-12-21  Bruno Haible  <bruno@clisp.org>
222
223         [BZ #9677]
224         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
225         if no output is written.
226
227 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
228
229         * login/utmp_file.c (pututline_file): Replace call to dup2 with
230         libc internal symbol __dup2 to avoid access through the PLT.
231
232 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
233
234         [BZ #6545]
235         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
236         available only for __USE_GNU.
237
238         * inet/Makefile (tests): Add tst-getni2.
239         * inet/tst-getni2.c: New file.
240
241         [BZ #7080]
242         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
243         NULL when NI_NAMEREQD is set.
244         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
245         * inet/Makefile (tests): Add tst-getni1.
246         * inet/tst-getni1.c: New file.
247
248 2008-12-03  Petr Baudis  <pasky@suse.cz>
249
250         [BZ #7067]
251         * nscd/connections.c (invalidate_cache): Use prune_run_lock
252         instead of prune_lock.
253         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
254         * nscd/nscd.h (database_dyn): Add prune_run_cache.
255
256 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
257
258         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
259         use.
260
261         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
262         handling.
263
264         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
265         after reading name server list.
266
267         [BZ #7058]
268         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
269         handling for host name aliases.
270
271 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
272
273         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
274         instead of doing things manually.
275
276 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
277
278         * posix/regex_internal.h (build_wcs_upper_buffer):
279         Return type is reg_error_t.
280
281 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
282
283         * posix/globtest.sh: Use mktemp to create temporary file and
284         directory.
285
286         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
287         sets correctly.
288         (__CPU_CLR_S): Likewise.
289         (__CPU_ISSET_S): Likewise.
290
291 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
292             Ulrich Drepper  <drepper@redhat.com>
293
294         * scripts/firstversion.awk: Use custom comparison function to compare
295         version numbers.
296         * scripts/versions.awk: Use sort invocation which can handle
297         multi-digit sub-version numbers.
298
299 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
300
301         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
302         * locale/iso-639.def: Add Chhattisgarhi entry.
303
304 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
305
306         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
307         ESRCH return value.
308         (_nss_dns_gethostbyname4_r): Likewise.
309         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
310         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
311         gethostbyname4_r, we don't have a separate IPv6 status, so copy
312         the no_data variable.
313
314         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
315         information at the correct index.
316
317         * socket/sys/socket.h: Declare accept4.
318         * socket/accept4.c: New file.
319         * sysdeps/unix/sysv/linux/accept4.c: New file.
320         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
321         * socket/Makefile (routines): Add accept4.
322         * socket/Versions: Export accept4 with version GLIBC_2.10.
323         * socket/paccept.c: Removed.
324         * sysdeps/unix/sysv/linux/paccept.c: Removed.
325         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
326         * Versions.def: Define GLIBC_2.10 for libc.
327         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
328
329         * nscd/connections.c: Use accept4.
330
331         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
332
333 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
334
335         * resolv/res_send.c (send_dg): Create sockets with non-blocking
336         flag already set.
337
338         * stdlib/setenv.c (unsetenv): Don't search environment if it does
339         not exist.
340         * stdlib/Makefile (tests): Add tst-unsetenv1.
341         * stdlib/tst-unsetenv1.c: New file.
342
343 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
344
345         * login/utmp_file.c (file_writable): New variable.
346         (setutent_file): Don't try to open file for writing.
347         (pututline_file): Before writing, make descriptor writable if
348         necessary.
349
350 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
351
352         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
353         to IPv4 or IPv6 if an interface has been found.
354
355 2008-11-26  Roland McGrath  <roland@redhat.com>
356
357         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
358         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
359
360         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
361         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
362         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
363
364         * elf/elf.h (NT_386_IOPERM): New macro.
365         (NT_PPC_VSX): New macro.
366
367 2008-11-25  Roland McGrath  <roland@redhat.com>
368
369         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
370         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
371         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
372         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
373         Subdirectories moved to ports repository.
374         * configure.in (base_machine): Remove alpha case.
375
376 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
377
378         * sysdeps/mach/strerror_l.c: New file.
379
380 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
381
382         [BZ #6411]
383         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
384         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
385         magic numbers.
386         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
387         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
388         (relax_fenv_state): Same as above.
389         (FPSCR_29): Reserve bit in ISA 2.05.
390         (FPSCR_NI): Provide define for compat.
391         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
392         magic numbers.
393         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
394         magic numbers.
395         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
396         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
397         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
398         access to hwcap to account for hwcap size increase to uint64_t.
399         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
400         Likewise.
401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
402         (*setcontext): Likewise.
403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
404         New file.
405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
406         New file.
407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
408         (*setcontext): dynamically select mtfsf insn based on
409         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
410         increase to uint64_t.
411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
412         (*swapcontext): dynamically select mtfsf insn based on
413         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
414         increase to uint64_t.
415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
416         New file.
417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
418         New file.
419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
420         (*setcontext): dynamically select mtfsf insn based on
421         PPC_FEATURE_HAS_DFP.
422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
423         (*swapcontext): dynamically select mtfsf insn based on
424         PPC_FEATURE_HAS_DFP.
425
426 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
427
428         * version.h: Bump for 2.9 release.
429         * include/features.h (__GLIBC_MINOR__): Bump to 9.
430
431         [BZ #7029]
432         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
433         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
434         all the rounding.
435
436 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
437
438         [BZ #7009]
439         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
440         unknown request types for now.
441
442 2008-11-11  Roland McGrath  <roland@redhat.com>
443
444         * sysdeps/x86_64/configure: New file.
445
446         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
447         * configure: Regenerated.
448
449 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
450
451         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
452         correct instruction to remove the stack frame.
453
454 2008-11-03  Michael Matz  <matz@suse.de>
455
456         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
457         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
458
459 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
460
461         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
462         Remove.
463
464         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
465         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
466         of the thread variable instead of void *.
467         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
468         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
469         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
470         __libc_tsd_define arguments.
471         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
472         __libc_tsd_address arguments.  Remove union hack.
473         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
474         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
475         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
476         Adjust __libc_tsd_{set,get} arguments.
477         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
478         __libc_tsd_define arguments.
479         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
480         arguments.
481         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
482         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
483         (LOCALE): Adjust __libc_tsd_define arguments.
484         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
485         arguments.
486         (LOCALE): Adjust __libc_tsd_define arguments.
487         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
488         arguments.
489         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
490         arguments.
491
492 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
493
494         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
495         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
496
497 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
498
499         [BZ #6966]
500         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
501
502 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
503             Ulrich Drepper  <drepper@redhat.com>
504
505         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
506         definition for GCC 3.1 and later.
507
508 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
509
510         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
511         refetch dtv, as it might have changed.
512         * elf/Makefile: Add rules to build and run tst-tls18.
513         * elf/tst-tls18.c: New test.
514         * elf/tst-tlsmod18a.c: New file.
515
516 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
517
518         [BZ #6875]
519         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
520
521 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
522
523         [BZ #6867]
524         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
525
526         [BZ #6919]
527         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
528         Fix length of copy operation.
529
530 2008-10-02  Pierre Habouzit <madcoder@debian.org>
531
532         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
533         and fix its calling convention.
534
535 2008-10-07  Andreas Schwab  <schwab@suse.de>
536
537         [BZ #6942]
538         * resolv/res_send.c (send_vc): Fix last change.
539         (send_dg): Align here as well.
540
541 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
542
543         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
544         return value in case rlimit is RLIM_INFINITY.
545
546         [BZ #6947]
547         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
548         for UL_SETFSIZE.
549         * resource/Makefile (tests): Add bug-ulimit1.
550         * resource/bug-ulimit1.c: New file.
551
552         [BZ #6974]
553         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
554         without dot.  Properly terminate the string with a null byte.
555         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
556
557         [BZ #6980]
558         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
559         negative sizees.
560         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
561         negative __size.
562
563         [BZ #6995]
564         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
565
566 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
567
568         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
569         abort if there is no initgroups_dyn function.
570
571         * resolv/res_send.c (send_dg): On timeout, only return nonzero
572         result if any of the queries really provided an answer.
573
574 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
575
576         * po/lt.po: Update from translation team.
577
578 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
579
580         * po/id.po: Update from translation team.
581
582 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
583
584         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
585         Fix tests for existence of second reply.
586
587 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
588
589         * po/id.po: New file.
590         Contributed by the Indonesian translation team.
591
592 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
593
594         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
595         initialization.
596
597 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
598
599         * elf/Makefile: Add rules to build and run tst-tls17.
600         * elf/tst-tls17.c: New test.
601         * elf/tst-tlsmod17a.c: New file.
602         * elf/tst-tlsmod17b.c: Likewise.
603
604 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
605
606         * stdlib/divmod_1.c: Use correct type for dummy variable.
607         * stdlib/mod_1.c: Likewise.
608
609 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
610
611         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
612
613 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
614
615         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
616         __nonnull order for C++.
617         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
618         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
619
620 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
621
622         * stdlib/longlong.h: Update from GCC.
623
624 2008-10-09  Jakub Jelinek <jakub@redhat.com>
625             David S. Miller  <davem@davemloft.net>
626
627         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
628         make sure any registers used with 64-bit 'branch-on-register'
629         instructions have their top 32-bits clear.
630         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
631         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
632
633 2008-09-18  Andreas Schwab  <schwab@suse.de>
634
635         [BZ #6942]
636         * resolv/res_send.c (send_vc): Fix use of unaligned address.
637         Properly handle partial reads.
638
639 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
640
641         * elf/elf.h (STO_MIPS_PLT): New.
642         (R_MIPS_COPY): New.
643         (R_MIPS_JUMP_SLOT): New.
644         (R_MIPS_NUM): Redefine to 128.
645         (DT_MIPS_PLTGOT): New.
646         (DT_MIPS_RWPLT): New.
647         (DT_MIPS_NUM): Redefine to 0x35.
648
649 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
650
651         * timezone/africa: Update from tzdata2008f.
652         * timezone/asia: Likewise.
653         * timezone/australasia: Likewise.
654         * timezone/europe: Likewise.
655         * timezone/leapseconds: Likewise.
656         * timezone/northamerica: Likewise.
657         * timezone/southamerica: Likewise.
658         * timezone/zone.tab: Likewise.
659
660 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
661
662         * nscd/connections.c: Disable use of paccept for now.
663
664 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
665
666         * socket/Versions: Remove paccept export for GLIBC_2.9.
667         * socket/Makefile (routines): Remove paccept.
668         * socket/sys/socket.h: Remove paccept declaration.
669
670         * po/sv.po: Update from translation team.
671
672 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
673
674         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
675         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
676
677 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
678
679         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
680         Patch by Olivier Fourdan <ofourdan@redhat.com>.
681
682 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
683
684         * sunrpc/rpc/svc.h: Declare svcfd_create.
685         Patch by Michael Solberg <msolberg@redhat.com>.
686
687 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
688             Ulrich Drepper  <drepper@redhat.com>
689
690         * malloc/malloc.c (public_vALLOc): Try other arenas in case
691         _int_valloc fails.
692         (public_pVALLOc): Likewise.
693
694 2008-09-02  Andreas Jaeger  <aj@suse.de>
695
696         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
697         commit.
698
699 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
700
701         [BZ #6860]
702         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
703
704 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
705
706         * Makefile (check-data): Check data directory in add-ons.
707         * elf/Makefile (check-data): Likewise.
708
709 2008-08-18  Roland McGrath  <roland@redhat.com>
710
711         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
712         * configure: Regenerated.
713         * config.make.in (cflags-cpu): New substituted variable.
714         (with-cpu): Variable removed.
715         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
716
717 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
718
719         [BZ #6845]
720         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
721         __signbitl definition and __LONG_DOUBLE_128__ guard from:
722         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
723         redundant.  Functions which call floating point assembler operations
724         should go into a sysdeps powerpc/fpu directory.
725
726 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
727
728         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
729         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
730
731 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
732
733         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
734
735         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
736         change related to AT_EXECFN.  We cannot use that string.
737         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
738         _dl_execfn member.
739         * elf/dl-support.c: Remove _dl_execfn variable.
740         (_dl_aux_init): Remove handling of AT_EXECFN.
741         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
742         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
743
744 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
745
746         [BZ #6544]
747         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
748         byte gets added to writes and seeks from the end use the length of
749         the buffer and not the currently terminating NUL byte.
750
751         [BZ #6634]
752         * login/utmp_file.c (getutent_r_file): Take additional parameter.
753         Set to true if locking failed.
754         (getutid_r_file): Adjust caller.
755         (pututline_file): Likewise.  Return NULL in this case.
756         Patch mostly by halesh.s@gmail.com.
757
758 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
759
760         [BZ #6589]
761         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
762         Define.
763         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
764
765 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
766
767         [BZ #6839]
768         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
769         macro since it is now available in elf/dynamic-link.h.
770
771 2008-08-12  Roland McGrath  <roland@frob.com>
772
773         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
774         in case used outside of libc.
775         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
776
777 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
778
779         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
780         directly instead of going through dn_comp.
781
782 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
783
784         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
785         Fix asm constraints.
786
787 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
788
789         [BZ #6790]
790         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
791         (IPV6_PMTUDISC_PROBE): Likewise.
792
793 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
794
795         [BZ #6791]
796         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
797
798 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
799             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
800
801         [BZ #6817]
802         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
803         Added the members 'vsx' and 'arch_2_06'.
804         (_dl_powerpc_platforms): Add the member 'power7'.
805         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
806         to reflect the changes required by VSX and ISA 2.06.
807         Modify _DL_PLATFORMS_COUNT to reflect the addition of
808         'power7'.
809         Defined PPC_PLATFORM_POWER7.
810         (_dl_string_platform): Add support for POWER7.
811         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
812         capability and ISA 2.06.
813
814 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
815
816         [BZ #6824]
817         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
818         macro to detect use of 128 bit long double.
819         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
820
821 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
822
823         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
824
825         [BZ #5794]
826         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
827         parameters.
828         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
829         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
830
831 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
832
833         * nscd/connections.c (main_loop_poll): Pass a buffer which is
834         guaranteed to be large enough to read inotify event.  Ignore
835         EAGAIN error.  Better error message.  Add branch predicition.
836         (main_loop_epoll): Likewise.
837
838 2008-08-02  Roland McGrath  <roland@frob.com>
839
840         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
841         Add memory clobbers.
842
843 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
844
845         * manual/arith.texi: Avoid @strong{Note:}.
846         * manual/creature.texi: Likewise.
847         * manual/filesys.texi: Likewise.
848         * manual/math.texi: Likewise.
849         * manual/memory.texi: Likewise.
850         * manual/resource.texi: Likewise.
851         * manual/syslog.texi: Likewise.
852         * manual/time.texi: Likewise.
853
854         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
855         to prevent warning.
856
857 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
858
859         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
860         new epoll_create1 interface.
861         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
862         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
863         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
864
865         * include/arpa/nameser.h (NS_GET16): Use const pointer.
866         (NS_GET32): Likewise.
867
868         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
869         syscalls, too.
870
871         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
872         use the AT_EXECFN value if it is no absolute path.
873         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
874         __ASSUME_AT_EXECFN.
875
876         * Versions.def: Add GLIBC_2.9 to libresolv.
877         * include/resolv.h: Remove hidden proto declarations for __ns_*
878         functions.  Add them for __dn_count_labels and __p_secstodate.
879         * include/arpa/nameser.h: Add a number of hidden proto declarations.
880         Define ns_msg_getflags macro here.
881         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
882         and __p_secstodate.
883         * resolv/Versions: Export functions from <arpa/nameser.h> from
884         libresolv in version GLIBC_2.9.
885         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
886         hidden definitions.
887         * resolv/ns_netint.c: Likewise.
888         * resolv/ns_parse.c: Likewise.
889         * resolv/ns_print.c: Likewise.
890         * resolv/ns_samedomain.c: Likewise.
891         * resolv/ns_ttl.c: Likewise.
892         * resolv/arpa/nameser_compat.h: Likewise.
893         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
894         function calls.
895         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
896         instead of ns_get16.
897         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
898         __ns_get32 instead of ns_get16 and ns_get32 respectively.
899         (gaih_getanswer_slice): Likewise.
900         * resolv/Makefile (libresolv-routines): Add ns_date.
901         * resolv/ns_date.c: New file.
902
903         * elf/Makefile (check-localplt.out): Also check libresolv and
904         libcrypt.
905
906 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
907
908         * sysdeps/unix/sysv/linux/kernel-features.h: Define
909         __ASSUME_O_CLOEXEC.
910
911 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
912
913         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
914         buffer passed to NSS functions.
915
916         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
917
918         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
919         Define.
920
921         * misc/syslog.c (openlog_internal): Fix compile problem.
922
923 2008-07-28  Roland McGrath  <roland@redhat.com>
924
925         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
926
927 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
928
929         * io/ftw.c (add_object): Remove inline to avoid warning.
930
931         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
932
933         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
934         Use it instead of locally defined resplen2 variable.
935         (res_nsend): Adjust for __libc_res_nsend interface change.
936         (send_vc): Initialize *resplen2 if necessary.  Read length of
937         package into an appropriately aligned variable.  Store converted length
938         in new variable and use it appropriately.
939         Add branch prediction help.
940         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
941         and pass it on to __libc_res_nsend.  Adjust all callers.
942         (__libc_res_nsearch): Likewise.
943         (__libc_res_nqeurydomain): Likewise.
944         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
945         change.
946         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
947         Define resplen2 variable and pass it to __libc_res_nsearch and then
948         to gaih_getanswer.
949         (getanswer_r): In case of incorrect DNS data don't overread buffer.
950         Add branch prediction.
951         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
952         (gaih_getanswer): Don't decode second slice if first one failed due
953         to a too small buffer.  Don't let not found status of second
954         decoder shadow results of the first.
955         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
956         and __libc_res_nquery interface changes
957         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
958         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
959         __libc_res_nsearch, and __libc_res_nsend.
960         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
961         change.
962         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
963         __libc_res_nsearch interface changes.
964
965 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
966
967         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
968
969         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
970         file descriptors with close-on-exec set.
971         (exec_comm_child): Fix the case where the write end of the pipe is
972         STDOUT_FILENO already.  In case it is, clear close-on-exec.
973
974         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
975         * io/pipe2.c: Likewise.
976         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
977         instead of __ASSUME_PACCEPT.
978         * include/unistd.h: Declare __have_pipe2.
979         * libio/iopopen.c: Implement "e" flag.
980         * libio/Makefile (tests): Add tst-popen1.
981         * libio/tst-popen1.c: New file.
982
983         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
984         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
985
986 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
987
988         [BZ #6771]
989         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
990         success call of _IO_SEEKOFF or calls which failed because the
991         descriptor is for a pipe.
992
993         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
994         magic number.
995
996         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
997
998         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
999         F_SETFD use if we know fopen set the flag.
1000
1001         * login/utmp_file.c (setutent_file): Minor optimization in case
1002         O_CLOEXEC is available.
1003
1004 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1005
1006         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1007         * elf/Makefile: Use pie-ccflag variable.
1008         * nscd/Makefile: Likewise.
1009         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1010
1011 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1012
1013         [BZ #6724]
1014         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1015         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1016         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1017         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1018         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1019         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1020         utmp32, utmpx32 and login32.
1021         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1022         versions of struct utmp functions to libc and libutil.
1023         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1024         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1025         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1026         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1027         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1028         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1029         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1030         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1031         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1032         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1033         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1034         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1035         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1036         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1037         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1038         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1039         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1040         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1041         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1042         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1043         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1044         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1045
1046 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1047
1048         * scripts/gen-as-const.awk: Generate more widely usable code by
1049         using 64-bit arithmetic.
1050
1051         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1052         the same treatment as narrow output code in last patch.
1053
1054         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1055
1056         [BZ #6763]
1057         * elf/dl-load.c (local_strdup): Remove inline.
1058         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1059         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1060         part of the object.
1061
1062         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1063
1064 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1065
1066         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1067         the new syscalls, too.
1068
1069         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1070         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1071
1072         [BZ #6698]
1073         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1074         parameter for end of buffer.  If temporary copy is too large use
1075         malloc.
1076         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1077         interface change.
1078         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1079         string rewrite when allocating buffer.
1080
1081         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1082         syscalls, too.
1083
1084         * nscd/connections.c (nscd_init): Clean up fcntl call.
1085
1086         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1087         SOCK_NONBLOCK if possible.
1088
1089         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1090         SOCK_CLOEXEC if available.
1091
1092         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1093         __libc_clntudp_bufcreate_internal.
1094         * include/sys/socket.h: Declare __have_sock_cloexec.
1095         * socket/Makefile (aux): Add have_sock_cloexec.
1096         * socket/have_sock_cloexec.c: New file.
1097         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1098         __libc_clntudp_bufcreate.
1099         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1100         which takes an additional parameter.  Create socket with non-blocking
1101         mode and close-on-exec flag set, if wanted.
1102         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1103         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1104         instead of clntudp_create.  The socket has already the close-on-exec
1105         flag set if SOCK_CLOEXEC is defined.
1106
1107 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1108
1109         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1110         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1111         appropriate.
1112         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1113         non-blocking mode by using socket, paccept, and inotify_init1.
1114
1115         * Versions.def (glibc): Add GLIBC_2.9.
1116         * io/Makefile (routines): Add dup3 and pipe2.
1117         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1118         * io/dup3.c: New file.
1119         * io/pipe2.c: New file.
1120         * posix/unistd.h: Declare dup3 and pipe2.
1121         * socket/Makefile (routines): Add paccept.
1122         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1123         * socket/paccept.c: New file.
1124         * socket/sys/socket.h: Declare paccept.
1125         * sysdeps/unix/syscalls.list: Add entry for dup3.
1126         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1127         epoll_create2 and inotify_init1.
1128         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1129         * sysdeps/unix/sysv/linux/paccept.c: New file.
1130         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1131         possible.
1132         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1133         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1134         inotify_init1, and pipe2 entries.
1135         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1136         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1137         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1138         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1139         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1140         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1141         SOCK_NONBLOCK.
1142         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1143         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1144         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1145         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1146         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1147         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1148         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1149         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1150         EPOLL_NONBLOCK.  Declare epoll_create2.
1151         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1152         EFD_NONBLOCK.
1153         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1154         IN_NONBLOCK.  Declare inotify_init1.
1155         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1156         SFD_NONBLOCK.
1157         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1158         TFD_NONBLOCK.
1159
1160         * elf/elf.h: Define AT_EXECFN.
1161         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1162         LD_ORIGIN_PATH.
1163         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1164         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1165         if __ASSUME_AT_EXECFN is defined.
1166         (_dl_aux_init): Handle AT_EXECFN.
1167         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1168         for 2.6.27 and up.
1169         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1170         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1171         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1172         _dl_execfn if available and avoid compatibility code if
1173         __ASSUME_AT_EXECFN is defined.
1174
1175         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1176         _dl_discover_osversion only for older kernels.
1177
1178 2008-07-22  Roland McGrath  <roland@frob.com>
1179
1180         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1181
1182 2008-07-21  Roland McGrath  <roland@frob.com>
1183
1184         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1185         returned too much data out of line.
1186
1187 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1188
1189         * locale/setlocale.c (setname): Remove inline to avoid compiler
1190         warning.
1191
1192         [BZ #6712]
1193         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1194
1195 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1196
1197         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1198         doesn't manage to write anything, fail.
1199
1200         * malloc/hooks.c (__malloc_check_init): Remove printf.
1201
1202 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1203
1204         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1205
1206 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1207
1208         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1209         from inotify.
1210         (main_loop_epoll): Likewise.
1211
1212 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1213
1214         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1215
1216         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1217         if DEBUG is defined.
1218
1219         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1220         query.  Adjust buffer size computation for padding.
1221
1222 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1223
1224         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1225         * stdio-common/tst-setvbuf1.c: New file.
1226         * stdio-common/tst-setvbuf1.expect: New file.
1227
1228         [BZ #6719]
1229         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1230         when selecting fully-buffered stream.
1231         Patch by Wang Xin <wxinee@gmail.com>.
1232
1233 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1234
1235         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1236         (__open_2): New function.
1237         (__open64_2): New alias to __open_2.
1238         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1239         (__openat_2): New function.
1240         (__openat64_2): New alias to __openat_2.
1241
1242 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1243
1244         [BZ #6723]
1245         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1246
1247 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1248
1249         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1250         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1251         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1252         __hurd_dfail.
1253         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1254         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1255         * sysdeps/mach/hurd/send.c (__send): Likewise.
1256         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1257         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1258
1259 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1260
1261         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1262         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1263         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1264         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1265         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1266         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1267
1268 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1269
1270         [BZ #6657]
1271         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1272         of %EY.
1273         Patch by Petr Baudis.
1274
1275 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1276
1277         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1278         Patch by Peter Jones <pjones@redhat.com>.
1279
1280 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1281
1282         [BZ #6654]
1283         * stdlib/canonicalize.c (__realpath): readlink can write too much
1284         into the buffer on platforms without PATH_MAX.
1285
1286 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1287
1288         [BZ #6653]
1289         * posix/tst-regex.c (main): Rename to...
1290         (do_test): ... this. Remove cmdline option processing.
1291         (TIMEOUT): Define.
1292         (TEST_FUNCTION): Define.
1293         (CMDLINE_OPTIONS): Define.
1294
1295 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1296
1297         [BZ #5210]
1298         * configure.in: Add -Werror to -fstack-protector test to catch
1299         unsupported architectures.
1300         Patch by Gilles Esponasse <g.esp@free.fr>.
1301
1302 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1303
1304         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1305         getcontext returns ENOSYS.
1306
1307 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1308
1309         * nscd/connections.c (main_loop_poll): Fix test for read error.
1310         (main_loop_epoll): Likewise.
1311
1312 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1313
1314         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1315         better place so it is not called when nscd is used.
1316
1317         * nscd/connections.c: Also recognize and handle changes to the
1318         resolver configuration file.
1319
1320 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1321
1322         * time/strftime.c: Pass reference to tzset_called around to handle
1323         recursive calls.
1324
1325         [BZ #6612]
1326         * time/strftime.c (__strftime_internal): Call tzset() only
1327         when printing timezone-dependent values.
1328         Based on a patch by Petr Baudis <pasky@suse.cz>.
1329
1330         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1331         unconditionally use second gaih_getanswer_slice result.
1332
1333         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1334         (getaddrinfo): RES must always be non-NULL.
1335
1336 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1337
1338         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1339         cr[34] registers.
1340         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1341         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1342         Likewise.
1343         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1344         register.
1345
1346 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1347
1348         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1349         fields.
1350         * nscd/connections.c (inotify_fd): New variable.
1351         (nscd_init): Try to open an inotify descriptor.
1352         If successful, watch files for databases using inotify instead of
1353         having prune threads stat the files.
1354         (nscd_run_prune): Recognize clear_cache flag being set and call
1355         prune_cache appropriately.
1356         (main_loop_poll): Add inotify descriptor to wait set and handle the
1357         reported changes.
1358         (main_loop_epoll): Likewise.
1359         * nscd/cache.c (prune_cache): Don't stat files for databases if
1360         inotify is used.
1361         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1362         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1363
1364         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1365         fixed-size portion of the record.
1366         * nscd/servicescache.c (cache_addserv): Likewise.
1367         * nscd/pwdcache.c (cache_addpw): Likewise.
1368         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1369
1370 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1371
1372         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1373         out we don't use uninitialized memory.
1374
1375         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1376         the client.
1377
1378 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1379
1380         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1381         ignore T_DNAME messages.
1382         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1383
1384 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1385
1386         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1387         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1388
1389 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1390
1391         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1392         instead of portstr to nscd_getserv_r.  Patch by
1393         Roman Kagan <rkagan@mail.ru>.
1394
1395 2008-05-26  Jim Meyering  <meyering@redhat.com>
1396
1397         Remove more useless "if" tests before "free".
1398         * include/inline-hashtab.h (htab_delete): Likewise.
1399         * libio/freopen.c (freopen): Likewise.
1400         * libio/freopen64.c (freopen64): Likewise.
1401         * locale/programs/ld-collate.c (collate_read): Likewise.
1402         * misc/fstab.c (libc_freeres_fn): Likewise.
1403         * posix/glob.c (globfree): Likewise.
1404
1405 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1406
1407         * string/Makefile (strop-tests): Add memmem.
1408         * string/test-memmem.c: New file.
1409         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1410         (test_init): Size buf1 according to BUF1PAGES.
1411
1412 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1413
1414         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1415         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1416         (CFLAGS-scanf17.c): New.
1417         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1418         * stdio-common/scanf15.c (main): Likewise.
1419         * stdio-common/scanf16.c: New file.
1420         * stdio-common/scanf17.c: New file.
1421
1422 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1423
1424         * resolv/res_send.c (send_dg): If we already have one of two
1425         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1426         use the one answer insted of failing.
1427
1428 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1429
1430         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1431         being executed on PowerPC as the expected result exceeds IBM
1432         long double 128 __LDBL_MAX__.
1433
1434 2008-05-21  Roland McGrath  <roland@redhat.com>
1435
1436         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1437
1438         * Makefile (check-data): Use $(abi-name) before other guesses.
1439         Look in $(add-ons) dirs before scripts/data/.
1440         * elf/Makefile (check-data): Likewise.
1441
1442         * scripts/soversions.awk: Grok ABI line.
1443         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1444         Emit definition for abi-name variable.
1445
1446 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1447
1448         * string/endian.h: Define new fixed-size hto* and *toh macros only
1449         if [__USE_BSD].
1450
1451         * iconvdata/Depend: Add localedata.
1452
1453 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1454
1455         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1456
1457 2008-05-08  David S. Miller  <davem@davemloft.net>
1458
1459         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1460         HIDDEN_JUMPTARGET.
1461         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1462         (__SYSCALL_CLOBBERS): Remove %g* registers.
1463         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1464         (__SYSCALL_CLOBBERS): Likewise.
1465         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1466         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1467
1468 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1469
1470         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1471         (CALL_ERRNO_LOCATION): Define.
1472         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1473         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1474         (CALL_ERRNO_LOCATION): Define.
1475         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1476         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1477         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1478
1479 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1480
1481         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1482         variable.
1483
1484 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1485
1486         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1487         (FIRST_FRAME_POINTER): Define.
1488
1489 2008-05-09  David S. Miller  <davem@davemloft.net>
1490
1491         * sysdeps/sparc/sparc64/backtrace.c: New file.
1492
1493 2008-05-14  David S. Miller  <davem@davemloft.net>
1494
1495         * sysdeps/sparc/machine-gmon.h: New file.
1496         * sysdeps/sparc/sparc-mcount.S: Likewise.
1497         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1498         sysdep_routines in gmon directory.
1499
1500 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1501
1502         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1503
1504 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1505
1506         * resolv/res_query.c (__libc_res_nquery): In case one of two
1507         answer was too short don't try to read that answer's header.
1508
1509         * resolv/res_send.c (send_dg): In case of timeout and there are
1510         two queries and one has been answered, return value indicating
1511         success.
1512
1513 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1514
1515         * nscd/cache.c (cache_add): Take additional parameter specifying
1516         whether this is in response of a cache refill.  Check alignment
1517         of package data.  Revamp waking of pruning thread.
1518         (prune_cache): Small optimization.
1519         * nscd/nscd.h: Adjust cache_add prototypes.
1520         * nscd/aicache.c: Adjust cache_add calls.
1521         * nscd/grpcache.c: Likewise.
1522         * nscd/hstcache.c: Likewise.
1523         * nscd/initgrcache.c: Likewise.
1524         * nscd/pwdcache.c: Likewise.
1525         * nscd/servicescache.c: Likewise.
1526         * nscd/connections.c (restart): Really disable cache use before
1527         exec attempt.  If it fails, reenable cache.
1528         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1529         time to max to be able to notice concurrent cache additions.  Unlock
1530         prune_lock while performing gc.  Afterwards compute wakeup time with
1531         current wakeup_time value in mind.
1532
1533 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1534
1535         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1536
1537         * nscd/mem.c (gc): Correctly determine highest used array element
1538         in mark.
1539
1540         * nscd/mem.c (markrange): Add assert to check entries are all
1541         aligned.  Small cleanup in bitmap use.
1542
1543         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1544         blockoff of type nscd_ssize_t.
1545         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1546         (mempoll_alloc): Record block offset and not address.
1547
1548         * nscd/mem.c (gc): Fix test for stack overuse.
1549
1550         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1551         more asserts.
1552
1553         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1554         entry is available, believe it.
1555
1556         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1557         no answers return NSS_STATUS_NOTFOUND.
1558         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1559         buffer does not have any content.
1560
1561 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1562
1563         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1564
1565         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1566         lookup, don't assign canon unconditionally.
1567
1568 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1569
1570         * string/Makefile (distribute): Add str-two-way.h.
1571
1572 2008-03-29  Eric Blake  <ebb9@byu.net>
1573
1574         Rewrite string searches to O(n) rather than O(n^2).
1575         * string/str-two-way.h: New file.  For linear fixed-allocation
1576         string searching.
1577         * string/memmem.c: New implementation.
1578         * string/strstr.c: New implementation.
1579         * string/strcasestr.c: New implementation.
1580
1581 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1582
1583         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1584         opr.ctx_type.
1585         (calc_first): Initialize constraint field.
1586         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1587         Use search_duplicated_node to avoid loops.  Fix grammar.
1588         (duplicate_node): Merge constraint field for all node types.
1589         (calc_eclosure_iter): Look at constraint field for all node types.
1590         * posix/regex_internal.c (create_cd_newstate): Don't look at
1591         create_cd_newstate.
1592
1593 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1594
1595         [BZ #6428]
1596         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1597
1598         [BZ #6442]
1599         * string/endian.h: Add macros for fixed-size endian conversion.
1600         * bits/byteswap.h: Allow inclusion from <endian.h>.
1601         * sysdeps/i386/bits/byteswap.h: Likewise.
1602         * sysdeps/ia64/bits/byteswap.h: Likewise.
1603         * sysdeps/s390/bits/byteswap.h: Likewise.
1604         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1605         * string/Makefile (tests): Add tst-endian.
1606         * string/tst-endian.c: New file.
1607
1608         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1609         Patch by Reuben Thomas.
1610
1611 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1612
1613         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1614
1615 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1616
1617         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1618
1619         [BZ #6461]
1620         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1621         Add missing braces.
1622         (BODY for __gconv_transform_internal_ascii): Likewise.
1623
1624         [BZ #6472]
1625         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1626         to be treated like link-local addresses.
1627         (match_prefix): Don't treat IPv4 loopback address special when
1628         converting to v4 mapped addressed.
1629
1630         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1631         if necessary.
1632         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1633         * posix/tst-rfc3484-2.c: Likewise.
1634         * posix/tst-rfc3484-3.c: Likewise.
1635
1636         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1637         and SCTP.
1638
1639         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1640
1641         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1642
1643         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1644
1645 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1646
1647         * po/lt.po: New file.  From Lituanian translation team.
1648
1649 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1650
1651         Introduce TLS descriptors for i386 and x86_64.
1652         * include/inline-hashtab.h: New file, copied from 2005's
1653         libiberty, with fix for memory leak imported afterwards by
1654         Glauber de Oliveira Costa.
1655         * elf/tlsdeschtab.h: New file.
1656         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1657         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1658         (CHECK_STATIC_TLS): Move to...
1659         * elf/dynamic-link.h: ... this file.
1660         (TRY_STATIC_TLS): New macro.
1661         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1662         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1663         R_386_TLS_DESC): Define.
1664         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1665         binutils.
1666         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1667         R_X86_64_TLSDESC): Define.
1668         (R_386_NUM, R_X86_64_NUM): Adjust.
1669         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1670         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1671         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1672         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1673         release tlsdesc_table.
1674         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1675         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1676         (elf_machine_rel): Handle R_386_TLS_DESC.
1677         (elf_machine_rela): Likewise.
1678         (elf_machine_lazy_rel): Likewise.
1679         (elf_machine_lazy_rela): Likewise.
1680         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1681         * sysdeps/i386/dl-tlsdesc.S: New file.
1682         * sysdeps/i386/dl-tlsdesc.h: New file.
1683         * sysdeps/i386/tlsdesc.c: New file.
1684         * sysdeps/i386/tlsdesc.sym: New file.
1685         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1686         tlsdesc_table.
1687         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1688         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1689         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1690         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1691         release tlsdesc_table.
1692         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1693         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1694         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1695         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1696         (elf_machine_rela): Likewise.
1697         (elf_machine_lazy_rel): Likewise.
1698         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1699         (__tls_get_addr): Do not declare for non-shared compiles.
1700         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1701         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1702         * sysdeps/x86_64/tlsdesc.c: New file.
1703         * sysdeps/x86_64/tlsdesc.sym: New file.
1704         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1705         tlsdesc_table for both 32- and 64-bit structs.
1706
1707 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1708
1709         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1710         its own function.  This reduces the frame setup costs and more.
1711
1712 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1713
1714         [BZ #3406]
1715         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1716         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1717
1718 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1719
1720         * io/openat.c (__openat_2): Also pass fd to __openat.
1721         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1722         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1723
1724         * string/tester.c (test_memcmp): Add a few more tests.
1725         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1726
1727 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1728
1729         * nscd/cache.c (cache_add): Before returning with failure and this
1730         is the first use of the record, mark it as unusable.
1731         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1732         reporting a failure.
1733         * nscd/grpcache.c: Likewise
1734         * nscd/hstcache.c: Likewise.
1735         * nscd/initgrcache.c: Likewise.
1736         * nscd/pwdcache.c: Likewise.
1737         * nscd/servicescache.c: Likewise.
1738
1739 2008-05-10  Roland McGrath  <roland@redhat.com>
1740
1741         [BZ #6505]
1742         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1743
1744 2008-05-08  David S. Miller  <davem@davemloft.net>
1745
1746         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1747
1748         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1749         (__ieee754_y0l): Likewise.
1750         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1751         (__ieee754_y1l): Likewise.
1752         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1753         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1754         frexpl and ldexpl.  math_private.h provides them and the latter
1755         is not even used.
1756         (__log1pl): Use __frexpl.
1757
1758 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1759
1760         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1761         prototypes.
1762         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1763         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1764         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1765         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1766         af==AF_UNSPEC.
1767         (_nss_nis_gethostbyname4_r): New function.
1768         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1769         Change to also handle af==AF_UNSPEC.
1770         (get_tablename): New function.  Use it to avoid duplication.
1771         (_nss_nisplus_gethostbyname4_r): New function.
1772         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1773         available.
1774         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1775         * nss/nss.h: Define struct gaih_addrtuple.
1776         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1777         af==AF_UNSPEC.
1778         (_nss_files_gethostbyname4_r): New function.
1779         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1780         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1781         calls.
1782         * resolv/res_query.c (__libc_res_nquery): Take two additional
1783         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1784         look up IPv4 and IPv6.
1785         Change all callers.
1786         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1787         for an additional query and answer buffer.  Pass to send_vc and
1788         send_dg.
1789         (send_vc): Send possibly two requests and receive two answers.
1790         (send_dg): Likewise.
1791         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1792         __libc_res_nquery.
1793         (_nss_dns_gethostbyname4_r): New function.
1794         (gaih_getanswer_slice): Likewise.
1795         (gaih_getanswer): Likewise.
1796         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1797         __libc_res_nquery call.
1798         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1799         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1800         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1801         available.
1802
1803 2008-05-05  David S. Miller  <davem@davemloft.net>
1804
1805         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1806         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1807
1808 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1809
1810         Fix termios bit macros.
1811         Move *DLY definitions where they belong, in termios.h.
1812         Add *[0-3] definitions.
1813         Fixes confusion between VT and FF.
1814         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1815         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1816         are already defined to avoid collision with termios.h.
1817         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1818         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1819         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1820         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1821         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1822         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1823         VTDLY, VT0, VT1): New macros.
1824         [__USE_GNU] (OLCUC): Change value of macro.
1825         [__USE_XOPEN] (OFILL): New macro.
1826         [__USE_BSD] (CRTSCTS): Change value.
1827         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1828         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1829         (B7200, B14400, B28800, B76800): New macros.
1830
1831 2008-05-01  David S. Miller  <davem@davemloft.net>
1832
1833         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1834         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1835         (gen-as-const-headers): Add it.
1836         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1837         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1838         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1839         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1840
1841         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1842         six system call parameters.
1843         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1844
1845 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1846
1847         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1848         RUSAGE_LWP.
1849         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1850         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1851
1852 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1853
1854         * stdlib/tst-setcontext.c: Include unistd.h.
1855
1856 2008-04-25  David S. Miller  <davem@davemloft.net>
1857
1858         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1859         Pass "union semun" properly in to sys_ipc, it must be passed
1860         by value, not by reference.
1861
1862 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1863
1864         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1865         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1866         * nscd/connections.c (mem_in_flight): Likewise.
1867
1868         * nscd/nscd.h (dbs): Make hidden.
1869
1870         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1871         Avoid returning -1, return 0 instead.
1872
1873 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1874
1875         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1876
1877 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1878
1879         [BZ #5209]
1880         * sysdeps/unix/sysv/linux/times.c: New file.
1881
1882         [BZ #5381]
1883         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1884         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1885         prototype.
1886         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1887         appropriate mem_in_flight element.
1888         (gc): Take allocations which have not yet been committed to the
1889         database into account.
1890         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1891         Reset mem_in_flight before returning.
1892         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1893         cue it up in mem_in_flight_list.
1894         * nscd/aicache.c: Adjust mempool_alloc call.
1895         * nscd/grpcache.c: Likewise.
1896         * nscd/hstcache.c: Likewise.
1897         * nscd/initgrcache.c: Likewise.
1898         * nscd/pwdcache.c: Likewise.
1899         * nscd/servicescache.c: Likewise.
1900         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1901         of -fpie.
1902
1903         * nscd/connections.c (handle_request): Provide better error message
1904         in case SELinux forbids the service.
1905
1906         * version.h (VERSION): Bump to 2.8.90.
1907
1908 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1909
1910         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1911
1912 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1913
1914         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1915         Also use for 32-bit.
1916         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1917         __nextafter instead of nextafter to avoid local PLT.
1918         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1919         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1920
1921         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1922
1923         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1924         __fe_nomask_env.
1925         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1926         <fenv_libc.h> instead of <fenv.h>.
1927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1929
1930         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
1931
1932         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
1933         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
1934         function from fegetexcept and make old name weak alias.
1935         * include/fenv.h: Declare __fegetexcept.
1936         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
1937         fegetexcept.
1938         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
1939         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
1940         to fetestexcept.
1941         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
1942         instead of frexpl to avoid local PLT.
1943         * math/s_significandl.c (__significandl): Use __ilogbl instead of
1944         ilogbl to avoid local PLT.
1945         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
1946         instead of ldexpl to avoid local PLT.
1947         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
1948         __roundl not roundl to avoid local PLT.
1949         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
1950         local PLTs.  Use __sincosl instead of separate sinl and cosl
1951         calls.
1952         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1953
1954         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
1955         version for ppc64 to 2.4.21 since without it makecontext will fail.
1956
1957         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
1958         to the ABI in use.
1959         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
1960         .__tls_get_addr.
1961         [__powerpc64__] (TLS_GD): Likewise.
1962
1963 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
1964
1965         [BZ #4997]
1966         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
1967         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
1968         mantissa.
1969         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1970         Likewise.  Also account for when x is an odd number between 2^52
1971         and 2^53-1.
1972         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
1973         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1974         * math/libm-test.inc (lround_test, llround_test): Added test cases to
1975         detect aforementioned erroneous conditions.
1976
1977 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1978
1979         * configure.in: Check for -fno-section-anchors in addition to
1980         -fno-toplevel-reorder.
1981
1982 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1983
1984         * include/features.h (__GLIBC_MINOR__): Bump to 8.
1985
1986         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
1987         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
1988         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
1989         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
1990         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
1991         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
1992
1993 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
1994
1995         [BZ #5443]
1996         * time/era.c: Transform __libc_setlocale_lock into rwlock.
1997         * time/alt_digit.c: Likewise.
1998         * wcsmbs/wcsmbsload.c: Likewise.
1999
2000 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2001
2002         * version.h (VERSION): Bump to 2.8.
2003
2004         * timzeone/asia: Update from tzdata2008b.
2005         * timezone/backward: Likewise.
2006         * timezone/europe: Likewise.
2007         * timezone/northamerica: Likewise.
2008         * timezone/southamerica: Likewise.
2009         * timezone/iso3166.tab: Likewise.
2010         * timezone/leapseconds: Likewise.
2011         * timezone/zone.tab: Likewise.
2012         * timezone/private.h: Update from tzcode2008a.
2013         * timezone/zdump.c: Likewise.
2014         * timezone/zic.c: Likewise.
2015
2016 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2017
2018         [BZ #5741]
2019         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2020         Define additonal Data Cache Block instruction macros.
2021         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2022         Replace dcbst with dcbf and sync with sync/isync.
2023
2024 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2025
2026         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2027         Always set ELF_RTYPE_CLASS_PLT.
2028         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2029
2030 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2031
2032         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2033         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2034         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2035         For ISA 2.01 and later replace mftb with mfspr 268.
2036
2037 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2038
2039         [BZ #5768]
2040         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2041         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2042
2043 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2044
2045         [BZ #5768]
2046         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2047         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2048         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2049         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2050
2051 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2052
2053         * stdlib/tst-makecontext.c (othervar): New variable.
2054         (cf): Test sign extending the argument to long.
2055
2056 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2057
2058         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2059         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2060         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2061         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2062         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2063         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2064         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2065
2066 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2067
2068         * elf/Makefile (tests): Substitute tests-vis-yes here.
2069         (tests-vis-yes): Delete.
2070         (modules-name, modules-vis-yes): Similarly.
2071
2072 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2073
2074         [BZ #4407]
2075         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2076         Preserve sign in signgamp when x is zero.
2077
2078 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2079
2080         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2081         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2082         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2083         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2084         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2085         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2086
2087 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2088
2089         [BZ #4314]
2090         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2091         buffers.
2092
2093         [BZ #5209]
2094         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2095         a reserved error value.
2096
2097         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2098         value to check for correct sign extension.
2099
2100         [BZ #5436]
2101         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2102         Copy 64-bit parameter values even though this is not required in
2103         the standard.
2104
2105         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2106         PC save.
2107
2108 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2109
2110         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2111         PC save.
2112
2113 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2114
2115         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2116
2117 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2118
2119         [BZ #5998]
2120         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2121         in line-buffered stream failed.
2122         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2123
2124 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2125
2126         [BZ #6024]
2127         * scripts/abi-versions.awk: If the version specified by
2128         --enable-oldest-abi is older than the first version for this
2129         architecture, use the default version.
2130
2131         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2132         as well when ignoring the whole category.
2133
2134 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2135
2136         [BZ #6042]
2137         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2138         ETHERTYPE_* definitions.
2139         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2140
2141 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2142
2143         * stdlib/mbtowc.c (__no_r_state): Remove.
2144         (mbtowc): New static state variable.  Use it instead of
2145         __no_r_state.
2146         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2147         (__wctomb_state): New hidden variable.
2148         (wctomb): Use __wctomb_state instead of __no_r_state.
2149         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2150         (__wctomb_state): New extern decl.
2151         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2152
2153 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2154
2155         [BZ #5475]
2156         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2157
2158 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2159
2160         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2161
2162 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2163
2164         * po/nl.po: Update from translation team.
2165
2166 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2167
2168         [BZ #6007]
2169         * string/strfry.c: Handle empty strings again.
2170
2171 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2172
2173         [BZ #5443]
2174         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2175         before looking for translation.
2176         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2177         * locale/freelocale.c: Likewise.
2178         * locale/newlocale.c: Likewise.
2179         * locale/setlocale.c: Likewise.
2180         Based partially on a patch by ryo@np.css.fujitsu.com.
2181
2182 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2183
2184         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2185         acquiring wrlock.  Do conv_tab allocation while holding lock.
2186         * intl/Makefile: Add rules to build and run tst-gettext6.
2187         * intl/tst-gettext6.c: New test.
2188         * intl/tst-gettext6.sh: New file.
2189
2190 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2191
2192         * po/nl.po: Update from translation team.
2193
2194         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2195         provided through st_blksize, try the default size before giving up.
2196
2197 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2198
2199         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2200
2201         [BZ #5939]
2202         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2203
2204         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2205         error message.  POSIX today does not require the messages to be in
2206         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2207
2208         [BZ #5979]
2209         * sunrpc/auth_unix.c: Unify printed strings.
2210         * sunrpc/clnt_tcp.c: Likewise.
2211         * sunrpc/clnt_udp.c: Likewise.
2212         * sunrpc/clnt_unix.c: Likewise.
2213         * sunrpc/svc_tcp.c: Likewise.
2214         * sunrpc/svc_udp.c: Likewise.
2215         * sunrpc/svc_unix.c: Likewise.
2216         * sunrpc/xdr.c: Likewise.
2217         * sunrpc/xdr_array.c: Likewise.
2218         * sunrpc/xdr_rec.c: Likewise.
2219         * sunrpc/xdr_ref.c: Likewise.
2220         * locale/programs/ld-time.c (time_finish): Unify messages.
2221         * locale/programs/locfile.c (handle_copy): Fix typo.
2222         * nscd/nscd.c (options): Fix typo.
2223
2224         [BZ #5995]
2225         * stdlib/strtod_l.c: Use correct sign for result in one more
2226         underflow case.
2227         Patch by Eric Blake <ebb9@byu.net>.
2228
2229 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2230
2231         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2232         and creat system calls.
2233         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2234         call.
2235         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2236         system calls.
2237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2238         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2239         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2240
2241 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2242
2243         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2244         <linux/limits.h> has defined it.
2245         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2246         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2247         headers.
2248         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2249         it instead of ARG_MAX.
2250
2251 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2252
2253         * posix/gai.conf: Fix comment for scope nullbits.
2254         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2255         default to 128 bits for v4 mapped addresses.
2256
2257 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2258
2259         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2260         ptrace call to get the ieee_instruction_pointer from the kernel.
2261         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2262         ptrace call to set the ieee_instructtion_pointer.
2263         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2264         Add comment that ieee_instruction_pointer is always 0.
2265
2266 2008-03-09  Andreas Jaeger  <aj@suse.de>
2267
2268         [BZ #5857]
2269         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2270         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2271         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2272
2273         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2274         (rint_test): Likewise.
2275
2276 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2277
2278         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2279         call.
2280         (__nisfind_server): Similar for open readColdStartFile call.
2281         Patch partially by Jim Meyering.
2282         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2283         around internal_setent call.
2284
2285         * po/vi.po: New Vietnamese translation.
2286
2287         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2288         ADJ_OFFSET_SS_READ.
2289
2290         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2291         remove CLONE_STOPPED.
2292
2293 2008-02-10  Jim Meyering  <meyering@redhat.com>
2294
2295         Remove useless "if" before "free":
2296         * elf/ldconfig.c (parse_conf_include): Likewise.
2297         * gmon/gmon.c (weak_alias): Likewise.
2298         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2299         * inet/rcmd.c (__validuser2_sa): Likewise.
2300         * intl/bindtextdom.c (set_binding_values): Likewise.
2301         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2302         * libio/genops.c (save_for_backup): Likewise.
2303         * libio/wgenops.c (save_for_wbackup): Likewise.
2304         * locale/programs/ld-collate.c (collate_read): Likewise.
2305         * locale/programs/linereader.c (get_string): Likewise.
2306         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2307         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2308         * resolv/res_debug.c (do_section): Likewise.
2309         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2310         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2311         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2312         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2313         * time/tzset.c (tzset_internal): Likewise.
2314
2315 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2316
2317         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2318         of ASSEMBLER.
2319
2320 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2321
2322         [BZ #5903]
2323         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2324         not stream for output file.  Open output file here.
2325         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2326         and output file name.
2327         (process_fd): Likewise.
2328         (process_file): Likewise.
2329         (main): Adjust callers of changed functions.
2330         * iconv/iconv_prog.h: Adjust prototype.
2331
2332 2008-03-09  Andreas Jaeger  <aj@suse.de>
2333
2334         [BZ #5753]
2335         * sysdeps/ia64/ieee754.h: Use protected namespace
2336         __BIG_ENDIAN/__LITTLE_ENDIAN.
2337         * sysdeps/ieee754/ieee754.h: Likewise.
2338         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2339
2340 2008-03-08  Roland McGrath  <roland@frob.com>
2341
2342         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2343         ignore a signal that came from a machine exception, treat it as a
2344         fatal core-dump signal instead.
2345         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2346
2347         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2348         Clear DF bit in thread state's eflags.
2349         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2350
2351 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2352
2353         [BZ #5774]
2354         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2355         of NAN(...) sequence.
2356         * stdlib/Makefile (tests): Add tst-strtod6.
2357         * stdlib/tst-strtod6.c: New file.
2358
2359         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2360
2361         [BZ #5762]
2362         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2363         putting offending option character in quotes.  Clean up error
2364         messages.
2365         * po/be.po: Adjust msgstr in translation file.
2366         * po/bg.po: Likewise.
2367         * po/ca.po: Likewise.
2368         * po/cs.po: Likewise.
2369         * po/da.po: Likewise.
2370         * po/de.po: Likewise.
2371         * po/es.po: Likewise.
2372         * po/fr.po: Likewise.
2373         * po/hr.po: Likewise.
2374         * po/ko.po: Likewise.
2375         * po/nl.po: Likewise.
2376         * po/rw.po: Likewise.
2377         * po/sk.po: Likewise.
2378         * po/sv.po: Likewise.
2379         * po/tr.po: Likewise.
2380         * po/zh_CN.po: Likewise.
2381         * po/zh_TW.po: Likewise.
2382
2383         [BZ #5760]
2384         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2385         Patch by Roland Bless <roland@bless.de>.
2386
2387         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2388         .o file.
2389         * elf/Makefile (routines): Add dl-sysdep.
2390         (elide-routines.os): Likewise.
2391
2392 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2393
2394         [BZ #5786]
2395         * elf/dl-sysdep.c: Undefine ROUND after use.
2396         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2397         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2398         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2399         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2400         to ...
2401         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2402         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2403         if necessary.
2404         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2405
2406         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2407         _dl_tls_get_addr_soft element.
2408         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2409         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2410         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2411         GLRO.
2412         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2413         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2414         of internal_function.
2415
2416         * stdlib/Makefile (aux): Add tens_in_limb.
2417         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2418         * stdlib/tens_in_limb.c: ...here.  New file.
2419
2420         [BZ #5778]
2421         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2422         __statfs_chown_restricted.
2423         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2424         for _PC_CHOWN_RESTRICTED.
2425         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2426         Implement __statfs_chown_restricted.
2427         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2428         _POSIX_CHOWN_RESTRICTED value to zero.
2429         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2430         defined to zero.
2431
2432         * sysdeps/x86_64/rtld-memset.c: New file.
2433
2434 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2435
2436         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2437
2438         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2439         Barcelona machine.  Make default fall through branch of
2440         __x86_64_preferred_memory_instruction check as the integer code path.
2441
2442 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2443
2444         * sysdeps/x86_64/cacheinfo.c
2445         (__x86_64_preferred_memory_instruction): New variable.
2446         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2447
2448         * sysdeps/x86_64/memset.S: Rewrite.
2449
2450 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2451
2452         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2453         __obstack_printf_chk): New prototypes.
2454         (__vasprintf_chk, __vdprintf_chk,
2455         __obstack_vprintf_chk): Likewise.
2456         Add libc_hidden_proto.
2457         * libio/obprintf.c
2458         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2459         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2460         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2461         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2462         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2463         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2464         __obstack_vprintf_chk): New prototypes.
2465         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2466         obstack_vprintf): New inlines.
2467         * debug/dprintf_chk.c: New file.
2468         * debug/vdprintf_chk.c: New file.
2469         * debug/asprintf_chk.c: New file.
2470         * debug/vasprintf_chk.c: New file.
2471         * debug/obprintf_chk.c: New file.
2472         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2473         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2474         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2475         @@GLIBC_2.8.
2476         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2477         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2478         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2479         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2480         libc_hidden_proto.
2481         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2482         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2483         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2484         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2485         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2486         @@GLIBC_2.8.
2487         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2488         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2489         obstack_vprintf_chk.
2490         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2491         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2492         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2493         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2494         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2495         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2496
2497 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2498
2499         [BZ #5779]
2500         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2501         Patch by Roy Marples <roy@marples.name>.
2502
2503         [BZ #5736]
2504         * malloc/malloc.c: Fix typo in comment.
2505
2506         [BZ #5627]
2507         * locale/iso-639.def: Add Shuswap.
2508
2509 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2510
2511         [BZ #5790]
2512         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2513         overwrite *h_errnop/*errnop values from getanswer_r in case of
2514         failure.
2515
2516 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2517
2518         [BZ #5818]
2519         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2520         (verify_persistent_db): Remove one unnecessary test and add a new one
2521         for bad configuration.
2522         (nscd_init): Improve error reported when persistent database cannot
2523         be reused.
2524         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2525         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2526         .suggested_module and .max_db_size and case config file says the
2527         values are zero.
2528         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2529
2530         [BZ #5854]
2531         * nis/ypclnt.c (yp_order): Fix handling of return value of
2532         do_ypcall_tr call.
2533         Patch by Jeff Moyer <jmoyer@redhat.com>.
2534
2535         * po/fr.po: Update from translation team.
2536
2537 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2538             Carlos O'Donell <carlos@systemhalted.org>
2539
2540         [BZ #5012]
2541         * FAQ.in: Describe why glibc needs to be compiled with
2542         optimization.
2543
2544 2008-02-19  Roland McGrath  <roland@redhat.com>
2545
2546         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2547
2548 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2549
2550         [BZ #5737]
2551         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2552         __USE_MISC is defined.
2553
2554 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2555
2556         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2557         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2558         sys/timerfd.h.
2559         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2560         timerfd_gettime, timerfd_settime.
2561         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2562         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2563
2564 2008-02-08  Roland McGrath  <roland@redhat.com>
2565
2566         * elf/elf.h (NT_PPC_SPE): New macro.
2567
2568 2008-02-06  Roland McGrath  <roland@redhat.com>
2569
2570         * Makerules ($(common-objpfx)sysd-rules):
2571         Depend on $(sysdep-makeconfigs).
2572
2573 2008-01-31  Roland McGrath  <roland@redhat.com>
2574
2575         [BZ #5442]
2576         * configure.in: Use -print-file-name if it yields a directory,
2577         for each of include and include-fixed.
2578         * configure: Regenerated.
2579
2580         * Makeconfig (sysd-rules-targets): New variable.
2581         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2582         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2583
2584 2008-01-30  Roland McGrath  <roland@redhat.com>
2585
2586         * manual/libc.texinfo: Update back-cover text.
2587
2588         * elf/elf.h (NT_386_TLS): New macro.
2589
2590 2008-01-29  Roland McGrath  <roland@redhat.com>
2591
2592         * Makeconfig (sysd-rules-patterns): New variable.
2593         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2594         (check-inhibit-asm): New canned sequence, replaces ...
2595         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2596         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2597         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2598         (CFLAGS-rtld): Variable removed.
2599
2600 2008-01-24  Roland McGrath  <roland@redhat.com>
2601
2602         * configure.in: Let configure fragments set base_os.
2603         * configure: Regenerated.
2604
2605 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2606
2607         * po/ko.po: Update from translation team.
2608
2609 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2610
2611         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2612
2613 2008-01-12  Andreas Jaeger  <aj@suse.de>
2614
2615         [BZ #5040]
2616         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2617         Add EPOLLRDHUP.
2618
2619 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2620
2621         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2622         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2623         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2624
2625 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2626
2627         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2628         * elf/dl-close.c (_dl_close): Check for it.
2629         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2630         (_dl_allocate_static_tls): Likewise.
2631         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2632         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2633         to it.
2634         * elf/tst-tls16.c: New file.
2635         * elf/tst-tlsmod16a.c: New file.
2636         * elf/tst-tlsmod16b.c: New file.
2637         * elf/Makefile: Add rules to build and run tst-tls16.
2638
2639 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2640
2641         [BZ #5628]
2642         * bits/shm.h: Fix comment describing shmid_ds.
2643         * sysdeps/gnu/bits/shm.h: Likewise.
2644         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2645         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2646         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2647         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2648         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2649         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2650         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2651         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2652         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2653
2654         [BZ #5607]
2655         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2656         prototypes.
2657         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2658         additional suffixes.
2659         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2660         Add optional functions mq_timedreceive and mq_timedsend.
2661         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2662         * conform/data/pthread.h-data: Fix prototype of
2663         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2664         * conform/data/semaphore.h-data: Allow time.h definitions.
2665         * conform/data/signal.h-data: Likewise.
2666         * conform/data/stdio.h-data: getw and putw are not required in v6.
2667         * conform/data/stdlib.h-data: Change setstate prototype.
2668         * conform/data/string.h-data: Fix strerror_r prototype.
2669         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2670         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2671         Fix readlink prototype.
2672         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2673         in6addr_loopback.
2674         * inet/netinet/in.h: Cleanup namespace.
2675         * posix/regex.h: Likewise.
2676         * resolv/netdb.h: Likewise.
2677         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2678         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2679         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2680         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2681         of names of in in6_addr.
2682         (default_precedence): Likewise.
2683         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2684         NULL definition.
2685
2686 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2687
2688         * conform/data/fmtmsg.h-data: Add missing allows.
2689         * conform/data/ftw.h-data: Likewise.
2690         * conform/data/inttypes.h-data: Likewise.
2691         * conform/data/math.h-data: Likewise.
2692         * conform/data/signal.h-data: Likewise.
2693         * conform/data/net/if.h-data: Likewise.
2694         * conform/data/netinet/in.h-data: Likewise.
2695         * conform/data/sys/socket.h-data: Likewise.
2696
2697         [BZ #5614]
2698         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2699         (__strtok_r): Simplify.
2700         * string/tester.c (test_strtok_r): Add test case for futile search
2701         with single-character seach string.
2702
2703 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2704
2705         * po/ko.po: Update from translation team.
2706
2707 2008-01-11  Andreas Jaeger  <aj@suse.de>
2708
2709         [BZ #5600]
2710         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2711         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2712         kernel header.
2713
2714 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2715
2716         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2717         native interface lookup in all the relevant places.
2718
2719 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2720             Ulrich Drepper  <drepper@redhat.com>
2721
2722         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2723         field.  Use sockaddr_in6 for source_addr.
2724         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2725         (match_prefix): Likewise.
2726         (get_label): Likewise.
2727         (get_precedence): Likewise.
2728         (rfc3484_sort): Change to use indirect access to results array.
2729         Adjust to use of sockaddr_in6.  Replace service_order test with
2730         simple index comparison.
2731         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2732         service_order field.  Adjust qsort_t calls.  Access sorted result
2733         array indirectly through order array.
2734         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2735         * posix/tst-rfc3484-2.c: Likewise.
2736         * posix/tst-rfc3484-3.c: Likewise.
2737
2738 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2739
2740         [BZ #5541]
2741         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2742         pollfd structures.
2743         Patch by André Cruz.
2744
2745         [BZ #5545]
2746         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2747         (clnt_spcreateerror): Likewise.
2748
2749         [BZ #5553]
2750         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2751         (public_mEMALIGn): Likewise.
2752         Patch mostly by Daniel Jacobowitz.
2753
2754 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2755
2756         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2757         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2758         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2759         * stdlib/tst-makecontext2.c: New test.
2760
2761 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2762
2763         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2764         defined.
2765         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2766         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2767         transliteration hooks and REINIT_PARAMS afterwards.
2768         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2769         status.
2770         (REINIT_PARAMS): Define.
2771         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2772         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2773         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2774         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2775         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2776         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2777         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2778         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2779         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2780         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2781         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2782         * iconvdata/tst-iconv7.c: New test.
2783
2784 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2785
2786         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2787
2788 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2789
2790         [BZ #5112]
2791         * nscd/connections.c (restart): Fix condition.
2792
2793 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2794
2795         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2796         __ctype_toupper_loc): Add __THROW.
2797
2798 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2799
2800         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2801         recognition of interface family.
2802
2803         * posix/getconf.c: Update copyright year.
2804         * nss/getent.c: Likewise.
2805         * iconv/iconvconfig.c: Likewise.
2806         * iconv/iconv_prog.c: Likewise.
2807         * elf/ldconfig.c: Likewise.
2808         * catgets/gencat.c: Likewise.
2809         * csu/version.c: Likewise.
2810         * elf/ldd.bash.in: Likewise.
2811         * elf/sprof.c (print_version): Likewise.
2812         * locale/programs/locale.c: Likewise.
2813         * locale/programs/localedef.c: Likewise.
2814         * nscd/nscd.c (print_version): Likewise.
2815         * debug/xtrace.sh: Likewise.
2816         * malloc/memusage.sh: Likewise.
2817         * malloc/mtrace.pl: Likewise.
2818         * debug/catchsegv.sh: Likewise.
2819
2820 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2821
2822         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2823         second lookup.
2824
2825 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2826
2827         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2828         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2829
2830 2007-12-17  Roland McGrath  <roland@redhat.com>
2831
2832         * inet/ether_line.c (ether_line): Remove unused variable.
2833
2834 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2835
2836         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2837         and winp.
2838         * login/openpty.c (openpty): Likewise.
2839         * login/pty.h (openpty, forkpty): Likewise.
2840         * manual/terminal.texi (openpty, forkpty): Likewise.
2841
2842 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2843
2844         * malloc/malloc.c (public_cALLOc): For arenas other than
2845         main_arena, count all bytes inside the mprotect_size range of the
2846         heap as uninitialized.
2847
2848 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2849
2850         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2851         executable stacks.
2852
2853         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2854         mTRIm for all of them.
2855         (mTRIm): Additionally iterate over all free blocks and use madvise
2856         to free memory for all those blocks which contain at least one
2857         memory page.
2858         * malloc/tst-trim1.c: New file.
2859         * malloc/Makefile (tests): Add tst-trim1.
2860
2861         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2862
2863 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2864
2865         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2866         First cast argument to long
2867         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2868         Return long.
2869         (__vdso_clock_gettime): Likewise.
2870         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2871         return long.
2872
2873 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2874
2875         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2876         * locale/nl_langinfo_l.c: Real implementation, copied from
2877         nl_langinfo.c.
2878         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2879
2880 2007-12-01  Jim Meyering  <meyering@redhat.com>
2881
2882         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2883         that would inhibit utf8-optimization of a regexp containing line-
2884         or buffer-anchors, e.g., `^', `$'.
2885
2886 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2887
2888         * time/bug-getdate1.c (do_test): Don't use century values which
2889         aren't valid on 32-bit systems.
2890
2891 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2892
2893         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2894         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2895         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2896         __strcat_g, __strncat_g): Add __asm__.
2897
2898 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2899
2900         [BZ #5477]
2901         * io/fchmodat.c: Fix typo in stub_warning use.
2902         Patch by Petr Salinger.
2903
2904 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2905
2906         * iconvdata/hp-thai8.c: New file.
2907         * iconvdata/Makefile: Add rules for hp-thai8.c.
2908         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2909         * iconvdata/gconv-modules: Likewise.
2910
2911         [BZ #5464]
2912         * iconvdata/hp-greek8.c: New file.
2913         * iconvdata/Makefile: Add rules for hp-greek8.c.
2914         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2915         * iconvdata/gconv-modules: Likewise.
2916
2917         [BZ #5463]
2918         * iconvdata/hp-turkish8.c: New file.
2919         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2920         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2921         * iconvdata/gconv-modules: Likewise.
2922
2923         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2924         (shrink_heap): ... this new function.
2925         (heap_trim): Call shrink_heap instead of grow_heap.
2926
2927         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2928         case don't call alloc_perturb.
2929
2930 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2931
2932         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
2933         possible.
2934         * sysdeps/unix/sysv/linux/kernel-features.h
2935         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
2936         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
2937
2938 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
2939
2940         [BZ #5424]
2941         * stdio-common/vfprintf.c: Do not overflow when adding to done.
2942         * stdio-common/Makefile (tests): Add bug22.
2943         * stdio-common/bug22.c: New file.
2944
2945         [BZ #5451]
2946         * time/getdate.c: Fix filling in default values.
2947         * time/bug-getdate1.c: New file.
2948         * time/Makefile: Add rules to build and run bug-getdate1.
2949
2950         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
2951         * iconvdata/ebcdic-es.c: Likewise.
2952         * iconvdata/ebcdic-es-a.c: Likewise.
2953         * iconvdata/ebcdic-uk.c: Likewise.
2954         * iconvdata/iso8859-16.c: Likewise.
2955         * iconvdata/viscii.c: Likewise.
2956         * iconvdata/iso8859-9e.c: Likewise.
2957         * iconvdata/Makefile: Adjust appropriately.
2958
2959         [BZ #5428]
2960         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
2961         __need_wint_t.
2962
2963 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2964
2965         [BZ #5427]
2966         * iconvdata/hp-roman9.c: New file.
2967         * iconvdata/Makefile: Add rules for hp-roman9.c.
2968         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
2969         * iconvdata/gconv-modules: Likewise.
2970
2971         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
2972         * iconvdata/Makefile: Adjust appropriately.
2973
2974         [BZ #5441]
2975         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
2976         structure, it's allocated with alloca.
2977         * stdio-common/Makefile (tests): Add bug21.
2978         * stdio-common/bug21.c: New file.
2979
2980 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
2981
2982         [BZ #5452]
2983         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
2984         keyword for gcc's braced-groups.
2985
2986 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
2987
2988         [BZ #5454]
2989         * inet/ether_line.c: Strip hostname of whitespaces.
2990         * inet/Makefile (tests): Add tst-ether_line.
2991         * inet/tst-ether_line.c: New file.
2992
2993 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
2994
2995         [BZ #5439]
2996         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
2997
2998         [BZ #5435]
2999         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3000
3001         * stdlib/tst-setcontext.c: Catch the case where the links gets
3002         messed up and we do not reach main again.
3003
3004         * po/ca.po: Update from translation team.
3005
3006 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3007
3008         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3009         * posix/regex.h (REG_ENOSYS): Likewise.
3010         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3011
3012 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3013
3014         * nscd/nscd.h (MAX_STACK_USE): Define.
3015         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3016         (gc): Initialize stack_used based on allocation in prune_cache.
3017         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3018         Clear array before use.
3019
3020         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3021         memory allocation failed.
3022         * nscd/hstcache.c (cache_addhst): Likewise.
3023         * nscd/grpcache.c (cache_addgr): Likewise.
3024         * nscd/servicescache.c (cache_addserv): Likewise.
3025         * nscd/pwdcache.c (cache_addpw): Likewise.
3026         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3027
3028 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3029
3030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3031         and creat system calls.
3032
3033         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3034
3035 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3036
3037         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3038         Add netiucv/iucv.h.
3039         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3040         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3041         protocol.
3042         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3043         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3044         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3045
3046 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3047
3048         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3049         strncat): Define as macros to avoid compile errors.
3050
3051         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3052         creat entries.
3053
3054 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3055
3056         [BZ #5382]
3057         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3058         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3059         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3060         overflow it.
3061         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3062
3063         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3064         Return zero in case the thread library is not NPTL.
3065
3066         [BZ #5375]
3067         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3068         initializing interface list.
3069
3070         [BZ #5378]
3071         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3072         use result of nss_getgrgid_r if nothing was found.  For other
3073         error return with a failure.
3074         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3075
3076         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3077         macro name.
3078
3079 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3080
3081         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3082         (get_scope): For IPv4 scope, use scopes table.
3083         (fini): Free scopes table if necessary.
3084         (free_scopelist): New function.
3085         (scopecmp): New function.
3086         (gaiconf_init): Also handle scopev4 entries.
3087         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3088         * posix/tst-rfc3484-2.c (do_test): Likewise.
3089         * posix/gai.conf: Document scopev4 defaults.
3090         * posix/Makefile (tests): Add tst-rfc3484-3.
3091         * posix/tst-rfc3484-3.c: New file.
3092
3093         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3094         Teredo tunnels.
3095         * posix/gai.conf: Update for current default tables.
3096
3097 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3098
3099         * po/tr.po: Update from translation team.
3100
3101 2007-11-18  Roland McGrath  <roland@frob.com>
3102
3103         * manual/arith.texi (Remainder Functions): Spelling fix.
3104         From Shaun Silk <genix@mysoul.com.au>.
3105
3106         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3107
3108 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3109
3110         * po/zh_CN.po: Update from translation team.
3111
3112         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3113         Add sys/signalfd.h and sys/eventfd.h.
3114
3115 2007-11-15  Bruno Haible  <bruno@clisp.org>
3116
3117         [BZ #5346]
3118         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3119         union.
3120         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3121         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3122         it needs only fixed stack space. Delay the initialization of
3123         msgid_len until it is needed.
3124
3125 2007-11-15  Andreas Jaeger  <aj@suse.de>
3126
3127         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3128         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3129
3130 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3131
3132         * po/ko.po: Update from translation team.
3133
3134 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3135
3136         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3137         significantly.  The device type is also part of the ifinfomsg data.
3138
3139         * po/sv.po: Update from translation team.
3140         * po/nl.po: Likewise.
3141
3142         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3143         to wake up in 24 hours.
3144
3145         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3146
3147 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3148
3149         * po/cs.po: Update from translation team.
3150         * po/pl.po: Likewise.
3151
3152         * include/ifaddrs.h: Remove in6ai_temporary.
3153         (struct in6addrinfo): Add index element.
3154         Declare __check_native.
3155         * inet/Makefile (aux): Add check_native.
3156         * sysdeps/unix/sysv/linux/check_native.c: New file.
3157         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3158         IFA_F_TEMPORARY.  Pass back ifa_index.
3159         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3160         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3161         call __check_native if necessary.
3162         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3163         to sort addresses.  Pass information about the results.
3164         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3165         of rfc3484_sort interface.
3166         * posix/tst-rfc3484-2.c: Likewise.
3167
3168         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3169         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3170         for _quicksort.
3171         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3172         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3173         on as third parameter to compare function and _quicksort.
3174         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3175         to the compare function.
3176         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3177         * Versions.def: Add GLIBC_2.8 for libc.
3178
3179         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3180         * posix/tst-rfc3484-2.c: Likewise.
3181
3182         * include/kernel-features.h: Moved to...
3183         * sysdeps/mach/hurd/kernel-features.h: ...here.
3184
3185 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3186
3187         * sysdeps/i386/i586/memcpy_chk.S: New file.
3188         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3189         * sysdeps/i386/i586/memset_chk.S: Likewise.
3190
3191 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3192
3193         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3194         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3195         list of interfaces.  Also store prefix length.
3196         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3197         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3198         prefix if source and destination address are in the same subnet.
3199         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3200         Always look for matching record in in6ai list.
3201         Correct source_addr_len value for IPv6->IPv4 converted records.
3202
3203 2007-11-11  Roland McGrath  <roland@frob.com>
3204
3205         * include/kernel-features.h: New file.
3206
3207 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3208
3209         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3210         complications for 64-bit platforms.
3211
3212         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3213         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3214         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3215         open64_2.
3216         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3217         entries.
3218         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3219         * sysdeps/wordsize-64/alphasort.c: New file.
3220         * sysdeps/wordsize-64/alphasort64.c: New file.
3221         * sysdeps/wordsize-64/fseeko.c: New file.
3222         * sysdeps/wordsize-64/fseeko64.c: New file.
3223         * sysdeps/wordsize-64/ftello.c: New file.
3224         * sysdeps/wordsize-64/ftello64.c: New file.
3225         * sysdeps/wordsize-64/ftw.c: New file.
3226         * sysdeps/wordsize-64/ftw64.c: New file.
3227         * sysdeps/wordsize-64/iofgetpos.c: New file.
3228         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3229         * sysdeps/wordsize-64/iofopen.c: New file.
3230         * sysdeps/wordsize-64/iofopen64.c: New file.
3231         * sysdeps/wordsize-64/iofsetpos.c: New file.
3232         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3233         * sysdeps/wordsize-64/lockf.c: New file.
3234         * sysdeps/wordsize-64/lockf64.c: New file.
3235         * sysdeps/wordsize-64/mkostemp.c: New file.
3236         * sysdeps/wordsize-64/mkostemp64.c: New file.
3237         * sysdeps/wordsize-64/mkstemp.c: New file.
3238         * sysdeps/wordsize-64/mkstemp64.c: New file.
3239         * sysdeps/wordsize-64/scandir.c: New file.
3240         * sysdeps/wordsize-64/scandir64.c: New file.
3241         * sysdeps/wordsize-64/tmpfile.c: New file.
3242         * sysdeps/wordsize-64/tmpfile64.c: New file.
3243         * sysdeps/wordsize-64/versionsort.c: New file.
3244         * sysdeps/wordsize-64/versionsort64.c: New file.
3245         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3246         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3247         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3248         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3249         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3250         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3251         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3252         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3253         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3254         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3255         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3256         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3257
3258         * crypt/sha256-crypt.c: Fix a comment.
3259         * crypt/sha512-crypt.c: Likewise.
3260
3261 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3262
3263         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3264
3265 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3266
3267         [BZ #5277]
3268         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3269         because output buffer is too small break, don't loop.
3270         * iconvdata/Makefile (tests): Add bug-iconv6.
3271         * iconvdata/bug-iconv6.c: New file.
3272
3273 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3274
3275         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3276         with size_t type.
3277         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3278         size_t.  Add casts where needed.
3279
3280         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3281         old headers, don't call avc_has_perm if we don't have the
3282         permission information.
3283
3284 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3285
3286         * elf/rtld.c (dl_main): Use the page size to find the map start.
3287
3288 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3289
3290         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3291         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3292
3293         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3294         when the lookup call failed.
3295
3296         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3297         Add prune_cond and wakeup_time.
3298         (CACHE_PRUNE_INTERNAL): Define.
3299         Update declarations of prune_cache and setup_thread.
3300         * nscd/connections.c (dbs): Update initializers.
3301         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3302         (nscd_init): Default number of threads is now 4.
3303         (invalidate_cache): Take lock before calling prune_cache.
3304         (handle_request): If SELinux forbids the request, say so.
3305         (readylist_cond): Use static initializer.
3306         (nscd_run_prune): New function.  Used only by pruning threads.
3307         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3308         here.
3309         (fd_ready): Update nscd_run reference.
3310         (start_threads): No need to initialize readylist_cond.
3311         Start pruning threads separately.
3312         * nscd/nscd_setup_thread.c: Change return value type to int and always
3313         return 0.
3314         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3315         to int and return nonzero value if we can use the TID address hack.
3316         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3317         the database is later than the new entry's timeout, update the
3318         wakeup time and wake the cleanup thread.
3319         (prune_cache): Return seconds the next entry in the database is still
3320         valid.  Remove locking for pruning here.
3321         * nscd/nscd.conf: Document default number of threads.
3322
3323 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3324
3325         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3326         stack is properly aligned for the target function.
3327         Correct unwind info.
3328
3329         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3330         when using auditing libraries.
3331
3332 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3333
3334         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3335         _nss_dns_getnetbyaddr2_r.
3336         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3337         extra parameter to getanswer_r.
3338         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3339         _nss_dns_getnetbyaddr2_r.
3340
3341         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3342         gethstbynm3_r.
3343         * nscd/gethstbynm2_r.c: Remove.
3344         * nscd/gethstbynm3_r.c: New file.
3345         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3346         __gethostbyaddr_r.
3347         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3348         __gethostbyaddr_r compatibility wrapper.
3349         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3350         determining timeout of entry.
3351         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3352         __gethostbyaddr2_r.
3353         (addhstbyX): Pass reference to variable for TTL to lookup and
3354         cache_addhst.
3355         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3356         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3357         and __nss_next2.  Remove __nss_services_lookup.
3358         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3359         Add compat wrapper.
3360         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3361         __nss_next2.
3362         * nss/getXXent_r.c: Likewise.
3363         * nss/getnssent_r.c: Likewise.
3364         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3365         does not exist in module, try the optional second name.
3366         (__nss_next2): New function.
3367         (__nss_next): Now wrapper around __nss_next2.
3368         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3369         Declare __nss_next2.
3370         Adjust definition of db_lookup_function type.
3371         * nss/service-lookup.c: Define NO_COMPAT.
3372         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3373         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3374         * inet/ether_ntoh.c: Likewise.
3375         * sunrpc/netname.c: Likewise.
3376         * sunrpc/publickey.c: Likewise.
3377         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3378         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3379         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3380         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3381         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3382
3383         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3384
3385         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3386
3387 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3388
3389         [BZ #5204]
3390         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3391         * crypt/sha512c-test.c: Likewise.
3392
3393         [BZ #5225]
3394         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3395         to keep track of end of %[ format string element.
3396         * stdio-common/Makefile (tests): Add bug20.
3397         * stdio-common/bug20.c: New file.
3398
3399         [BZ #5222]
3400         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3401         path elements in counting mode.
3402
3403 2007-10-27  Andreas Jaeger  <aj@suse.de>
3404
3405         [BZ #5040]
3406         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3407
3408         [BZ #3112]
3409         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3410         (__cleanup): Free shared library when exiting.
3411         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3412         (__cleanup): Free shared library when exiting.
3413
3414 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3415
3416         [BZ #2549]
3417         * math/libm-test.inc (check_float_internal): Support
3418         denormalized return.
3419
3420 2007-10-23  Andreas Jaeger  <aj@suse.de>
3421
3422         [BZ #5208]
3423         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3424         __LONG_LONG_PAIR to handle little endian byte order.
3425         Suggested by abhishekrai@google.com
3426
3427 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3428
3429         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3430
3431 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3432
3433         * nscd/cache.c (prune_cache): Move test for modified file outside
3434         of locking.
3435
3436 2007-10-21  Andreas Jaeger  <aj@suse.de>
3437
3438         * manual/texinfo.tex: Update to latest version.
3439
3440         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3441
3442         * manual/arith.texi (Status bit operations): Fix formatting.
3443
3444         * manual/errno.texi (Error Messages): Fix formatting.
3445
3446         * manual/sysinfo.texi (System Parameters): Fix formatting.
3447
3448         * manual/libc.texinfo: Update VERSION and UPDATED.
3449
3450 2007-10-19  Roland McGrath  <roland@redhat.com>
3451
3452         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3453
3454 2007-10-06  David S. Miller  <davem@davemloft.net>
3455
3456         * configure.in: Add sparcv9v2 and sparc64v2.
3457         * scripts/config.sub: Likewise.
3458         * configure: Regenerate.
3459         * elf/elf.h (HWCAP_SPARC_N2): New.
3460         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3461         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3462         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3463         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3464         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3465         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3466         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3467
3468 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3469
3470         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3471         even if the poll result indicates there is data to read.
3472         Patch by Jeff Moyer <jmoyer@redhat.com>.
3473
3474 2007-10-18  Roland McGrath  <roland@redhat.com>
3475
3476         * elf/elf.h (NT_PPC_VMX): New macro.
3477
3478 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3479
3480         * version.h (VERSION): Set to 2.7.90.
3481
3482 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3483
3484         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3485         weak_alias.
3486
3487 2007-10-17  Roland McGrath  <roland@frob.com>
3488
3489         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3490         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3491
3492 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3493
3494         * version.h (VERSION): Bump to 2.7.
3495         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3496
3497         [BZ #5186]
3498         * time/tzset.c (__tz_convert): Don't force testing for a change of
3499         TZ if not called from localtime.  But then also see whether the
3500         file changed, in case __use_tzfile is set.
3501
3502         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3503         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3504         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3505         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3506         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3507         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3508         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3509         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3510
3511 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3512
3513         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3514         and admin selects to be able to replace the gai.conf file, lock
3515         data structures around the qsort call.
3516
3517 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3518
3519         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3520         new memset.
3521         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3522         too high for the improvements.  Implement bzero unconditionally for
3523         use in libc.
3524
3525 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3526             Jakub Jelinek  <jakub@redhat.com>
3527
3528         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3529         even when time_t is 32-bit.
3530         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3531         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3532         always set after the search.
3533
3534 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3535
3536         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3537         unreachable code on 32-bit machines.
3538
3539 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3540
3541         [BZ #5184]
3542         * time/strftime_l.c: Include stdbool.h.
3543         (my_strftime): New wrapper, old function renamed to...
3544         (__strftime_internal): ... new function.  Add tzset_called
3545         argument, pass it down to recursive calls, don't call tzset ()
3546         if already true, set to true after call to tzset ().
3547
3548 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3549
3550         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3551         into account when copying TZ string.
3552
3553 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3554
3555         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3556         num_transition rather than num_transitions - 1.
3557
3558 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3559
3560         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3561         PIC indirect jump.
3562
3563         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3564         a local label rather than HIDDEN_JUMPTARGET.
3565
3566 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3567
3568         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3569         (init_cacheinfo): Initialize it.
3570         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3571         Always define bzero.
3572         Remove non-glibc code.
3573         * sysdeps/x86_64/bzero.S: Make an empty file.
3574
3575 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3576
3577         * sysdeps/x86_64/cacheinfo.c
3578         (__x86_64_preferred_memory_instruction): New.
3579         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3580
3581         * sysdeps/x86_64/memset.S: Rewrite.
3582
3583 2007-10-15  Roland McGrath  <roland@redhat.com>
3584
3585         * po/libc.pot: Regenerated.
3586
3587 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3588
3589         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3590         pointers.
3591
3592         [BZ #3425]
3593         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3594         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3595         address record to T_A/T_AAAA requests.
3596
3597 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3598
3599         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3600
3601         * posix/glob.c: Add some branch prediction throughout.
3602
3603         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3604         read from nscd.
3605
3606         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3607         service_order.
3608         (rfc3484_sort): Make sure that even if qsort doesn't support
3609         stable sorting out sorting here is stable by comparing service_order.
3610         (getaddrinfo): Initialize service_order.
3611         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3612         service_order field to sorting structure.
3613         * posix/tst-rfc3484-2.c (do_test): Likewise.
3614
3615         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3616         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3617         __tzset_parse_tz and updating of daylight, timezone, tzname into
3618         update_vars.
3619         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3620         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3621         happens in __tz_compute.
3622         * time/tzfile.c (__tzfile_read): Also read TZ string.
3623         (find_transition): Fold into __tzfile_compute.
3624         (__tzfile_compute): For times beyond the last transition try to
3625         use the TZ string.
3626         * timezone/tst-timezone.c: Information in daylight and tzname does
3627         change for Asia/Tokyo timezone with more concrete information.
3628         Remove the test.
3629
3630         * include/stdio.h: Add libc_hidden_proto for ftello.
3631         * libio/ftello.c: Add libc_hidden_def.
3632
3633         [BZ #1140]
3634         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3635         on the specified time and not the last entries in the file.  Move
3636         code to determine tzname[] to...
3637         (find_transition): ...here.  Add ugly guess for times before the
3638         first transition.
3639
3640 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3641
3642         [BZ #3195]
3643         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3644         no entry.
3645         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3646         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3647         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3648         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3649
3650         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3651         read mechanism when there are no group members and avoid no-op
3652         read syscall in this case.
3653
3654         [BZ #3242]
3655         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3656         (__readall): If reading failed due to EAGAIN error wait a bit
3657         and possibly try again.
3658         (__readvall): Likewise.
3659
3660 2007-10-13  Bruno Haible  <bruno@clisp.org>
3661
3662         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3663         when we cannot recode the message.
3664
3665 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3666
3667         [BZ #4359]
3668         * libio/__freading.c (__freading): Don't return true for
3669         write-only streams.  For read/write streams, check whether we
3670         performed a read operation already.
3671         * libio/Makefile (tests): Add tst-ext2.
3672         * libio/tst-ext2.c: New file.
3673
3674 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3675
3676         * locale/programs/repertoire.c (repertoire_read): Always free
3677         memory for repertoire file name [Coverity CID 270].
3678
3679         * elf/cache.c (save_aux_cache): Free memory allocated for
3680         temporary file name [Coverity CID 267].
3681
3682 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3683
3684         * misc/Makefile (headers): Add bits/error.h.
3685
3686 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3687
3688         * posix/fnmatch_loop.c: Take rule index returned as part of
3689         findidx return value into account when accessing weights.
3690         * posix/regcomp.c: Likewise.
3691         * posix/regexec.c: Likewise.
3692
3693         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3694         (skip_to): Fix problems with parameter of elifdef/elifndef.
3695
3696 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3697
3698         * iconv/gconv_simple.c: Add some branch prediction.
3699
3700 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3701
3702         * locale/programs/ld-collate.c (collate_read): If ignore_content
3703         and nowtok is tok_define, eat any tok_eol tokens.
3704
3705 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3706
3707         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3708         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3709
3710         * inet/netinet/in.h: Don't include bits/socket.h.
3711         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3712         macro.
3713         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3714
3715 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3716
3717         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3718         and tok_elifndef.
3719         * locale/programs/locfile-kw.gperf: Likewise.
3720         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3721
3722 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3723
3724         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3725         (__find_specwc): Change into __extern_always_inline function.
3726         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3727         (__parse_one_specmb): Remove ps argument.
3728         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3729         Adjust __find_specmb and __parse_one_specmb callers.
3730         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3731         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3732         Removed.
3733         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3734         caller.
3735
3736 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3737
3738         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3739         with some Pentium Ds.
3740
3741 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3742
3743         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3744         __read not read.
3745         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3746         __write not write.
3747
3748 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3749
3750         [BZ #181]
3751         * locale/C-time.c: Set week_1stday data to 19971201.
3752         * locale/programs/ld-time.c (time_finish): Default for
3753         first_workday is Monday.
3754
3755         [BZ #2633]
3756         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3757
3758         [BZ #5103]
3759         * posix/glob.c (glob): Recognize patterns starting \/.
3760         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3761         (main): Add test for pattern starting \/.
3762
3763         * misc/error.h: Use __const instead of const.
3764         * misc/bits/error.h: Likewise.
3765
3766 2007-10-07  Andreas Jaeger  <aj@suse.de>
3767
3768         * include/bits/error.h: New file.
3769
3770         * misc/bits/error.h (error_at_line): Fix prototype.
3771
3772 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3773
3774         [BZ #3924]
3775         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3776         more little bugs in creating the stack frame when pltexit has to
3777         be called.
3778
3779         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3780         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3781
3782         [BZ #4407]
3783         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3784         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3785         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3786         * math/libm-test.inc: Add test for this case.
3787
3788         [BZ #5010]
3789         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3790         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3791         map service succeeded.
3792         (svc_is_mapped): New function.
3793         (svc_unregister): Use it before trying to unmap service.
3794
3795 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3796
3797         * timezone/zic.c: Update from tzcode2007h.
3798
3799         [BZ #5063]
3800         * timezone/africa: Update from tzdata2007h.
3801         * timezone/antarctica: Likewise.
3802         * timezone/asia: Likewise.
3803         * timezone/australasia: Likewise.
3804         * timezone/europe: Likewise.
3805         * timezone/leapseconds: Likewise.
3806         * timezone/northamerica: Likewise.
3807         * timezone/southamerica: Likewise.
3808         * timzeone/zone.tab: Likewise.
3809
3810         [BZ #5104]
3811         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3812
3813         [BZ #5113]
3814         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3815         avoid warning with -Wconversion.
3816         (__strndup): Likewise.
3817         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3818
3819         [BZ #5112]
3820         * nscd/connections.c (restart): Don't resync if database is
3821         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3822
3823         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3824         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3825
3826         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3827         evetnfd_read, eventfd_write.
3828         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3829         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3830         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3831         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3832         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3833         eventfd_write for GLIBC_2.7.
3834
3835         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3836         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3837         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3838         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3839
3840 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3841
3842         * stdlib/msort.c: Include stdint.h.
3843         (struct msort_param): New type.
3844         (msort_with_tmp): Use struct msort_param pointer for unchanging
3845         parameters.  Add optimized handling for several common sizes
3846         and indirect sorting mode.
3847         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3848         sorting.
3849         Suggested by Belazougui Djamel .
3850
3851         * stdlib/Makefile (tests): Add tst-qsort2.
3852         * stdlib/tst-qsort2.c: New test.
3853
3854 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3855
3856         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3857         for dup2 in case another thread races with the current one.  Retry
3858         in this case.
3859
3860         * misc/error.h: Remove support for use outside of libc.  We have to
3861         include <features.h> now.  Include <bits/error.h> if possible.
3862         * misc/bits/error.h: New file.
3863
3864 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3865
3866         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3867         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3868         __extern_always_inline functions unconditionally, drop macros.
3869
3870         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3871         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3872         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3873
3874         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3875         add __artificial__ attribute.
3876
3877 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3878
3879         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3880         backward to forward direction.
3881
3882         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3883
3884         [BZ #645]
3885         * locale/programs/ld-collate.c (collate_finish): Compare against last
3886         used section which is known to have rules defined.
3887         (collate_read): After order_start, correctly record order of sections
3888         and queue sections up.
3889
3890 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3891
3892         [BZ #5071]
3893         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3894         the same number of pages.
3895         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3896
3897         * locale/programs/ld-collate.c (collate_read): After initial copy
3898         statement, continue in state 0.
3899
3900         * include/stdio_ext.h (__fsetlocking): Define as macro.
3901
3902 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3903
3904         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3905         of section order.
3906
3907         * po/pt_BR.po: Fix typo.
3908
3909 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3910
3911         * iconvdata/Makefile (modules): Add ISO8859-9E.
3912         (distribute): Add iso8859-9e.c.
3913         (gen-8bit-gap-modules): Add iso8859-9e.
3914         * iconvdata/iso8859-9e.c: New file.
3915         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3916         * iconvdata/TESTS: Likewise.
3917         * iconvdata/tst-tables.sh: Likewise.
3918
3919         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3920
3921         * locale/iso-639.def: Add several new entries.
3922
3923 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3924
3925         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3926         void * pointers instead of struct link_map **.
3927         (_dl_scope_free): Change argument type to void *.
3928         * include/link.h (struct link_map): Change type of l_reldeps
3929         to struct link_map_reldeps, move l_reldepsact into that
3930         struct too.
3931         * elf/dl-deps.c: Include atomic.h.
3932         (_dl_map_object_deps): Only change l->l_initfini when it is
3933         fully populated, use _dl_scope_free for freeing it.  Optimize
3934         removal of libs from reldeps by using l_reserved flag, when
3935         some removal is needed, allocate a new list instead of
3936         reallocating and free the old with _dl_scope_free.  Adjust
3937         for l_reldeps and l_reldepsact changes.
3938         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
3939         searching in l_initfini and l_reldeps without holding dl_load_lock.
3940         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
3941         l_reldepsact changes.
3942         * elf/dl-close.c (_dl_close_worker): Likewise.
3943         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
3944
3945 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
3946
3947         * iconvdata/Makefile (modules): Add KOI8-RU.
3948         (distribute): Add koi8-ru.c.
3949         (gen-8bit-gap-modules): Add koi8-ru.
3950         * iconvdata/koi8-ru.c: New file.
3951         * iconvdata/gconv-modules: Add entries for KOI8-RU.
3952         * iconvdata/TESTS: Likewise.
3953         * iconvdata/tst-tables.sh: Likewise.
3954
3955         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3956
3957 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
3958
3959         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
3960         with __warning__/__error__ attributes.
3961         (__warnattr): Define.
3962         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
3963         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
3964         __warnattr.
3965         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
3966         of __*_chk if compile time detectable overflow is found.
3967         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
3968         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
3969         with __warnattr.
3970         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
3971         instead of __*_chk if compile time detectable overflow is found.
3972         (__gets_alias): Rename to...
3973         (__gets_warn): ... this.  Add __warnattr.
3974         (gets): Call __gets_warn instead of __gets_alias.
3975         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
3976         aliases with __warnattr.
3977         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
3978         time detectable overflow is found.
3979         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
3980         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
3981         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
3982         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
3983         __getdomainname_chk_warn): New aliases with __warnattr.
3984         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
3985         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
3986         __*_chk_warn instead of __*_chk if compile time detectable overflow
3987         is found.
3988         (__getgroups_chk): Rename argument to __listlen from listlen.
3989         (__getwd_alias): Rename to...
3990         (__getwd_warn): ... this.  Add __warnattr.
3991         (getwd): Call __getwd_warn instead of __getwd_alias.
3992         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
3993         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
3994         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
3995         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
3996         __wcsnrtombs_chk_warn): New aliases with __warnattr.
3997         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
3998         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
3999         compile time detectable overflow is found.
4000         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4001         to use __*_chk or not.
4002         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4003         in comparisons which function should be called and in __*_chk*
4004         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4005         detectable overflow is found.
4006         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4007         __*_chk argument.
4008         * debug/tst-chk1.c (do_test): Add a few more tests.
4009
4010 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4011
4012         [BZ #5058]
4013         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4014         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4015         (_nl_unload_domain): Finalize conversions_lock.
4016         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4017         handling table of known conversions.
4018
4019 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4020
4021         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4022         close_not_cancel_no_status instead of close.
4023
4024 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4025
4026         [BZ #5028]
4027         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4028         nrules != 0 for multibyte chars.
4029
4030 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4031
4032         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4033         Provide better error message in case the type is unknown.
4034
4035         [BZ #4963]
4036         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4037         * string/stratcliff.c: Make usable to test wide char functions.
4038         * wcsmbs/wcsatcliff.c: New file.
4039         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4040
4041         [BZ #4972]
4042         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4043         (distribute): Add mac-centraleurope.c.
4044         (gen-8bit-gap-modules): Add mac-centraleurope.
4045         * iconvdata/mac-centraleurope.c: New file.
4046         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4047         * iconvdata/TESTS: Likewise.
4048         * iconvdata/tst-tables.sh: Likewise.
4049
4050         [BZ #5043]
4051         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4052
4053 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4054
4055         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4056         from __x86_64_core_cache_size_half.
4057         (init_cacheinfo): Compute shared cache size for AMD processors with
4058         shared L3 correctly.
4059         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4060         name change.
4061         Patch in large parts by Evandro Menezes.
4062
4063 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4064
4065         * elf/dl-lookup.c (add_dependency): Handle failing memory
4066         allocation for dependency list.  Remove unnecessary check.
4067
4068         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4069         open/close when determining source addresses.
4070
4071         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4072         sha512-crypt, and sha512.
4073         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4074         (distribute): Add sha256.h and sha512.h.
4075         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4076         and call the appropriate code.
4077         * crypt/sha256-crypt.c: New file.
4078         * crypt/sha256.c: New file.
4079         * crypt/sha256.h: New file.
4080         * crypt/sha256c-test.c: New file.
4081         * crypt/sha256test.c: New file.
4082         * crypt/sha512-crypt.c: New file.
4083         * crypt/sha512.c: New file.
4084         * crypt/sha512.h: New file.
4085         * crypt/sha512c-test.c: New file.
4086         * crypt/sha512test.c: New file.
4087
4088 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4089
4090         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4091         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4092         __syslog_chk.
4093
4094 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4095
4096         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4097         %as in fscanf format strings.
4098
4099         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4100         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4101         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4102         Likewise.
4103         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4104         Likewise.
4105
4106         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4107         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4108         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4109         * elf/dl-sym.c (do_sym): Likewise.
4110         * include/link.h (struct link_map): Add l_serial field.
4111         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4112         * elf/dl-lookup.c (add_dependency): Add flags argument.
4113         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4114         flags, use THREAD_GSCOPE_RESET_FLAG before and
4115         THREAD_GSCOPE_SET_FLAG after
4116         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4117         Don't dereference map until it has been found on some list.
4118         If map->l_serial changed, return -1.
4119
4120 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4121
4122         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4123         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4124         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4125         libc_hidden_proto.
4126         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4127         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4128         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4129         add libc_hidden_proto.
4130         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4131         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4132         conformance requested.
4133         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4134         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4135         conformance requested.
4136         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4137         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4138         conformance requested.
4139         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4140         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4141         ISO C99 or POSIX conformance requested.
4142         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4143         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4144         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4145         and __isoc99_vsscanf@@GLIBC_2.7.
4146         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4147         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4148         (tests): Add scanf14.
4149         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4150         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4151         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4152         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4153         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4154         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4155         from using internal headers.
4156         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4157         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4158         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4159         and __isoc99_vswscanf@@GLIBC_2.7.
4160         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4161         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4162         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4163         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4164         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4165         * stdio-common/isoc99_scanf.c: New file.
4166         * stdio-common/isoc99_vsscanf.c: New file.
4167         * stdio-common/isoc99_vscanf.c: New file.
4168         * stdio-common/isoc99_vfscanf.c: New file.
4169         * stdio-common/isoc99_fscanf.c: New file.
4170         * stdio-common/isoc99_sscanf.c: New file.
4171         * wcsmbs/isoc99_fwscanf.c: New file.
4172         * wcsmbs/isoc99_vswscanf.c: New file.
4173         * wcsmbs/isoc99_swscanf.c: New file.
4174         * wcsmbs/isoc99_wscanf.c: New file.
4175         * wcsmbs/isoc99_vwscanf.c: New file.
4176         * wcsmbs/isoc99_vfwscanf.c: New file.
4177         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4178         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4179         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4180         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4181         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4182         * stdio-common/scanf14.c: New test.
4183         * stdio-common/scanf15.c: New test.
4184         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4185         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4186         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4187         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4188         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4189         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4190         __nldbl___isoc99_scanf@@GLIBC_2.7,
4191         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4192         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4193         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4194         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4195         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4196         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4197         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4198         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4199         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4200         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4201         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4202         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4203         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4204         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4205         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4206         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4207         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4208         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4209         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4210         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4211         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4212         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4213         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4214         functions.
4215         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4216         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4217         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4218         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4219         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4220         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4221         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4222         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4223         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4224         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4225         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4226         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4227
4228         * stdio-common/Makefile (tests): Add scanf13.
4229         (scanf13-ENV): New.
4230         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4231         m modifier followed by l.
4232         (STRING_ARG): Add width argument.
4233         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4234         <case L_('C')>: Handle %mlc and %mC.
4235         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4236         arguments.
4237         * stdio-common/scanf13.c: New test.
4238
4239         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4240         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4241
4242 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4243
4244         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4245         type and __THROW marker of splice, vmsplice, and tee.
4246         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4247         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4248         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4249         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4250         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4251         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4252         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4253         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4254         as cancellation points.
4255
4256 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4257
4258         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4259         parse more than three parts of the version number.
4260
4261 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4262
4263         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4264         modifier.  Patch by Jakub Jelinek.
4265
4266 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4267
4268         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4269         call_fallocate in misc subdir.
4270         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4271         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4272         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4273         instead of __fallocate64.
4274         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4275
4276 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4277
4278         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4279         * rt/Makefile (headers): Add bits/mqueue2.h.
4280         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4281         optimizing with GCC and __va_arg_pack_len is defined.
4282         * rt/bits/mqueue2.h: New file.
4283         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4284         (mq_open): New strong_alias.
4285         (__mq_open_2): New function.
4286         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4287         (mq_open): New strong_alias.
4288         (__mq_open_2): New function.
4289         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4290         * Versions.def (librt): Add GLIBC_2.7 version.
4291         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4292         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4293
4294         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4295         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4296         is defined rather than when not C++.
4297         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4298         __openat64_alias): New redirects.
4299         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4300         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4301         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4302         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4303         functions instead of function-like macros.
4304
4305 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4306
4307         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4308         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4309         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4310
4311 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4312
4313         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4314         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4315
4316 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4317
4318         * inet/tst-network.c: Increment ERRORS for failing tests.
4319
4320 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4321
4322         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4323         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4324         implement as __extern_always_inline function.
4325         (vsyslog): Define as __extern_always_inline function unconditionally.
4326         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4327         When __va_arg_pack is defined, implement as __extern_always_inline
4328         functions.
4329         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4330         __extern_always_inline functions unconditionally.
4331         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4332         bits/stdio2.h will be included.
4333         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4334         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4335         implement as __extern_always_inline functions.
4336         (vswprintf, vwprintf, vfwprintf): Define as
4337         __extern_always_inline functions unconditionally.
4338         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4339
4340 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4341
4342         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4343         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4344         attribute.
4345         * include/features.h (__USE_EXTERN_INLINES): Define only when
4346         __extern_inline is defined.
4347         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4348         is defined instead of when not __cplusplus.
4349         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4350         is defined instead of when not __cplusplus.
4351         * socket/sys/socket.h: Include bits/socket2.h when
4352         __extern_always_inline is defined instead of when not __cplusplus.
4353         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4354         is defined instead of when not __cplusplus.
4355         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4356         is defined instead of when not __cplusplus.
4357         * string/string.h: Include bits/string3.h when __extern_always_inline
4358         is defined instead of when not __cplusplus.
4359         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4360         is defined instead of when not __cplusplus.
4361         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4362         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4363         is not defined.
4364         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4365         defined __extern_always_inline instead of !defined __cplusplus.
4366         * libio/bits/stdio-ldbl.h: Likewise.
4367         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4368         * misc/bits/syslog.h (syslog): Don't define for C++.
4369         (vsyslog): Use __extern_always_inline function for C++ instead of
4370         a macro.
4371         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4372         whenever that macro is defined.
4373         (vprintf): Don't provide the inline for C++.
4374         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4375         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4376         define the macros for C++.
4377         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4378         __extern_always_inline functions for C++.
4379         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4380         stat64, lstat64, fstat64, fstatat64): Don't define if not
4381         __USE_EXTERN_INLINES.
4382         * wcsmbs/bits/wchar2.h: Fix #error message.
4383         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4384         (vswprintf, vwprintf, vfwprintf): Define using
4385         __extern_always_inline functions for C++.
4386         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4387         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4388         strncpy, strcat, strncat): Define as __extern_always_inline
4389         functions instead of macros for C++.
4390         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4391         defined __extern_inline.
4392         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4393         to __extern_inline whenever that macro is defined.
4394         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4395         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4396         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4397         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4398         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4399         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4400         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4401         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4402         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4403         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4404         prototypes.  Only provide __extern_inline routines if
4405         __USE_EXTERN_INLINES.
4406         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4407         tests.
4408         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4409         For now avoid some *printf tests in C++.  Skip all testing
4410         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4411         is not.
4412         * debug/tst-chk4.cc: New file.
4413         * debug/tst-chk5.cc: New file.
4414         * debug/tst-chk6.cc: New file.
4415         * debug/tst-lfschk4.cc: New file.
4416         * debug/tst-lfschk5.cc: New file.
4417         * debug/tst-lfschk6.cc: New file.
4418         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4419         prototypes in C++.
4420         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4421         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4422         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4423
4424 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4425
4426         * po/cs.po: Update from translation team.
4427
4428 2007-09-11  Roland McGrath  <roland@redhat.com>
4429
4430         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4431         compiling.
4432
4433 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4434
4435         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4436
4437 2007-09-05  Roland McGrath  <roland@redhat.com>
4438
4439         * manual/signal.texi (Signaling Another Process): Typo fix.
4440         From Karl Berry <karl@freefriends.org>.
4441
4442 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4443
4444         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4445         zero if not defined.
4446         (make_request): Recognize optimistic addresses and treat them like
4447         deprecated addresses.
4448         Reported by Neil Horman <nhorman@redhat.com>.
4449
4450 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4451
4452         * nscd/connections.c (send_ro_fd): Also transfer file size.
4453         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4454         file size don't call fstat.
4455
4456         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4457         ahead and map the file.  This should always be correct and we can
4458         catch problems later.
4459
4460 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4461
4462         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4463         prototypes.
4464         (__fread_alias, __fread_unlocked_alias): New aliases.
4465         (fread): New extern inline.
4466         (fread_unlocked): Likewise.  Undef macro before definition of
4467         the inline function.
4468         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4469         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4470         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4471         and __fread_unlocked_chk@@GLIBC_2.7.
4472         * debug/fread_chk.c: New file.
4473         * debug/fread_u_chk.c: New file.
4474         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4475
4476 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4477
4478         * sysdeps/unix/sysv/linux/syscalls.list
4479         (personality): Change caller to EXTRA.
4480
4481 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4482
4483         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4484         to keep gcc quiet.
4485         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4486
4487         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4488         NDEBUG is defined.
4489
4490         * Makerules: Use -p option with mkdir.
4491
4492         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4493         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4494         (_xdr_directory_obj): Likewise.
4495         (xdr_entry_obj): Likewise.
4496         (xdr_group_obj): Likewise.
4497         (xdr_link_obj): Likewise.
4498         (xdr_table_obj): Likewise.
4499         (_xdr_nis_result): Likewise.
4500         (_xdr_ns_request): Likewise.
4501         (_xdr_ib_request): Likewise.
4502         (_xdr_nis_taglist): Likewise.
4503         (xdr_cback_data): Likewise.
4504         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4505         (xdr_ypresp_maplist): Likewise.
4506
4507         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4508
4509         * posix/regex_internal.h: Prevent some declarations and definitions
4510         to be seen when used in tests.
4511
4512         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4513         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4514
4515         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4516
4517         * config.make.in (datarootdir): Add to shut up configure.
4518
4519         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4520         associativity for fully-associative caches.
4521
4522         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4523         requests.  Fill on more associativity values for L2.
4524         Patch mostly by Evandro Menezes.
4525
4526 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4527
4528         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4529         (_libc_vdso_platform_setup): Avoid using exported variable by using
4530         alias.
4531
4532         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4533
4534         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4535         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4536         defined.
4537
4538 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4539
4540         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4541         align stack for call if pltexit is to be used.
4542
4543         [BZ #3924]
4544         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4545         align for function call in case pltexit has to be called later.
4546
4547         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4548         implicit atomic operation when storing function pointer.
4549         (_dl_runtime_profile): Likewise.
4550
4551 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4552
4553         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4554         NIS_NOTFOUND.
4555
4556 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4557
4558         [BZ #4566]
4559         * string/strtok.c: Fix typo in comment.
4560
4561         [BZ #4582]
4562         * debug/segfault.c: Fix typos in comments.
4563
4564         [BZ #4588]
4565         * stdio-common/tempnam.c: Fix comment, it is not checked that
4566         TMPDIR points to a writable directory.
4567
4568         [BZ #4726]
4569         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4570         memory allocated for the name server address.
4571
4572         [BZ #4946]
4573         * nscd/connections.c (handle_request): Using sendfile always
4574         requires that mmap is used for the database.
4575         Patch by Petr Baudis <pasky@suse.cz>.
4576
4577         [BZ #4905]
4578         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4579         suddenly has two or more addresses, ignore it and remove the old
4580         entry.
4581
4582         [BZ #4814]
4583         * resolv/res_hconf.c: Prepare for compiling outside libc.
4584         * nscd/res_hconf.c: New file.
4585         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4586         the new file.
4587         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4588         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4589
4590         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4591
4592         [BZ #4925]
4593         * debug/pcprofiledump.c: Turn on internationalization by calling
4594         setlocale.  Patch mostly by Benno Schulenberg.
4595
4596         [BZ #4936]
4597         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4598         the state.
4599         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4600         * iconvdata/bug-iconv5.c: New file.
4601
4602 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4603
4604         [BZ #4896]
4605         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4606         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4607         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4608         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4609         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4610         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4611         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4612         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4613
4614 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4615
4616         [BZ #4937]
4617         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4618         lookup loop.  Suggested by John Reiser.
4619
4620 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4621
4622         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4623
4624 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4625
4626         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4627         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4628         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4629         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4630         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4631         to...
4632         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4633
4634 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4635
4636         * po/nl.po: Update from translation team.
4637
4638 2007-08-16  Andreas Jaeger  <aj@suse.de>
4639
4640         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4641         Reported by Peter Festner <peter.festner@ewetel.net>.
4642
4643 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4644
4645         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4646
4647 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4648
4649         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4650         to check for undefined symbols.
4651
4652         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4653         If the syscall fails, set errno to the actual returned error number
4654         rather than EINVAL.
4655         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4656         arguments are incorrect, set errno to EINVAL, if the syscall
4657         fails, set errno to the actual returned error number.
4658
4659         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4660         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4661
4662         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4663         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4664         file.
4665         (ASI_PNF, ASI_BLK_P): Don't define.
4666         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4667         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4668         file.
4669         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4670         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4671         file.
4672
4673 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4674
4675         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4676         FE_UNDERFLOW on Niagara CPUs.
4677
4678         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4679         exceptions.
4680
4681 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4682
4683         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4684         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4685         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4686         flush should be used or not inside of the function.
4687         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4688
4689         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4690         __thread_start): Use HIDDEN_JUMPTARGET.
4691         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4692         __thread_start): Likewise.
4693         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4694
4695         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4696         Add libc_hidden_proto.
4697         (STRTOF): Add libc_hidden_proto.
4698         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4699         (strtold_l, wcstold_l): Use them as second argument for
4700         long_double_symbol.
4701
4702 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4703
4704         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4705
4706 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4707
4708         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4709
4710 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4711
4712         * po/bg.po: New file.  From the translation team.
4713
4714 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4715
4716         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4717         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4718         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4719         when each feature was introduced.
4720
4721         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4722         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4723         (CHECK_HASH): New macro.
4724         (PREPARE_VERSION): Use it.
4725
4726         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4727         prototype if not __ASSUME_PSELECT.
4728         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4729         prototype if not __ASSUME_PPOLL.
4730
4731         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4732
4733         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4734         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4735         is defined.
4736
4737 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4738
4739         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4740         (_libc_vdso_platform_setup): If vDSO is not available point
4741         __vdso_gettimeofday to the vsyscall.
4742         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4743         __vdso_gettimeofday instead of vsyscall.
4744
4745 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4746
4747         * nscd/servicescache.c: Include kernel-features.h.
4748         * nscd/gai.c: Likewise.
4749         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4750         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4751         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4752         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4753         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4754         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4755         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4756         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4757         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4758
4759 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4760
4761         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4762         and _dl_get_origin defines anymore.
4763
4764         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4765         Build fix for systems which might lack POSIX timer support.
4766
4767         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4768         (_libc_vdso_platform_setup): Mangle function pointers before storing
4769         them.
4770         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4771         Demangle vdso pointer before use.
4772         (INTERNAL_VSYSCALL): Likewise.
4773
4774         * elf/cache.c (primes): Mark as const.
4775         Noted by Roland McGrath.
4776
4777 2007-08-01  Andreas Jaeger  <aj@suse.de>
4778             Jakub Jelinek  <jakub@redhat.com>
4779
4780         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4781         (options): Add option.
4782         (parse_opt): Handle option.
4783         (manual_link): Adjust process_file caller.  Call implicit_soname.
4784         (search_dir): Formatting.  Use and populate auxiliary cache.
4785         (main): Load and save auxiliary cache.
4786         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4787         stat64 from fstat64 to caller.
4788         (implicit_soname): New function.
4789         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4790         leave *soname as NULL.
4791         * elf/cache.c: Include libgen.h.
4792         (print_entry, print_cache, compare, save_cache, add_to_cache):
4793         Formatting and cleanups.
4794         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4795         aux_cache_file): New structures.
4796         (AUX_CACHEMAGIC): Define.
4797         (primes): New array.
4798         (aux_hash_size, aux_hash): New variables.
4799         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4800         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4801         load_aux_cache, save_aux_cache): New functions.
4802         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4803         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4804         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4805         (process_file): Adjust prototype.
4806
4807 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4808
4809         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4810         with __need_size_t.
4811
4812 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4813
4814         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4815         r_found_version structure as second parameter.
4816         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4817         (_dl_vdso_vsym): Change type of second parameter accordingly.
4818         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4819         (_libc_vdso_platform_setup): Adjust.
4820         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4821         (_libc_vdso_platform_setup): Likewise.
4822
4823         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4824         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4825         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4826         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4827         * csu/libc-start.c: Pretty printing.
4828         Use VDSO_SETUP if defined.
4829         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4830         and let generic code call into _libc_vdso_platform_setup.
4831         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4832         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4833         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4834         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4835         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4836         for GLIBC_PRIVATE.
4837         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4838         (sysdep_rountines): Add dl-vdso.
4839
4840         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4841         of routines.
4842
4843         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4844         attribute_hidden to __vdso_gettimeofday prototype.
4845
4846 2007-08-12  Roland McGrath  <roland@redhat.com>
4847
4848         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4849         From: Karl Berry <karl@freefriends.org>.
4850
4851 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4852
4853         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4854         an atime update for the files we read.
4855
4856 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4857
4858         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4859
4860         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4861         instead of mkstemp.
4862
4863         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4864         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4865         * misc/mkostemp.c: New file.
4866         * misc/mkostemp64.c: New file.
4867         * stdlib/stdlib.h: Declare the new functions.
4868         * sysdeps/posix/tempname.c: Add new parameter which is added to
4869         the flags for open.  Remove __GT_BIGFILE handling.
4870         * stdio-common/tempname.c: Likewise.
4871         * include/stdio.h: Adjust __gen_tempname prototype.
4872         Renumber __GT_* constants.
4873         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4874         * misc/mkdtemp.c: Likewise.
4875         * misc/mkstemp.c: Likewise.
4876         * misc/mkstemp64.c: Likewise.
4877         * misc/mktemp.c: Likewise.
4878         * stdio-common/tempnam.c: Likewise.
4879         * stdio-common/tmpfile.c: Likewise.
4880         * stdio-common/tmpfile64.c: Likewise.
4881         * stdio-common/tmpnam.c: Likewise.
4882         * stdio-common/tmpnam_r.c: Likewise.
4883
4884 2007-08-10  Roland McGrath  <roland@frob.com>
4885
4886         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4887         New macros.
4888         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4889         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4890
4891 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4892
4893         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4894         possible.
4895         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4896         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4897         * nss/nss_files/files-have_o_cloexec.c: New file.
4898
4899         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4900         available.
4901
4902 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4903
4904         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4905         ___new_wcstold_l): New weak aliases.
4906         (strtold_l, wcstold_l): Use them as second argument for
4907         long_double_symbol.
4908
4909 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4910
4911         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4912         register in test for error.
4913
4914         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4915         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4916
4917         * po/sv.po: Update from translation team.
4918
4919 2007-08-06  Roland McGrath  <roland@redhat.com>
4920
4921         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4922         Remove __strto*_l inlines.
4923         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4924         * stdlib/strtod.c: Add libc_hidden_def.
4925         * stdlib/strtod_l.c: Likewise.
4926         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4927         for __new_strtold and __new_wcstold.
4928         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4929         __STRTOF, STRTOF.
4930         * stdlib/strtol.c: Add libc_hidden_def.
4931         * stdlib/strtol_l.c: Likewise.
4932         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
4933         strtoq.
4934
4935         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
4936
4937         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
4938         * scripts/data/localplt-generic.data: ... here.
4939         * elf/Makefile (check-data): Get generic file if no other.
4940         ($(objpfx)check-localplt.out): Make target unconditional.
4941
4942         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
4943         Use ElfW(Nhdr).
4944
4945 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
4946
4947         * po/zh_CN.po: Updated translation from translation team.
4948
4949 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
4950
4951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
4952         Don't use CGOTSETUP and CGOTRESTORE macros.
4953
4954 2007-08-04  Roland McGrath  <roland@redhat.com>
4955
4956         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
4957
4958 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
4959
4960         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
4961         __extension__ around the whole statement expression.
4962
4963 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
4964
4965         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
4966         elements during initialization.
4967
4968         * po/pl.po: Updated translation from translation team.
4969         * po/tr.po: Likewise.
4970         * po/nl.po: Likewise.
4971
4972 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
4973
4974         * rt/aio.h: Add __nonnull attributes.
4975
4976 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4977
4978         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
4979         * stdlib/Makefile (tests): Add tst-strtod5.
4980         (tst-strtod5-ENV): New.
4981         * stdlib/tst-strtod5.c: New file.
4982
4983         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
4984         failed.
4985         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
4986         on failure.
4987
4988         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
4989         allocated.
4990
4991 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
4992
4993         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
4994         numbers.
4995
4996 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
4997
4998         * io/Makefile (aux): Add have_o_cloexec.
4999         * include/fcntl.h: Declare __have_o_cloexec.
5000         * io/have_o_cloexec.c: New file.
5001         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5002         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5003         fcntl call if not necessary.
5004         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5005         of local variable.
5006
5007         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5008         Avoid memset, add explicit initialization.
5009         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5010         to the end and change into zero-sized array.
5011         Move lock member to fill a hole on 64-bit platforms.
5012
5013         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5014         inline functions.
5015         * include/stdlib.h: Add __strto*_internal prototypes here.
5016         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5017         inline functions.
5018         * include/wchar.h: Add __wcsto*_internal prototypes.
5019         * sysdeps/generic/inttypes.h: No need to protect the declaration
5020         of the __strto*_internal and __wcsto*_internal members here.
5021
5022         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5023
5024 2007-08-02  Roland McGrath  <roland@redhat.com>
5025
5026         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5027         $(inst_bindir)/getconf if possible.
5028
5029         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5030         (generated): Add it.
5031         ($(inst_libexecdir)/getconf): Use it.
5032
5033 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5034
5035         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5036         /proc is faster and sufficient.  /sys is still needed for
5037         __get_nprocs_conf.
5038
5039 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5040
5041         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5042         syscall as __fallocate64.
5043         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5044         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5045
5046 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5047
5048         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5049         value.
5050
5051         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5052         if off_t is different rank from size_t.
5053
5054         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5055         uw_frame_state_for): Avoid type punning warnings.
5056         * sysdeps/generic/unwind-dw2-fde-glibc.c
5057         (_Unwind_IteratePhdrCallback): Likewise.
5058         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5059         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5060         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5061         pointers.
5062
5063 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5064
5065         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5066         total processors using sysfs.
5067         (__get_nprocs): Use sysfs to determine which processors are online.
5068
5069 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5070
5071         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5072         syscall arguments count.
5073
5074         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5075
5076 2007-07-30  Roland McGrath  <roland@redhat.com>
5077
5078         * manual/libc.texinfo: Update copyrights, formatting magic, and
5079         @dircategory.  From Karl Berry <karl@freefriends.org>.
5080
5081 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5082
5083         [BZ #4860]
5084         * io/Makefile (headers): Add bits/fcntl2.h.
5085
5086         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5087         using gcc builtin.
5088         (__CPU_EQUAL_S): Likewise.
5089
5090         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5091         (tests): Add tst-cpuset.
5092         * posix/sched_cpualloc.c: New file.
5093         * posix/sched_cpufree.c: New file.
5094         * posix/tst-cpuset.c: New file.
5095         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5096         GLIBC_2.7.
5097         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5098         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5099         macros.  Define CPU_*_S macros.
5100
5101 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5102
5103         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5104         entry.
5105
5106         [BZ #4858]
5107         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5108         #.0g and value rounded to 1.0.
5109         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5110
5111 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5112
5113         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5114         for int_frac_digits and frac_digits.
5115
5116         * login/logout.c (logout): Avoid aliasing violation.
5117         * login/logwtmp.c (logwtmp): Likewise.
5118
5119         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5120
5121         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5122         to avoid warning.
5123         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5124         warning.
5125         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5126         warning.
5127         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5128         to avoid warnings.
5129
5130         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5131         void **.
5132         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5133
5134         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5135         char * to avoid warning.
5136         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5137
5138         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5139
5140         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5141         allocate_arrays): Cast second argument to charmap_find_symbol
5142         to char * to avoid warnings.
5143
5144         * locale/programs/repertoire.c (repertoire_new_char): Change
5145         from_nr, to_nr and cnt to unsigned long, adjust printf format
5146         string.
5147
5148         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5149         Cast second argument to new_element to char * to avoid warnings.
5150
5151         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5152
5153         * intl/gettextP.h (struct loaded_domain): Change plural to const
5154         struct expression *.
5155         * intl/plural-eval.c (plural_eval): Change first argument to
5156         const struct expression *.
5157         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5158         argument to const struct expression **.
5159         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5160         prototypes.
5161         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5162         in call to __gettext_free_exp.
5163
5164         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5165         unitialized wstring/wpattern var warnings.
5166
5167         * posix/runtests.c (struct a_test): Make data field const char *.
5168
5169         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5170         vars if not LDBL_MANT_DIG >= 106.
5171
5172         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5173
5174         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5175         __find_specmb to avoid warning.
5176
5177         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5178
5179         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5180         to avoid warnings.
5181
5182         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5183         initializer.
5184
5185         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5186         tv var when it will be actually used.
5187
5188         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5189         to avoid warnings.
5190
5191         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5192         char array resp. pointer.
5193         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5194         char array.
5195         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5196         to const unsigned char **.
5197         (ucs4_to_cns11643): Change second argument to unsigned char *.
5198         * iconvdata/euc-tw.c (BODY): Change endp type to
5199         const unsigned char *.
5200         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5201         to unsigned char *.
5202         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5203         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5204         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5205         types to unsigned char pointers/arrays instead of char.
5206         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5207         to unsigned char *.
5208         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5209         * iconvdata/jis0212.h: Include assert.h.
5210         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5211         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5212         of trying to handle that.
5213         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5214         shut up a warning.
5215         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5216         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5217         two dimensional const unsigned char arrays.
5218         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5219         Initialize endp to inptr to shut up a warning.
5220
5221 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5222
5223         [BZ #4772]
5224         * time/strptime_l.c (__strptime_internal): Silently ignore
5225         strftime modifiers and field width in recursive calls.
5226
5227         * include/time.h (enum ptime_locale_status): Remove.
5228         (__strptime_internal): Remove decided and era_cnt arguments,
5229         add statep argument.
5230         * time/strptime_l.c (__strptime_internal): Remove decided
5231         and era_cnt arguments, add statep argument.  Don't recompute
5232         any fields in recursive calls, only update caller's tm
5233         and state, if recursive call fails, don't change tm nor
5234         any state.
5235         (get_alt_number): Adjust.
5236         (recursive): Adjust caller.
5237         (strptime): Likewise.
5238         * time/strptime.c (strptime): Likewise.
5239
5240 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5241
5242         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5243         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5244         if from and to charsets are the same.
5245         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5246         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5247         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5248
5249 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5250
5251         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5252         Don't define wint_t when __need_mbstate_t unless it
5253         is necessary.
5254         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5255         in the typedef if possible.
5256         * wctype/wctype.h (wint_t): Define by including
5257         wchar.h with __need_wint_t instead of including stddef.h
5258         with __need_wint_t and as fallback definining it ourselves.
5259         * iconv/gconv.h (__need_wint_t): Define before including
5260         wchar.h.
5261         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5262         or _GLIBCPP_USE_WCHAR_T.
5263         (__need_wchar_t): Don't define
5264         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5265         (__need_wint_t): Don't define before including stddef.h,
5266         define before including wchar.h only if _LIBC or
5267         _GLIBCPP_USE_WCHAR_T.
5268         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5269         * sysdeps/mach/hurd/_G_config.h: Likewise.
5270         * sysdeps/generic/_G_config.h: Likewise.
5271         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5272         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5273         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5274         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5275
5276 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5277
5278         * sysdeps/posix/posix_fallocate64.c: Undefine
5279         __posix_fallocate64_l64 before alias handling.
5280         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5281         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5282         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5283         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5284
5285         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5286
5287 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5288
5289         * locale/programs/ld-collate.c (atwc): New variable.
5290         (add_to_tablewc): New toplevel function, moved from collate_output.
5291         (collate_output): Remove add_to_tablewc nested function.
5292
5293         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5294         (name_insert): New function.
5295         (write_output): Remove hash_table and hash_size vars and name_insert
5296         nested function.
5297
5298 2007-07-24  Roland McGrath  <roland@redhat.com>
5299
5300         * Makerules (install-others-programs-nosubdir): New target.
5301         (install-no-libc.a-nosubdir): Depend on it.
5302
5303         * iconv/Makefile (install-others-programs): Set this instead of
5304         install-others.
5305         * login/Makefile (install-others-programs): Likewise.
5306         * posix/Makefile (install-others-programs): Likewise.
5307
5308         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5309         dependencies.
5310
5311 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5312
5313         * io/Makefile (tests): Add tst-posix_fallocate.
5314         * io/tst-posix_fallocate.c: New file.
5315
5316         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5317         __ASSUME_FALLOCATE.
5318
5319 2007-07-22  Roland McGrath  <roland@frob.com>
5320
5321         * hurd/getdport.c: Add missing copyright year update.
5322
5323         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5324         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5325
5326 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5327
5328         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5329
5330         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5331         O_CLOEXEC is needed.
5332         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5333         Avoid additional fcntl to set O_CLOEXEC if not needed.
5334         * nis/nss_compat/compat-initgroups.c: Likewise.
5335         * nis/nss_compat/compat-pwd.c: Likewise.
5336         * nis/nss_compat/compat-spwd.c: Likewise.
5337
5338 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5339
5340         [BZ #3665]
5341         * manual/errno.texi: Change ECANCELED value to 119.
5342
5343         [BZ #4610]
5344         * mach/lock-intern.h: Include <sys/cdefs.h>.
5345
5346         [BZ #4178]
5347         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5348         reading A.
5349
5350         [BZ #4126]
5351         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5352         to __sigsuspend.
5353
5354         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5355
5356 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5357
5358         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5359         `__ASSEMBLER__'.
5360         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5361
5362 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5363
5364         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5365         descriptor received from nscd.
5366
5367         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5368
5369         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5370         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5371         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5372         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5373         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5374         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5375
5376 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5377
5378         [BZ #4816]
5379         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5380
5381         [BZ #4813]
5382         * login/forkpty.c (forkpty): Close master and slave fds on
5383         fork failure.  Patch by
5384         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5385
5386 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5387
5388         * include/features.h (__USE_ISOC95): New define.
5389         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5390         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5391         for -std=iso9899:199409.
5392         * CONFORMANCE: Remove comments about unsupported AMD1.
5393
5394 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5395
5396         * sysdeps/ia64/sched_cpucount.c: New file.
5397         * sysdeps/powerpc/sched_cpucount.c: New file.
5398
5399         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5400         __BEGIN_DECLS/__END_DECLS around the prototype.
5401         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5402         pointer to const cpu_set_t.
5403
5404         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5405         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5406         __need_size_t and include stddef.h.
5407         * sysvipc/sys/msg.h: Likewise.
5408         * posix/sched.h: Likewise.
5409         * hurd/hurd/signal.h (__need_size_t): Define.
5410
5411         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5412         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5413         no longer defines wint_t or wchar_t.
5414
5415         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5416         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5417         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5418         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5419         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5420         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5421         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5422         * debug/printf_chk.c (__printf_chk): Likewise.
5423         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5424         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5425
5426         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5427         Define.
5428
5429         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5430         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5431
5432 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5433
5434         [BZ #4792]
5435         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5436         * malloc/malloc.h (realloc): Likewise.
5437
5438         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5439         if one of proc_file_chain streams has that fileno.
5440         * stdio-common/Makefile (tests): Add tst-popen2.
5441         * stdio-common/tst-popen2.c: New test.
5442
5443 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5444
5445         * elf/ldconfig.c: Allow GPLv2 or any later version.
5446         * elf/readlib.c: Likewise.
5447         * elf/chroot_canon.c: Likewise.
5448         * elf/cache.c: Likewise.
5449         * nscd/mem.c: Likewise.
5450         * nscd/getpwuid_r.c: Likewise.
5451         * nscd/grpcache.c: Likewise.
5452         * nscd/aicache.c: Likewise.
5453         * nscd/getsrvbynm_r.c: Likewise.
5454         * nscd/nscd.c: Likewise.
5455         * nscd/servicescache.c: Likewise.
5456         * nscd/getsrvbypt_r.c: Likewise.
5457         * nscd/initgrcache.c: Likewise.
5458         * nscd/gethstbyad_r.c: Likewise.
5459         * nscd/gethstbynm2_r.c: Likewise.
5460         * nscd/getgrnam_r.c: Likewise.
5461         * nscd/nscd_setup_thread.c: Likewise.
5462         * nscd/getpwnam_r.c: Likewise.
5463         * nscd/gai.c: Likewise.
5464         * nscd/connections.c: Likewise.
5465         * nscd/dbg_log.c: Likewise.
5466         * nscd/cache.c: Likewise.
5467         * nscd/hstcache.c: Likewise.
5468         * nscd/nscd_conf.c: Likewise.
5469         * nscd/getgrgid_r.c: Likewise.
5470         * nscd/pwdcache.c: Likewise.
5471         * catgets/gencat.c: Likewise.
5472         * locale/programs/linereader.h: Likewise.
5473         * locale/programs/locarchive.c: Likewise.
5474         * locale/programs/ld-paper.c: Likewise.
5475         * locale/programs/locfile-kw.h: Likewise.
5476         * locale/programs/ld-address.c: Likewise.
5477         * locale/programs/xmalloc.c: Likewise.
5478         * locale/programs/ld-time.c: Likewise.
5479         * locale/programs/localedef.c: Likewise.
5480         * locale/programs/simple-hash.c: Likewise.
5481         * locale/programs/xstrdup.c: Likewise.
5482         * locale/programs/ld-numeric.c: Likewise.
5483         * locale/programs/locfile-kw.gperf: Likewise.
5484         * locale/programs/ld-collate.c: Likewise.
5485         * locale/programs/charmap-kw.gperf: Likewise.
5486         * locale/programs/charmap.h: Likewise.
5487         * locale/programs/charmap-kw.h: Likewise.
5488         * locale/programs/config.h: Likewise.
5489         * locale/programs/locfile.c: Likewise.
5490         * locale/programs/ld-ctype.c: Likewise.
5491         * locale/programs/charmap.c: Likewise.
5492         * locale/programs/ld-messages.c: Likewise.
5493         * locale/programs/repertoire.h: Likewise.
5494         * locale/programs/locale.c: Likewise.
5495         * locale/programs/ld-name.c: Likewise.
5496         * locale/programs/linereader.c: Likewise.
5497         * locale/programs/locfile.h: Likewise.
5498         * locale/programs/3level.h: Likewise.
5499         * locale/programs/ld-monetary.c: Likewise.
5500         * locale/programs/ld-measurement.c: Likewise.
5501         * locale/programs/charmap-dir.c: Likewise.
5502         * locale/programs/ld-identification.c: Likewise.
5503         * locale/programs/localedef.h: Likewise.
5504         * locale/programs/charmap-dir.h: Likewise.
5505         * locale/programs/repertoire.c: Likewise.
5506         * locale/programs/simple-hash.h: Likewise.
5507         * locale/programs/ld-telephone.c: Likewise.
5508         * locale/programs/locale-spec.c: Likewise.
5509         * locale/programs/locfile-token.h: Likewise.
5510         * posix/getconf.c: Likewise.
5511         * iconv/dummy-repertoire.c: Likewise.
5512         * iconv/iconv_charmap.c: Likewise.
5513         * iconv/iconvconfig.c: Likewise.
5514         * iconv/iconv_prog.c: Likewise.
5515         * malloc/memusagestat.c: Likewise.
5516         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5517
5518 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5519
5520         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5521         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5522         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5523         check for the first argument.
5524
5525 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5526
5527         [BZ #4775]
5528         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5529         (__tgmath_real_type): Fix if expr is const int or other const
5530         qualified integral type.
5531         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5532         expressions and handle const qualified arguments.
5533         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5534         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5535         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5536         statement expressions.
5537         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5538         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5539         (__TGMATH_UNARY_IMAG): Define.
5540         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5541         * math/Makefile (tests): Add test-tgmath2.
5542         (CFLAGS-test-tgmath2.c): Add.
5543         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5544         count_cfloat, count_cldouble): New variables.
5545         (NCCALLS): Define.
5546         (main): Check number of complex calls as well.
5547         (F(compile_test)): Add complex tests and tests with const qualified
5548         arguments.
5549         (y, z, ccount): Define.
5550         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5551         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5552         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5553         F(cproj)): New functions.
5554         * math/test-tgmath2.c: New test.
5555
5556 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5557
5558         [BZ #4776]
5559         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5560         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5561         instead output ".".
5562         * dlfcn/Makefile (distribute): Add glreflib3.c.
5563         (module-names): Add glreflib3.
5564         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5565         glreflib1.so.
5566         (LDFLAGS_glreflib3.so): New.
5567         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5568         glreflib1.so.
5569         * dlfcn/glreflib3.c: New file.
5570
5571         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5572         returned -1, return NULL.
5573         * intl/explodename.c (_nl_explode_name): Return -1 if
5574         _nl_normalize_codeset failed.
5575
5576 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5577
5578         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5579         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5580         and avoid branch misspredicts for > 31 bytes memset case.
5581         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5582         Remove toc ref to __cache_line_size.
5583
5584         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5585         to get ISA-V2.0 branch hints.
5586         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5587         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5588         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5589         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5590         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5591         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5592         Remove toc ref to __cache_line_size.
5593
5594         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5595         Include math_ldbl_opt.h.
5596
5597 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5598
5599         [BZ #4773]
5600         * time/strptime_l.c (__strptime_internal): Implement greedy
5601         matching of weekday and month names.
5602
5603 2007-07-09  Roland McGrath  <roland@redhat.com>
5604
5605         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5606         (ELF_NOTE_ABI): Use it.
5607         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5608
5609 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5610
5611         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5612         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5613
5614 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5615
5616         [BZ #4745]
5617         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5618         in loop to look for conversion specifier to avoid testing of
5619         wrong errno value.
5620         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5621         * stdio-common/bug18.c: New file.
5622         * stdio-common/bug18a.c: New file.
5623         * stdio-common/bug19.c: New file.
5624         * stdio-common/bug19a.c: New file.
5625
5626 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5627
5628         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5629         running awk script.
5630
5631 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5632
5633         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5634         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5635         Return NULL if mmap failed instead of asserting it does not.
5636         (calloc): Check for integer overflow.
5637
5638         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5639         than LONG_MAX / 10.
5640
5641 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5642
5643         [BZ #4702]
5644         * nis/nss-default.c: Include errno.h.
5645         (init): Preserve errno.
5646
5647 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5648
5649         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5650
5651 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5652
5653         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5654
5655 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5656
5657         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5658
5659 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5660
5661         * sysdeps/s390/dl-procinfo.c: New file.
5662         * sysdeps/s390/dl-procinfo.h: New file.
5663         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5664
5665 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5666
5667         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5668         in PT_NOTE segments with multiple notes.
5669         * elf/readelflib.c (process_elf_file): Likewise.
5670
5671 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5672
5673         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5674         ISO C compliant.
5675
5676 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5677
5678         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5679
5680 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5681
5682         * include/link.h: Don't include rtld-lowlevel.h.
5683         (struct link_map): Remove l_scope_lock.
5684         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5685         (_dl_scope_free_list): New field (variable) in _rtld_global.
5686         (DL_LOOKUP_SCOPE_LOCK): Remove.
5687         (_dl_scope_free): New prototype.
5688         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5689         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5690         (_dl_profile_fixup): Likewise.
5691         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5692         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5693         THREAD_GSCOPE_RESET_FLAG around it.
5694         * elf/dl-close.c (_dl_close_worker): Don't use
5695         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5696         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5697         scopes were queued or if l_scope_mem has been abandoned.
5698         * elf/dl-open.c (_dl_scope_free): New function.
5699         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5700         * elf/dl-support.c (_dl_scope_free_list): New variable.
5701         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5702         Remove DL_LOOKUP_SCOPE_LOCK handling.
5703         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5704         handling.
5705         * elf/dl-object.c (_dl_new_object): Don't use
5706         __rtld_mrlock_initialize.
5707
5708 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5709
5710         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5711         to fill in holes
5712         (rtld_global_ro): Likewise.
5713
5714 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5715
5716         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5717         Move PT_LOAD checking to...
5718         (_dl_addr_inside_object): ... here, new function.
5719         * elf/dl-sym.c (do_sym): If not l_contiguous,
5720         call _dl_addr_inside_object.
5721         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5722         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5723         * elf/dl-open.c (dl_open_worker): Likewise.
5724         (_dl_addr_inside_object): New function if IS_IN_rtld.
5725         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5726         holes are present or are PROT_NONE protected.
5727         * include/link.h (struct link_map): Add l_contiguous field.
5728         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5729
5730 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5731             Tomas Janousek  <tjanouse@redhat.com>
5732             Ulrich Drepper  <drepper@redhat.com>
5733
5734         [BZ #4647]
5735         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5736         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5737         socket.
5738         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5739         unused member a bitmap.
5740         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5741         servers are configured.
5742
5743 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5744
5745         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5746
5747 2007-06-17  Andreas Schwab  <schwab@suse.de>
5748
5749         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5750
5751 2007-06-16  Andreas Jaeger  <aj@suse.de>
5752
5753         [BZ #4125]
5754         * sysdeps/unix/sysv/linux/sys/ptrace.h
5755         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5756         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5757         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5758         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5759         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5760         Define.
5761         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5762         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5763         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5764         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5765
5766 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5767
5768         [BZ #4599]
5769         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5770         determining whether there are IPv4/IPv6 addresses, ignore loopback
5771         addresses.
5772
5773 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5774
5775         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5776         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5777         as the return type.  Change type of "r" variable to CMPtype.
5778         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5779         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5780         * soft-fp/gedf2.c (__gedf2): Likewise.
5781         * soft-fp/gesf2.c (__gesf2): Likewise.
5782         * soft-fp/getf2.c (__getf2): Likewise.
5783         * soft-fp/ledf2.c (__ledf2): Likewise.
5784         * soft-fp/lesf2.c (__lesf2): Likewise.
5785         * soft-fp/letf2.c (__letf2): Likewise.
5786         * soft-fp/unorddf2 (__unorddf2): Likewise.
5787         * soft-fp/unordsf2 (__unordsf2): Likewise.
5788         * soft-fp/unordtf2 (__unordtf2): Likewise.
5789
5790 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5791
5792         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5793         make sure gcc doesn't mess around with this.
5794
5795 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5796
5797         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5798
5799 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5800
5801         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5802         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5803         at most once per _dl_close_worker.
5804
5805 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5806
5807         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5808         __sched_cpucount as const.
5809         * posix/sched_cpucount.c: Adjust.
5810
5811         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5812         instruction for counting bits.
5813         * sysdeps/x86_64/sched_cpucount.c: New file.
5814
5815 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5816
5817         * configure.in: Avoid variable named BASH.
5818         * config.make.in: Likewise.
5819         Patch in part by Mike Frysinger.
5820
5821 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5822
5823         [BZ #4586]
5824         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5825         pseudo-zeros as zero.
5826         * sysdeps/x86_64/ldbl2mpn.c: New file.
5827         * sysdeps/ia64/ldbl2mpn.c: New file.
5828
5829 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5830
5831         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5832         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5833         Remove unreachable code at the end.
5834
5835 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5836
5837         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5838         ldbl-128ibm in comment.
5839         (fpclassifyl): Correct classification of denormals.
5840         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5841         return value for MIN denormal. Rewrite using long double math too
5842         correctly handle denormals and canonicalize the results.
5843
5844 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5845
5846         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5847         (__mpn_construct_long_double): Fix conversion where result ought
5848         to be smaller than __LDBL_MIN__, or the low double should be
5849         denormal.  Fix decision where to negate low double - honor round
5850         to even rules.
5851         * stdio-common/tst-sprintf2.c: Include string.h.
5852         (COMPARE_LDBL): Define.
5853         (TEST): Also test whether a string hexadecimal float representation
5854         can be parsed back to the number.
5855         (main): Add a couple of further tests.
5856
5857 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5858
5859         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5860         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5861         is non-zero, but smaller than 2 * __DBL_MIN__.
5862         * stdio-common/tst-sprintf2.c: New test.
5863         * stdio-common/Makefile (tests): Add tst-sprintf2.
5864
5865         * math/test-misc.c (main): Don't run last batch of tests with
5866         IBM long double format.
5867
5868 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5869
5870         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5871         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5872         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5873         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5874         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5875         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5876         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5877         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5878         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5879         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5882         New file.
5883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5884         New file.
5885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5886         New file.
5887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5888         New file.
5889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5890         New file.
5891         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5892         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5893         New file.
5894         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5895         New file.
5896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5897         New file.
5898         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5899         New file.
5900         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5901         New file.
5902
5903 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5904
5905         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5906         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5907         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5908         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5909         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5910         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5911         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5912         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5913
5914 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5915
5916         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5917         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5918         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5919         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5920         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5921         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5922         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5923         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5924
5925 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5926
5927         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5928         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5929         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5930         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
5931
5932 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
5933
5934         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
5935         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
5936
5937 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
5938
5939         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
5940         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
5941         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
5942         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
5943
5944 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
5945
5946         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
5947         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
5948
5949 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
5950
5951         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
5952         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
5953
5954         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
5955         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
5956         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
5957         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
5958
5959 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
5960
5961         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
5962         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
5963         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
5964         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
5965
5966 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
5967
5968         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
5969         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
5970         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
5971         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5972         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
5973         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5974
5975 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
5976
5977         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
5978         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
5979         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
5980         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
5981
5982 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
5983
5984         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
5985         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
5986         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
5987         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
5988         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
5989         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
5990         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
5991         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
5992         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
5993         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
5994         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
5995         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
5996         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
5997         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
5998         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
5999         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6000
6001 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6002
6003         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6004         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6005
6006 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6007
6008         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6009         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6010
6011 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6012
6013         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6014         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6015         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6016         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6017         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6018         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6019         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6020         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6021         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6022         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6023
6024 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6025
6026         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6027
6028 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6029
6030         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6031         branch miss-predicts. Ensure that cache line crossing does not impact
6032         dispatch grouping.
6033
6034 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6035
6036         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6037         "../../powerpc32/power4/memcopy.h".
6038         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6039         "../../powerpc32/power4/wordcopy.c".
6040
6041 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6042
6043         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6044         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6045         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6046         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6047         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6048         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6049
6050 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6051
6052         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6053
6054 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6055
6056         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6057         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6058         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6059         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6060         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6061         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6062         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6063         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6064
6065 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6066
6067         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6068
6069 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6070
6071         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6072         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6073         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6074         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6075         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6076         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6077         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6078
6079 2007-05-29  Roland McGrath  <roland@redhat.com>
6080
6081         * po/Makefile (po-sed-cmd): New variable.
6082         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6083
6084 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6085
6086         * crypt/md5-crypt.c: Fix comment.
6087
6088         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6089         of crashing.  When this is the case or if the reply is malformed,
6090         don't try to close the new file descriptor since it does not
6091         exist.
6092         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6093
6094 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6095
6096         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6097         if __NR_utimensat is not defined.
6098
6099 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6100
6101         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6102
6103 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6104
6105         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6106         (open): Fix comment typos.  Don't call __open_2 if flags
6107         is a compile time constant without O_CREAT.
6108         (__open64_2): Add nonnull attribute.
6109         (open64): Fix comment typos.  Don't call __open64_2 if flags
6110         is a compile time constant without O_CREAT.
6111         (__openat_2): Add nonnull attribute, fix nonnull attribute
6112         on redirect.
6113         (openat): Fix comment typos.  Don't call __openat_2 if flags
6114         is a compile time constant without O_CREAT.
6115         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6116         on redirect.
6117         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6118         is a compile time constant without O_CREAT.
6119
6120 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6121
6122         * Makerules (sysd-rules): Define PTW for ptw-* files.
6123         * Versions: Define GLIBC_2.7 for libc.
6124         * include/stdio.h: Declare __fortify_fail.
6125         * debug/fortify_fail.c: New file.
6126         * debug/Makefile (routines): Add fortify_fail.
6127         * debug/chk_fail.c: Use __fortify_fail.
6128         * debug/stack_chk_fail.c: Likewise.
6129         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6130         __openat64_2 for GLIBC_2.7.
6131         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6132         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6133         and fails if necessary.
6134         * io/open64.c: Likewise.
6135         * io/openat.c: Likewise.
6136         * io/openat64.c: Likewise.
6137         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6138         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6139         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6140         * io/bits/fcntl2.h: New file.
6141         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6142         __openat64_2.
6143         * include/bits/fcntl2.h: New file.
6144         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6145         Add open_2.
6146         * sysdeps/unix/sysv/linux/open_2.c: New file.
6147
6148 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6149
6150         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6151         as second parameter to handle_intel.
6152
6153         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6154         the entry.
6155
6156         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6157         handling to ...
6158         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6159         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6160         cacheinfo.
6161         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6162         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6163         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6164
6165         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6166
6167 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6168
6169         [BZ #4525]
6170         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6171         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6172         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6173
6174         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6175
6176         [BZ #4514]
6177         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6178         reinitialize workend at the start of each do_positional format spec
6179         loop, free workstart before do_positional loops.
6180         (printf_unknown): Fix size of work_buffer.
6181         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6182
6183         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6184         (public_sET_STATe): If ms->version < 3, put all chunks into
6185         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6186         chunks.
6187
6188         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6189         * malloc/hooks.c: Likewise.
6190         * malloc/arena.c: Likewise.
6191         * malloc/malloc.c (do_check_malloc_state): Don't assert
6192         n_mmaps is not greater than n_mmaps_max.  This removes the need
6193         for the previous change.
6194
6195         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6196         2007-05-07 commit.
6197
6198 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6199
6200         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6201         Define for kernel >= 2.6.22.
6202
6203 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6204
6205         * elf/dl-close.c (_dl_close_worker): When removing object from
6206         global scope, wait for all lookups to finish afterwards.
6207         * elf/dl-open.c (add_to_global): When global scope array must
6208         grow, allocate a new one and free old array only after all
6209         lookups finish.
6210         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6211         (_dl_lookup_symbol_x): Likewise.
6212         * elf/dl-support.c: Define _dl_wait_lookup_done.
6213         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6214         _dl_wait_lookup_done.
6215
6216         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6217         not overlapping with arena.
6218
6219         * malloc/mcheck.c (reallochook): If size==0, free the block.
6220
6221         * rt/tst-shm.c: Use fstat64 instead of fstat.
6222
6223         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6224         __NR_sync_file_range is not defined.
6225
6226 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6227
6228         Dummy files to prevent stub versions from being used.
6229         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6230         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6231         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6232         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6233
6234         * version.h (VERSION): Set to 2.6.90.
6235
6236 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6237
6238         * version.h (VERSION): Define to 2.6.
6239         * include/features.h (__GLIBC_MINOR__): Define to 6.
6240
6241         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6242
6243         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6244         sizes.
6245
6246 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6247
6248         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6249         number of mmaps.  n_mmaps_max is the target.
6250         * malloc/hooks.c: Likewise.
6251         * malloc/arena.c: Likewise.
6252
6253 2007-05-12  Andreas Jaeger  <aj@suse.de>
6254
6255         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6256         getpid.
6257
6258 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6259
6260         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6261         adding new variables.
6262
6263         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6264         optimize.  Completely extend global scope array before making the
6265         new entries visible.
6266
6267 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6268
6269         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6270         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6271         tst-getcpu.
6272
6273         * include/link.h: Move l_version and l_nversion members around to
6274         fill gaps.
6275
6276         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6277
6278         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6279         (__sched_setaffinity_new): If syscall was successful and
6280         RESET_VGETCPU_CACHE is defined, use it before returning.
6281         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6282
6283         * io/sys/stat.h: Make sure struct timespec is defined for
6284         __USE_ATFILE.
6285
6286         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6287         UTIME_OMIT.
6288         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6289         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6290         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6291         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6292         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6293         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6294         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6295         * io/sys/stat.h: Declare utimensat, futimens.
6296         * io/utimensat.c: New file.
6297         * io/futimens.c: New file.
6298         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6299         * sysdeps/unix/sysv/linux/futimens.c: New file.
6300         * io/Makefile (routines): Add utimensat, futimens.
6301         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6302         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6303         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6304         available.
6305
6306         * include/sys/cdefs.h: Redefine __nonnull so that test for
6307         incorrect parameters in the libc code itself are not omitted.
6308
6309 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6310
6311         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6312         exception in addition to inexact when asked to raise only FE_INEXACT.
6313
6314         [BZ #3427]
6315         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6316         in *envp.
6317
6318 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6319
6320         [BZ #4403]
6321         * string/strfry.c (strfry): Make result more random.
6322
6323 2007-05-07  Richard Henderson  <rth@redhat.com>
6324
6325         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6326         if __NO_LONG_DOUBLE_MATH.
6327         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6328         available in the compiler, add .arch directive to the assembly.
6329
6330 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6331
6332         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6333         compat_symbol to GLIBC_2_1.
6334         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6335         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6336         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6337         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6338         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6339         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6340         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6341         libc, not libm.
6342         (__isnanl): New compat_symbol.
6343
6344 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6345             Jakub Jelinek  <jakub@redhat.com>
6346
6347         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6348         (new_heap): Initialize mprotect_size.
6349         (grow_heap): When growing, only mprotect from mprotect_size till
6350         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6351         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6352
6353 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6354             Peter Bergner  <bergner@us.ibm.com>
6355
6356         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6357         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6358         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6359         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6360         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6361         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6362         Call __fe_mask_env() if all FP exceptions disabled.
6363         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6364         from old FPSCR to new fenv to propagate DFP rounding modes.
6365         Call __fe_mask_env() if FP exceptions previously enabled.
6366         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6367         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6368         transitioning from all exceptions disabled to any exception enabled
6369         or visa versa.
6370         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6371         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6372         when transitioning from all exceptions disabled to any exception
6373         enabled or visa versa.
6374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6380
6381 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6382
6383         [BZ #4465]
6384         * posix/unistd.h: Remove __THROW from fdatasync.
6385
6386 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6387
6388         [BZ #4465]
6389         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6390
6391 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6392
6393         * stdio-common/vfprintf.c (process_string_arg): Optimize
6394         ridiculous precision in wide char code printing multi-byte string.
6395         Reported by Jim Meyering <jim@meyering.net>.
6396
6397         [BZ #4131]
6398         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6399         boundaries to work around systems with overlapping binary loading.
6400         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6401
6402 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6403
6404         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6405         __mbsnrtowcs after last change.
6406
6407         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6408         (get_ident): Likewise.
6409
6410 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6411
6412         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6413         with setting the sticky bit.
6414         * math/test-misc.c (main): Add more truncation tests.
6415
6416 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6417
6418         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6419         double in the function declaration.
6420         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6421         double in the function declaration.
6422         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6423         float in the function declaration.
6424         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6425         float in the function declaration.
6426
6427         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6428         denormal operands.  Do not generate FP_EX_DENORM exception.
6429         (FP_UNPACK_RAW_EP): Ditto.
6430         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6431         undefined _FP_UNPACK_RAW_E.
6432         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6433         undefined _FP_UNPACK_RAW_EP.
6434         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6435         undefined _FP_PACK_RAW_E.
6436         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6437         undefined _FP_PACK_RAW_EP.
6438
6439         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6440         _FP_FRAC_COPY_2.
6441         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6442         _FP_FRAC_COPY_4.
6443
6444 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6445             Jakub Jelinek  <jakub@redhat.com>
6446
6447         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6448         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6449         this case.
6450         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6451
6452 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6453
6454         * math/test-misc.c (main): Add tests for rounding long double
6455         values close to smallest double denormalized value to double.
6456
6457 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6458
6459         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6460         condition for truncating to 0.  Set sticky bit for such
6461         truncation.
6462
6463 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6464
6465         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6466         fixed length array for ignore.
6467
6468 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6469
6470         [BZ #4438]
6471         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6472         stack for large precisions.
6473         * stdio-common/test-vfprintf.c (main): Add test for large
6474         precision.
6475
6476 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6477
6478         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6479         for exponent 0.
6480         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6481
6482         [BZ #4439]
6483         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6484         account in the size check.
6485         * resolv/tst-inet_ntop.c: New test.
6486         * resolv/Makefile (tests): Add tst-inet_ntop.
6487
6488 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6489             Jakub Jelinek  <jakub@redhat.com>
6490
6491         [BZ #4349]
6492         * malloc/malloc.c: Keep separate list for first blocks on the bin
6493         lists with a given size.  This helps skipping over list elements
6494         we know won't fit in two places.
6495         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6496
6497 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6498
6499         [BZ #4102]
6500         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6501         label to Teredo tunnel addresses 2001://32.
6502
6503 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6504
6505         * locale/programs/ld-collate.c (collate_read): Allow order_start
6506         after copy.
6507
6508         * locale/programs/ld-collate.c (collate_read): Fix printing of
6509         error message.
6510
6511         [BZ #3213]
6512         * locale/C-translit.h.in: Add entry for U2044.
6513
6514         [BZ #4342]
6515         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6516         hexa-decimal floats without exponent.
6517         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6518
6519 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6520
6521         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6522         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6523         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6524         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6525         GLIBC_2.6.
6526         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6527         Add sched_getcpu.
6528
6529 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6530
6531         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6532         of 0 after the out_fail label.
6533
6534 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6535
6536         [BZ #4406]
6537         * iconv/gconv_charset.h (strip): Allow ':'.
6538         * iconv/iconv_open.c (iconv_open): Adjust comment.
6539
6540 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6541
6542         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6543         version.
6544
6545 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6546
6547         [BZ #4381]
6548         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6549         alignment of buffer and tmp_buffer.
6550         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6551         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6552         alignment of buffer.
6553         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6554         bigger than INT_MAX.
6555         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6556         h_errnop arguments.  Fail if buflen is too small.
6557         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6558
6559 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6560
6561         [BZ #4405]
6562         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6563         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6564
6565 2007-04-22  Roland McGrath  <roland@redhat.com>
6566
6567         * elf/elf.h (NT_PRXFPREG): New macro.
6568
6569 2007-04-19  Andreas Jaeger  <aj@suse.de>
6570
6571         [BZ #3905]
6572         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6573         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6574         Added.
6575
6576 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6577
6578         * include/sys/mman.h: Mark madvise hidden.
6579         * misc/madvise.c: Add libc_hidden_def.
6580
6581 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6582
6583         * nis/nis_domain_of.c (__nis_domain_of): New function.
6584         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6585         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6586         * nis/nis_call.c (rec_dirsearch): Likewise.
6587         (first_shoot): Likewise.  Remove search_parent_first argument.
6588         (struct nis_server_cache): Rename search_parent_first field
6589         to search_parent.
6590         (nis_server_cache_search, nis_server_cache_add): Rename
6591         search_parent_first argument to search_parent.
6592         (__nisfind_server): Likewise.  If search_parent, call
6593         __nis_domain_of.
6594
6595 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6596
6597         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6598
6599 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6600
6601         [BZ #4368]
6602         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6603
6604 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6605
6606         [BZ #4364]
6607         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6608
6609 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6610
6611         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6612         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6613         current number of locales in SUPPORTED.
6614         (create_archive): Initialize serial.
6615         (enlarge_archive): Preserve aliases rather than duplicating
6616         their locrecs.
6617
6618 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6619
6620         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6621         after _IO_un_link, not before it.
6622
6623         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6624         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6625         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6626
6627 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6628
6629         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6630         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6631         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6632         Remove __THROW.
6633         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6634         _IO_file_xsgetn_maybe_mmap): Likewise.
6635         * libio/oldfileops.c (old_do_write): Likewise.
6636         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6637         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6638         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6639         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6640         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6641         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6642         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6643         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6644         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6645         _IO_file_underflow, _IO_file_underflow_mmap,
6646         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6647         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6648         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6649         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6650         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6651         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6652         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6653         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6654         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6655         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6656         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6657         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6658         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6659         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6660         _IO_adjust_column_internal, _IO_default_uflow_internal,
6661         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6662         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6663         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6664         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6665         _IO_file_close_it_internal, _IO_file_underflow_internal,
6666         _IO_file_overflow_internal, _IO_file_attach_internal,
6667         _IO_file_fopen_internal, _IO_file_sync_internal,
6668         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6669         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6670         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6671         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6672         _IO_seekpos_unlocked): Likewise.
6673         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6674         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6675
6676 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6677
6678         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6679         argument in xmalloc size computation.
6680
6681 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6682
6683         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6684         math_opt_barrier and math_force_eval macros.
6685
6686 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6687
6688         [BZ #3306]
6689         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6690         * sysdeps/i386/fpu/math_private.h: New file.
6691         * sysdeps/x86_64/fpu/math_private.h: New file.
6692         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6693         math_force_eval macros.  Use "+m" constraint on asm rather than
6694         "=m" and "m".
6695         * math/s_nextafter.c (__nextafter): Likewise.
6696         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6697         Likewise.
6698         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6699         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6700         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6701         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6702         math_opt_barrier and math_force_eval macros.
6703         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6704         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6705         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6706         (__nexttoward): Use math_opt_barrier and
6707         math_force_eval macros.  Use "+m" constraint on asm rather than
6708         "=m" and "m".  Only use asm to force double result if
6709         FLT_EVAL_METHOD is 2.
6710         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6711         (__nexttowardf): Use math_opt_barrier and
6712         math_force_eval macros.  Use "+m" constraint on asm rather than
6713         "=m" and "m".  Only use asm to force double result if
6714         FLT_EVAL_METHOD is not 0.
6715         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6716         (__nexttowardf): Use math_opt_barrier and
6717         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6718         x to float using asm.
6719         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6720         (__nldbl_nexttowardf): Use math_opt_barrier and
6721         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6722         x to float using asm.
6723         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6724         (__nexttowardf): Use math_opt_barrier and math_force_eval
6725         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6726         * math/bug-nextafter.c (zero, inf): New variables.
6727         (main): Add new tests.
6728         * math/bug-nexttoward.c (zero, inf): New variables.
6729         (main): Add new tests.
6730
6731 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6732
6733         [BZ #3427]
6734         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6735         exceptions both in SW and MXCSR.
6736         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6737         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6738         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6739         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6740         in MXCSR if SSE is available.
6741         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6742         and ldsodefs.h.
6743         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6744         Fix comment typo.
6745         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6746         Return 0 rather than 1.
6747         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6748         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6749         * math/test-fenv.c (feholdexcept_tests): New function.
6750         (main): Call it.
6751
6752 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6753
6754         [BZ #3427]
6755         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6756         in SW.
6757
6758 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6759
6760         [BZ #4344]
6761         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6762         Reported by David Anderson <davea42@earthlink.net>.
6763
6764 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6765
6766         * posix/sys/wait.h: Remove unnecessary forward declaration.
6767
6768 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6769
6770         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6771         with obj->do_servers after first_shoot.
6772
6773 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6774
6775         * posix/Makefile (routines): Add sched_cpucount.
6776         (tests): Add tst-cpucount.
6777         * posix/sched_cpucount.c: New file.
6778         * posix/tst-cpucount.c: New file.
6779         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6780         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6781         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6782         * posix/sched.h: Define CPU_COUNT.
6783
6784 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6785
6786         * posix/fnmatch.c (STRUCT): Define.
6787         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6788         * posix/fnmatch_loop.c (struct STRUCT): New type.
6789         (FCT): Add ends argument.  If ends != NULL and normal * is
6790         seen in the pattern, store current pattern and string pointers
6791         and return.  Adjust recursive calls.
6792         (EXT): Adjust FCT callers.
6793         (STRUCT): Undef at the end of the file.
6794         * posix/Makefile (tests): Add tst-fnmatch2.
6795         * posix/tst-fnmatch2.c: New test.
6796
6797 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6798
6799         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6800         and 1 on failure.
6801
6802         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6803         Change last argument to unsigned int.
6804
6805 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6806
6807         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6808
6809 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6810
6811         * config.h.in (HAVE_LIBCAP): Add.
6812         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6813         sys/capabilities.h.
6814         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6815         free_caps.  Cast away const from 4th cap_set_flag argument.
6816
6817 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6818
6819         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6820         GLIBC_2.6.
6821         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6822         Add sync_file_range.
6823         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6824
6825 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6826
6827         * sysdeps/powerpc/bits/atomic.h
6828         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6829         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6830         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6831         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6832         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6833         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6834         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6835         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6836         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6837         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6838         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6839         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6840         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6841         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6842         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6843         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6844         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6845         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6846         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6847         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6848
6849 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6850
6851         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6852         (__cache_line_size): Define the variable here.  Add
6853         attribute_hidden, remove weak_extern.
6854         (__libc_start_main): Set __cache_line_size
6855         unconditionally.
6856         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6857         (__cache_line_size): Define the variable here.  Add
6858         attribute_hidden, remove weak_extern.
6859         (DL_PLATFORM_AUXV): Set __cache_line_size
6860         unconditionally.
6861         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6862         weak_extern, add attribute_hidden.
6863         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6864         defined in ld.so.
6865         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6866         definition.
6867         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6868
6869 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6870
6871         [BZ #4276]
6872         * timezone/africa: Update from tzdata2007d.
6873         * timezone/asia: Likewise.
6874         * timezone/australasia: Likewise.
6875         * timezone/backward: Likewise.
6876         * timezone/europe: Likewise.
6877         * timezone/iso3166.tab: Likewise.
6878         * timezone/leapseconds: Likewise.
6879         * timezone/northamerica: Likewise.
6880         * timezone/southamerica: Likewise.
6881         * timezone/zone.tab: Likewise.
6882
6883         * timezone/private.h: Update from tzcode2007d.
6884         * timezone/zdump.c: Likewise.
6885         * timezone/zic.c: Likewise.
6886
6887 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6888
6889         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6890         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6891         variables.
6892         (nis_server_cache_search, nis_server_cache_add): New functions.
6893         (__nisfind_server): Use them.  Add dbp and flags argument, if
6894         call __nisbind_create.
6895         (__nisbind_create): Add server_used and current_ep arguments,
6896         only call __nis_findfastest if server_used is ~0.
6897         (__do_niscall2, __prepare_niscall): Adjust callers.
6898         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6899         ckey_cache_euid, ckey_cache_lock): New variables.
6900         (get_ckey): New function.
6901         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6902         __pmap_getnisport.  Save __pmap_getnisport result in
6903         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6904         key.
6905         * nis/nis_lookup.c (nis_lookup): Likewise.
6906         * nis/nis_table.c (nis_list): Likewise.
6907         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6908         prototypes.
6909
6910         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6911         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6912         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6913         _nss_nisplus_getservbyport_r): Likewise.
6914         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6915         _nss_nisplus_getnetbyaddr_r): Likewise.
6916         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6917         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6918         _nss_nisplus_getntohost_r): Likewise.
6919         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6920         _nss_nisplus_getrpcbynumber_r): Likewise.
6921
6922 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6923
6924         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6925         * configure: Rebuilt.
6926
6927         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6928         bit-fields.
6929         * soft-fp/extended.h (_FP_UNION_E): Likewise.
6930
6931 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
6932
6933         [BZ #2831]
6934         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
6935         bit-fields.
6936
6937 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
6938
6939         * nscd/gai.c: Include alloca.h.
6940         (__libc_use_alloca): Define.
6941
6942 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
6943
6944         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
6945         smaller scopes.
6946         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
6947         (DL_DST_REQUIRED): Adjust user.
6948
6949         * include/dlfcn.h (struct link_map): New forward decl.
6950
6951         * inet/getnameinfo.c: Include stddef.h.
6952         (getnameinfo): Use offsetof.
6953
6954         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
6955
6956         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
6957
6958         * string/strerror_l.c: Include stdlib.h.
6959
6960         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
6961         * config.make.in (gnu89-inline-CFLAGS): New variable.
6962         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
6963         -std=gnu99.
6964         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
6965         * argp/argp.h: Use it.
6966         * bits/mathinline.h: Likewise.
6967         * bits/sigset.h: Likewise.
6968         * bits/string.h: Likewise.
6969         * ctype/ctype.h: Likewise.
6970         * hurd/hurd.h: Likewise.
6971         * hurd/hurd/fd.h: Likewise.
6972         * hurd/hurd/port.h: Likewise.
6973         * hurd/hurd/signal.h: Likewise.
6974         * hurd/hurd/threadvar.h: Likewise.
6975         * hurd/hurd/userlink.h: Likewise.
6976         * io/sys/stat.h: Likewise.
6977         * libio/bits/stdio.h: Likewise.
6978         * libio/bits/stdio2.h: Likewise.
6979         * mach/lock-intern.h: Likewise.
6980         * mach/mach/mig_support.h: Likewise.
6981         * math/bits/cmathcalls.h: Likewise.
6982         * posix/bits/unistd.h: Likewise.
6983         * socket/bits/socket2.h: Likewise.
6984         * stdlib/bits/stdlib.h: Likewise.
6985         * stdlib/stdlib.h: Likewise.
6986         * string/argz.h: Likewise.
6987         * string/bits/string2.h: Likewise.
6988         * string/bits/string3.h: Likewise.
6989         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
6990         * sysdeps/generic/inttypes.h: Likewise.
6991         * sysdeps/generic/machine-lock.h: Likewise.
6992         * sysdeps/generic/machine-sp.h: Likewise.
6993         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
6994         * sysdeps/i386/i486/bits/string.h: Likewise.
6995         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
6996         * sysdeps/mach/alpha/machine-lock.h: Likewise.
6997         * sysdeps/mach/alpha/machine-sp.h: Likewise.
6998         * sysdeps/mach/i386/machine-lock.h: Likewise.
6999         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7000         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7001         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7002         * sysdeps/s390/bits/string.h: Likewise.
7003         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7004         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7005         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7006         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7007         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7008         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7009         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7010         * wcsmbs/bits/wchar2.h: Likewise.
7011         * wcsmbs/wchar.h: Likewise.
7012         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7013         __extern_inline definition.
7014
7015 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7016
7017         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7018         NULL.
7019
7020         [BZ #3919]
7021         * math/libm-test.inc (log_test): Test -Inf and NaN.
7022         (log10_test, log1p_test, log2_test): Test -Inf.
7023         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7024         FE_INVALID when argument is qNaN.
7025         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7026         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7027         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7028         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7029         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7030         testb $4, %ah and jump if non-zero.
7031         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7032         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7033
7034         [BZ #4101]
7035         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7036         ancestors with the same depths.
7037         Patch by Niels Moeller <nisse@lysator.liu.se>.
7038         (filter_doc): Don't crash if argp is NULL.
7039         * argp/Makefile (tests): Add tst-argp2.
7040         * argp/tst-argp2.c: New test.
7041
7042         [BZ #4130]
7043         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7044         open_not_cancel_2.
7045         (updwtmp_file): Likewise.
7046
7047         [BZ #4181]
7048         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7049         (inet6_opt_append): Don't check extlen is big enough if extbuf
7050         is NULL.
7051         (inet6_opt_finish): Likewise.
7052         * inet/Makefile (tests): Add test-inet6_opt.
7053         * inet/test-inet6_opt.c: New test.
7054
7055         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7056         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7057         NLMSG_ERR.  Instead use a page sized buffer.
7058         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7059         buffer.
7060
7061 2007-03-14  Richard Henderson  <rth@redhat.com>
7062
7063         * sysdeps/alpha/fpu/s_llround.c: New file.
7064         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7065         * sysdeps/alpha/fpu/s_lround.c: New file.
7066         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7067         * sysdeps/alpha/fpu/s_round.c: New file.
7068         * sysdeps/alpha/fpu/s_roundf.c: New file.
7069         * sysdeps/alpha/fpu/s_trunc.c: New file.
7070         * sysdeps/alpha/fpu/s_truncf.c: New file.
7071
7072         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7073         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7074         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7075         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7076         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7077         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7078
7079         * sysdeps/alpha/fpu/s_fmax.S: New file.
7080         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7081         * sysdeps/alpha/fpu/s_fmin.S: New file.
7082         * sysdeps/alpha/fpu/s_fminf.S: New file.
7083         * sysdeps/alpha/fpu/s_isnan.c: New file.
7084         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7085         * sysdeps/alpha/fpu/s_llrint.c: New file.
7086         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7087         * sysdeps/alpha/fpu/s_lrint.c: New file.
7088         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7089         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7090         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7091
7092         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7093         (__fdimf, fdimf, __fdim, fdim): Remove.
7094         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7095         (__isnanf, __isnan, __isnanl): New.
7096
7097 2007-03-13  Richard Henderson  <rth@redhat.com>
7098
7099         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7100
7101 2007-03-13  Richard Henderson  <rth@redhat.com>
7102
7103         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7104         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7105         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7106         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7107         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7108         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7109
7110 2007-03-13  Richard Henderson  <rth@redhat.com>
7111
7112         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7113         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7114         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7115         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7116         Move to dl-auxv.h; initialize instead of extern weak.
7117         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7118         weak symbol.
7119         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7120         Extern instead of initialized.
7121
7122 2007-03-13  Richard Henderson  <rth@redhat.com>
7123
7124         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7125         __sigsuspend_nocancel.
7126
7127 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7128
7129         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7130         172.16/12 address range.
7131
7132 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7133
7134         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7135         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7136         message.
7137
7138 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7139
7140         [BZ #4069]
7141         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7142         earlier.
7143         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7144
7145         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7146         for x qNaN and y either +-inf or non-integer value.
7147         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7148         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7149         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7150
7151 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7152
7153         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7154         from sysdep_headers.
7155
7156 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7157
7158         * time/tzfile.c (find_transition): Instead of a linear search try to
7159         guess the transition index, use a linear search if the result is at
7160         most 10 transitions away from the guess or binary search otherwise.
7161
7162 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7163
7164         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7165         memory reallocation.
7166
7167 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7168
7169         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7170         and fix some typos.
7171         Optimize use of TOLOWER.
7172
7173         [BZ #3325]
7174         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7175         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7176         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7177
7178         [BZ #3458]
7179         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7180         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7181
7182         [BZ #4076]
7183         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7184         (open_dir_stream): Likewise.
7185         * io/Makefile (tests): Add bug-ftw5.
7186         * io/bug-ftw5.c: New file.
7187
7188         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7189         * nscd/servicescache.c (cache_addserv): Likewise.
7190
7191         * nscd/grpcache.c (cache_addgr): In case a record changed on
7192         refresh, adjust key_copy.
7193
7194         [BZ #4074]
7195         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7196         refresh, adjust key_copy.
7197
7198         [BZ #4070]
7199         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7200         special cases.
7201         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7202
7203 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7204
7205         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7206         optimization.
7207
7208         * stdio-common/vfscanf.c: Small cleanups throughout.
7209
7210 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7211
7212         [BZ #3325]
7213         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7214         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7215         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7216         Patch by Jared Casper <jaredcasper@gmail.com>.
7217
7218         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7219         * sysdeps/unix/opendir.c: Likewise.
7220         * sysdeps/unix/readdir.c: Likewise.
7221
7222         [BZ #2211]
7223         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7224         point numbers.
7225         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7226
7227         * stdio-common/vfscanf.c: Fix problems in width accounting.
7228         * stdio-common/tst-sscanf.c (double_tests): New tests.
7229         (main): Hook them up.
7230
7231         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7232         More simplifications of floating-point reader.
7233
7234         * stdio-common/Makefile (tests): Add tst-swscanf.
7235         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7236         testing.
7237         * stdio-common/tst-swscanf.c: New file.
7238
7239 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7240
7241         [BZ #2633]
7242         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7243         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7244         Remove using for __jmp_buf_tag.
7245         * locale/locale.h (struct lconv): Also define in std namespace.
7246         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7247
7248         [BZ #3842]
7249         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7250         using __libc_enable_secure.
7251
7252         [BZ #3818]
7253         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7254
7255         [BZ #3745]
7256         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7257         of names for ellipsises.
7258
7259         [BZ #3348]
7260         * malloc/memusage.sh: Cleanups.
7261         * debug/xtrace.sh: Quoting and trap changes.
7262
7263 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7264
7265         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7266
7267         * locale/iso-3166.def: Update entry for Serbia.
7268         * locale/iso-4217.def: Define RSD, remove CSD.
7269
7270         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7271         and 64-bit operations.
7272
7273         [BZ #4040]
7274         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7275         16-bit operations.
7276
7277         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7278         of writev.
7279
7280 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7281
7282         [BZ #3991]
7283         * assert/assert.h (assert): Simplify.
7284         (assert_perror): Likewise.
7285         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7286
7287         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7288         reqdata.
7289
7290         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7291         change: don't pass NULL in place of an integer.
7292
7293 2007-02-02  Bruno Haible  <bruno@clisp.org>
7294
7295         [BZ #3954]
7296         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7297         Add mapping for U+327E.
7298         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7299         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7300         mapping of 0xD9 0xE8.
7301         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7302         mapping of U+327E.
7303         Reported by Jungshik Shin <jungshik@google.com>.
7304
7305         [BZ #3955]
7306         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7307         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7308         Reported by Jungshik Shin <jungshik@google.com>.
7309
7310 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7311
7312         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7313         byte variants.
7314
7315         [BZ #4040]
7316         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7317         byte variants.  Patch mostly be tom@tommay.net.
7318
7319 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7320
7321         [BZ #3996]
7322         * posix/glob.c (attribute_hidden): Define if not defined.
7323         (glob): Unescape dirname, filename or username when needed and not
7324         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7325         is NULL.  Handle unescaped [ in pattern without closing ].
7326         Don't pass GLOB_CHECK down to recursive glob for directories.
7327         (__glob_pattern_type): New function.
7328         (__glob_pattern_p): Implement using __glob_pattern_type.
7329         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7330         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7331         Remove unreachable code.
7332         * posix/globtest.sh: Add a couple of new tests.
7333
7334 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7335
7336         * po/ru.po: Update from translation team.
7337
7338 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7339
7340         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7341         to the list of i486+ CPUs.
7342         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7343
7344 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7345
7346         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7347         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7348         references.
7349
7350 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7351
7352         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7353
7354         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7355         * resolv/res_mkquery.c: Define __res_nopt.
7356         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7357         try adding EDNS0 record.
7358         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7359         EDNS0 record was send make sure we don't try it again.
7360         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7361         * include/resolv.h: Declare __res_nopt.
7362
7363 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7364
7365         [BZ #3944]
7366         * time/strptime_l.c (__strptime_internal): Set have_mon for
7367         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7368         have been computed from tm_yday and tm_year.  Don't crash
7369         in day_of_the_week or day_of_the_year if not have_mon
7370         and tm_mon contains bogus value.
7371         * time/Makefile (tests): Add tst-strptime3.
7372         * time/tst-strptime3.c: New test.
7373
7374 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7375
7376         [BZ #3957]
7377         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7378         bit for RE_HAT_LISTS_NOT_NEWLINE.
7379         (build_charclass_op): Remove bogus comment.
7380         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7381         * posix/bug-regex27.c: New test.
7382         * posix/bug-regex28.c: New test.
7383
7384 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7385
7386         * po/sv.po: Update from translation team.
7387
7388 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7389
7390         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7391
7392 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7393
7394         * include/locale.h (__uselocale): Add libc_hidden_proto.
7395         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7396
7397         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7398         gettimeofday.
7399
7400 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7401
7402         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7403         returning.
7404         (PTR_DEMANGLE): Real definition now that it's not the same as
7405         PRT_MANGLE anymore.
7406         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7407
7408         * string/strerror_l.c: New file.
7409         * string/Makefile (routines): Add strerror_l.
7410         * string/string.h: Declare strerror_l.
7411         * string/Versions: Export strerror_l for GLIBC_2.6.
7412
7413 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7414
7415         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7416         as parameter.  Construct request record.  Try sending request
7417         before the first poll use, it usually succeeds.  Adjust all
7418         callers.
7419         * nscd/nscd-client.h: Define MAXKEYLEN.
7420         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7421
7422 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7423
7424         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7425         from return value.
7426         * nscd/nscd_helper.c: Include string.h.
7427         (__nscd_cache_search): Remove const qualifier from return value.
7428         On strict alignment architectures check hash entry and data head
7429         alignment.
7430         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7431         mmapped data during GC cycle contains garbage.  If
7432         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7433         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7434         dropped to 0.
7435         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7436         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7437         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7438         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7439         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7440
7441 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7442
7443         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7444
7445 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7446
7447         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7448         names not numbers in cfi_*.
7449
7450 2007-01-26  Andreas Jaeger  <aj@suse.de>
7451
7452         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7453         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7454         Correct values of PER_HPUX and PER_OSF4.
7455
7456 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7457
7458         * elf/dl-minimal.c: Undefine _itoa first.
7459         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7460         * malloc/mtrace.c: Revert last change.
7461         * posix/wordexp.c: Likewise.
7462
7463 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7464
7465         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7466         and __geode__ to the list of i486+ CPUs.
7467         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7468
7469 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7470
7471         * stdio-common/_itoa.c: Include <limits.h>.
7472         * stdio-common/_itowa.c: Likewise.
7473
7474 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7475
7476         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7477         platforms.
7478         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7479         64-bit platforms.
7480         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7481         possible.
7482         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7483         if possible.
7484
7485         [BZ #3902]
7486         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7487         * stdio-common/Makefile (tests): Add bug17.
7488         * stdio-common/bug17.c: New file.
7489
7490 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7491
7492         * iconvdata/brf.c: New file.
7493         * iconvdata/testdata/BRF: New file.
7494         * iconvdata/testdata/BRF..UTF8: New file.
7495         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7496         * iconvdata/Makefile: Add rules to build BRF.
7497         * iconvdata/TESTS: Add BRF entry.
7498         * iconvdata/gconv-modules: Likewise.
7499         * iconvdata/tst-tables.sh: Likewise.
7500
7501 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7502
7503         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7504         type `long long int', not `long int'.
7505         (wcstoq): Likewise.
7506
7507 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7508
7509         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7510         of values on 64-bit platforms which are too large.
7511
7512 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7513             Joe Kerian  <jkerian@us.us.ibm.com>
7514
7515         [BZ #2749]
7516         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7517         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7518         (__copysignl): Use signbit() for comparison.
7519         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7520         SET_LDOUBLE_WORDS64.
7521
7522         [BZ #2423, #2749]
7523         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7524         (__ceill): Remove calls to fegetround(), fesetround().
7525         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7526         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7527         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7528
7529 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7530
7531         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7532
7533         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7534
7535 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7536
7537         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7538         demangle pointer.
7539         * csu/libc-start.c: Likewise.
7540
7541 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7542
7543         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7544         really work anyway.
7545
7546 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7547
7548         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7549         users.
7550         (handle_request): Remove unnecessary tests.
7551
7552         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7553
7554 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7555
7556         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7557         workbits in semi-raw fraction.
7558
7559         * math/test-misc.c: Add new tests.
7560
7561 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7562
7563         * math/basic-test.c: Include test-skeleton.c.
7564         (TEST_TRUNC): Define.
7565         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7566         (main): Rename to ...
7567         (do_test): ...this.  Run new tests.
7568         (TEST_FUNCTION): Define.
7569
7570 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7571             Joe Kerian  <jkerian@us.us.ibm.com>
7572
7573         [BZ #2749]
7574         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7575         handling for high words.
7576         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7577         and overflow for infinity.
7578
7579 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7580
7581         * nscd/connections.c (handle_request): Add a __builtin_expect.
7582
7583         * nscd/connections.c (serv2db): Change type into structure which
7584         also says whether this is a request for data.  Renamed to
7585         servinfo.  All users changed.
7586         (handle_request): Much simpler test whether we should search the cache.
7587
7588         * nscd/connections.c (handle_request): Fix thinko in selinux test
7589         invocation.
7590
7591         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7592         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7593         it before getting dl_load_lock and then relock.
7594         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7595         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7596         case we unlocked the scope.
7597         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7598         _dl_lookup_symbol_x in case we locked the scope.
7599         (_dl_profile_fixup): Likewise.
7600         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7601         set DL_LOOKUP_SCOPE_LOCK.
7602
7603 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7604
7605         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7606         CFLAGS-getsrvbynpt_r.c.
7607         * nscd/getsrvbynm_r.c: New file.
7608         * nscd/getsrvbypt_r.c: New file.
7609         * nscd/nscd_getserv_r.c: New file.
7610         * nscd/servicescache.c: New file.
7611         * nscd/Makefile (routines): Add nscd_getserv_r.
7612         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7613         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7614         CFLAGS-getsrvbypt_r.c.
7615         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7616         table.  Add entries for services database.
7617         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7618         services database.
7619         (dbs): Add .reset_res and servdb initialization.
7620         (serv2db): Add entries for services database.
7621         (verify_persistent_db): Accept dbnr == servdb.
7622         (invalidate_cache): Rewrite database name recognition to use a table.
7623         Call res_init() if .reset_res is set for database.
7624         (handle_request): Add code to handle services database.
7625         * nscd/gai.c: Don't define __getservbyname_r.
7626         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7627         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7628         (serv_response_header): Define.
7629         (struct datahead): Add serv_response_header member.
7630         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7631         using table.
7632         * nscd/nscd.conf: Add entries for services database.
7633         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7634         Declare serv_iov_disabled.
7635         Declare addservbyname, readdservbyname, addservbyport, and
7636         readdservbyport.
7637         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7638         (find_db): Fix error message.
7639         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7640         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7641         * nscd/selinux.c (perms): Add entries for services database.
7642         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7643         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7644
7645         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7646         * nscd/hstcache.c: Likewise.
7647         * nscd/pwdcache.c: Likewise.
7648
7649         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7650         computation of keylen.
7651
7652         * include/string.h: Only redefine strndupa if this is really for
7653         libc code.
7654
7655 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7656
7657         * nscd/nscd_gethst_r.c: Minor cleanups.
7658
7659         * nscd/connections.c (handle_request): Check selinux permissions
7660         for all non-admin commands.
7661
7662         * sysdeps/i386/i486/bits/atomic.h: Define
7663         atomic_compare_and_exchange_val_acq,
7664         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7665         using __sync_* built-ins for gcc >= 4.1.
7666         * sysdeps/x86_64/bits/atomic.h: Likewise.
7667
7668         [BZ #3840]
7669         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7670         and .oS.d files.
7671
7672 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7673
7674         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7675         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7676         (do_test): Check errno and exit(0) if ENOSYS.
7677
7678 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7679
7680         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7681         thousands separators.
7682         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7683         * stdlib/tst-strtod4.c: New test.
7684
7685         [BZ #3855]
7686         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7687         hexadecimal digit should accept just the initial 0.
7688         * stdlib/tst-strtod2.c (tests): New variable.
7689         (do_test): Run several tests rather than just one.
7690
7691 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7692
7693         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7694         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7695
7696 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7697
7698         * io/fts.c: Make sure fts_cur is always valid after return from
7699         fts_read.
7700         Patch by Miloslav Trmac <mitr@redhat.com>.
7701
7702 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7703
7704         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7705         (R_MIPS_NUM): Bump by 1.
7706
7707 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7708
7709         * posix/execvp.c: Include alloca.h.
7710         (allocate_scripts_argv): Renamed to...
7711         (scripts_argv): ... this.  Don't allocate buffer here nor count
7712         arguments.
7713         (execvp): Use alloca if possible.
7714         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7715         * posix/tst-vfork3.c: New test.
7716
7717 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7718
7719         * string/Makefile (tst-strxfrm2-ENV): Define.
7720         * stdlib/Makefile (tst-strtod3-ENV): Define.
7721
7722 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7723
7724         * posix/getconf.c: Update copyright year.
7725         * nss/getent.c: Likewise.
7726         * iconv/iconvconfig.c: Likewise.
7727         * iconv/iconv_prog.c: Likewise.
7728         * elf/ldconfig.c: Likewise.
7729         * catgets/gencat.c: Likewise.
7730         * csu/version.c: Likewise.
7731         * elf/ldd.bash.in: Likewise.
7732         * elf/sprof.c (print_version): Likewise.
7733         * locale/programs/locale.c: Likewise.
7734         * locale/programs/localedef.c: Likewise.
7735         * nscd/nscd.c (print_version): Likewise.
7736         * debug/xtrace.sh: Likewise.
7737         * malloc/memusage.sh: Likewise.
7738         * malloc/mtrace.pl: Likewise.
7739         * debug/catchsegv.sh: Likewise.
7740
7741 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7742
7743         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7744         attempts.
7745
7746 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7747
7748         * posix/wordexp.c: Remove some unnecessary tests.
7749
7750 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7751
7752         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7753         blacklist the group till after we look it up.
7754
7755 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7756
7757         * include/atomic.h (atomic_forced_read): New macro.
7758
7759 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7760
7761         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7762
7763 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7764
7765         * nss/getXXbyYY_r.c: Include atomic.h.
7766         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7767         add atomic_write_barrier () in between.
7768
7769         * stdlib/Makefile (tests): Add tst-makecontext.
7770         * stdlib/tst-makecontext.c: New test.
7771
7772         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7773         (__makecontext): Don't realign uc_mcontext.uc_regs.
7774
7775 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7776
7777         * elf/dl-support.c: Include dl-procinfo.h.
7778         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7779         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7780         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7781         Define.
7782         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7783         hardcoded constants.
7784         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7785         PPC_PLATFORM_* macros for array designators.
7786
7787 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7788
7789         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7790         names to the beginning.
7791         (_dl_powerpc_platforms): Add "power6x".
7792         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7793         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7794         (_DL_PLATFORMS_COUNT): Increase.
7795         (_dl_string_platform): Handle power6x case.
7796         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7797         PPC_FEATURE_POWER6_EXT): Define.
7798         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7799
7800 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7801
7802         [BZ #3747]
7803         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7804         [-2^31 .. 2^31) range.
7805         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7806         targets.
7807         * stdlib/tst-rand48-2.c: New test.
7808         * stdlib/Makefile (tests): Add tst-rand48-2.
7809
7810 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7811
7812         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7813
7814 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7815
7816         * misc/tst-pselect.c (do_test): Make sure the helper process is
7817         terminating when the test is aborted.
7818
7819 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7820
7821         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7822         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7823         Handle relatime mount option.
7824
7825         [BZ #2337]
7826         * libio/Makefile (tests): Add tst-setvbuf1.
7827         * libio/tst-setvbuf1.c: New file.
7828
7829 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7830
7831         [BZ #2337]
7832         * libio/genops.c (__uflow): Fix a typo.
7833         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7834         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7835         the narrow buffer size.
7836
7837 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7838
7839         [BZ #2337]
7840         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7841         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7842         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7843         in _flags.
7844         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7845         _IO_wstr_finish): Likewise.
7846         * libio/wmemstream.c (open_wmemstream): Likewise.
7847         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7848         even for wide streams.
7849
7850 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7851
7852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7853         kernel-features.h.
7854
7855 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7856
7857         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7858         separators also if no non-zero digits found.
7859         * stdlib/Makefile (tests): Add tst-strtod3.
7860
7861 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7862
7863         [BZ #3632]
7864         * include/features.h: Fix comment about default value for
7865         _POSIX_C_SOURCE.
7866
7867         [BZ #3664]
7868         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7869         empty parsed strings.
7870         * stdlib/Makefile (tests): Add tst-strtod2.
7871         * stdlib/tst-strtod2.c: New file.
7872
7873         [BZ #3673]
7874         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7875         computation.
7876         * stdlib/Makefile (tests): Add tst-atof2.
7877         * stdlib/tst-atof2.c: New file.
7878
7879         [BZ #3674]
7880         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7881         correctly if removing trailing zero of hex-float.
7882         * stdlib/Makefile (tests): Add tst-atof1.
7883         * stdlib/tst-atof1.c: New file.
7884
7885 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7886
7887         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7888         Start searching for next comma at p rather than rest.
7889         * misc/Makefile (tests): Add tst-mntent2.
7890         * misc/tst-mntent2.c: New test.
7891
7892         * misc/getusershell.c (initshells): Check for integer overflows.
7893         Make strings buffer one bigger as fgets always succeeds when second
7894         argument is 1.  Don't use calloc for shells array.  Disallow
7895         / as shell.
7896
7897 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7898
7899         * malloc/memusage.c: Handle realloc with new size of zero and
7900         non-NULL pointer correctly.
7901         (me): Really write first record twice.
7902         (struct entry): Make format bi-arch safe.
7903         (dest): Write out more realloc statistics.
7904         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7905
7906 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7907
7908         * nis/nis_subr.c (nis_getnames): Revert last change.
7909
7910 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7911
7912         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7913         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7914         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7915         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7916         ENOTTY.
7917         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7918         * io/tst-ttyname_r.c: New test.
7919
7920 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7921
7922         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7923
7924 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7925
7926         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7927         jump table entries.
7928
7929 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7930
7931         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
7932         `clone' function to ensure proper unwinding stop of gdb.
7933         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7934
7935 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
7936
7937         * nscd/nscd.init: Remove obsolete and commented-out -S option
7938         handling.
7939
7940 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
7941
7942         [BZ #3514]
7943         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
7944
7945         [BZ #3515]
7946         * manual/string.texi (strtok): Remove duplicate paragraph.
7947
7948 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7949
7950         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
7951         libgcc not supporting `rflags' unwinding (register # >= 17).
7952
7953 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
7954
7955         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
7956         succeeded.
7957
7958 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
7959             Jakub Jelinek  <jakub@redhat.com>
7960             Jan Kratochvil  <jan.kratochvil@redhat.com>
7961
7962         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
7963         unwind information.
7964         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
7965         'restore_rt' even in the 'signal' directory.
7966         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
7967
7968 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
7969
7970         [BZ #3559]
7971         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
7972         malloc crashed.  Don't allocate memory unnecessarily in each
7973         loop.
7974
7975 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
7976
7977         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
7978
7979 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
7980
7981         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
7982
7983 2006-11-18  Bruno Haible  <bruno@clisp.org>
7984
7985         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
7986         __sysconf only after having tried to call getgroups32.
7987
7988 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
7989
7990         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
7991         addresses for IPv4 queries if they can be mapped.
7992
7993 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
7994
7995         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
7996         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
7997         (signmask): Add .size directive.
7998         (othermask): Add .type directive.
7999
8000 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8001
8002         * po/nl.po: Update from translation team.
8003
8004         * timezone/zdump.c: Redo fix for BZ #3137.
8005
8006 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8007
8008         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8009         to first_unused after parsing :include: file.
8010
8011 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8012
8013         * timezone/africa: Update from tzdata2006o.
8014         * timezone/antarctica: Likewise.
8015         * timezone/asia: Likewise.
8016         * timezone/australasia: Likewise.
8017         * timezone/backward: Likewise.
8018         * timezone/europe: Likewise.
8019         * timezone/iso3166.tab: Likewise.
8020         * timezone/northamerica: Likewise.
8021         * timezone/southamerica: Likewise.
8022         * timezone/zone.tab: Likewise.
8023
8024         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8025         on machines with 64-bit time_t.
8026
8027         * timezone/checktab.awk: Update from tzcode2006o.
8028         * timezone/ialloc.c: Likewise.
8029         * timezone/private.h: Likewise.
8030         * timezone/scheck.c: Likewise.
8031         * timezone/tzfile.h: Likewise.
8032         * timezone/tzselect.ksh: Likewise.
8033         * timezone/zdump.c: Likewise.
8034         * timezone/zic.c: Likewise.
8035
8036         [BZ #3483]
8037         * elf/ldconfig.c (main): Call setlocale and textdomain.
8038         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8039
8040         [BZ #3480]
8041         * manual/argp.texi: Fix typos.
8042         * manual/charset.texi: Likewise.
8043         * manual/errno.texi: Likewise.
8044         * manual/filesys.texi: Likewise.
8045         * manual/lang.texi: Likewise.
8046         * manual/maint.texi: Likewise.
8047         * manual/memory.texi: Likewise.
8048         * manual/message.texi: Likewise.
8049         * manual/resource.texi: Likewise.
8050         * manual/search.texi: Likewise.
8051         * manual/signal.texi: Likewise.
8052         * manual/startup.texi: Likewise.
8053         * manual/stdio.texi: Likewise.
8054         * manual/sysinfo.texi: Likewise.
8055         * manual/syslog.texi: Likewise.
8056         * manual/time.texi: Likewise.
8057         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8058
8059         [BZ #3465]
8060         * sunrpc/clnt_raw.c: Minimal message improvements.
8061         * sunrpc/pm_getmaps.c: Likewise.
8062         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8063         * nis/nis_print_group_entry.c: Likewise.
8064         * locale/programs/repertoire.c: Likewise.
8065         * locale/programs/charmap.c: Likewise.
8066         * malloc/memusage.sh: Likewise.
8067         * elf/dl-deps.c: Likewise.
8068         * locale/programs/ld-collate.c: Likewise.
8069         * libio/vswprintf.c: Likewise.
8070         * malloc/memusagestat.c: Likewise.
8071         * sunrpc/auth_unix.c: Likewise.
8072         * sunrpc/rpc_main.c: Likewise.
8073         * nscd/cache.c: Likewise.
8074         * locale/programs/repertoire.c: Unify output messages.
8075         * locale/programs/charmap.c: Likewise.
8076         * locale/programs/ld-ctype.c: Likewise.
8077         * locale/programs/ld-monetary.c: Likewise.
8078         * locale/programs/ld-numeric.c: Likewise.
8079         * locale/programs/ld-time.c: Likewise.
8080         * elf/ldconfig.c: Likewise.
8081         * nscd/selinux.c: Likewise.
8082         * elf/cache.c: Likewise.
8083         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8084
8085         [BZ #3451]
8086         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8087         change atomic.
8088         (ceil): Likewise.
8089
8090 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8091
8092         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8093         if N is one bigger than return value.
8094         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8095         and l1 last arguments, if buf is defined, verify the return value
8096         equals to strlen (buf) and verify no byte beyond passed length
8097         is modified.
8098
8099 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8100
8101         * po/sv.po: Update from translation team.
8102
8103 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8104
8105         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8106         noinline attribute.
8107
8108 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8109
8110         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8111         noinline attribute.
8112
8113         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8114         Use __new_sys_siglist instead of _sys_siglist_internal as
8115         second macro argument.
8116         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8117         strong_alias.
8118
8119 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8120
8121         [BZ #3493]
8122         * posix/unistd.h (sysconf): Remove const attribute.
8123
8124         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8125         temporary or deprecated addresses.
8126         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8127
8128         * string/Makefile (tests): Add tst-strxfrm2.
8129         * string/tst-strxfrm2.c: New file.
8130
8131 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8132
8133         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8134         rather than r->r_brk.
8135
8136 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8137
8138         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8139         optimization even if needed > n.
8140
8141         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8142         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8143         return false, otherwise return true.
8144         (cache_rpath): Return decompose_rpath return value.
8145
8146 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8147
8148         * include/libc-symbols.h (declare_symbol): Rename to...
8149         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8150         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8151         .size directive.
8152         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8153         changes.
8154         * sysdeps/gnu/siglist.c: Likewise.
8155
8156 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8157
8158         * sysdeps/powerpc/fpu/bits/mathinline.h
8159         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8160         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8161
8162 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8163
8164         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8165         Update handling of cache descriptor 0x49 for new models.
8166         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8167         Likewise.
8168
8169 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8170
8171         * malloc/memusage.c (dest): Reset not_me back to false after
8172         printing statistics.
8173
8174 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8175
8176         * configure.in: Work around ld --help change and avoid -z relro
8177         test completely if the architecture doesn't care about security.
8178
8179 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8180
8181         * po/sv.po: Update from translation team.
8182
8183 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8184
8185         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8186         generate compatibility version.
8187
8188 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8189
8190         * configure.in: Relax -z relro requirement a bit.
8191
8192         * po/sv.po: Update from translation team.
8193
8194 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8195
8196         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8197         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8198         * elf/dl-close.c (_dl_close_worker): Likewise.
8199         * elf/dl-open.c (_dl_open_worker): Likewise.
8200         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8201
8202 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8203
8204         * configure.in: Require assembler support for visibility, compiler
8205         support for visibility and aliases, linker support for various -z
8206         options.
8207         * Makeconfig: Remove conditional code which now is unnecessary.
8208         * config.h.in: Likewise.
8209         * config.make.in: Likewise.
8210         * dlfcn/Makefile: Likewise.
8211         * elf/Makefile: Likewise.
8212         * elf/dl-load.c: Likewise.
8213         * elf/rtld.c: Likewise.
8214         * include/libc-symbols.h: Likewise.
8215         * include/stdio.h: Likewise.
8216         * io/Makefile: Likewise.
8217         * io/fstat.c: Likewise.
8218         * io/fstat64.c: Likewise.
8219         * io/fstatat.c: Likewise.
8220         * io/fstatat64.c: Likewise.
8221         * io/lstat.c: Likewise.
8222         * io/lstat64.c: Likewise.
8223         * io/mknod.c: Likewise.
8224         * io/mknodat.c: Likewise.
8225         * io/stat.c: Likewise.
8226         * io/stat64.c: Likewise.
8227         * libio/stdio.c: Likewise.
8228         * nscd/Makefile: Likewise.
8229         * stdlib/Makefile: Likewise.
8230         * stdlib/atexit.c: Likewise.
8231         * sysdeps/generic/ldsodefs.h: Likewise.
8232         * sysdeps/i386/dl-machine.h: Likewise.
8233         * sysdeps/i386/sysdep.h: Likewise.
8234         * sysdeps/i386/i686/memcmp.S: Likewise.
8235         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8236         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8237         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8238
8239         * Makerules: USE_TLS support is now default.
8240         * tls.make.c: Likewise.
8241         * csu/Versions: Likewise.
8242         * csu/libc-start.c: Likewise.
8243         * csu/libc-tls.c: Likewise.
8244         * csu/version.c: Likewise.
8245         * dlfcn/dlinfo.c: Likewise.
8246         * elf/dl-addr.c: Likewise.
8247         * elf/dl-cache.c: Likewise.
8248         * elf/dl-close.c: Likewise.
8249         * elf/dl-iteratephdr.c: Likewise.
8250         * elf/dl-load.c: Likewise.
8251         * elf/dl-lookup.c: Likewise.
8252         * elf/dl-object.c: Likewise.
8253         * elf/dl-open.c: Likewise.
8254         * elf/dl-reloc.c: Likewise.
8255         * elf/dl-support.c: Likewise.
8256         * elf/dl-sym.c: Likewise.
8257         * elf/dl-sysdep.c: Likewise.
8258         * elf/dl-tls.c: Likewise.
8259         * elf/ldconfig.c: Likewise.
8260         * elf/rtld.c: Likewise.
8261         * elf/tst-tls-dlinfo.c: Likewise.
8262         * elf/tst-tls1.c: Likewise.
8263         * elf/tst-tls10.h: Likewise.
8264         * elf/tst-tls14.c: Likewise.
8265         * elf/tst-tls2.c: Likewise.
8266         * elf/tst-tls3.c: Likewise.
8267         * elf/tst-tls4.c: Likewise.
8268         * elf/tst-tls5.c: Likewise.
8269         * elf/tst-tls6.c: Likewise.
8270         * elf/tst-tls7.c: Likewise.
8271         * elf/tst-tls8.c: Likewise.
8272         * elf/tst-tls9.c: Likewise.
8273         * elf/tst-tlsmod1.c: Likewise.
8274         * elf/tst-tlsmod13.c: Likewise.
8275         * elf/tst-tlsmod13a.c: Likewise.
8276         * elf/tst-tlsmod14a.c: Likewise.
8277         * elf/tst-tlsmod2.c: Likewise.
8278         * elf/tst-tlsmod3.c: Likewise.
8279         * elf/tst-tlsmod4.c: Likewise.
8280         * elf/tst-tlsmod5.c: Likewise.
8281         * elf/tst-tlsmod6.c: Likewise.
8282         * include/errno.h: Likewise.
8283         * include/link.h: Likewise.
8284         * include/tls.h: Likewise.
8285         * locale/global-locale.c: Likewise.
8286         * locale/localeinfo.h: Likewise.
8287         * malloc/arena.c: Likewise.
8288         * malloc/hooks.c: Likewise.
8289         * malloc/malloc.c: Likewise.
8290         * resolv/Versions: Likewise.
8291         * sysdeps/alpha/dl-machine.h: Likewise.
8292         * sysdeps/alpha/libc-tls.c: Likewise.
8293         * sysdeps/generic/ldsodefs.h: Likewise.
8294         * sysdeps/generic/tls.h: Likewise.
8295         * sysdeps/i386/dl-machine.h: Likewise.
8296         * sysdeps/ia64/dl-machine.h: Likewise.
8297         * sysdeps/ia64/libc-tls.c: Likewise.
8298         * sysdeps/mach/hurd/fork.c: Likewise.
8299         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8300         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8301         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8302         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8303         * sysdeps/s390/libc-tls.c: Likewise.
8304         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8305         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8306         * sysdeps/sh/dl-machine.h: Likewise.
8307         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8308         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8309         * sysdeps/x86_64/dl-machine.h: Likewise.
8310
8311         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8312         split out locking and parameter checking.
8313         (_dl_close): Call _dl_close_worker after locking and checking.
8314         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8315         _dl_close.
8316         * elf/Makefile: Add rules to build and run tst-thrlock.
8317         * elf/tst-thrlock.c:  New file.
8318
8319         [BZ #3426]
8320         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8321         reality.
8322
8323         [BZ #3429]
8324         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8325         we are sure we do not need it anymore for _dl_close.  Also move
8326         the asserts inside the lock region.
8327         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8328
8329 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8330
8331         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8332         argument.
8333         (_dl_lookup_symbol_x): Adjust caller.
8334
8335         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8336         _ns_global_scope.
8337         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8338
8339         * elf/dl-libc.c: Revert l_scope name changes.
8340         * elf/dl-load.c: Likewise.
8341         * elf/dl-object.c: Likewise.
8342         * elf/rtld.c: Likewise.
8343         * elf/dl-close.c (_dl_close): Likewise.
8344         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8345         always use __rtld_mrlock_{change,done}.  Always free old scope list
8346         here if not l_scope_mem.
8347         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8348         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8349         the lookup and __rtld_mrlock_unlock it after the lookup.
8350         * elf/dl-sym.c: Likewise.
8351         * include/link.h (struct r_scoperec): Remove.
8352         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8353         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8354
8355 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8356
8357         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8358
8359 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8360
8361         * configure.in: Disable building profile libraries by default.
8362
8363 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8364
8365         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8366         as signed longs, check for x_base + pos overflow.
8367         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8368         * sunrpc/tst-xdrmem2.c: New test.
8369
8370 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8371
8372         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8373         _dl_lookup_symbol_x code.
8374
8375 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8376
8377         * elf/dl-runtime.c: Include sysdep-cancel.h.
8378         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8379         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8380         instead of catomic_* macros.
8381         * elf/dl-sym.c: Include sysdep-cancel.h.
8382         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8383         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8384         * elf/dl-close.c: Include sysdep-cancel.h.
8385         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8386         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8387         * elf/dl-open.c: Include sysdep-cancel.h.
8388         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8389         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8390
8391 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8392
8393         [BZ #3313]
8394         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8395         fastbin rather than end of fastbin array.
8396
8397 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8398
8399         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8400         body macro.
8401         * sysdeps/x86_64/bits/atomic.h
8402         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8403         (catomic_decrement): Use correct body macro.
8404
8405 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8406
8407         * include/atomic.h: Add a unique prefix to all local variables
8408         in macros.
8409         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8410
8411 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8412
8413         [BZ #3369]
8414         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8415         and 7.
8416
8417 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8418
8419         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8420
8421 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8422
8423         [BZ #3313]
8424         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8425         determine highest fast bin to consolidate, always look into all of
8426         them.
8427         (do_check_malloc_state): Only require for empty bins for large
8428         sizes in main arena.
8429
8430         * libio/stdio.h: Add more __wur attributes.
8431
8432         * elf/dl-minimal.c (realloc): Optimize last patch.
8433
8434 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8435
8436         [BZ #3352]
8437         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8438         and use memcpy() if it does.
8439
8440 2006-11-12  Andreas Jaeger  <aj@suse.de>
8441
8442         [BZ #2510]
8443         * manual/search.texi (Hash Search Function): Clarify.
8444         (Array Search Function): Clarify.
8445
8446 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8447
8448         [BZ #2830]
8449         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8450         shifting.
8451         * math/atest-exp2.c (read_mpn_hex): Likewise.
8452         * math/atest-sincos.c (main): Likewise.
8453
8454 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8455
8456         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8457         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8458         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8459         version GLIBC_2.6.
8460         * Versions.def: Add GLIBC_2.6 for libc.
8461
8462         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8463
8464         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8465
8466 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8467
8468         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8469
8470         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8471
8472         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8473         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8474
8475 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8476
8477         * include/atomic.c: Define catomic_* operations.
8478         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8479         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8480         * malloc/memusage.c: Likewise.
8481         * gmon/mcount.c: Likewise.
8482         * elf/dl-close.c: Likewise.
8483         * elf/dl-open.c: Likewise.
8484         * elf/dl-profile.c: Likewise.
8485         * elf/dl-sym.c: Likewise.
8486         * elf/dl-runtime.c: Likewise.
8487         * elf/dl-fptr.c: Likewise.
8488         * resolv/res_libc.c: Likewise.
8489
8490 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8491
8492         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8493         components which lack them.
8494
8495         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8496         at least one entry consisting of the parameter concatenated with
8497         the domain.
8498
8499 2006-10-10  Roland McGrath  <roland@frob.com>
8500
8501         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8502         * sysdeps/mach/hurd/futimes.c: Likewise.
8503         * sysdeps/mach/hurd/lutimes.c: Likewise.
8504
8505 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8506             Jakub Jelinek  <jakub@redhat.com>
8507
8508         Implement reference counting of scope records.
8509         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8510         from the list in objects which remain.  Always allocate new scope
8511         record.
8512         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8513         don't resize, allocate a new one.
8514         * elf/dl-runtime.c: Update reference counters before using a scope
8515         array.
8516         * elf/dl-sym.c: Likewise.
8517         * elf/dl-libc.c: Adjust for l_scope name change.
8518         * elf/dl-load.c: Likewise.
8519         * elf/dl-object.c: Likewise.
8520         * elf/rtld.c: Likewise.
8521         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8522         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8523         Add l_scoperec_lock.
8524         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8525         * sysdeps/generic/rtld-lowlevel.h: New file.
8526
8527         * include/atomic.h: Rename atomic_and to atomic_and_val and
8528         atomic_or to atomic_or_val.  Define new macros atomic_and and
8529         atomic_or which do not return values.
8530         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8531         Various cleanups.
8532         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8533
8534         * po/sv.po: Update from translation team.
8535
8536 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8537
8538         * Versions.def: Add GLIBC_2.6 to libpthread.
8539
8540         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8541         (versioned_symbol): Likewise.
8542         (compat_symbol): Likewise.
8543
8544         * po/tr.po: Update from translation team.
8545
8546 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8547
8548         * nis/Banner: Removed.  It's been integral part forever and the
8549         author info is incomplete anyway.
8550         * libio/Banner: Likewise.
8551
8552         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8553         code, make sure the nis_freeresult call doesn't crash and that the
8554         result is reported correctly.
8555
8556 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8557
8558         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8559         when callback is NULL.
8560
8561         * nis/Versions (libnss_nisplus): Add
8562         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8563         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8564         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8565         _nss_create_tablename): Rename to...
8566         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8567         ... these.  No longer static.
8568         (internal_setgrent): Adjust users.
8569         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8570         Don't use locking around _nss_grp_create_tablename call.
8571         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8572
8573 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8574
8575         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8576
8577 2006-10-06  Andreas Jaeger  <aj@suse.de>
8578
8579         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8580
8581 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8582
8583         * po/pl.po: Update from translation team.
8584
8585         * nscd/nscd.c (main): Fix typo in message.
8586         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8587
8588 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8589
8590         [BZ #3291]
8591         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8592         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8593         (__sigprocmask): Define.
8594
8595 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8596
8597         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8598         used.
8599
8600 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8601
8602         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8603         in oldtotal and newtotal calculation.
8604         * nscd/nscd-client.h (struct mapped_database): Add datasize
8605         field.
8606         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8607         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8608         increased.
8609         (__nscd_cache_search): Add checks to make sure we never reference
8610         data beyond the current mapping.
8611
8612 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8613
8614         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8615         variables const to avoid compiler warnings.
8616
8617         * io/fts.c (fts_close): Remove redundant checks.
8618         (fts_build): Likewise.
8619         (fts_palloc): Likewise.
8620
8621         * manual/message.texi (Advanced gettext functions,
8622         Using gettextized software): Fix typos.
8623
8624 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8625
8626         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8627         explain why there are no leaks.
8628
8629 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8630
8631         * libio/wmemstream.c: Include <wchar.h>.
8632         * libio/bug-wmemstream1.c: Likewise.
8633         * libio/tst-wmemstream1.c: Likewise.
8634         * libio/tst-wmemstream2.c: Likewise.
8635
8636         * version.h (RELEASE): Bump to 2.5.
8637         * README: Regenerated.
8638
8639         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8640
8641         [BZ #3273]
8642         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8643         found no group members.
8644         Patch by Petr Baudis.
8645
8646 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8647
8648         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8649         assert bootstrap_map.l_tls_modid is zero.
8650         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8651         if USE___THREAD.
8652
8653 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8654
8655         * libio/stdio.h: Move open_wmemstream prototype to ...
8656         * wcsmbs/wchar.h: ... here.
8657
8658 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8659
8660         [BZ #3252]
8661         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8662         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8663         __{,l}chown to handle the rest.
8664         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8665         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8666         __{,l}chown to handle the rest.
8667         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8668         i386/fchownat.c.
8669         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8670         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8671
8672         [BZ #3253]
8673         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8674         time, rather allocate increasingly bigger arrays of pointers, if
8675         possible with alloca, if too large with malloc.
8676
8677 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8678
8679         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8680
8681         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8682
8683 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8684
8685         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8686         home addresses.
8687         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8688         IFA_F_HOMEADDRESS flag for interfaces.
8689         * include/ifaddrs.h (struct in6addrinfo): Define
8690         in6ai_homeaddress.
8691
8692 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8693
8694         [BZ #3225]
8695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8696         PTR_DEMANGLE3): Define.
8697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8698         PTR_DEMANGLE3): Likewise.
8699         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8700         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8701         Likewise.
8702         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8703
8704 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8705
8706         * po/libc.pot: Regenerated.
8707         * po/be.po: Updated.
8708         * po/ca.po: Likewise.
8709         * po/cs.po: Likewise.
8710         * po/da.po: Likewise.
8711         * po/de.po: Likewise.
8712         * po/el.po: Likewise.
8713         * po/en_GB.po: Likewise.
8714         * po/es.po: Likewise.
8715         * po/fi.po: Likewise.
8716         * po/fr.po: Likewise.
8717         * po/gl.po: Likewise.
8718         * po/hr.po: Likewise.
8719         * po/hu.po: Likewise.
8720         * po/ja.po: Likewise.
8721         * po/ko.po: Likewise.
8722         * po/nb.po: Likewise.
8723         * po/nl.po: Likewise.
8724         * po/pl.po: Likewise.
8725         * po/pt_BR.po: Likewise.
8726         * po/ru.po: Likewise.
8727         * po/rw.po: Likewise.
8728         * po/sk.po: Likewise.
8729         * po/sv.po: Likewise.
8730         * po/tr.po: Likewise.
8731         * po/zh_CN.po: Likewise.
8732         * po/zh_TW.po: Likewise.
8733
8734         [BZ #3137]
8735         * iconv/iconv_prog.c (main): Fix spelling in error message.
8736         * iconv/iconvconfig.c (main): Likewise.
8737         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8738         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8739         * locale/programs/localedef.c (main): Likewise.
8740         * locale/programs/repertoire.c (repertoire_read): Likewise.
8741         * timezone/zdump.c (main): Likewise.
8742         * nscd/connections.c (handle_request): Fix spelling in log message.
8743         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8744
8745 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8746
8747         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8748         interfaces.
8749
8750 2006-09-20  Andreas Jaeger  <aj@suse.de>
8751
8752         * math/libm-test.inc (lrint_test_upward): Fix typo.
8753
8754 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8755
8756         [BZ #2592]
8757         * math/libm-test.inc (lrint_test_tonearest): New function.
8758         (lrint_test_towardzero): New function.
8759         (lrint_test_downward): New function.
8760         (lrint_test_upward): New function.
8761         (main): Run these new tests.
8762         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8763         of values near to 0.
8764         (two52): Use double not long double.
8765         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8766         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8767         (two23): Use float not double.
8768         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8769         (two23): Use float not double.
8770         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8771         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8772         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8773         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8774
8775 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8776
8777         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8778         Cast sp to unsigned long to avoid compiler warning.
8779         Use __makecontext_ret function instead of a trampoline on the stack.
8780         (__makecontext_ret): New function.
8781         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8782
8783 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8784
8785         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8786         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8787         bits.
8788
8789 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8790
8791         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8792         sure no reference to the unloaded map's search list remains in the
8793         dependency's scope.
8794
8795 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8796
8797         * elf/Makefile: Add rules to build and run unload7 test.
8798         * elf/unload7.c: New test.
8799         * elf/unload7mod1.c: New file.
8800         * elf/unload7mod2.c: New file.
8801
8802 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8803
8804         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8805         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8806         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8807         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8808         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8809         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8810         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8811         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8812         PTRACE_GETEVENTMSG): Likewise.
8813         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8814         values.
8815
8816 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8817
8818         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8819         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8820         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8821         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8822
8823 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8824
8825         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8826         write '\0' to the fd.
8827         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8828         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8829         Change regs to unsigned long pointer from unsigned int, fix fscr
8830         offset.
8831
8832 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8833
8834         * io/Makefile (CFLAGS-fstatat.c): Set.
8835         (CFLAGS-fstatat64.c): Likewise.
8836         (CFLAGS-mknodat.c): Likewise.
8837
8838         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8839         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8840         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8841         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8842
8843 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8844             Steven Munroe  <sjmunroe@us.ibm.com>
8845
8846         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8847         names to the beginning.  Rename "cell" to "cellbe".
8848         (_dl_powerpc_platforms): New.
8849         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8850         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8851         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8852         (_DL_HWCAP_PLATFORM): Define to new mask.
8853         (_dl_platform_string, _dl_string_platform): New functions.
8854         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8855         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8856
8857 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8858
8859         [BZ #2526]
8860         * README.libm: Fix a thinko in sqrt algorithm description.
8861
8862         [BZ #3143]
8863         * manual/string.texi (argz_delete): Fix prototype.
8864         Patch by <alpt@freaknet.org>.
8865
8866 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8867
8868         [BZ #3138]
8869         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8870         * io/tst-fcntl.c (do_prepare): Likewise.
8871         * posix/tst-exec.c (do_prepare): Likewise.
8872         * posix/tst-preadwrite.c (do_prepare): Likewise.
8873         * posix/tst-spawn.c (do_prepare): Likewise.
8874         * posix/tst-truncate.c (do_prepare): Likewise.
8875         * rt/tst-aio.c (do_prepare): Likewise.
8876         * rt/tst-aio64.c (do_prepare): Likewise.
8877         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8878         size_t.
8879
8880 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8881
8882         [BZ #2821]
8883         * time/mktime.c (guess_time_tm): Fix overflow detection.
8884         * time/Makefile (tests): Add bug-mktime1.
8885         * time/bug-mktime1.c: New file.
8886
8887         [BZ #3189, #3188]
8888         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8889         (mremap): Likewise.
8890
8891 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8892
8893         [BZ #1006]
8894         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8895         Ensure relocation doesn't clobber any bits outside of the
8896         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8897         R_SPARC_HI22 and R_SPARC_H44.
8898
8899         [BZ #2775]
8900         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8901         (long) (MINSIZE + nb - old_size) is positive.
8902
8903         * malloc/arena.c (grow_heap): When growing bail even if new_size
8904         is negative.
8905
8906         [BZ #3155]
8907         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8908         stack below r1.
8909
8910 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8911
8912         * posix/regex_internal.c (re_string_reconstruct): Handle
8913         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8914         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8915         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8916         re_string_context_at.
8917         * posix/Makefile: Add rules to build and run bug-regex26 test.
8918         * posix/bug-regex26.c: New test.
8919
8920         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8921         rather than col_sym_free.  Move seqp declaration earlier.
8922
8923         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8924
8925 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8926
8927         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8928         decl before first goto out.
8929
8930 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8931
8932         * Makerules (shlib.lds): If have-hash-style, put .hash section
8933         at the end of the RO segment.
8934
8935 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
8936
8937         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
8938         style hash table format is used.
8939
8940 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8941
8942         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
8943         randomization rather than before.
8944         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
8945
8946 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
8947
8948         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
8949
8950         * malloc/malloc.c (_int_malloc): Use full list insert and not
8951         shortcut which assumes the list is empty for large requests
8952         too.
8953
8954         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
8955
8956 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
8957
8958         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
8959         and offout arguments to the prototype.
8960         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
8961         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
8962         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
8963         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
8964         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
8965         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
8966         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
8967         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
8968
8969 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
8970
8971         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
8972
8973         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
8974         dlopen parameters.
8975
8976 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
8977
8978         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
8979         only if herrno is NETDB_INTERNAL.  Handle errors other than
8980         ERANGE outside of the loops, handle TRY_AGAIN.
8981
8982         * locale/programs/ld-ctype.c (translit_flatten): Issue error
8983         if other's ctype category was missing.
8984         * locale/programs/ld-collate.c (collate_read): Return if
8985         copy_locale's collate category is missing.
8986
8987 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
8988
8989         [BZ #2684]
8990         * malloc/malloc.c (public_rEALLOc): Try harder by using other
8991         arenas if allocation failed.
8992         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
8993
8994 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
8995
8996         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
8997         waste bins[0..1].
8998         (malloc_state): Reduce bins size by 2.
8999         (_int_malloc): Fix test for large enough buffer for early termination.
9000         When no unsorted block matches perfectly and an exiting block has
9001         to be split, use full list insert and not shortcut which assumes
9002         the list is empty.
9003
9004         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9005         failure.
9006
9007 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9008
9009         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9010         do anything.
9011
9012         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9013         symbol require exact match (these are PLTs).
9014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9015         (_dl_ppc64_addr_sym_match): Likewise.
9016
9017         [BZ #2683]
9018         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9019         If symbol has a value use it.
9020         * elf/tst-dladdr1.c: New file.
9021         * elf/Makefile: Add rules to build and run tst-addr1.
9022
9023 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9024
9025         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9026         keeps failing and heap growth or new heap creation isn't
9027         successful either.
9028         * malloc/tst-malloc.c (main): Add new tests.
9029
9030 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9031
9032         [BZ #2734]
9033         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9034         as in the x86-64 code to use bswap.
9035
9036 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9037
9038         [BZ #2680]
9039         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9040         __USE_UNIX98.
9041         * posix/bits/unistd.h: Likewise.
9042
9043 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9044
9045         [BZ #2751]
9046         * string/strchr.c: Add cast to avoid warning.
9047
9048 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9049
9050         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9051         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9052         limit is needed to avoid the exploding of the address space
9053         requirement for secondary heaps.
9054         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9055         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9056
9057 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9058
9059         [BZ #3018]
9060         * Makerules (depfiles): Handle extra-test-objs the same as
9061         extra-objs.
9062         (common-mostlyclean): Likewise.
9063         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9064         instead.
9065         * elf/Makefile (extra-objs): Likewise.
9066         * stdlib/Makefile (extra-objs): Likewise.
9067
9068 2006-08-14  Eric Blake  <ebb9@byu.net>
9069
9070         [BZ #3044]
9071         * misc/error.h: Assume C89 or better.
9072         * misc/error.c: Likewise.
9073
9074 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9075
9076         [BZ #3040]
9077         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9078         __ASSUME_ATFCTS is defined.
9079
9080 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9081
9082         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9083         to sort in each call.
9084
9085         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9086         is empty simply return and use next service.
9087         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9088
9089         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9090         tells us when not finding a charmap file is an error.
9091         * locale/programs/charmap.h: Adjust charmap_read prototype.
9092         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9093         cannot find a charmap.
9094         * locale/programs/localedef.c (main): Adjust charmap_read call.
9095
9096 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9097
9098         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9099         sysdeps/posix/pause.c implementation instead.
9100
9101 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9102
9103         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9104         to EPERM.
9105
9106 2006-08-13  Andreas Schwab  <schwab@suse.de>
9107
9108         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9109         Don't clobber caller's LRSAVE.
9110         (_dl_prof_resolve): Likewise.
9111
9112 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9113
9114         [BZ #1996]
9115         * libio/memstream.c (open_memstream): Allocate initial buffer with
9116         calloc.
9117         * libio/wmemstream.c (open_wmemstream): Likewise.
9118         * libio/strops.c: Pretty printing.
9119         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9120         (enlarge_userbuf): New function.
9121         (_IO_str_seekoff): Call it if seek position is larger than current
9122         buffer.
9123         * libio/wstrops.c: Likewise.
9124         * libio/vasprintf.c: Add comment as to why we do not have to use
9125         calloc instead of malloc to allocate initial buffer.
9126         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9127         * libio/bug-memstream1.c: New file.
9128         * libio/bug-wmemstream1.c: New file.
9129
9130 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9131
9132         * libio/wstrops.c: Remove dead macro definitions and comments.
9133         * libio/strops.c: Likewise.
9134
9135         [BZ #2764]
9136         * login/utmpname.c (__utmpname): Remove unnecessary test.
9137
9138 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9139
9140         [BZ #2832]
9141         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9142         0s from integers.
9143
9144 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9145
9146         [BZ #2987]
9147         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9148         for CPU clocks.
9149         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9150         setting of CPU clocks.
9151
9152 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9153
9154         [BZ #2841]
9155         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9156         since C99 requires the result to promote to 'int' when uint_least8_t
9157         and uint_least16_t promote to 'int'.
9158
9159 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9160
9161         [BZ #3013]
9162         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9163         lenght of one output field, correct bitmask creation.
9164         * locale/programs/ld-time.c: Add alignment.
9165
9166         [BZ #2997]
9167         * misc/error.c: Add space between program name and message if file
9168         name is missing.
9169
9170 2006-08-03  Eric Blake  <ebb9@byu.net>
9171
9172         [BZ #2998]
9173         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9174
9175 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9176
9177         * malloc/memusagestat.c: Silence warnings.
9178
9179         * malloc/malloc.c: Dynamically size mmap treshold if the program
9180         frees mmaped blocks.
9181         Patch by Valerie Henson and Arjan van de Ven.
9182
9183 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9184
9185         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9186         __USE_GNU.
9187
9188         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9189         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9190         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9191         Only provide var definitions in strtol_l (or for *ull*
9192         in strtoll_l).
9193
9194         * stdio-common/bug16.c (tests): New array.
9195         (do_tests): Allow the first hexadecimal digit
9196         to be 1, 2, 4 or 8.  Do 3 additional tests.
9197
9198         * sysdeps/s390/fpu/libm-test-ulps: Update.
9199
9200         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9201         fchownat syscall if available.
9202         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9203         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9204         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9205
9206 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9207
9208         * nis/nis_xdr.c: Avoid some function calls.
9209
9210 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9211             Ulrich Drepper  <drepper@redhat.com>
9212
9213         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9214         short cut if only one name component is stripped away.
9215
9216 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9217
9218         * nis/nis_call.c: Minor cleanups throughout.
9219         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9220         (first_shoot): Add search_parent_first parameter.  Only if it is set
9221         search parent server first.
9222         If directory for table found through cold start cache is not the same
9223         as referenced in the cache, don't use it.
9224         (__nisfind_server): Take additional parameter.  Pass it on to
9225         first_shoot.
9226         (__prepare_niscall): Adjust __nisfind_server call.
9227         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9228         * nis/nis_table.c: Adjust __nisfind_server call.
9229         * nis/nis_lookup.c: Likewise.
9230         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9231
9232 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9233
9234         [BZ #2182]
9235         * math/s_cacosh.c: Return values from positive branch.
9236         * math/s_cacoshf.c: Likewise.
9237         * math/s_cacoshl.c: Likewise.
9238
9239         [BZ #2883]
9240         * sysvipc/sys/msg.h: Change return value to ssize_t.
9241         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9242         * sysvipc/msgrcv.c: Likewise.
9243         * include/sys/msg.h: Likewise.
9244
9245         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9246         test introduced in patch for bz #661.
9247         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9248         element for NEWGROUPS.
9249
9250         [BZ #2908]
9251         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9252         'f', use '1' as leading digit not '\1'.
9253         * stdio-common/Makefile (tests): Add bug16.
9254         * stdio-common/bug16.c: New file.
9255
9256         [BZ #2914]
9257         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9258         and don't try to open it.  The patch introducing the macro
9259         contained a bug and used the same file name as the new file
9260         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9261         this out completely.
9262
9263         [BZ #2926]
9264         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9265         Patch by Jerry James <Jerry.James@usu.edu>.
9266
9267         * rt/Makefile (tests): Add tst-clock2.
9268         * rt/tst-clock2.c: New file.
9269
9270         [BZ #2978]
9271         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9272         function and its parameters and pass it to new thread.
9273         (__gai_notify): Add support for alternative waiting for completion.
9274         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9275         waiting for completion.
9276         * resolv/getaddrinfo_a.c: Likewise.
9277         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9278         waiting for completion is used.
9279         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9280         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9281         * resolv/gai_error.c: Likewise.
9282         * resolv/gai_sigqueue.c: Likewise.
9283
9284 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9285
9286         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9287         errno to EBADF and return MACH_PORT_NULL.
9288
9289 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9290
9291         [BZ #2980]
9292         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9293
9294 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9295
9296         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9297         walk them instead of the symbol table.
9298
9299 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9300
9301         [BZ #2098]
9302         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9303         status of NSS calls, not the number of returned entries.
9304
9305         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9306         request_key, keyctl.
9307
9308 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9309
9310         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9311
9312 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9313
9314         * elf/tst-auditmod1.c: Fix typo in #error.
9315
9316 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9317
9318         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9319
9320         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9321
9322 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9323
9324         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9325         that the directory is empty even on non-POSIX filesystems.
9326
9327 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9328
9329         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9330
9331         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9332         the backend NSS module.  If backend setgrent call failed, don't have
9333         internal_setgrent fail.  Just remember this until it is needed.
9334         * nis/nss_compat/compat-pwd.c: Likewise.
9335         * nis/nss_compat/compat-spwd.c: Likewise.
9336
9337 2006-07-30  Roland McGrath  <roland@redhat.com>
9338
9339         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9340         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9341         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9342         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9343
9344         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9345         (nanosleep_not_cancel): New macro.
9346         (sigsuspend_not_cancel): new macro.
9347         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9348         (do_sigsuspend): Define as inline.
9349         (__sigsuspend): Always use do_sigsuspend.
9350         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9351         * include/signal.h: Declare __sigsuspend_nocancel.
9352         * sysdeps/posix/pause.c
9353         [! NO_CANCELLATION] (__pause_nocancel): New function.
9354
9355         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9356         * include/time.h (__nanosleep_nocancel): Likewise.
9357
9358 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9359
9360         * locale/programs/localedef.c (add_to_readlist): Rename local
9361         variables to avoid confusion.
9362
9363         * locale/programs/charmap.c (charmap_read): Emit error message if
9364         charmap couldn't be found or read.
9365
9366 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9367
9368         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9369         __ASSUME_FUTEX_LOCK_PI.
9370         * include/time.h: Declare __nanosleep_nocancel.
9371         * include/unistd.h: Declare __pause_nocancel.
9372
9373         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9374         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9375         get the __stack_chk_fail_local definition when it's needed.
9376
9377 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9378
9379         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9380         * dlfcn/bug-atexit3.c: New file.
9381         * dlfcn/bug-atexit3-lib.cc: New file.
9382
9383         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9384         used when the namespace is not the base namespace.
9385
9386 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9387
9388         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9389         (__new_exitfn): Bump it in every successful call.
9390         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9391         more exit handlers, call them right away.
9392         * stdlib/exit.h: Declare __new_exitfn_called.
9393
9394 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9395
9396         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9397         calling registered handler.
9398
9399         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9400         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9401         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9402         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9403         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9404         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9405         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9406         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9407
9408 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9409
9410         * elf/dl-lookup.c (dl_new_hash): New functions.
9411         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9412         value here.  Compute new-style hash value.  Pass new hash value
9413         and reference to variable with the old value to do_lookup_x.
9414         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9415         old-style hash table.
9416         (_dl_debug_bindings): Pass new hash value and reference to variable
9417         with the old value to do_lookup_x.
9418         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9419         new-style hash value and change old-style hash value parameter to
9420         be a reference.  Reoganize functions to determine whether
9421         new-style hash table is available.  Only fall back on old-style
9422         table.  If old-style hash value is needed, compute it here.
9423         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9424         entry.
9425         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9426         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9427         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9428         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9429         * Makeconfig: If linker supports --hash-style option add it to all
9430         linker command lines to build DSOs.
9431         * config.make.in: Define have-hash-style.
9432         * configure.in: Test whether linker supports --hash-style option.
9433
9434         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9435         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9436
9437 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9438
9439         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9440         auditing.
9441
9442         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9443         RPATH of main map twice.
9444
9445 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9446
9447         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9448         look further, return original strings.
9449         (_nl_find_msg): Do not return found translation if the conversion
9450         failed.  Either signal the string is unusable or that something went
9451         wrong and the original should be used.
9452
9453 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9454
9455         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9456
9457 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9458
9459         [BZ #2766]
9460         * misc/insremque.c (insque): Handle prev == NULL.
9461         * misc/Makefile (tests): Add tst-insremque.
9462         * misc/tst-insremque.c: New test.
9463
9464 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9465
9466         [BZ #2792]
9467         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9468         conflict with DL_DST_REQUIRED.
9469
9470 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9471
9472         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9473         match what Solaris does.
9474
9475 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9476
9477         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9478         local_setegid instead of seteuid and setegid.
9479         * sysdeps/generic/local-setxid.h: New file.
9480         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9481
9482         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9483
9484         * string/Makefile (tests): Add bug-envz1.
9485         * string/bug-envz1.c: New file.
9486
9487 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9488
9489         * posix/regex_internal.c (re_string_skip_chars): If no character has
9490         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9491         to the byte which couldn't be converted.
9492         (re_string_reconstruct): Don't clear valid_raw_len before calling
9493         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9494         tip_context using re_string_context_at.
9495         * posix/Makefile: Add rules to build and run bug-regex25 test.
9496         * posix/bug-regex25.c: New test.
9497
9498 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9499
9500         [BZ #2703]
9501         * string/envz.c (envz_strip): Correct erroneously reversed src
9502         and dest parameters to memmove() invocation.
9503
9504 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9505
9506         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9507         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9508         to make sure the database has been already invalidated.
9509         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9510         after the cache has been invalidated.  Use pthread_mutex_lock rather
9511         than pthread_mutex_trylock if fd != -1.
9512         * nscd/connections.c (invalidate_cache): Add fd argument, write
9513         response to fd if not calling prune_cache, pass fd to prune_cache.
9514         (handle_request): Adjust invalidate_cache caller.
9515         (nscd_run): Pass -1 as fd to prune_cache.
9516
9517 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9518
9519         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9520         the correct place.
9521
9522 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9523
9524         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9525         * nscd/cache.c (prune_cache): Take prunelock before starting the
9526         work.  Just return in case it is already taken.
9527         * nscd/connections.c (dbs): Initialize .prunelock.
9528
9529 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9530
9531         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9532         copying.  No need to allocate new array for group members.  Just
9533         move the pointers and update the size.
9534
9535         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9536         Avoid memory leak in case realloc fails.  Simplification for
9537         better code generation.
9538
9539         Avoid deprecation warning because of libc_hidden_proto for
9540         inet6_option_alloc.
9541         * inet/inet6_option.c (option_alloc): Renamed from
9542         inet6_option_alloc.  Made static.
9543         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9544         (inet6_option_append): Call option_alloc.
9545         * include/netinet/in.h: Remove libc_hidden_proto for
9546         inet6_option_alloc.
9547
9548         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9549         for cleanup when cb!=NULL [Coverity CID 233].
9550
9551 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9552
9553         [BZ #2693]
9554         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9555         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9556         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9557         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9558         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9559         and inet6_rth_getaddr.
9560         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9561         array.
9562         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9563         Mark inet6_option_* interfaces as deprecated.
9564         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9565         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9566         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9567         inet6_rth_segments, and inet6_rth_getaddr.
9568         * inet/inet6_opt.c: New file.
9569         * inet/inet6_rth.c: New file.
9570
9571         * inet/netinet/icmp6.h: Pretty printing.
9572
9573         [BZ #2683]
9574         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9575
9576 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9577
9578         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9579         doing it all here.  When server does not know the answer do not
9580         fail immediate, try parent first.
9581
9582         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9583         overflow test.
9584
9585 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9586
9587         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9588         from __do_niscall.
9589         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9590         and exported.
9591         (__follow_path): New function.  Split out from nis_list.
9592         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9593         _xdr_nis_result.
9594         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9595         _xdr_nis_result.
9596         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9597         and __follow_path.
9598         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9599         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9600         from libnsl for version GLIBC_PRIVATE.
9601         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9602         Remove entry parameter from _nss_nisplus_parse_pwent and
9603         _nss_nisplus_parse_grent.
9604         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9605         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9606         again.  Rewrite getpwent handling to not use nis_first_entry and
9607         nis_next_entry.  Roll out own niscall handling.
9608         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9609
9610         * sunrpc/xdr_rec.c: Fix typo in comment.
9611
9612 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9613
9614         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9615         handling.
9616
9617         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9618         to allocate memory for my_pollfd.  Better initialization of
9619         cb_is_running.  Use TEMP_FAILURE_RETRY.
9620
9621         * malloc/memusage.sh (memusageso): Add quotes.
9622         (memusagestat): Likewise.
9623         * debug/xtrace.sh (pcprofileso): Likewise.
9624         (pcprofiledump): Likewise.
9625         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9626         replacement.
9627         * malloc/Makefile ($(objpfx)memusage): Likewise.
9628
9629         * nis/nis_callback.c (__nis_create_callback): Calls to
9630         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9631         asprintf call fails.
9632
9633         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9634         no uninitialized memory is passed to sendto.
9635
9636 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9637
9638         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9639         of snprintf+strdup.  Handle OOM.
9640         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9641         cb->serv together.  Remove now obsolete free calls.
9642         (__nis_destroy_callback): Remove now obsolete free call.
9643
9644 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9645
9646         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9647         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9648         and ULA respectively). Set precedence for IPv4 address to 10 as
9649         defined in RFC3484 for preferring IPv6.
9650         * posix/gai.conf: Update to match the new default tables.
9651
9652 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9653
9654         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9655         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9656         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9657         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9658
9659         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9660         Removed.
9661         (init_nss_interface): Remove initialization of these variables.
9662
9663 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9664
9665         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9666         nis_free_directory forward to avoid duplication.
9667
9668 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9669
9670         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9671         rec_dirsearch returning NULL.
9672         (first_shoot): Handle __nis_finddirectory returning NULL.
9673         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9674
9675         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9676         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9677
9678 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9679
9680         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9681         pid changed.
9682
9683 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9684
9685         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9686
9687         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9688         * nscd/nscd_getgr_r.c: Likewise.
9689
9690         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9691
9692         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9693         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9694
9695         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9696
9697         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9698
9699         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9700
9701         * include/rpc/auth.h: Mark xdr_des_block_internal and
9702         xdr_opaque_auth_internal as hidden.
9703
9704         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9705         hidden.
9706
9707         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9708
9709         * misc/getusershell.c (okshells): Don't use static initializers,
9710         do it dynamically.
9711
9712         * stdlib/fmtmsg.c (keywords): Change type of len element to
9713         uint32_t to not waste space on 64bit machines.
9714
9715         * locale/setlocale.c: Change _nl_category_names into a string.
9716         Add new _nl_category_name_idxs.  Change all users.
9717         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9718         Declare _nl_category_name_idxs.
9719         * locale/findlocale.c: Adjust for _nl_category_names change.
9720         * locale/loadlocale.c: Likewise.
9721         * locale/newlocale.c: Likewise.
9722         * intl/dcigettext.c: Likewise.
9723
9724         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9725         (add_alias2): ...here.  New function.
9726         (__gconv_read_conf): Simplify builtin alias handling.
9727         (builtin_aliases): Convert to string to avoid relocations.
9728         * iconv/gconv_builtin.h: Add comment about correct formatting.
9729
9730 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9731
9732         * resolv/res_debug.c (loc_ntoa): Make error const.
9733
9734 2006-05-14  Andreas Schwab  <schwab@suse.de>
9735
9736         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9737
9738 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9739
9740         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9741         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9742         sizeof (cpu_set_t).
9743
9744 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9745
9746         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9747
9748         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9749
9750         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9751         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9752
9753         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9754         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9755
9756         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9757         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9758         xdr_cback_data.
9759
9760         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9761         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9762         xdr_ypupdate_args.
9763
9764         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9765         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9766
9767         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9768         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9769
9770         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9771         * include/rpcsvc/nis_callback.h: New file.
9772
9773         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9774         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9775
9776         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9777         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9778
9779         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9780         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9781
9782         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9783         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9784
9785         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9786         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9787         xdr_ypdelete_args.
9788
9789         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9790         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9791
9792         * nis/nis_error.c: Remove table of strings.  Use position
9793         independent mechanism.
9794         * nis/nis_error.h: New file.
9795
9796 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9797
9798         * locale/programs/ld-time.c (time_finish): If wide era name or
9799         format aren't provided, set both wname and wformat to L"".
9800
9801 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9802
9803         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9804         results if the call was succesful.
9805
9806         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9807
9808         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9809         as hidden.
9810
9811 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9812
9813         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9814
9815 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9816
9817         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9818         caller makes sure this is not the case.
9819         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9820
9821 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9822
9823         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9824         calls.
9825
9826         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9827         [Coverity CID 229, 230]
9828
9829         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9830         DGETTEXT calls.
9831         (hol_help): Likewise.  [Coverity CID 226, 227]
9832
9833         * string/argz-replace.c (__argz_replace): Unconditionally call
9834         free on SRC.  [Coverity CID 225]
9835
9836         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9837         the return value of __nis_default_owner and __nis_default_group,
9838         it has been especially allocated.  [Coverity CID 224]
9839
9840         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9841         searchgroup and searchowner.  Significantly simplified.
9842         (__nis_default_owner): Remove duplication.  Do not locally copy the
9843         string before duplicating it.
9844         (__nis_default_group): Likewise.
9845
9846         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9847         we must clear the variable before calling __nisfind_server.
9848
9849         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9850         nis_getnames.  [Coverity CID 223]
9851
9852         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9853         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9854
9855         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9856         allocate memory for the input to add_bytes.  [Coverity CID 221]
9857
9858         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9859         was allocated here.  [Coverity CID 219, 220]
9860
9861         * posix/getconf.c (print_all): Free confstr data after printing.
9862         [Coverity CID 218]
9863
9864         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9865         list allocation fails.  [Coverity CID 215]
9866
9867         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9868         [Coverity CID 213]
9869
9870         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9871         string is NULL.  [Coverity CID 212]
9872         * argp/Makefile: Add rules to build and run bug-argp1.
9873         * argp/bug-argp1.c: New file.
9874
9875         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9876         end of string.
9877         * stdlib/canonicalize.c (__realpath): Likewise.
9878
9879         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9880         pointer.  [Coverity CID 206]
9881
9882         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9883         in statically linked code.
9884         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9885         statically built code, be prepared to have no link map.
9886         [Coverity CID 205]
9887
9888         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9889         dgettext calls. [Coverity CID 204]
9890
9891         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9892         the one user.
9893         (uparam_names): Reduce size.  Avoid relative relocations.
9894         Moved to read-only segment.
9895         (fill_in_uparams): Update for new layout.
9896
9897         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9898         assumed to always be != NULL. [Coverity CID 202]
9899
9900         * argp/argp-help.c (hol_entry_help): Remove some dead code
9901         [Coverity CID 200].
9902
9903         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9904         away a few more unconditional yperr2nss calls.
9905         (_nss_nis_getservbyname_r): Likewise.
9906
9907 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9908
9909         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9910         architectures.
9911
9912         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9913         that unused memory passed to sendto is nevertheless initialized.
9914
9915         [BZ #2499]
9916         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9917         possibly unaligned memory accesses.
9918
9919         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9920         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9921         and __putlong respectively.  Correct buffer overflow check for
9922         NS_NOTIFY_OP.
9923
9924         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9925
9926         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9927         (send_dg): Rewrite error handling to be more compact and avoid
9928         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9929
9930         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9931
9932         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
9933         instead of ns_get16.
9934         (res_queriesmatch): Likewise.  Minor optimization.
9935
9936         [BZ #2499]
9937         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
9938         __libc_res_nsend might reallocate the buffer for the answer.  In
9939         this case we have to reload the HP pointer.
9940
9941 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9942
9943         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
9944         some branch prediction hints.
9945
9946         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
9947         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9948         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9949         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9950         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9951         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9952         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9953         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9954
9955 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9956
9957         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
9958         by a GOT relocation to make Scrt1.o position independent.
9959         * sysdeps/s390/s390-64/elf/start.S: Likewise.
9960
9961         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
9962         six system call parameters.
9963         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
9964
9965 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9966
9967         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
9968         malloc&bzero.
9969
9970         * sunrpc/svc_udp.c (BZERO): Remove definition.
9971         (CALLOC): Define.
9972         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
9973
9974         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
9975         (des_SPtrans): Use uint32_t type.
9976         (des_skb): Likewise.
9977
9978         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
9979
9980 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
9981
9982         [BZ #2509]
9983         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
9984         on 32-bit arches.
9985
9986 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
9987
9988         * locale/programs/ld-address.c (address_finish): Fix one more
9989         place where the iso639 array might be accessed beyond the limits.
9990
9991 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
9992
9993         * nis/nis_table.c (nis_list): Avoid clearing res twice before
9994         filling it for the first time.
9995
9996         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
9997         Adjust all callers.
9998         Free res object content before returning.
9999
10000         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10001
10002         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10003         client->cl_auth.
10004
10005         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10006         cleanup for initial thread, just the free call on TVP.
10007
10008         * nscd/gai.c (__getline): Define.
10009
10010
10011 See ChangeLog.16 for earlier changes.