[BZ #9793]
[platform/upstream/glibc.git] / ChangeLog
1 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
2
3         [BZ #9793]
4         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
5         *OUTBUFSTART unless the whole output fit into the buffer.
6         * iconv/Makefile (tests): Add tst-iconv4.
7         * iconv/tst-iconv4.c: New file.
8
9 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
10
11         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
12         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
13
14 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
15
16         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
17         newer linker scripts.
18
19 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
20
21         [BZ #7040]
22         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
23         inotify_rm_watch should have type int.
24
25 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
26
27         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
28         Make aligned_restore_vmx a local symbol.
29         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
30         Likewise.
31
32 2009-01-30  Andreas Jaeger  <aj@suse.de>
33
34         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
35         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
36         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
37         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
38         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
39         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
40         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
41
42 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
43
44         [BZ #9726]
45         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
46         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
47
48 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
49
50         [BZ #9726]
51         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
52         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
53         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
54         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
55
56 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
57
58         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
59         memcpy instead of memcmp.
60         (_dl_setup_pointer_guard): Likewise.
61
62 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
63
64         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
65         manipulated brk, use malloc_printerr.
66         * misc/sbrk.c (__sbrk): Better error handling for nonsense
67         requests.
68
69 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
70
71         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
72         rindex): For C++ add inlines so that they can be recognized as
73         builtins.
74         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
75
76 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
77             Jakub Jelinek  <jakub@redhat.com>
78
79         * string/string.h: Define correct C++ prototypes for gcc 4.4.
80         * wcsmbs/wchar.h: Likewise.
81
82 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
83
84         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
85         (stackinfo_sub_sp): Define.
86
87 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
88
89         [BZ #9750]
90         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
91         * include/alloca.h (alloca_account): Define.
92         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
93         (stackinfo_sub_sp): Define.
94
95         * nscd/connections.c (nscd_init): If database file access fails
96         check whether this is due to permission problems and bail in that
97         case.
98
99         [BZ #9741]
100         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
101         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
102
103 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
104
105         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
106         Add "t" to clobber list.
107         (INTERNAL_SYSCALL_NCS): Likewise.
108
109 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
110
111         * nss/getent.c (print_networks): Don't print comma between aliases.
112
113 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
114
115         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
116
117         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
118         the hash table.
119         * misc/Makefile (tests): Add bug-hsearch1.
120         * misc/bug-hsearch1.c: New file.
121
122 2009-01-22  Roland McGrath  <roland@redhat.com>
123
124         * Makeconfig (%.v.i): Strip trailing # comments,
125         not only whole-line comments.
126
127 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
128
129         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
130         one parameter.  If non-NULL use it to initialize return value.
131         (_dl_setup_pointer_guard): New function.
132         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
133         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
134         * elf/rtld.c (security_init): Pass _dl_random to
135         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
136         pointer_chk_guard.
137         * elf/dl-sysdep.c (_dl_random): New variable.
138         (_dl_sysdep_start): Handle AT_RANDOM.
139         (_dl_show_auxv): Likewise.
140         * elf/dl-support.c (_dl_random): New variable.
141         (_dl_aux_init): Handle AT_RANDOM.
142         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
143         to _dl_setup_stack_chk_guard.
144
145         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
146
147 2009-01-10  Roland McGrath  <roland@redhat.com>
148
149         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
150
151 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
152
153         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
154
155         [BZ #9706]
156         * nss/nss_files/files-parse.c (strtou32): New function.
157         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
158         across 32-bit and 64-bit platforms.
159         (INT_FIELD_MAYBE_NULL): Likewise.
160
161 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
162
163         [BZ #9720]
164         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
165         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
166         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
167         Likewise.
168
169 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
170
171         [BZ #697]
172         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
173         being NULL also if there are no backreferences.
174         * posix/rxspencer/tests: Add testcases.
175
176 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
177
178         [BZ #9697]
179         * posix/bug-regex17.c: Add testcases.
180         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
181         handling.
182
183 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
184
185         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
186         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
187         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
188         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
189         for elf subdir.
190         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
191         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
192         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
193         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
194         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
195         * sysdeps/unix/sysv/linux/s390/Versions: New file.
196
197 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
198
199         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
200         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
201         re_string_skip_chars, re_string_reconstruct): Likewise.
202         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
203
204 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
205
206         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
207         adjust the buffer alignment.
208
209 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
210
211         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
212         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
213         net/route.h.
214
215         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
216         flavor to description only when flavor is not NULL.
217
218         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
219         mutex after SIGIO/SIGURG lookup loop.
220
221 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
222
223         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
224
225 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
226
227         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
228         handling.
229
230 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
231
232         * sysdeps/unix/sysv/linux/kernel-features.h
233         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
234
235         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
236         if no output is written.
237
238         * version.h: Bump to 2.10 development.
239
240         * posix/getconf.c: Update copyright year.
241         * nss/getent.c: Likewise.
242         * iconv/iconvconfig.c: Likewise.
243         * iconv/iconv_prog.c: Likewise.
244         * elf/ldconfig.c: Likewise.
245         * catgets/gencat.c: Likewise.
246         * csu/version.c: Likewise.
247         * elf/ldd.bash.in: Likewise.
248         * elf/sprof.c (print_version): Likewise.
249         * locale/programs/locale.c: Likewise.
250         * locale/programs/localedef.c: Likewise.
251         * nscd/nscd.c (print_version): Likewise.
252         * debug/xtrace.sh: Likewise.
253         * malloc/memusage.sh: Likewise.
254         * malloc/mtrace.pl: Likewise.
255         * debug/catchsegv.sh: Likewise.
256
257 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
258
259         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
260         script.
261
262 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
263
264         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
265         gethostbyname4_r function call succeeded, just leave the loop.
266
267         [BZ #9694]
268         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
269         very end.
270         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
271         * wctype/Makefile (tests): Add bug-wctypeh.
272         * wctype/bug-wctypeh.c: New file.
273
274         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
275         LOCALDOMAIN is defined.
276         * nscd/nscd_getai.c (__nscd_getai): Likewise.
277
278         * sysdeps/x86_64/bits/select.h: New file.
279
280         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
281
282 2008-12-21  Bruno Haible  <bruno@clisp.org>
283
284         [BZ #9677]
285         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
286         if no output is written.
287
288 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
289
290         * login/utmp_file.c (pututline_file): Replace call to dup2 with
291         libc internal symbol __dup2 to avoid access through the PLT.
292
293 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
294
295         [BZ #6545]
296         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
297         available only for __USE_GNU.
298
299         * inet/Makefile (tests): Add tst-getni2.
300         * inet/tst-getni2.c: New file.
301
302         [BZ #7080]
303         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
304         NULL when NI_NAMEREQD is set.
305         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
306         * inet/Makefile (tests): Add tst-getni1.
307         * inet/tst-getni1.c: New file.
308
309 2008-12-03  Petr Baudis  <pasky@suse.cz>
310
311         [BZ #7067]
312         * nscd/connections.c (invalidate_cache): Use prune_run_lock
313         instead of prune_lock.
314         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
315         * nscd/nscd.h (database_dyn): Add prune_run_cache.
316
317 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
318
319         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
320         use.
321
322         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
323         handling.
324
325         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
326         after reading name server list.
327
328         [BZ #7058]
329         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
330         handling for host name aliases.
331
332 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
333
334         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
335         instead of doing things manually.
336
337 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
338
339         * posix/regex_internal.h (build_wcs_upper_buffer):
340         Return type is reg_error_t.
341
342 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
343
344         * posix/globtest.sh: Use mktemp to create temporary file and
345         directory.
346
347         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
348         sets correctly.
349         (__CPU_CLR_S): Likewise.
350         (__CPU_ISSET_S): Likewise.
351
352 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
353             Ulrich Drepper  <drepper@redhat.com>
354
355         * scripts/firstversion.awk: Use custom comparison function to compare
356         version numbers.
357         * scripts/versions.awk: Use sort invocation which can handle
358         multi-digit sub-version numbers.
359
360 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
361
362         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
363         * locale/iso-639.def: Add Chhattisgarhi entry.
364
365 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
366
367         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
368         ESRCH return value.
369         (_nss_dns_gethostbyname4_r): Likewise.
370         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
371         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
372         gethostbyname4_r, we don't have a separate IPv6 status, so copy
373         the no_data variable.
374
375         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
376         information at the correct index.
377
378         * socket/sys/socket.h: Declare accept4.
379         * socket/accept4.c: New file.
380         * sysdeps/unix/sysv/linux/accept4.c: New file.
381         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
382         * socket/Makefile (routines): Add accept4.
383         * socket/Versions: Export accept4 with version GLIBC_2.10.
384         * socket/paccept.c: Removed.
385         * sysdeps/unix/sysv/linux/paccept.c: Removed.
386         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
387         * Versions.def: Define GLIBC_2.10 for libc.
388         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
389
390         * nscd/connections.c: Use accept4.
391
392         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
393
394 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
395
396         * resolv/res_send.c (send_dg): Create sockets with non-blocking
397         flag already set.
398
399         * stdlib/setenv.c (unsetenv): Don't search environment if it does
400         not exist.
401         * stdlib/Makefile (tests): Add tst-unsetenv1.
402         * stdlib/tst-unsetenv1.c: New file.
403
404 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
405
406         * login/utmp_file.c (file_writable): New variable.
407         (setutent_file): Don't try to open file for writing.
408         (pututline_file): Before writing, make descriptor writable if
409         necessary.
410
411 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
412
413         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
414         to IPv4 or IPv6 if an interface has been found.
415
416 2008-11-26  Roland McGrath  <roland@redhat.com>
417
418         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
419         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
420
421         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
422         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
423         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
424
425         * elf/elf.h (NT_386_IOPERM): New macro.
426         (NT_PPC_VSX): New macro.
427
428 2008-11-25  Roland McGrath  <roland@redhat.com>
429
430         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
431         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
432         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
433         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
434         Subdirectories moved to ports repository.
435         * configure.in (base_machine): Remove alpha case.
436
437 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
438
439         * sysdeps/mach/strerror_l.c: New file.
440
441 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
442
443         [BZ #6411]
444         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
445         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
446         magic numbers.
447         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
448         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
449         (relax_fenv_state): Same as above.
450         (FPSCR_29): Reserve bit in ISA 2.05.
451         (FPSCR_NI): Provide define for compat.
452         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
453         magic numbers.
454         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
455         magic numbers.
456         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
457         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
458         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
459         access to hwcap to account for hwcap size increase to uint64_t.
460         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
461         Likewise.
462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
463         (*setcontext): Likewise.
464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
465         New file.
466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
467         New file.
468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
469         (*setcontext): dynamically select mtfsf insn based on
470         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
471         increase to uint64_t.
472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
473         (*swapcontext): dynamically select mtfsf insn based on
474         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
475         increase to uint64_t.
476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
477         New file.
478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
479         New file.
480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
481         (*setcontext): dynamically select mtfsf insn based on
482         PPC_FEATURE_HAS_DFP.
483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
484         (*swapcontext): dynamically select mtfsf insn based on
485         PPC_FEATURE_HAS_DFP.
486
487 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
488
489         * version.h: Bump for 2.9 release.
490         * include/features.h (__GLIBC_MINOR__): Bump to 9.
491
492         [BZ #7029]
493         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
494         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
495         all the rounding.
496
497 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
498
499         [BZ #7009]
500         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
501         unknown request types for now.
502
503 2008-11-11  Roland McGrath  <roland@redhat.com>
504
505         * sysdeps/x86_64/configure: New file.
506
507         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
508         * configure: Regenerated.
509
510 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
511
512         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
513         correct instruction to remove the stack frame.
514
515 2008-11-03  Michael Matz  <matz@suse.de>
516
517         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
518         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
519
520 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
521
522         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
523         Remove.
524
525         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
526         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
527         of the thread variable instead of void *.
528         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
529         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
530         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
531         __libc_tsd_define arguments.
532         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
533         __libc_tsd_address arguments.  Remove union hack.
534         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
535         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
536         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
537         Adjust __libc_tsd_{set,get} arguments.
538         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
539         __libc_tsd_define arguments.
540         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
541         arguments.
542         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
543         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
544         (LOCALE): Adjust __libc_tsd_define arguments.
545         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
546         arguments.
547         (LOCALE): Adjust __libc_tsd_define arguments.
548         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
549         arguments.
550         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
551         arguments.
552
553 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
554
555         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
556         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
557
558 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
559
560         [BZ #6966]
561         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
562
563 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
564             Ulrich Drepper  <drepper@redhat.com>
565
566         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
567         definition for GCC 3.1 and later.
568
569 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
570
571         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
572         refetch dtv, as it might have changed.
573         * elf/Makefile: Add rules to build and run tst-tls18.
574         * elf/tst-tls18.c: New test.
575         * elf/tst-tlsmod18a.c: New file.
576
577 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
578
579         [BZ #6875]
580         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
581
582 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
583
584         [BZ #6867]
585         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
586
587         [BZ #6919]
588         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
589         Fix length of copy operation.
590
591 2008-10-02  Pierre Habouzit <madcoder@debian.org>
592
593         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
594         and fix its calling convention.
595
596 2008-10-07  Andreas Schwab  <schwab@suse.de>
597
598         [BZ #6942]
599         * resolv/res_send.c (send_vc): Fix last change.
600         (send_dg): Align here as well.
601
602 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
603
604         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
605         return value in case rlimit is RLIM_INFINITY.
606
607         [BZ #6947]
608         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
609         for UL_SETFSIZE.
610         * resource/Makefile (tests): Add bug-ulimit1.
611         * resource/bug-ulimit1.c: New file.
612
613         [BZ #6974]
614         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
615         without dot.  Properly terminate the string with a null byte.
616         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
617
618         [BZ #6980]
619         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
620         negative sizees.
621         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
622         negative __size.
623
624         [BZ #6995]
625         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
626
627 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
628
629         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
630         abort if there is no initgroups_dyn function.
631
632         * resolv/res_send.c (send_dg): On timeout, only return nonzero
633         result if any of the queries really provided an answer.
634
635 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
636
637         * po/lt.po: Update from translation team.
638
639 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
640
641         * po/id.po: Update from translation team.
642
643 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
644
645         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
646         Fix tests for existence of second reply.
647
648 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
649
650         * po/id.po: New file.
651         Contributed by the Indonesian translation team.
652
653 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
654
655         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
656         initialization.
657
658 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
659
660         * elf/Makefile: Add rules to build and run tst-tls17.
661         * elf/tst-tls17.c: New test.
662         * elf/tst-tlsmod17a.c: New file.
663         * elf/tst-tlsmod17b.c: Likewise.
664
665 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
666
667         * stdlib/divmod_1.c: Use correct type for dummy variable.
668         * stdlib/mod_1.c: Likewise.
669
670 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
671
672         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
673
674 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
675
676         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
677         __nonnull order for C++.
678         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
679         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
680
681 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
682
683         * stdlib/longlong.h: Update from GCC.
684
685 2008-10-09  Jakub Jelinek <jakub@redhat.com>
686             David S. Miller  <davem@davemloft.net>
687
688         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
689         make sure any registers used with 64-bit 'branch-on-register'
690         instructions have their top 32-bits clear.
691         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
692         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
693
694 2008-09-18  Andreas Schwab  <schwab@suse.de>
695
696         [BZ #6942]
697         * resolv/res_send.c (send_vc): Fix use of unaligned address.
698         Properly handle partial reads.
699
700 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
701
702         * elf/elf.h (STO_MIPS_PLT): New.
703         (R_MIPS_COPY): New.
704         (R_MIPS_JUMP_SLOT): New.
705         (R_MIPS_NUM): Redefine to 128.
706         (DT_MIPS_PLTGOT): New.
707         (DT_MIPS_RWPLT): New.
708         (DT_MIPS_NUM): Redefine to 0x35.
709
710 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
711
712         * timezone/africa: Update from tzdata2008f.
713         * timezone/asia: Likewise.
714         * timezone/australasia: Likewise.
715         * timezone/europe: Likewise.
716         * timezone/leapseconds: Likewise.
717         * timezone/northamerica: Likewise.
718         * timezone/southamerica: Likewise.
719         * timezone/zone.tab: Likewise.
720
721 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
722
723         * nscd/connections.c: Disable use of paccept for now.
724
725 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
726
727         * socket/Versions: Remove paccept export for GLIBC_2.9.
728         * socket/Makefile (routines): Remove paccept.
729         * socket/sys/socket.h: Remove paccept declaration.
730
731         * po/sv.po: Update from translation team.
732
733 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
734
735         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
736         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
737
738 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
739
740         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
741         Patch by Olivier Fourdan <ofourdan@redhat.com>.
742
743 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
744
745         * sunrpc/rpc/svc.h: Declare svcfd_create.
746         Patch by Michael Solberg <msolberg@redhat.com>.
747
748 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
749             Ulrich Drepper  <drepper@redhat.com>
750
751         * malloc/malloc.c (public_vALLOc): Try other arenas in case
752         _int_valloc fails.
753         (public_pVALLOc): Likewise.
754
755 2008-09-02  Andreas Jaeger  <aj@suse.de>
756
757         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
758         commit.
759
760 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
761
762         [BZ #6860]
763         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
764
765 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
766
767         * Makefile (check-data): Check data directory in add-ons.
768         * elf/Makefile (check-data): Likewise.
769
770 2008-08-18  Roland McGrath  <roland@redhat.com>
771
772         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
773         * configure: Regenerated.
774         * config.make.in (cflags-cpu): New substituted variable.
775         (with-cpu): Variable removed.
776         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
777
778 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
779
780         [BZ #6845]
781         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
782         __signbitl definition and __LONG_DOUBLE_128__ guard from:
783         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
784         redundant.  Functions which call floating point assembler operations
785         should go into a sysdeps powerpc/fpu directory.
786
787 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
788
789         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
790         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
791
792 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
793
794         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
795
796         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
797         change related to AT_EXECFN.  We cannot use that string.
798         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
799         _dl_execfn member.
800         * elf/dl-support.c: Remove _dl_execfn variable.
801         (_dl_aux_init): Remove handling of AT_EXECFN.
802         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
803         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
804
805 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
806
807         [BZ #6544]
808         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
809         byte gets added to writes and seeks from the end use the length of
810         the buffer and not the currently terminating NUL byte.
811
812         [BZ #6634]
813         * login/utmp_file.c (getutent_r_file): Take additional parameter.
814         Set to true if locking failed.
815         (getutid_r_file): Adjust caller.
816         (pututline_file): Likewise.  Return NULL in this case.
817         Patch mostly by halesh.s@gmail.com.
818
819 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
820
821         [BZ #6589]
822         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
823         Define.
824         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
825
826 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
827
828         [BZ #6839]
829         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
830         macro since it is now available in elf/dynamic-link.h.
831
832 2008-08-12  Roland McGrath  <roland@frob.com>
833
834         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
835         in case used outside of libc.
836         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
837
838 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
839
840         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
841         directly instead of going through dn_comp.
842
843 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
844
845         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
846         Fix asm constraints.
847
848 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
849
850         [BZ #6790]
851         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
852         (IPV6_PMTUDISC_PROBE): Likewise.
853
854 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
855
856         [BZ #6791]
857         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
858
859 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
860             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
861
862         [BZ #6817]
863         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
864         Added the members 'vsx' and 'arch_2_06'.
865         (_dl_powerpc_platforms): Add the member 'power7'.
866         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
867         to reflect the changes required by VSX and ISA 2.06.
868         Modify _DL_PLATFORMS_COUNT to reflect the addition of
869         'power7'.
870         Defined PPC_PLATFORM_POWER7.
871         (_dl_string_platform): Add support for POWER7.
872         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
873         capability and ISA 2.06.
874
875 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
876
877         [BZ #6824]
878         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
879         macro to detect use of 128 bit long double.
880         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
881
882 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
883
884         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
885
886         [BZ #5794]
887         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
888         parameters.
889         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
890         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
891
892 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
893
894         * nscd/connections.c (main_loop_poll): Pass a buffer which is
895         guaranteed to be large enough to read inotify event.  Ignore
896         EAGAIN error.  Better error message.  Add branch predicition.
897         (main_loop_epoll): Likewise.
898
899 2008-08-02  Roland McGrath  <roland@frob.com>
900
901         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
902         Add memory clobbers.
903
904 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
905
906         * manual/arith.texi: Avoid @strong{Note:}.
907         * manual/creature.texi: Likewise.
908         * manual/filesys.texi: Likewise.
909         * manual/math.texi: Likewise.
910         * manual/memory.texi: Likewise.
911         * manual/resource.texi: Likewise.
912         * manual/syslog.texi: Likewise.
913         * manual/time.texi: Likewise.
914
915         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
916         to prevent warning.
917
918 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
919
920         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
921         new epoll_create1 interface.
922         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
923         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
924         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
925
926         * include/arpa/nameser.h (NS_GET16): Use const pointer.
927         (NS_GET32): Likewise.
928
929         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
930         syscalls, too.
931
932         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
933         use the AT_EXECFN value if it is no absolute path.
934         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
935         __ASSUME_AT_EXECFN.
936
937         * Versions.def: Add GLIBC_2.9 to libresolv.
938         * include/resolv.h: Remove hidden proto declarations for __ns_*
939         functions.  Add them for __dn_count_labels and __p_secstodate.
940         * include/arpa/nameser.h: Add a number of hidden proto declarations.
941         Define ns_msg_getflags macro here.
942         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
943         and __p_secstodate.
944         * resolv/Versions: Export functions from <arpa/nameser.h> from
945         libresolv in version GLIBC_2.9.
946         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
947         hidden definitions.
948         * resolv/ns_netint.c: Likewise.
949         * resolv/ns_parse.c: Likewise.
950         * resolv/ns_print.c: Likewise.
951         * resolv/ns_samedomain.c: Likewise.
952         * resolv/ns_ttl.c: Likewise.
953         * resolv/arpa/nameser_compat.h: Likewise.
954         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
955         function calls.
956         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
957         instead of ns_get16.
958         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
959         __ns_get32 instead of ns_get16 and ns_get32 respectively.
960         (gaih_getanswer_slice): Likewise.
961         * resolv/Makefile (libresolv-routines): Add ns_date.
962         * resolv/ns_date.c: New file.
963
964         * elf/Makefile (check-localplt.out): Also check libresolv and
965         libcrypt.
966
967 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
968
969         * sysdeps/unix/sysv/linux/kernel-features.h: Define
970         __ASSUME_O_CLOEXEC.
971
972 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
973
974         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
975         buffer passed to NSS functions.
976
977         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
978
979         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
980         Define.
981
982         * misc/syslog.c (openlog_internal): Fix compile problem.
983
984 2008-07-28  Roland McGrath  <roland@redhat.com>
985
986         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
987
988 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
989
990         * io/ftw.c (add_object): Remove inline to avoid warning.
991
992         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
993
994         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
995         Use it instead of locally defined resplen2 variable.
996         (res_nsend): Adjust for __libc_res_nsend interface change.
997         (send_vc): Initialize *resplen2 if necessary.  Read length of
998         package into an appropriately aligned variable.  Store converted length
999         in new variable and use it appropriately.
1000         Add branch prediction help.
1001         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1002         and pass it on to __libc_res_nsend.  Adjust all callers.
1003         (__libc_res_nsearch): Likewise.
1004         (__libc_res_nqeurydomain): Likewise.
1005         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1006         change.
1007         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1008         Define resplen2 variable and pass it to __libc_res_nsearch and then
1009         to gaih_getanswer.
1010         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1011         Add branch prediction.
1012         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1013         (gaih_getanswer): Don't decode second slice if first one failed due
1014         to a too small buffer.  Don't let not found status of second
1015         decoder shadow results of the first.
1016         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1017         and __libc_res_nquery interface changes
1018         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1019         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1020         __libc_res_nsearch, and __libc_res_nsend.
1021         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1022         change.
1023         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1024         __libc_res_nsearch interface changes.
1025
1026 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1027
1028         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1029
1030         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1031         file descriptors with close-on-exec set.
1032         (exec_comm_child): Fix the case where the write end of the pipe is
1033         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1034
1035         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1036         * io/pipe2.c: Likewise.
1037         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1038         instead of __ASSUME_PACCEPT.
1039         * include/unistd.h: Declare __have_pipe2.
1040         * libio/iopopen.c: Implement "e" flag.
1041         * libio/Makefile (tests): Add tst-popen1.
1042         * libio/tst-popen1.c: New file.
1043
1044         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1045         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1046
1047 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1048
1049         [BZ #6771]
1050         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1051         success call of _IO_SEEKOFF or calls which failed because the
1052         descriptor is for a pipe.
1053
1054         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1055         magic number.
1056
1057         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1058
1059         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1060         F_SETFD use if we know fopen set the flag.
1061
1062         * login/utmp_file.c (setutent_file): Minor optimization in case
1063         O_CLOEXEC is available.
1064
1065 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1066
1067         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1068         * elf/Makefile: Use pie-ccflag variable.
1069         * nscd/Makefile: Likewise.
1070         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1071
1072 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1073
1074         [BZ #6724]
1075         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1076         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1077         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1078         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1079         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1080         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1081         utmp32, utmpx32 and login32.
1082         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1083         versions of struct utmp functions to libc and libutil.
1084         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1085         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1086         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1087         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1088         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1089         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1090         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1091         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1092         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1093         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1094         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1095         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1096         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1097         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1098         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1099         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1100         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1101         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1102         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1103         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1104         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1105         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1106
1107 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1108
1109         * scripts/gen-as-const.awk: Generate more widely usable code by
1110         using 64-bit arithmetic.
1111
1112         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1113         the same treatment as narrow output code in last patch.
1114
1115         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1116
1117         [BZ #6763]
1118         * elf/dl-load.c (local_strdup): Remove inline.
1119         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1120         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1121         part of the object.
1122
1123         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1124
1125 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1126
1127         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1128         the new syscalls, too.
1129
1130         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1131         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1132
1133         [BZ #6698]
1134         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1135         parameter for end of buffer.  If temporary copy is too large use
1136         malloc.
1137         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1138         interface change.
1139         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1140         string rewrite when allocating buffer.
1141
1142         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1143         syscalls, too.
1144
1145         * nscd/connections.c (nscd_init): Clean up fcntl call.
1146
1147         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1148         SOCK_NONBLOCK if possible.
1149
1150         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1151         SOCK_CLOEXEC if available.
1152
1153         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1154         __libc_clntudp_bufcreate_internal.
1155         * include/sys/socket.h: Declare __have_sock_cloexec.
1156         * socket/Makefile (aux): Add have_sock_cloexec.
1157         * socket/have_sock_cloexec.c: New file.
1158         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1159         __libc_clntudp_bufcreate.
1160         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1161         which takes an additional parameter.  Create socket with non-blocking
1162         mode and close-on-exec flag set, if wanted.
1163         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1164         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1165         instead of clntudp_create.  The socket has already the close-on-exec
1166         flag set if SOCK_CLOEXEC is defined.
1167
1168 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1169
1170         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1171         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1172         appropriate.
1173         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1174         non-blocking mode by using socket, paccept, and inotify_init1.
1175
1176         * Versions.def (glibc): Add GLIBC_2.9.
1177         * io/Makefile (routines): Add dup3 and pipe2.
1178         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1179         * io/dup3.c: New file.
1180         * io/pipe2.c: New file.
1181         * posix/unistd.h: Declare dup3 and pipe2.
1182         * socket/Makefile (routines): Add paccept.
1183         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1184         * socket/paccept.c: New file.
1185         * socket/sys/socket.h: Declare paccept.
1186         * sysdeps/unix/syscalls.list: Add entry for dup3.
1187         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1188         epoll_create2 and inotify_init1.
1189         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1190         * sysdeps/unix/sysv/linux/paccept.c: New file.
1191         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1192         possible.
1193         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1194         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1195         inotify_init1, and pipe2 entries.
1196         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1197         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1198         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1199         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1200         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1201         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1202         SOCK_NONBLOCK.
1203         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1204         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1205         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1206         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1207         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1208         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1209         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1210         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1211         EPOLL_NONBLOCK.  Declare epoll_create2.
1212         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1213         EFD_NONBLOCK.
1214         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1215         IN_NONBLOCK.  Declare inotify_init1.
1216         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1217         SFD_NONBLOCK.
1218         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1219         TFD_NONBLOCK.
1220
1221         * elf/elf.h: Define AT_EXECFN.
1222         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1223         LD_ORIGIN_PATH.
1224         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1225         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1226         if __ASSUME_AT_EXECFN is defined.
1227         (_dl_aux_init): Handle AT_EXECFN.
1228         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1229         for 2.6.27 and up.
1230         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1231         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1232         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1233         _dl_execfn if available and avoid compatibility code if
1234         __ASSUME_AT_EXECFN is defined.
1235
1236         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1237         _dl_discover_osversion only for older kernels.
1238
1239 2008-07-22  Roland McGrath  <roland@frob.com>
1240
1241         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1242
1243 2008-07-21  Roland McGrath  <roland@frob.com>
1244
1245         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1246         returned too much data out of line.
1247
1248 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1249
1250         * locale/setlocale.c (setname): Remove inline to avoid compiler
1251         warning.
1252
1253         [BZ #6712]
1254         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1255
1256 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1257
1258         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1259         doesn't manage to write anything, fail.
1260
1261         * malloc/hooks.c (__malloc_check_init): Remove printf.
1262
1263 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1264
1265         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1266
1267 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1268
1269         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1270         from inotify.
1271         (main_loop_epoll): Likewise.
1272
1273 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1274
1275         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1276
1277         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1278         if DEBUG is defined.
1279
1280         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1281         query.  Adjust buffer size computation for padding.
1282
1283 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1284
1285         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1286         * stdio-common/tst-setvbuf1.c: New file.
1287         * stdio-common/tst-setvbuf1.expect: New file.
1288
1289         [BZ #6719]
1290         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1291         when selecting fully-buffered stream.
1292         Patch by Wang Xin <wxinee@gmail.com>.
1293
1294 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1295
1296         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1297         (__open_2): New function.
1298         (__open64_2): New alias to __open_2.
1299         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1300         (__openat_2): New function.
1301         (__openat64_2): New alias to __openat_2.
1302
1303 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1304
1305         [BZ #6723]
1306         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1307
1308 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1309
1310         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1311         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1312         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1313         __hurd_dfail.
1314         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1315         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1316         * sysdeps/mach/hurd/send.c (__send): Likewise.
1317         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1318         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1319
1320 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1321
1322         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1323         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1324         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1325         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1326         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1327         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1328
1329 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1330
1331         [BZ #6657]
1332         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1333         of %EY.
1334         Patch by Petr Baudis.
1335
1336 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1337
1338         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1339         Patch by Peter Jones <pjones@redhat.com>.
1340
1341 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1342
1343         [BZ #6654]
1344         * stdlib/canonicalize.c (__realpath): readlink can write too much
1345         into the buffer on platforms without PATH_MAX.
1346
1347 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1348
1349         [BZ #6653]
1350         * posix/tst-regex.c (main): Rename to...
1351         (do_test): ... this. Remove cmdline option processing.
1352         (TIMEOUT): Define.
1353         (TEST_FUNCTION): Define.
1354         (CMDLINE_OPTIONS): Define.
1355
1356 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1357
1358         [BZ #5210]
1359         * configure.in: Add -Werror to -fstack-protector test to catch
1360         unsupported architectures.
1361         Patch by Gilles Esponasse <g.esp@free.fr>.
1362
1363 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1364
1365         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1366         getcontext returns ENOSYS.
1367
1368 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1369
1370         * nscd/connections.c (main_loop_poll): Fix test for read error.
1371         (main_loop_epoll): Likewise.
1372
1373 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1374
1375         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1376         better place so it is not called when nscd is used.
1377
1378         * nscd/connections.c: Also recognize and handle changes to the
1379         resolver configuration file.
1380
1381 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1382
1383         * time/strftime.c: Pass reference to tzset_called around to handle
1384         recursive calls.
1385
1386         [BZ #6612]
1387         * time/strftime.c (__strftime_internal): Call tzset() only
1388         when printing timezone-dependent values.
1389         Based on a patch by Petr Baudis <pasky@suse.cz>.
1390
1391         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1392         unconditionally use second gaih_getanswer_slice result.
1393
1394         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1395         (getaddrinfo): RES must always be non-NULL.
1396
1397 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1398
1399         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1400         cr[34] registers.
1401         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1402         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1403         Likewise.
1404         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1405         register.
1406
1407 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1408
1409         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1410         fields.
1411         * nscd/connections.c (inotify_fd): New variable.
1412         (nscd_init): Try to open an inotify descriptor.
1413         If successful, watch files for databases using inotify instead of
1414         having prune threads stat the files.
1415         (nscd_run_prune): Recognize clear_cache flag being set and call
1416         prune_cache appropriately.
1417         (main_loop_poll): Add inotify descriptor to wait set and handle the
1418         reported changes.
1419         (main_loop_epoll): Likewise.
1420         * nscd/cache.c (prune_cache): Don't stat files for databases if
1421         inotify is used.
1422         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1423         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1424
1425         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1426         fixed-size portion of the record.
1427         * nscd/servicescache.c (cache_addserv): Likewise.
1428         * nscd/pwdcache.c (cache_addpw): Likewise.
1429         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1430
1431 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1432
1433         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1434         out we don't use uninitialized memory.
1435
1436         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1437         the client.
1438
1439 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1440
1441         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1442         ignore T_DNAME messages.
1443         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1444
1445 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1446
1447         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1448         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1449
1450 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1451
1452         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1453         instead of portstr to nscd_getserv_r.  Patch by
1454         Roman Kagan <rkagan@mail.ru>.
1455
1456 2008-05-26  Jim Meyering  <meyering@redhat.com>
1457
1458         Remove more useless "if" tests before "free".
1459         * include/inline-hashtab.h (htab_delete): Likewise.
1460         * libio/freopen.c (freopen): Likewise.
1461         * libio/freopen64.c (freopen64): Likewise.
1462         * locale/programs/ld-collate.c (collate_read): Likewise.
1463         * misc/fstab.c (libc_freeres_fn): Likewise.
1464         * posix/glob.c (globfree): Likewise.
1465
1466 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1467
1468         * string/Makefile (strop-tests): Add memmem.
1469         * string/test-memmem.c: New file.
1470         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1471         (test_init): Size buf1 according to BUF1PAGES.
1472
1473 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1474
1475         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1476         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1477         (CFLAGS-scanf17.c): New.
1478         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1479         * stdio-common/scanf15.c (main): Likewise.
1480         * stdio-common/scanf16.c: New file.
1481         * stdio-common/scanf17.c: New file.
1482
1483 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1484
1485         * resolv/res_send.c (send_dg): If we already have one of two
1486         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1487         use the one answer insted of failing.
1488
1489 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1490
1491         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1492         being executed on PowerPC as the expected result exceeds IBM
1493         long double 128 __LDBL_MAX__.
1494
1495 2008-05-21  Roland McGrath  <roland@redhat.com>
1496
1497         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1498
1499         * Makefile (check-data): Use $(abi-name) before other guesses.
1500         Look in $(add-ons) dirs before scripts/data/.
1501         * elf/Makefile (check-data): Likewise.
1502
1503         * scripts/soversions.awk: Grok ABI line.
1504         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1505         Emit definition for abi-name variable.
1506
1507 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1508
1509         * string/endian.h: Define new fixed-size hto* and *toh macros only
1510         if [__USE_BSD].
1511
1512         * iconvdata/Depend: Add localedata.
1513
1514 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1515
1516         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1517
1518 2008-05-08  David S. Miller  <davem@davemloft.net>
1519
1520         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1521         HIDDEN_JUMPTARGET.
1522         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1523         (__SYSCALL_CLOBBERS): Remove %g* registers.
1524         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1525         (__SYSCALL_CLOBBERS): Likewise.
1526         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1527         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1528
1529 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1530
1531         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1532         (CALL_ERRNO_LOCATION): Define.
1533         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1534         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1535         (CALL_ERRNO_LOCATION): Define.
1536         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1537         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1538         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1539
1540 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1541
1542         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1543         variable.
1544
1545 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1546
1547         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1548         (FIRST_FRAME_POINTER): Define.
1549
1550 2008-05-09  David S. Miller  <davem@davemloft.net>
1551
1552         * sysdeps/sparc/sparc64/backtrace.c: New file.
1553
1554 2008-05-14  David S. Miller  <davem@davemloft.net>
1555
1556         * sysdeps/sparc/machine-gmon.h: New file.
1557         * sysdeps/sparc/sparc-mcount.S: Likewise.
1558         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1559         sysdep_routines in gmon directory.
1560
1561 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1562
1563         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1564
1565 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1566
1567         * resolv/res_query.c (__libc_res_nquery): In case one of two
1568         answer was too short don't try to read that answer's header.
1569
1570         * resolv/res_send.c (send_dg): In case of timeout and there are
1571         two queries and one has been answered, return value indicating
1572         success.
1573
1574 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1575
1576         * nscd/cache.c (cache_add): Take additional parameter specifying
1577         whether this is in response of a cache refill.  Check alignment
1578         of package data.  Revamp waking of pruning thread.
1579         (prune_cache): Small optimization.
1580         * nscd/nscd.h: Adjust cache_add prototypes.
1581         * nscd/aicache.c: Adjust cache_add calls.
1582         * nscd/grpcache.c: Likewise.
1583         * nscd/hstcache.c: Likewise.
1584         * nscd/initgrcache.c: Likewise.
1585         * nscd/pwdcache.c: Likewise.
1586         * nscd/servicescache.c: Likewise.
1587         * nscd/connections.c (restart): Really disable cache use before
1588         exec attempt.  If it fails, reenable cache.
1589         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1590         time to max to be able to notice concurrent cache additions.  Unlock
1591         prune_lock while performing gc.  Afterwards compute wakeup time with
1592         current wakeup_time value in mind.
1593
1594 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1595
1596         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1597
1598         * nscd/mem.c (gc): Correctly determine highest used array element
1599         in mark.
1600
1601         * nscd/mem.c (markrange): Add assert to check entries are all
1602         aligned.  Small cleanup in bitmap use.
1603
1604         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1605         blockoff of type nscd_ssize_t.
1606         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1607         (mempoll_alloc): Record block offset and not address.
1608
1609         * nscd/mem.c (gc): Fix test for stack overuse.
1610
1611         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1612         more asserts.
1613
1614         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1615         entry is available, believe it.
1616
1617         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1618         no answers return NSS_STATUS_NOTFOUND.
1619         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1620         buffer does not have any content.
1621
1622 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1623
1624         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1625
1626         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1627         lookup, don't assign canon unconditionally.
1628
1629 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1630
1631         * string/Makefile (distribute): Add str-two-way.h.
1632
1633 2008-03-29  Eric Blake  <ebb9@byu.net>
1634
1635         Rewrite string searches to O(n) rather than O(n^2).
1636         * string/str-two-way.h: New file.  For linear fixed-allocation
1637         string searching.
1638         * string/memmem.c: New implementation.
1639         * string/strstr.c: New implementation.
1640         * string/strcasestr.c: New implementation.
1641
1642 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1643
1644         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1645         opr.ctx_type.
1646         (calc_first): Initialize constraint field.
1647         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1648         Use search_duplicated_node to avoid loops.  Fix grammar.
1649         (duplicate_node): Merge constraint field for all node types.
1650         (calc_eclosure_iter): Look at constraint field for all node types.
1651         * posix/regex_internal.c (create_cd_newstate): Don't look at
1652         create_cd_newstate.
1653
1654 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1655
1656         [BZ #6428]
1657         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1658
1659         [BZ #6442]
1660         * string/endian.h: Add macros for fixed-size endian conversion.
1661         * bits/byteswap.h: Allow inclusion from <endian.h>.
1662         * sysdeps/i386/bits/byteswap.h: Likewise.
1663         * sysdeps/ia64/bits/byteswap.h: Likewise.
1664         * sysdeps/s390/bits/byteswap.h: Likewise.
1665         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1666         * string/Makefile (tests): Add tst-endian.
1667         * string/tst-endian.c: New file.
1668
1669         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1670         Patch by Reuben Thomas.
1671
1672 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1673
1674         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1675
1676 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1677
1678         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1679
1680         [BZ #6461]
1681         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1682         Add missing braces.
1683         (BODY for __gconv_transform_internal_ascii): Likewise.
1684
1685         [BZ #6472]
1686         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1687         to be treated like link-local addresses.
1688         (match_prefix): Don't treat IPv4 loopback address special when
1689         converting to v4 mapped addressed.
1690
1691         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1692         if necessary.
1693         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1694         * posix/tst-rfc3484-2.c: Likewise.
1695         * posix/tst-rfc3484-3.c: Likewise.
1696
1697         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1698         and SCTP.
1699
1700         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1701
1702         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1703
1704         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1705
1706 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1707
1708         * po/lt.po: New file.  From Lituanian translation team.
1709
1710 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1711
1712         Introduce TLS descriptors for i386 and x86_64.
1713         * include/inline-hashtab.h: New file, copied from 2005's
1714         libiberty, with fix for memory leak imported afterwards by
1715         Glauber de Oliveira Costa.
1716         * elf/tlsdeschtab.h: New file.
1717         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1718         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1719         (CHECK_STATIC_TLS): Move to...
1720         * elf/dynamic-link.h: ... this file.
1721         (TRY_STATIC_TLS): New macro.
1722         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1723         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1724         R_386_TLS_DESC): Define.
1725         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1726         binutils.
1727         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1728         R_X86_64_TLSDESC): Define.
1729         (R_386_NUM, R_X86_64_NUM): Adjust.
1730         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1731         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1732         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1733         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1734         release tlsdesc_table.
1735         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1736         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1737         (elf_machine_rel): Handle R_386_TLS_DESC.
1738         (elf_machine_rela): Likewise.
1739         (elf_machine_lazy_rel): Likewise.
1740         (elf_machine_lazy_rela): Likewise.
1741         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1742         * sysdeps/i386/dl-tlsdesc.S: New file.
1743         * sysdeps/i386/dl-tlsdesc.h: New file.
1744         * sysdeps/i386/tlsdesc.c: New file.
1745         * sysdeps/i386/tlsdesc.sym: New file.
1746         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1747         tlsdesc_table.
1748         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1749         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1750         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1751         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1752         release tlsdesc_table.
1753         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1754         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1755         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1756         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1757         (elf_machine_rela): Likewise.
1758         (elf_machine_lazy_rel): Likewise.
1759         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1760         (__tls_get_addr): Do not declare for non-shared compiles.
1761         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1762         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1763         * sysdeps/x86_64/tlsdesc.c: New file.
1764         * sysdeps/x86_64/tlsdesc.sym: New file.
1765         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1766         tlsdesc_table for both 32- and 64-bit structs.
1767
1768 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1769
1770         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1771         its own function.  This reduces the frame setup costs and more.
1772
1773 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1774
1775         [BZ #3406]
1776         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1777         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1778
1779 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1780
1781         * io/openat.c (__openat_2): Also pass fd to __openat.
1782         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1783         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1784
1785         * string/tester.c (test_memcmp): Add a few more tests.
1786         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1787
1788 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1789
1790         * nscd/cache.c (cache_add): Before returning with failure and this
1791         is the first use of the record, mark it as unusable.
1792         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1793         reporting a failure.
1794         * nscd/grpcache.c: Likewise
1795         * nscd/hstcache.c: Likewise.
1796         * nscd/initgrcache.c: Likewise.
1797         * nscd/pwdcache.c: Likewise.
1798         * nscd/servicescache.c: Likewise.
1799
1800 2008-05-10  Roland McGrath  <roland@redhat.com>
1801
1802         [BZ #6505]
1803         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1804
1805 2008-05-08  David S. Miller  <davem@davemloft.net>
1806
1807         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1808
1809         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1810         (__ieee754_y0l): Likewise.
1811         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1812         (__ieee754_y1l): Likewise.
1813         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1814         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1815         frexpl and ldexpl.  math_private.h provides them and the latter
1816         is not even used.
1817         (__log1pl): Use __frexpl.
1818
1819 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1820
1821         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1822         prototypes.
1823         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1824         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1825         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1826         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1827         af==AF_UNSPEC.
1828         (_nss_nis_gethostbyname4_r): New function.
1829         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1830         Change to also handle af==AF_UNSPEC.
1831         (get_tablename): New function.  Use it to avoid duplication.
1832         (_nss_nisplus_gethostbyname4_r): New function.
1833         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1834         available.
1835         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1836         * nss/nss.h: Define struct gaih_addrtuple.
1837         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1838         af==AF_UNSPEC.
1839         (_nss_files_gethostbyname4_r): New function.
1840         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1841         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1842         calls.
1843         * resolv/res_query.c (__libc_res_nquery): Take two additional
1844         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1845         look up IPv4 and IPv6.
1846         Change all callers.
1847         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1848         for an additional query and answer buffer.  Pass to send_vc and
1849         send_dg.
1850         (send_vc): Send possibly two requests and receive two answers.
1851         (send_dg): Likewise.
1852         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1853         __libc_res_nquery.
1854         (_nss_dns_gethostbyname4_r): New function.
1855         (gaih_getanswer_slice): Likewise.
1856         (gaih_getanswer): Likewise.
1857         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1858         __libc_res_nquery call.
1859         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1860         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1861         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1862         available.
1863
1864 2008-05-05  David S. Miller  <davem@davemloft.net>
1865
1866         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1867         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1868
1869 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1870
1871         Fix termios bit macros.
1872         Move *DLY definitions where they belong, in termios.h.
1873         Add *[0-3] definitions.
1874         Fixes confusion between VT and FF.
1875         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1876         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1877         are already defined to avoid collision with termios.h.
1878         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1879         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1880         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1881         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1882         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1883         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1884         VTDLY, VT0, VT1): New macros.
1885         [__USE_GNU] (OLCUC): Change value of macro.
1886         [__USE_XOPEN] (OFILL): New macro.
1887         [__USE_BSD] (CRTSCTS): Change value.
1888         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1889         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1890         (B7200, B14400, B28800, B76800): New macros.
1891
1892 2008-05-01  David S. Miller  <davem@davemloft.net>
1893
1894         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1895         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1896         (gen-as-const-headers): Add it.
1897         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1898         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1899         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1900         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1901
1902         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1903         six system call parameters.
1904         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1905
1906 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1907
1908         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1909         RUSAGE_LWP.
1910         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1911         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1912
1913 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1914
1915         * stdlib/tst-setcontext.c: Include unistd.h.
1916
1917 2008-04-25  David S. Miller  <davem@davemloft.net>
1918
1919         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1920         Pass "union semun" properly in to sys_ipc, it must be passed
1921         by value, not by reference.
1922
1923 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1924
1925         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1926         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1927         * nscd/connections.c (mem_in_flight): Likewise.
1928
1929         * nscd/nscd.h (dbs): Make hidden.
1930
1931         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1932         Avoid returning -1, return 0 instead.
1933
1934 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1935
1936         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1937
1938 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1939
1940         [BZ #5209]
1941         * sysdeps/unix/sysv/linux/times.c: New file.
1942
1943         [BZ #5381]
1944         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1945         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1946         prototype.
1947         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1948         appropriate mem_in_flight element.
1949         (gc): Take allocations which have not yet been committed to the
1950         database into account.
1951         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1952         Reset mem_in_flight before returning.
1953         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1954         cue it up in mem_in_flight_list.
1955         * nscd/aicache.c: Adjust mempool_alloc call.
1956         * nscd/grpcache.c: Likewise.
1957         * nscd/hstcache.c: Likewise.
1958         * nscd/initgrcache.c: Likewise.
1959         * nscd/pwdcache.c: Likewise.
1960         * nscd/servicescache.c: Likewise.
1961         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
1962         of -fpie.
1963
1964         * nscd/connections.c (handle_request): Provide better error message
1965         in case SELinux forbids the service.
1966
1967         * version.h (VERSION): Bump to 2.8.90.
1968
1969 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
1970
1971         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
1972
1973 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
1974
1975         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
1976         Also use for 32-bit.
1977         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
1978         __nextafter instead of nextafter to avoid local PLT.
1979         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
1980         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
1981
1982         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
1983
1984         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
1985         __fe_nomask_env.
1986         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
1987         <fenv_libc.h> instead of <fenv.h>.
1988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1990
1991         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
1992
1993         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
1994         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
1995         function from fegetexcept and make old name weak alias.
1996         * include/fenv.h: Declare __fegetexcept.
1997         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
1998         fegetexcept.
1999         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2000         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2001         to fetestexcept.
2002         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2003         instead of frexpl to avoid local PLT.
2004         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2005         ilogbl to avoid local PLT.
2006         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2007         instead of ldexpl to avoid local PLT.
2008         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2009         __roundl not roundl to avoid local PLT.
2010         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2011         local PLTs.  Use __sincosl instead of separate sinl and cosl
2012         calls.
2013         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2014
2015         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2016         version for ppc64 to 2.4.21 since without it makecontext will fail.
2017
2018         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2019         to the ABI in use.
2020         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2021         .__tls_get_addr.
2022         [__powerpc64__] (TLS_GD): Likewise.
2023
2024 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2025
2026         [BZ #4997]
2027         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2028         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2029         mantissa.
2030         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2031         Likewise.  Also account for when x is an odd number between 2^52
2032         and 2^53-1.
2033         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2034         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2035         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2036         detect aforementioned erroneous conditions.
2037
2038 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2039
2040         * configure.in: Check for -fno-section-anchors in addition to
2041         -fno-toplevel-reorder.
2042
2043 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2044
2045         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2046
2047         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2048         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2049         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2050         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2051         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2052         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2053
2054 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2055
2056         [BZ #5443]
2057         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2058         * time/alt_digit.c: Likewise.
2059         * wcsmbs/wcsmbsload.c: Likewise.
2060
2061 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2062
2063         * version.h (VERSION): Bump to 2.8.
2064
2065         * timzeone/asia: Update from tzdata2008b.
2066         * timezone/backward: Likewise.
2067         * timezone/europe: Likewise.
2068         * timezone/northamerica: Likewise.
2069         * timezone/southamerica: Likewise.
2070         * timezone/iso3166.tab: Likewise.
2071         * timezone/leapseconds: Likewise.
2072         * timezone/zone.tab: Likewise.
2073         * timezone/private.h: Update from tzcode2008a.
2074         * timezone/zdump.c: Likewise.
2075         * timezone/zic.c: Likewise.
2076
2077 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2078
2079         [BZ #5741]
2080         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2081         Define additonal Data Cache Block instruction macros.
2082         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2083         Replace dcbst with dcbf and sync with sync/isync.
2084
2085 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2086
2087         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2088         Always set ELF_RTYPE_CLASS_PLT.
2089         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2090
2091 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2092
2093         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2094         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2095         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2096         For ISA 2.01 and later replace mftb with mfspr 268.
2097
2098 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2099
2100         [BZ #5768]
2101         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2102         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2103
2104 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2105
2106         [BZ #5768]
2107         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2108         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2109         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2110         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2111
2112 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2113
2114         * stdlib/tst-makecontext.c (othervar): New variable.
2115         (cf): Test sign extending the argument to long.
2116
2117 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2118
2119         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2120         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2121         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2122         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2123         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2124         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2125         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2126
2127 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2128
2129         * elf/Makefile (tests): Substitute tests-vis-yes here.
2130         (tests-vis-yes): Delete.
2131         (modules-name, modules-vis-yes): Similarly.
2132
2133 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2134
2135         [BZ #4407]
2136         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2137         Preserve sign in signgamp when x is zero.
2138
2139 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2140
2141         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2142         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2143         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2144         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2145         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2146         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2147
2148 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2149
2150         [BZ #4314]
2151         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2152         buffers.
2153
2154         [BZ #5209]
2155         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2156         a reserved error value.
2157
2158         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2159         value to check for correct sign extension.
2160
2161         [BZ #5436]
2162         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2163         Copy 64-bit parameter values even though this is not required in
2164         the standard.
2165
2166         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2167         PC save.
2168
2169 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2170
2171         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2172         PC save.
2173
2174 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2175
2176         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2177
2178 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2179
2180         [BZ #5998]
2181         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2182         in line-buffered stream failed.
2183         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2184
2185 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2186
2187         [BZ #6024]
2188         * scripts/abi-versions.awk: If the version specified by
2189         --enable-oldest-abi is older than the first version for this
2190         architecture, use the default version.
2191
2192         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2193         as well when ignoring the whole category.
2194
2195 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2196
2197         [BZ #6042]
2198         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2199         ETHERTYPE_* definitions.
2200         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2201
2202 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2203
2204         * stdlib/mbtowc.c (__no_r_state): Remove.
2205         (mbtowc): New static state variable.  Use it instead of
2206         __no_r_state.
2207         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2208         (__wctomb_state): New hidden variable.
2209         (wctomb): Use __wctomb_state instead of __no_r_state.
2210         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2211         (__wctomb_state): New extern decl.
2212         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2213
2214 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2215
2216         [BZ #5475]
2217         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2218
2219 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2220
2221         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2222
2223 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2224
2225         * po/nl.po: Update from translation team.
2226
2227 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2228
2229         [BZ #6007]
2230         * string/strfry.c: Handle empty strings again.
2231
2232 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2233
2234         [BZ #5443]
2235         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2236         before looking for translation.
2237         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2238         * locale/freelocale.c: Likewise.
2239         * locale/newlocale.c: Likewise.
2240         * locale/setlocale.c: Likewise.
2241         Based partially on a patch by ryo@np.css.fujitsu.com.
2242
2243 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2244
2245         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2246         acquiring wrlock.  Do conv_tab allocation while holding lock.
2247         * intl/Makefile: Add rules to build and run tst-gettext6.
2248         * intl/tst-gettext6.c: New test.
2249         * intl/tst-gettext6.sh: New file.
2250
2251 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2252
2253         * po/nl.po: Update from translation team.
2254
2255         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2256         provided through st_blksize, try the default size before giving up.
2257
2258 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2259
2260         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2261
2262         [BZ #5939]
2263         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2264
2265         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2266         error message.  POSIX today does not require the messages to be in
2267         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2268
2269         [BZ #5979]
2270         * sunrpc/auth_unix.c: Unify printed strings.
2271         * sunrpc/clnt_tcp.c: Likewise.
2272         * sunrpc/clnt_udp.c: Likewise.
2273         * sunrpc/clnt_unix.c: Likewise.
2274         * sunrpc/svc_tcp.c: Likewise.
2275         * sunrpc/svc_udp.c: Likewise.
2276         * sunrpc/svc_unix.c: Likewise.
2277         * sunrpc/xdr.c: Likewise.
2278         * sunrpc/xdr_array.c: Likewise.
2279         * sunrpc/xdr_rec.c: Likewise.
2280         * sunrpc/xdr_ref.c: Likewise.
2281         * locale/programs/ld-time.c (time_finish): Unify messages.
2282         * locale/programs/locfile.c (handle_copy): Fix typo.
2283         * nscd/nscd.c (options): Fix typo.
2284
2285         [BZ #5995]
2286         * stdlib/strtod_l.c: Use correct sign for result in one more
2287         underflow case.
2288         Patch by Eric Blake <ebb9@byu.net>.
2289
2290 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2291
2292         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2293         and creat system calls.
2294         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2295         call.
2296         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2297         system calls.
2298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2299         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2300         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2301
2302 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2303
2304         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2305         <linux/limits.h> has defined it.
2306         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2307         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2308         headers.
2309         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2310         it instead of ARG_MAX.
2311
2312 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2313
2314         * posix/gai.conf: Fix comment for scope nullbits.
2315         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2316         default to 128 bits for v4 mapped addresses.
2317
2318 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2319
2320         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2321         ptrace call to get the ieee_instruction_pointer from the kernel.
2322         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2323         ptrace call to set the ieee_instructtion_pointer.
2324         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2325         Add comment that ieee_instruction_pointer is always 0.
2326
2327 2008-03-09  Andreas Jaeger  <aj@suse.de>
2328
2329         [BZ #5857]
2330         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2331         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2332         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2333
2334         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2335         (rint_test): Likewise.
2336
2337 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2338
2339         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2340         call.
2341         (__nisfind_server): Similar for open readColdStartFile call.
2342         Patch partially by Jim Meyering.
2343         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2344         around internal_setent call.
2345
2346         * po/vi.po: New Vietnamese translation.
2347
2348         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2349         ADJ_OFFSET_SS_READ.
2350
2351         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2352         remove CLONE_STOPPED.
2353
2354 2008-02-10  Jim Meyering  <meyering@redhat.com>
2355
2356         Remove useless "if" before "free":
2357         * elf/ldconfig.c (parse_conf_include): Likewise.
2358         * gmon/gmon.c (weak_alias): Likewise.
2359         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2360         * inet/rcmd.c (__validuser2_sa): Likewise.
2361         * intl/bindtextdom.c (set_binding_values): Likewise.
2362         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2363         * libio/genops.c (save_for_backup): Likewise.
2364         * libio/wgenops.c (save_for_wbackup): Likewise.
2365         * locale/programs/ld-collate.c (collate_read): Likewise.
2366         * locale/programs/linereader.c (get_string): Likewise.
2367         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2368         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2369         * resolv/res_debug.c (do_section): Likewise.
2370         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2371         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2372         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2373         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2374         * time/tzset.c (tzset_internal): Likewise.
2375
2376 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2377
2378         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2379         of ASSEMBLER.
2380
2381 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2382
2383         [BZ #5903]
2384         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2385         not stream for output file.  Open output file here.
2386         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2387         and output file name.
2388         (process_fd): Likewise.
2389         (process_file): Likewise.
2390         (main): Adjust callers of changed functions.
2391         * iconv/iconv_prog.h: Adjust prototype.
2392
2393 2008-03-09  Andreas Jaeger  <aj@suse.de>
2394
2395         [BZ #5753]
2396         * sysdeps/ia64/ieee754.h: Use protected namespace
2397         __BIG_ENDIAN/__LITTLE_ENDIAN.
2398         * sysdeps/ieee754/ieee754.h: Likewise.
2399         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2400
2401 2008-03-08  Roland McGrath  <roland@frob.com>
2402
2403         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2404         ignore a signal that came from a machine exception, treat it as a
2405         fatal core-dump signal instead.
2406         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2407
2408         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2409         Clear DF bit in thread state's eflags.
2410         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2411
2412 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2413
2414         [BZ #5774]
2415         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2416         of NAN(...) sequence.
2417         * stdlib/Makefile (tests): Add tst-strtod6.
2418         * stdlib/tst-strtod6.c: New file.
2419
2420         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2421
2422         [BZ #5762]
2423         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2424         putting offending option character in quotes.  Clean up error
2425         messages.
2426         * po/be.po: Adjust msgstr in translation file.
2427         * po/bg.po: Likewise.
2428         * po/ca.po: Likewise.
2429         * po/cs.po: Likewise.
2430         * po/da.po: Likewise.
2431         * po/de.po: Likewise.
2432         * po/es.po: Likewise.
2433         * po/fr.po: Likewise.
2434         * po/hr.po: Likewise.
2435         * po/ko.po: Likewise.
2436         * po/nl.po: Likewise.
2437         * po/rw.po: Likewise.
2438         * po/sk.po: Likewise.
2439         * po/sv.po: Likewise.
2440         * po/tr.po: Likewise.
2441         * po/zh_CN.po: Likewise.
2442         * po/zh_TW.po: Likewise.
2443
2444         [BZ #5760]
2445         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2446         Patch by Roland Bless <roland@bless.de>.
2447
2448         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2449         .o file.
2450         * elf/Makefile (routines): Add dl-sysdep.
2451         (elide-routines.os): Likewise.
2452
2453 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2454
2455         [BZ #5786]
2456         * elf/dl-sysdep.c: Undefine ROUND after use.
2457         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2458         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2459         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2460         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2461         to ...
2462         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2463         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2464         if necessary.
2465         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2466
2467         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2468         _dl_tls_get_addr_soft element.
2469         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2470         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2471         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2472         GLRO.
2473         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2474         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2475         of internal_function.
2476
2477         * stdlib/Makefile (aux): Add tens_in_limb.
2478         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2479         * stdlib/tens_in_limb.c: ...here.  New file.
2480
2481         [BZ #5778]
2482         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2483         __statfs_chown_restricted.
2484         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2485         for _PC_CHOWN_RESTRICTED.
2486         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2487         Implement __statfs_chown_restricted.
2488         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2489         _POSIX_CHOWN_RESTRICTED value to zero.
2490         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2491         defined to zero.
2492
2493         * sysdeps/x86_64/rtld-memset.c: New file.
2494
2495 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2496
2497         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2498
2499         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2500         Barcelona machine.  Make default fall through branch of
2501         __x86_64_preferred_memory_instruction check as the integer code path.
2502
2503 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2504
2505         * sysdeps/x86_64/cacheinfo.c
2506         (__x86_64_preferred_memory_instruction): New variable.
2507         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2508
2509         * sysdeps/x86_64/memset.S: Rewrite.
2510
2511 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2512
2513         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2514         __obstack_printf_chk): New prototypes.
2515         (__vasprintf_chk, __vdprintf_chk,
2516         __obstack_vprintf_chk): Likewise.
2517         Add libc_hidden_proto.
2518         * libio/obprintf.c
2519         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2520         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2521         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2522         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2523         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2524         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2525         __obstack_vprintf_chk): New prototypes.
2526         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2527         obstack_vprintf): New inlines.
2528         * debug/dprintf_chk.c: New file.
2529         * debug/vdprintf_chk.c: New file.
2530         * debug/asprintf_chk.c: New file.
2531         * debug/vasprintf_chk.c: New file.
2532         * debug/obprintf_chk.c: New file.
2533         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2534         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2535         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2536         @@GLIBC_2.8.
2537         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2538         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2539         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2540         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2541         libc_hidden_proto.
2542         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2543         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2544         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2545         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2546         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2547         @@GLIBC_2.8.
2548         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2549         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2550         obstack_vprintf_chk.
2551         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2552         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2553         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2554         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2555         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2556         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2557
2558 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2559
2560         [BZ #5779]
2561         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2562         Patch by Roy Marples <roy@marples.name>.
2563
2564         [BZ #5736]
2565         * malloc/malloc.c: Fix typo in comment.
2566
2567         [BZ #5627]
2568         * locale/iso-639.def: Add Shuswap.
2569
2570 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2571
2572         [BZ #5790]
2573         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2574         overwrite *h_errnop/*errnop values from getanswer_r in case of
2575         failure.
2576
2577 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2578
2579         [BZ #5818]
2580         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2581         (verify_persistent_db): Remove one unnecessary test and add a new one
2582         for bad configuration.
2583         (nscd_init): Improve error reported when persistent database cannot
2584         be reused.
2585         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2586         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2587         .suggested_module and .max_db_size and case config file says the
2588         values are zero.
2589         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2590
2591         [BZ #5854]
2592         * nis/ypclnt.c (yp_order): Fix handling of return value of
2593         do_ypcall_tr call.
2594         Patch by Jeff Moyer <jmoyer@redhat.com>.
2595
2596         * po/fr.po: Update from translation team.
2597
2598 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2599             Carlos O'Donell <carlos@systemhalted.org>
2600
2601         [BZ #5012]
2602         * FAQ.in: Describe why glibc needs to be compiled with
2603         optimization.
2604
2605 2008-02-19  Roland McGrath  <roland@redhat.com>
2606
2607         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2608
2609 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2610
2611         [BZ #5737]
2612         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2613         __USE_MISC is defined.
2614
2615 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2616
2617         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2618         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2619         sys/timerfd.h.
2620         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2621         timerfd_gettime, timerfd_settime.
2622         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2623         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2624
2625 2008-02-08  Roland McGrath  <roland@redhat.com>
2626
2627         * elf/elf.h (NT_PPC_SPE): New macro.
2628
2629 2008-02-06  Roland McGrath  <roland@redhat.com>
2630
2631         * Makerules ($(common-objpfx)sysd-rules):
2632         Depend on $(sysdep-makeconfigs).
2633
2634 2008-01-31  Roland McGrath  <roland@redhat.com>
2635
2636         [BZ #5442]
2637         * configure.in: Use -print-file-name if it yields a directory,
2638         for each of include and include-fixed.
2639         * configure: Regenerated.
2640
2641         * Makeconfig (sysd-rules-targets): New variable.
2642         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2643         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2644
2645 2008-01-30  Roland McGrath  <roland@redhat.com>
2646
2647         * manual/libc.texinfo: Update back-cover text.
2648
2649         * elf/elf.h (NT_386_TLS): New macro.
2650
2651 2008-01-29  Roland McGrath  <roland@redhat.com>
2652
2653         * Makeconfig (sysd-rules-patterns): New variable.
2654         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2655         (check-inhibit-asm): New canned sequence, replaces ...
2656         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2657         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2658         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2659         (CFLAGS-rtld): Variable removed.
2660
2661 2008-01-24  Roland McGrath  <roland@redhat.com>
2662
2663         * configure.in: Let configure fragments set base_os.
2664         * configure: Regenerated.
2665
2666 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2667
2668         * po/ko.po: Update from translation team.
2669
2670 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2671
2672         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2673
2674 2008-01-12  Andreas Jaeger  <aj@suse.de>
2675
2676         [BZ #5040]
2677         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2678         Add EPOLLRDHUP.
2679
2680 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2681
2682         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2683         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2684         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2685
2686 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2687
2688         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2689         * elf/dl-close.c (_dl_close): Check for it.
2690         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2691         (_dl_allocate_static_tls): Likewise.
2692         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2693         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2694         to it.
2695         * elf/tst-tls16.c: New file.
2696         * elf/tst-tlsmod16a.c: New file.
2697         * elf/tst-tlsmod16b.c: New file.
2698         * elf/Makefile: Add rules to build and run tst-tls16.
2699
2700 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2701
2702         [BZ #5628]
2703         * bits/shm.h: Fix comment describing shmid_ds.
2704         * sysdeps/gnu/bits/shm.h: Likewise.
2705         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2706         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2707         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2708         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2709         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2710         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2711         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2712         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2713         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2714
2715         [BZ #5607]
2716         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2717         prototypes.
2718         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2719         additional suffixes.
2720         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2721         Add optional functions mq_timedreceive and mq_timedsend.
2722         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2723         * conform/data/pthread.h-data: Fix prototype of
2724         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2725         * conform/data/semaphore.h-data: Allow time.h definitions.
2726         * conform/data/signal.h-data: Likewise.
2727         * conform/data/stdio.h-data: getw and putw are not required in v6.
2728         * conform/data/stdlib.h-data: Change setstate prototype.
2729         * conform/data/string.h-data: Fix strerror_r prototype.
2730         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2731         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2732         Fix readlink prototype.
2733         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2734         in6addr_loopback.
2735         * inet/netinet/in.h: Cleanup namespace.
2736         * posix/regex.h: Likewise.
2737         * resolv/netdb.h: Likewise.
2738         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2739         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2740         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2741         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2742         of names of in in6_addr.
2743         (default_precedence): Likewise.
2744         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2745         NULL definition.
2746
2747 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2748
2749         * conform/data/fmtmsg.h-data: Add missing allows.
2750         * conform/data/ftw.h-data: Likewise.
2751         * conform/data/inttypes.h-data: Likewise.
2752         * conform/data/math.h-data: Likewise.
2753         * conform/data/signal.h-data: Likewise.
2754         * conform/data/net/if.h-data: Likewise.
2755         * conform/data/netinet/in.h-data: Likewise.
2756         * conform/data/sys/socket.h-data: Likewise.
2757
2758         [BZ #5614]
2759         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2760         (__strtok_r): Simplify.
2761         * string/tester.c (test_strtok_r): Add test case for futile search
2762         with single-character seach string.
2763
2764 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2765
2766         * po/ko.po: Update from translation team.
2767
2768 2008-01-11  Andreas Jaeger  <aj@suse.de>
2769
2770         [BZ #5600]
2771         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2772         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2773         kernel header.
2774
2775 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2776
2777         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2778         native interface lookup in all the relevant places.
2779
2780 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2781             Ulrich Drepper  <drepper@redhat.com>
2782
2783         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2784         field.  Use sockaddr_in6 for source_addr.
2785         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2786         (match_prefix): Likewise.
2787         (get_label): Likewise.
2788         (get_precedence): Likewise.
2789         (rfc3484_sort): Change to use indirect access to results array.
2790         Adjust to use of sockaddr_in6.  Replace service_order test with
2791         simple index comparison.
2792         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2793         service_order field.  Adjust qsort_t calls.  Access sorted result
2794         array indirectly through order array.
2795         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2796         * posix/tst-rfc3484-2.c: Likewise.
2797         * posix/tst-rfc3484-3.c: Likewise.
2798
2799 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2800
2801         [BZ #5541]
2802         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2803         pollfd structures.
2804         Patch by André Cruz.
2805
2806         [BZ #5545]
2807         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2808         (clnt_spcreateerror): Likewise.
2809
2810         [BZ #5553]
2811         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2812         (public_mEMALIGn): Likewise.
2813         Patch mostly by Daniel Jacobowitz.
2814
2815 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2816
2817         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2818         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2819         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2820         * stdlib/tst-makecontext2.c: New test.
2821
2822 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2823
2824         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2825         defined.
2826         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2827         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2828         transliteration hooks and REINIT_PARAMS afterwards.
2829         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2830         status.
2831         (REINIT_PARAMS): Define.
2832         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2833         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2834         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2835         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2836         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2837         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2838         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2839         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2840         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2841         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2842         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2843         * iconvdata/tst-iconv7.c: New test.
2844
2845 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2846
2847         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2848
2849 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2850
2851         [BZ #5112]
2852         * nscd/connections.c (restart): Fix condition.
2853
2854 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2855
2856         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2857         __ctype_toupper_loc): Add __THROW.
2858
2859 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2860
2861         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2862         recognition of interface family.
2863
2864         * posix/getconf.c: Update copyright year.
2865         * nss/getent.c: Likewise.
2866         * iconv/iconvconfig.c: Likewise.
2867         * iconv/iconv_prog.c: Likewise.
2868         * elf/ldconfig.c: Likewise.
2869         * catgets/gencat.c: Likewise.
2870         * csu/version.c: Likewise.
2871         * elf/ldd.bash.in: Likewise.
2872         * elf/sprof.c (print_version): Likewise.
2873         * locale/programs/locale.c: Likewise.
2874         * locale/programs/localedef.c: Likewise.
2875         * nscd/nscd.c (print_version): Likewise.
2876         * debug/xtrace.sh: Likewise.
2877         * malloc/memusage.sh: Likewise.
2878         * malloc/mtrace.pl: Likewise.
2879         * debug/catchsegv.sh: Likewise.
2880
2881 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2882
2883         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2884         second lookup.
2885
2886 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2887
2888         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2889         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2890
2891 2007-12-17  Roland McGrath  <roland@redhat.com>
2892
2893         * inet/ether_line.c (ether_line): Remove unused variable.
2894
2895 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2896
2897         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2898         and winp.
2899         * login/openpty.c (openpty): Likewise.
2900         * login/pty.h (openpty, forkpty): Likewise.
2901         * manual/terminal.texi (openpty, forkpty): Likewise.
2902
2903 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2904
2905         * malloc/malloc.c (public_cALLOc): For arenas other than
2906         main_arena, count all bytes inside the mprotect_size range of the
2907         heap as uninitialized.
2908
2909 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2910
2911         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2912         executable stacks.
2913
2914         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2915         mTRIm for all of them.
2916         (mTRIm): Additionally iterate over all free blocks and use madvise
2917         to free memory for all those blocks which contain at least one
2918         memory page.
2919         * malloc/tst-trim1.c: New file.
2920         * malloc/Makefile (tests): Add tst-trim1.
2921
2922         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2923
2924 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2925
2926         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2927         First cast argument to long
2928         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2929         Return long.
2930         (__vdso_clock_gettime): Likewise.
2931         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2932         return long.
2933
2934 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2935
2936         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2937         * locale/nl_langinfo_l.c: Real implementation, copied from
2938         nl_langinfo.c.
2939         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2940
2941 2007-12-01  Jim Meyering  <meyering@redhat.com>
2942
2943         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2944         that would inhibit utf8-optimization of a regexp containing line-
2945         or buffer-anchors, e.g., `^', `$'.
2946
2947 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2948
2949         * time/bug-getdate1.c (do_test): Don't use century values which
2950         aren't valid on 32-bit systems.
2951
2952 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2953
2954         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2955         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2956         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2957         __strcat_g, __strncat_g): Add __asm__.
2958
2959 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2960
2961         [BZ #5477]
2962         * io/fchmodat.c: Fix typo in stub_warning use.
2963         Patch by Petr Salinger.
2964
2965 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
2966
2967         * iconvdata/hp-thai8.c: New file.
2968         * iconvdata/Makefile: Add rules for hp-thai8.c.
2969         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
2970         * iconvdata/gconv-modules: Likewise.
2971
2972         [BZ #5464]
2973         * iconvdata/hp-greek8.c: New file.
2974         * iconvdata/Makefile: Add rules for hp-greek8.c.
2975         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
2976         * iconvdata/gconv-modules: Likewise.
2977
2978         [BZ #5463]
2979         * iconvdata/hp-turkish8.c: New file.
2980         * iconvdata/Makefile: Add rules for hp-turkish8.c.
2981         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
2982         * iconvdata/gconv-modules: Likewise.
2983
2984         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
2985         (shrink_heap): ... this new function.
2986         (heap_trim): Call shrink_heap instead of grow_heap.
2987
2988         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
2989         case don't call alloc_perturb.
2990
2991 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
2992
2993         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
2994         possible.
2995         * sysdeps/unix/sysv/linux/kernel-features.h
2996         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
2997         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
2998
2999 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3000
3001         [BZ #5424]
3002         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3003         * stdio-common/Makefile (tests): Add bug22.
3004         * stdio-common/bug22.c: New file.
3005
3006         [BZ #5451]
3007         * time/getdate.c: Fix filling in default values.
3008         * time/bug-getdate1.c: New file.
3009         * time/Makefile: Add rules to build and run bug-getdate1.
3010
3011         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3012         * iconvdata/ebcdic-es.c: Likewise.
3013         * iconvdata/ebcdic-es-a.c: Likewise.
3014         * iconvdata/ebcdic-uk.c: Likewise.
3015         * iconvdata/iso8859-16.c: Likewise.
3016         * iconvdata/viscii.c: Likewise.
3017         * iconvdata/iso8859-9e.c: Likewise.
3018         * iconvdata/Makefile: Adjust appropriately.
3019
3020         [BZ #5428]
3021         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3022         __need_wint_t.
3023
3024 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3025
3026         [BZ #5427]
3027         * iconvdata/hp-roman9.c: New file.
3028         * iconvdata/Makefile: Add rules for hp-roman9.c.
3029         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3030         * iconvdata/gconv-modules: Likewise.
3031
3032         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3033         * iconvdata/Makefile: Adjust appropriately.
3034
3035         [BZ #5441]
3036         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3037         structure, it's allocated with alloca.
3038         * stdio-common/Makefile (tests): Add bug21.
3039         * stdio-common/bug21.c: New file.
3040
3041 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3042
3043         [BZ #5452]
3044         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3045         keyword for gcc's braced-groups.
3046
3047 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3048
3049         [BZ #5454]
3050         * inet/ether_line.c: Strip hostname of whitespaces.
3051         * inet/Makefile (tests): Add tst-ether_line.
3052         * inet/tst-ether_line.c: New file.
3053
3054 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3055
3056         [BZ #5439]
3057         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3058
3059         [BZ #5435]
3060         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3061
3062         * stdlib/tst-setcontext.c: Catch the case where the links gets
3063         messed up and we do not reach main again.
3064
3065         * po/ca.po: Update from translation team.
3066
3067 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3068
3069         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3070         * posix/regex.h (REG_ENOSYS): Likewise.
3071         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3072
3073 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3074
3075         * nscd/nscd.h (MAX_STACK_USE): Define.
3076         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3077         (gc): Initialize stack_used based on allocation in prune_cache.
3078         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3079         Clear array before use.
3080
3081         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3082         memory allocation failed.
3083         * nscd/hstcache.c (cache_addhst): Likewise.
3084         * nscd/grpcache.c (cache_addgr): Likewise.
3085         * nscd/servicescache.c (cache_addserv): Likewise.
3086         * nscd/pwdcache.c (cache_addpw): Likewise.
3087         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3088
3089 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3090
3091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3092         and creat system calls.
3093
3094         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3095
3096 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3097
3098         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3099         Add netiucv/iucv.h.
3100         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3101         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3102         protocol.
3103         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3104         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3105         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3106
3107 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3108
3109         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3110         strncat): Define as macros to avoid compile errors.
3111
3112         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3113         creat entries.
3114
3115 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3116
3117         [BZ #5382]
3118         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3119         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3120         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3121         overflow it.
3122         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3123
3124         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3125         Return zero in case the thread library is not NPTL.
3126
3127         [BZ #5375]
3128         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3129         initializing interface list.
3130
3131         [BZ #5378]
3132         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3133         use result of nss_getgrgid_r if nothing was found.  For other
3134         error return with a failure.
3135         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3136
3137         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3138         macro name.
3139
3140 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3141
3142         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3143         (get_scope): For IPv4 scope, use scopes table.
3144         (fini): Free scopes table if necessary.
3145         (free_scopelist): New function.
3146         (scopecmp): New function.
3147         (gaiconf_init): Also handle scopev4 entries.
3148         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3149         * posix/tst-rfc3484-2.c (do_test): Likewise.
3150         * posix/gai.conf: Document scopev4 defaults.
3151         * posix/Makefile (tests): Add tst-rfc3484-3.
3152         * posix/tst-rfc3484-3.c: New file.
3153
3154         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3155         Teredo tunnels.
3156         * posix/gai.conf: Update for current default tables.
3157
3158 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3159
3160         * po/tr.po: Update from translation team.
3161
3162 2007-11-18  Roland McGrath  <roland@frob.com>
3163
3164         * manual/arith.texi (Remainder Functions): Spelling fix.
3165         From Shaun Silk <genix@mysoul.com.au>.
3166
3167         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3168
3169 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3170
3171         * po/zh_CN.po: Update from translation team.
3172
3173         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3174         Add sys/signalfd.h and sys/eventfd.h.
3175
3176 2007-11-15  Bruno Haible  <bruno@clisp.org>
3177
3178         [BZ #5346]
3179         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3180         union.
3181         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3182         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3183         it needs only fixed stack space. Delay the initialization of
3184         msgid_len until it is needed.
3185
3186 2007-11-15  Andreas Jaeger  <aj@suse.de>
3187
3188         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3189         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3190
3191 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3192
3193         * po/ko.po: Update from translation team.
3194
3195 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3196
3197         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3198         significantly.  The device type is also part of the ifinfomsg data.
3199
3200         * po/sv.po: Update from translation team.
3201         * po/nl.po: Likewise.
3202
3203         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3204         to wake up in 24 hours.
3205
3206         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3207
3208 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3209
3210         * po/cs.po: Update from translation team.
3211         * po/pl.po: Likewise.
3212
3213         * include/ifaddrs.h: Remove in6ai_temporary.
3214         (struct in6addrinfo): Add index element.
3215         Declare __check_native.
3216         * inet/Makefile (aux): Add check_native.
3217         * sysdeps/unix/sysv/linux/check_native.c: New file.
3218         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3219         IFA_F_TEMPORARY.  Pass back ifa_index.
3220         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3221         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3222         call __check_native if necessary.
3223         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3224         to sort addresses.  Pass information about the results.
3225         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3226         of rfc3484_sort interface.
3227         * posix/tst-rfc3484-2.c: Likewise.
3228
3229         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3230         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3231         for _quicksort.
3232         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3233         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3234         on as third parameter to compare function and _quicksort.
3235         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3236         to the compare function.
3237         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3238         * Versions.def: Add GLIBC_2.8 for libc.
3239
3240         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3241         * posix/tst-rfc3484-2.c: Likewise.
3242
3243         * include/kernel-features.h: Moved to...
3244         * sysdeps/mach/hurd/kernel-features.h: ...here.
3245
3246 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3247
3248         * sysdeps/i386/i586/memcpy_chk.S: New file.
3249         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3250         * sysdeps/i386/i586/memset_chk.S: Likewise.
3251
3252 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3253
3254         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3255         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3256         list of interfaces.  Also store prefix length.
3257         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3258         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3259         prefix if source and destination address are in the same subnet.
3260         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3261         Always look for matching record in in6ai list.
3262         Correct source_addr_len value for IPv6->IPv4 converted records.
3263
3264 2007-11-11  Roland McGrath  <roland@frob.com>
3265
3266         * include/kernel-features.h: New file.
3267
3268 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3269
3270         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3271         complications for 64-bit platforms.
3272
3273         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3274         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3275         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3276         open64_2.
3277         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3278         entries.
3279         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3280         * sysdeps/wordsize-64/alphasort.c: New file.
3281         * sysdeps/wordsize-64/alphasort64.c: New file.
3282         * sysdeps/wordsize-64/fseeko.c: New file.
3283         * sysdeps/wordsize-64/fseeko64.c: New file.
3284         * sysdeps/wordsize-64/ftello.c: New file.
3285         * sysdeps/wordsize-64/ftello64.c: New file.
3286         * sysdeps/wordsize-64/ftw.c: New file.
3287         * sysdeps/wordsize-64/ftw64.c: New file.
3288         * sysdeps/wordsize-64/iofgetpos.c: New file.
3289         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3290         * sysdeps/wordsize-64/iofopen.c: New file.
3291         * sysdeps/wordsize-64/iofopen64.c: New file.
3292         * sysdeps/wordsize-64/iofsetpos.c: New file.
3293         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3294         * sysdeps/wordsize-64/lockf.c: New file.
3295         * sysdeps/wordsize-64/lockf64.c: New file.
3296         * sysdeps/wordsize-64/mkostemp.c: New file.
3297         * sysdeps/wordsize-64/mkostemp64.c: New file.
3298         * sysdeps/wordsize-64/mkstemp.c: New file.
3299         * sysdeps/wordsize-64/mkstemp64.c: New file.
3300         * sysdeps/wordsize-64/scandir.c: New file.
3301         * sysdeps/wordsize-64/scandir64.c: New file.
3302         * sysdeps/wordsize-64/tmpfile.c: New file.
3303         * sysdeps/wordsize-64/tmpfile64.c: New file.
3304         * sysdeps/wordsize-64/versionsort.c: New file.
3305         * sysdeps/wordsize-64/versionsort64.c: New file.
3306         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3307         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3308         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3309         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3310         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3311         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3312         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3313         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3314         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3315         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3316         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3317         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3318
3319         * crypt/sha256-crypt.c: Fix a comment.
3320         * crypt/sha512-crypt.c: Likewise.
3321
3322 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3323
3324         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3325
3326 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3327
3328         [BZ #5277]
3329         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3330         because output buffer is too small break, don't loop.
3331         * iconvdata/Makefile (tests): Add bug-iconv6.
3332         * iconvdata/bug-iconv6.c: New file.
3333
3334 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3335
3336         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3337         with size_t type.
3338         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3339         size_t.  Add casts where needed.
3340
3341         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3342         old headers, don't call avc_has_perm if we don't have the
3343         permission information.
3344
3345 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3346
3347         * elf/rtld.c (dl_main): Use the page size to find the map start.
3348
3349 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3350
3351         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3352         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3353
3354         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3355         when the lookup call failed.
3356
3357         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3358         Add prune_cond and wakeup_time.
3359         (CACHE_PRUNE_INTERNAL): Define.
3360         Update declarations of prune_cache and setup_thread.
3361         * nscd/connections.c (dbs): Update initializers.
3362         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3363         (nscd_init): Default number of threads is now 4.
3364         (invalidate_cache): Take lock before calling prune_cache.
3365         (handle_request): If SELinux forbids the request, say so.
3366         (readylist_cond): Use static initializer.
3367         (nscd_run_prune): New function.  Used only by pruning threads.
3368         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3369         here.
3370         (fd_ready): Update nscd_run reference.
3371         (start_threads): No need to initialize readylist_cond.
3372         Start pruning threads separately.
3373         * nscd/nscd_setup_thread.c: Change return value type to int and always
3374         return 0.
3375         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3376         to int and return nonzero value if we can use the TID address hack.
3377         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3378         the database is later than the new entry's timeout, update the
3379         wakeup time and wake the cleanup thread.
3380         (prune_cache): Return seconds the next entry in the database is still
3381         valid.  Remove locking for pruning here.
3382         * nscd/nscd.conf: Document default number of threads.
3383
3384 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3385
3386         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3387         stack is properly aligned for the target function.
3388         Correct unwind info.
3389
3390         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3391         when using auditing libraries.
3392
3393 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3394
3395         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3396         _nss_dns_getnetbyaddr2_r.
3397         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3398         extra parameter to getanswer_r.
3399         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3400         _nss_dns_getnetbyaddr2_r.
3401
3402         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3403         gethstbynm3_r.
3404         * nscd/gethstbynm2_r.c: Remove.
3405         * nscd/gethstbynm3_r.c: New file.
3406         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3407         __gethostbyaddr_r.
3408         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3409         __gethostbyaddr_r compatibility wrapper.
3410         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3411         determining timeout of entry.
3412         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3413         __gethostbyaddr2_r.
3414         (addhstbyX): Pass reference to variable for TTL to lookup and
3415         cache_addhst.
3416         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3417         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3418         and __nss_next2.  Remove __nss_services_lookup.
3419         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3420         Add compat wrapper.
3421         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3422         __nss_next2.
3423         * nss/getXXent_r.c: Likewise.
3424         * nss/getnssent_r.c: Likewise.
3425         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3426         does not exist in module, try the optional second name.
3427         (__nss_next2): New function.
3428         (__nss_next): Now wrapper around __nss_next2.
3429         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3430         Declare __nss_next2.
3431         Adjust definition of db_lookup_function type.
3432         * nss/service-lookup.c: Define NO_COMPAT.
3433         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3434         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3435         * inet/ether_ntoh.c: Likewise.
3436         * sunrpc/netname.c: Likewise.
3437         * sunrpc/publickey.c: Likewise.
3438         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3439         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3440         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3441         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3442         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3443
3444         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3445
3446         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3447
3448 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3449
3450         [BZ #5204]
3451         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3452         * crypt/sha512c-test.c: Likewise.
3453
3454         [BZ #5225]
3455         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3456         to keep track of end of %[ format string element.
3457         * stdio-common/Makefile (tests): Add bug20.
3458         * stdio-common/bug20.c: New file.
3459
3460         [BZ #5222]
3461         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3462         path elements in counting mode.
3463
3464 2007-10-27  Andreas Jaeger  <aj@suse.de>
3465
3466         [BZ #5040]
3467         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3468
3469         [BZ #3112]
3470         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3471         (__cleanup): Free shared library when exiting.
3472         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3473         (__cleanup): Free shared library when exiting.
3474
3475 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3476
3477         [BZ #2549]
3478         * math/libm-test.inc (check_float_internal): Support
3479         denormalized return.
3480
3481 2007-10-23  Andreas Jaeger  <aj@suse.de>
3482
3483         [BZ #5208]
3484         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3485         __LONG_LONG_PAIR to handle little endian byte order.
3486         Suggested by abhishekrai@google.com
3487
3488 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3489
3490         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3491
3492 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3493
3494         * nscd/cache.c (prune_cache): Move test for modified file outside
3495         of locking.
3496
3497 2007-10-21  Andreas Jaeger  <aj@suse.de>
3498
3499         * manual/texinfo.tex: Update to latest version.
3500
3501         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3502
3503         * manual/arith.texi (Status bit operations): Fix formatting.
3504
3505         * manual/errno.texi (Error Messages): Fix formatting.
3506
3507         * manual/sysinfo.texi (System Parameters): Fix formatting.
3508
3509         * manual/libc.texinfo: Update VERSION and UPDATED.
3510
3511 2007-10-19  Roland McGrath  <roland@redhat.com>
3512
3513         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3514
3515 2007-10-06  David S. Miller  <davem@davemloft.net>
3516
3517         * configure.in: Add sparcv9v2 and sparc64v2.
3518         * scripts/config.sub: Likewise.
3519         * configure: Regenerate.
3520         * elf/elf.h (HWCAP_SPARC_N2): New.
3521         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3522         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3523         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3524         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3525         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3526         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3527         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3528
3529 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3530
3531         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3532         even if the poll result indicates there is data to read.
3533         Patch by Jeff Moyer <jmoyer@redhat.com>.
3534
3535 2007-10-18  Roland McGrath  <roland@redhat.com>
3536
3537         * elf/elf.h (NT_PPC_VMX): New macro.
3538
3539 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3540
3541         * version.h (VERSION): Set to 2.7.90.
3542
3543 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3544
3545         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3546         weak_alias.
3547
3548 2007-10-17  Roland McGrath  <roland@frob.com>
3549
3550         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3551         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3552
3553 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3554
3555         * version.h (VERSION): Bump to 2.7.
3556         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3557
3558         [BZ #5186]
3559         * time/tzset.c (__tz_convert): Don't force testing for a change of
3560         TZ if not called from localtime.  But then also see whether the
3561         file changed, in case __use_tzfile is set.
3562
3563         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3564         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3565         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3566         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3567         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3568         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3569         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3570         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3571
3572 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3573
3574         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3575         and admin selects to be able to replace the gai.conf file, lock
3576         data structures around the qsort call.
3577
3578 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3579
3580         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3581         new memset.
3582         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3583         too high for the improvements.  Implement bzero unconditionally for
3584         use in libc.
3585
3586 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3587             Jakub Jelinek  <jakub@redhat.com>
3588
3589         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3590         even when time_t is 32-bit.
3591         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3592         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3593         always set after the search.
3594
3595 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3596
3597         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3598         unreachable code on 32-bit machines.
3599
3600 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3601
3602         [BZ #5184]
3603         * time/strftime_l.c: Include stdbool.h.
3604         (my_strftime): New wrapper, old function renamed to...
3605         (__strftime_internal): ... new function.  Add tzset_called
3606         argument, pass it down to recursive calls, don't call tzset ()
3607         if already true, set to true after call to tzset ().
3608
3609 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3610
3611         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3612         into account when copying TZ string.
3613
3614 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3615
3616         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3617         num_transition rather than num_transitions - 1.
3618
3619 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3620
3621         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3622         PIC indirect jump.
3623
3624         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3625         a local label rather than HIDDEN_JUMPTARGET.
3626
3627 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3628
3629         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3630         (init_cacheinfo): Initialize it.
3631         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3632         Always define bzero.
3633         Remove non-glibc code.
3634         * sysdeps/x86_64/bzero.S: Make an empty file.
3635
3636 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3637
3638         * sysdeps/x86_64/cacheinfo.c
3639         (__x86_64_preferred_memory_instruction): New.
3640         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3641
3642         * sysdeps/x86_64/memset.S: Rewrite.
3643
3644 2007-10-15  Roland McGrath  <roland@redhat.com>
3645
3646         * po/libc.pot: Regenerated.
3647
3648 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3649
3650         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3651         pointers.
3652
3653         [BZ #3425]
3654         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3655         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3656         address record to T_A/T_AAAA requests.
3657
3658 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3659
3660         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3661
3662         * posix/glob.c: Add some branch prediction throughout.
3663
3664         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3665         read from nscd.
3666
3667         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3668         service_order.
3669         (rfc3484_sort): Make sure that even if qsort doesn't support
3670         stable sorting out sorting here is stable by comparing service_order.
3671         (getaddrinfo): Initialize service_order.
3672         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3673         service_order field to sorting structure.
3674         * posix/tst-rfc3484-2.c (do_test): Likewise.
3675
3676         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3677         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3678         __tzset_parse_tz and updating of daylight, timezone, tzname into
3679         update_vars.
3680         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3681         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3682         happens in __tz_compute.
3683         * time/tzfile.c (__tzfile_read): Also read TZ string.
3684         (find_transition): Fold into __tzfile_compute.
3685         (__tzfile_compute): For times beyond the last transition try to
3686         use the TZ string.
3687         * timezone/tst-timezone.c: Information in daylight and tzname does
3688         change for Asia/Tokyo timezone with more concrete information.
3689         Remove the test.
3690
3691         * include/stdio.h: Add libc_hidden_proto for ftello.
3692         * libio/ftello.c: Add libc_hidden_def.
3693
3694         [BZ #1140]
3695         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3696         on the specified time and not the last entries in the file.  Move
3697         code to determine tzname[] to...
3698         (find_transition): ...here.  Add ugly guess for times before the
3699         first transition.
3700
3701 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3702
3703         [BZ #3195]
3704         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3705         no entry.
3706         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3707         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3708         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3709         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3710
3711         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3712         read mechanism when there are no group members and avoid no-op
3713         read syscall in this case.
3714
3715         [BZ #3242]
3716         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3717         (__readall): If reading failed due to EAGAIN error wait a bit
3718         and possibly try again.
3719         (__readvall): Likewise.
3720
3721 2007-10-13  Bruno Haible  <bruno@clisp.org>
3722
3723         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3724         when we cannot recode the message.
3725
3726 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3727
3728         [BZ #4359]
3729         * libio/__freading.c (__freading): Don't return true for
3730         write-only streams.  For read/write streams, check whether we
3731         performed a read operation already.
3732         * libio/Makefile (tests): Add tst-ext2.
3733         * libio/tst-ext2.c: New file.
3734
3735 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3736
3737         * locale/programs/repertoire.c (repertoire_read): Always free
3738         memory for repertoire file name [Coverity CID 270].
3739
3740         * elf/cache.c (save_aux_cache): Free memory allocated for
3741         temporary file name [Coverity CID 267].
3742
3743 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3744
3745         * misc/Makefile (headers): Add bits/error.h.
3746
3747 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3748
3749         * posix/fnmatch_loop.c: Take rule index returned as part of
3750         findidx return value into account when accessing weights.
3751         * posix/regcomp.c: Likewise.
3752         * posix/regexec.c: Likewise.
3753
3754         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3755         (skip_to): Fix problems with parameter of elifdef/elifndef.
3756
3757 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3758
3759         * iconv/gconv_simple.c: Add some branch prediction.
3760
3761 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3762
3763         * locale/programs/ld-collate.c (collate_read): If ignore_content
3764         and nowtok is tok_define, eat any tok_eol tokens.
3765
3766 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3767
3768         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3769         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3770
3771         * inet/netinet/in.h: Don't include bits/socket.h.
3772         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3773         macro.
3774         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3775
3776 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3777
3778         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3779         and tok_elifndef.
3780         * locale/programs/locfile-kw.gperf: Likewise.
3781         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3782
3783 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3784
3785         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3786         (__find_specwc): Change into __extern_always_inline function.
3787         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3788         (__parse_one_specmb): Remove ps argument.
3789         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3790         Adjust __find_specmb and __parse_one_specmb callers.
3791         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3792         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3793         Removed.
3794         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3795         caller.
3796
3797 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3798
3799         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3800         with some Pentium Ds.
3801
3802 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3803
3804         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3805         __read not read.
3806         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3807         __write not write.
3808
3809 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3810
3811         [BZ #181]
3812         * locale/C-time.c: Set week_1stday data to 19971201.
3813         * locale/programs/ld-time.c (time_finish): Default for
3814         first_workday is Monday.
3815
3816         [BZ #2633]
3817         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3818
3819         [BZ #5103]
3820         * posix/glob.c (glob): Recognize patterns starting \/.
3821         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3822         (main): Add test for pattern starting \/.
3823
3824         * misc/error.h: Use __const instead of const.
3825         * misc/bits/error.h: Likewise.
3826
3827 2007-10-07  Andreas Jaeger  <aj@suse.de>
3828
3829         * include/bits/error.h: New file.
3830
3831         * misc/bits/error.h (error_at_line): Fix prototype.
3832
3833 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3834
3835         [BZ #3924]
3836         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3837         more little bugs in creating the stack frame when pltexit has to
3838         be called.
3839
3840         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3841         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3842
3843         [BZ #4407]
3844         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3845         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3846         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3847         * math/libm-test.inc: Add test for this case.
3848
3849         [BZ #5010]
3850         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3851         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3852         map service succeeded.
3853         (svc_is_mapped): New function.
3854         (svc_unregister): Use it before trying to unmap service.
3855
3856 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3857
3858         * timezone/zic.c: Update from tzcode2007h.
3859
3860         [BZ #5063]
3861         * timezone/africa: Update from tzdata2007h.
3862         * timezone/antarctica: Likewise.
3863         * timezone/asia: Likewise.
3864         * timezone/australasia: Likewise.
3865         * timezone/europe: Likewise.
3866         * timezone/leapseconds: Likewise.
3867         * timezone/northamerica: Likewise.
3868         * timezone/southamerica: Likewise.
3869         * timzeone/zone.tab: Likewise.
3870
3871         [BZ #5104]
3872         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3873
3874         [BZ #5113]
3875         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3876         avoid warning with -Wconversion.
3877         (__strndup): Likewise.
3878         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3879
3880         [BZ #5112]
3881         * nscd/connections.c (restart): Don't resync if database is
3882         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3883
3884         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3885         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3886
3887         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3888         evetnfd_read, eventfd_write.
3889         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3890         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3891         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3892         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3893         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3894         eventfd_write for GLIBC_2.7.
3895
3896         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3897         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3898         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3899         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3900
3901 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3902
3903         * stdlib/msort.c: Include stdint.h.
3904         (struct msort_param): New type.
3905         (msort_with_tmp): Use struct msort_param pointer for unchanging
3906         parameters.  Add optimized handling for several common sizes
3907         and indirect sorting mode.
3908         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3909         sorting.
3910         Suggested by Belazougui Djamel .
3911
3912         * stdlib/Makefile (tests): Add tst-qsort2.
3913         * stdlib/tst-qsort2.c: New test.
3914
3915 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3916
3917         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3918         for dup2 in case another thread races with the current one.  Retry
3919         in this case.
3920
3921         * misc/error.h: Remove support for use outside of libc.  We have to
3922         include <features.h> now.  Include <bits/error.h> if possible.
3923         * misc/bits/error.h: New file.
3924
3925 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3926
3927         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3928         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3929         __extern_always_inline functions unconditionally, drop macros.
3930
3931         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3932         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3933         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3934
3935         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3936         add __artificial__ attribute.
3937
3938 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3939
3940         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3941         backward to forward direction.
3942
3943         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3944
3945         [BZ #645]
3946         * locale/programs/ld-collate.c (collate_finish): Compare against last
3947         used section which is known to have rules defined.
3948         (collate_read): After order_start, correctly record order of sections
3949         and queue sections up.
3950
3951 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3952
3953         [BZ #5071]
3954         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3955         the same number of pages.
3956         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3957
3958         * locale/programs/ld-collate.c (collate_read): After initial copy
3959         statement, continue in state 0.
3960
3961         * include/stdio_ext.h (__fsetlocking): Define as macro.
3962
3963 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
3964
3965         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
3966         of section order.
3967
3968         * po/pt_BR.po: Fix typo.
3969
3970 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
3971
3972         * iconvdata/Makefile (modules): Add ISO8859-9E.
3973         (distribute): Add iso8859-9e.c.
3974         (gen-8bit-gap-modules): Add iso8859-9e.
3975         * iconvdata/iso8859-9e.c: New file.
3976         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
3977         * iconvdata/TESTS: Likewise.
3978         * iconvdata/tst-tables.sh: Likewise.
3979
3980         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
3981
3982         * locale/iso-639.def: Add several new entries.
3983
3984 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
3985
3986         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
3987         void * pointers instead of struct link_map **.
3988         (_dl_scope_free): Change argument type to void *.
3989         * include/link.h (struct link_map): Change type of l_reldeps
3990         to struct link_map_reldeps, move l_reldepsact into that
3991         struct too.
3992         * elf/dl-deps.c: Include atomic.h.
3993         (_dl_map_object_deps): Only change l->l_initfini when it is
3994         fully populated, use _dl_scope_free for freeing it.  Optimize
3995         removal of libs from reldeps by using l_reserved flag, when
3996         some removal is needed, allocate a new list instead of
3997         reallocating and free the old with _dl_scope_free.  Adjust
3998         for l_reldeps and l_reldepsact changes.
3999         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4000         searching in l_initfini and l_reldeps without holding dl_load_lock.
4001         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4002         l_reldepsact changes.
4003         * elf/dl-close.c (_dl_close_worker): Likewise.
4004         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4005
4006 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4007
4008         * iconvdata/Makefile (modules): Add KOI8-RU.
4009         (distribute): Add koi8-ru.c.
4010         (gen-8bit-gap-modules): Add koi8-ru.
4011         * iconvdata/koi8-ru.c: New file.
4012         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4013         * iconvdata/TESTS: Likewise.
4014         * iconvdata/tst-tables.sh: Likewise.
4015
4016         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4017
4018 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4019
4020         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4021         with __warning__/__error__ attributes.
4022         (__warnattr): Define.
4023         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4024         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4025         __warnattr.
4026         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4027         of __*_chk if compile time detectable overflow is found.
4028         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4029         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4030         with __warnattr.
4031         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4032         instead of __*_chk if compile time detectable overflow is found.
4033         (__gets_alias): Rename to...
4034         (__gets_warn): ... this.  Add __warnattr.
4035         (gets): Call __gets_warn instead of __gets_alias.
4036         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4037         aliases with __warnattr.
4038         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4039         time detectable overflow is found.
4040         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4041         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4042         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4043         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4044         __getdomainname_chk_warn): New aliases with __warnattr.
4045         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4046         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4047         __*_chk_warn instead of __*_chk if compile time detectable overflow
4048         is found.
4049         (__getgroups_chk): Rename argument to __listlen from listlen.
4050         (__getwd_alias): Rename to...
4051         (__getwd_warn): ... this.  Add __warnattr.
4052         (getwd): Call __getwd_warn instead of __getwd_alias.
4053         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4054         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4055         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4056         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4057         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4058         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4059         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4060         compile time detectable overflow is found.
4061         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4062         to use __*_chk or not.
4063         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4064         in comparisons which function should be called and in __*_chk*
4065         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4066         detectable overflow is found.
4067         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4068         __*_chk argument.
4069         * debug/tst-chk1.c (do_test): Add a few more tests.
4070
4071 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4072
4073         [BZ #5058]
4074         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4075         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4076         (_nl_unload_domain): Finalize conversions_lock.
4077         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4078         handling table of known conversions.
4079
4080 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4081
4082         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4083         close_not_cancel_no_status instead of close.
4084
4085 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4086
4087         [BZ #5028]
4088         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4089         nrules != 0 for multibyte chars.
4090
4091 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4092
4093         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4094         Provide better error message in case the type is unknown.
4095
4096         [BZ #4963]
4097         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4098         * string/stratcliff.c: Make usable to test wide char functions.
4099         * wcsmbs/wcsatcliff.c: New file.
4100         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4101
4102         [BZ #4972]
4103         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4104         (distribute): Add mac-centraleurope.c.
4105         (gen-8bit-gap-modules): Add mac-centraleurope.
4106         * iconvdata/mac-centraleurope.c: New file.
4107         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4108         * iconvdata/TESTS: Likewise.
4109         * iconvdata/tst-tables.sh: Likewise.
4110
4111         [BZ #5043]
4112         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4113
4114 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4115
4116         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4117         from __x86_64_core_cache_size_half.
4118         (init_cacheinfo): Compute shared cache size for AMD processors with
4119         shared L3 correctly.
4120         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4121         name change.
4122         Patch in large parts by Evandro Menezes.
4123
4124 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4125
4126         * elf/dl-lookup.c (add_dependency): Handle failing memory
4127         allocation for dependency list.  Remove unnecessary check.
4128
4129         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4130         open/close when determining source addresses.
4131
4132         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4133         sha512-crypt, and sha512.
4134         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4135         (distribute): Add sha256.h and sha512.h.
4136         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4137         and call the appropriate code.
4138         * crypt/sha256-crypt.c: New file.
4139         * crypt/sha256.c: New file.
4140         * crypt/sha256.h: New file.
4141         * crypt/sha256c-test.c: New file.
4142         * crypt/sha256test.c: New file.
4143         * crypt/sha512-crypt.c: New file.
4144         * crypt/sha512.c: New file.
4145         * crypt/sha512.h: New file.
4146         * crypt/sha512c-test.c: New file.
4147         * crypt/sha512test.c: New file.
4148
4149 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4150
4151         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4152         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4153         __syslog_chk.
4154
4155 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4156
4157         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4158         %as in fscanf format strings.
4159
4160         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4161         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4162         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4163         Likewise.
4164         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4165         Likewise.
4166
4167         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4168         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4169         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4170         * elf/dl-sym.c (do_sym): Likewise.
4171         * include/link.h (struct link_map): Add l_serial field.
4172         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4173         * elf/dl-lookup.c (add_dependency): Add flags argument.
4174         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4175         flags, use THREAD_GSCOPE_RESET_FLAG before and
4176         THREAD_GSCOPE_SET_FLAG after
4177         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4178         Don't dereference map until it has been found on some list.
4179         If map->l_serial changed, return -1.
4180
4181 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4182
4183         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4184         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4185         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4186         libc_hidden_proto.
4187         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4188         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4189         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4190         add libc_hidden_proto.
4191         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4192         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4193         conformance requested.
4194         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4195         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4196         conformance requested.
4197         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4198         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4199         conformance requested.
4200         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4201         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4202         ISO C99 or POSIX conformance requested.
4203         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4204         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4205         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4206         and __isoc99_vsscanf@@GLIBC_2.7.
4207         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4208         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4209         (tests): Add scanf14.
4210         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4211         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4212         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4213         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4214         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4215         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4216         from using internal headers.
4217         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4218         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4219         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4220         and __isoc99_vswscanf@@GLIBC_2.7.
4221         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4222         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4223         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4224         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4225         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4226         * stdio-common/isoc99_scanf.c: New file.
4227         * stdio-common/isoc99_vsscanf.c: New file.
4228         * stdio-common/isoc99_vscanf.c: New file.
4229         * stdio-common/isoc99_vfscanf.c: New file.
4230         * stdio-common/isoc99_fscanf.c: New file.
4231         * stdio-common/isoc99_sscanf.c: New file.
4232         * wcsmbs/isoc99_fwscanf.c: New file.
4233         * wcsmbs/isoc99_vswscanf.c: New file.
4234         * wcsmbs/isoc99_swscanf.c: New file.
4235         * wcsmbs/isoc99_wscanf.c: New file.
4236         * wcsmbs/isoc99_vwscanf.c: New file.
4237         * wcsmbs/isoc99_vfwscanf.c: New file.
4238         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4239         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4240         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4241         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4242         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4243         * stdio-common/scanf14.c: New test.
4244         * stdio-common/scanf15.c: New test.
4245         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4246         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4247         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4248         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4249         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4250         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4251         __nldbl___isoc99_scanf@@GLIBC_2.7,
4252         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4253         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4254         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4255         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4256         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4257         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4258         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4259         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4260         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4261         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4262         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4263         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4264         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4265         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4266         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4267         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4268         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4269         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4270         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4271         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4272         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4273         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4274         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4275         functions.
4276         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4277         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4278         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4279         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4280         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4281         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4282         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4283         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4284         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4285         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4286         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4287         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4288
4289         * stdio-common/Makefile (tests): Add scanf13.
4290         (scanf13-ENV): New.
4291         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4292         m modifier followed by l.
4293         (STRING_ARG): Add width argument.
4294         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4295         <case L_('C')>: Handle %mlc and %mC.
4296         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4297         arguments.
4298         * stdio-common/scanf13.c: New test.
4299
4300         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4301         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4302
4303 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4304
4305         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4306         type and __THROW marker of splice, vmsplice, and tee.
4307         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4308         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4309         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4310         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4311         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4312         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4313         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4314         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4315         as cancellation points.
4316
4317 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4318
4319         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4320         parse more than three parts of the version number.
4321
4322 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4323
4324         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4325         modifier.  Patch by Jakub Jelinek.
4326
4327 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4328
4329         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4330         call_fallocate in misc subdir.
4331         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4332         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4333         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4334         instead of __fallocate64.
4335         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4336
4337 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4338
4339         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4340         * rt/Makefile (headers): Add bits/mqueue2.h.
4341         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4342         optimizing with GCC and __va_arg_pack_len is defined.
4343         * rt/bits/mqueue2.h: New file.
4344         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4345         (mq_open): New strong_alias.
4346         (__mq_open_2): New function.
4347         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4348         (mq_open): New strong_alias.
4349         (__mq_open_2): New function.
4350         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4351         * Versions.def (librt): Add GLIBC_2.7 version.
4352         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4353         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4354
4355         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4356         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4357         is defined rather than when not C++.
4358         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4359         __openat64_alias): New redirects.
4360         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4361         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4362         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4363         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4364         functions instead of function-like macros.
4365
4366 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4367
4368         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4369         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4370         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4371
4372 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4373
4374         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4375         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4376
4377 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4378
4379         * inet/tst-network.c: Increment ERRORS for failing tests.
4380
4381 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4382
4383         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4384         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4385         implement as __extern_always_inline function.
4386         (vsyslog): Define as __extern_always_inline function unconditionally.
4387         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4388         When __va_arg_pack is defined, implement as __extern_always_inline
4389         functions.
4390         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4391         __extern_always_inline functions unconditionally.
4392         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4393         bits/stdio2.h will be included.
4394         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4395         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4396         implement as __extern_always_inline functions.
4397         (vswprintf, vwprintf, vfwprintf): Define as
4398         __extern_always_inline functions unconditionally.
4399         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4400
4401 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4402
4403         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4404         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4405         attribute.
4406         * include/features.h (__USE_EXTERN_INLINES): Define only when
4407         __extern_inline is defined.
4408         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4409         is defined instead of when not __cplusplus.
4410         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4411         is defined instead of when not __cplusplus.
4412         * socket/sys/socket.h: Include bits/socket2.h when
4413         __extern_always_inline is defined instead of when not __cplusplus.
4414         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4415         is defined instead of when not __cplusplus.
4416         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4417         is defined instead of when not __cplusplus.
4418         * string/string.h: Include bits/string3.h when __extern_always_inline
4419         is defined instead of when not __cplusplus.
4420         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4421         is defined instead of when not __cplusplus.
4422         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4423         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4424         is not defined.
4425         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4426         defined __extern_always_inline instead of !defined __cplusplus.
4427         * libio/bits/stdio-ldbl.h: Likewise.
4428         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4429         * misc/bits/syslog.h (syslog): Don't define for C++.
4430         (vsyslog): Use __extern_always_inline function for C++ instead of
4431         a macro.
4432         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4433         whenever that macro is defined.
4434         (vprintf): Don't provide the inline for C++.
4435         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4436         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4437         define the macros for C++.
4438         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4439         __extern_always_inline functions for C++.
4440         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4441         stat64, lstat64, fstat64, fstatat64): Don't define if not
4442         __USE_EXTERN_INLINES.
4443         * wcsmbs/bits/wchar2.h: Fix #error message.
4444         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4445         (vswprintf, vwprintf, vfwprintf): Define using
4446         __extern_always_inline functions for C++.
4447         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4448         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4449         strncpy, strcat, strncat): Define as __extern_always_inline
4450         functions instead of macros for C++.
4451         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4452         defined __extern_inline.
4453         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4454         to __extern_inline whenever that macro is defined.
4455         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4456         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4457         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4458         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4459         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4460         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4461         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4462         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4463         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4464         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4465         prototypes.  Only provide __extern_inline routines if
4466         __USE_EXTERN_INLINES.
4467         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4468         tests.
4469         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4470         For now avoid some *printf tests in C++.  Skip all testing
4471         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4472         is not.
4473         * debug/tst-chk4.cc: New file.
4474         * debug/tst-chk5.cc: New file.
4475         * debug/tst-chk6.cc: New file.
4476         * debug/tst-lfschk4.cc: New file.
4477         * debug/tst-lfschk5.cc: New file.
4478         * debug/tst-lfschk6.cc: New file.
4479         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4480         prototypes in C++.
4481         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4482         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4483         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4484
4485 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4486
4487         * po/cs.po: Update from translation team.
4488
4489 2007-09-11  Roland McGrath  <roland@redhat.com>
4490
4491         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4492         compiling.
4493
4494 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4495
4496         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4497
4498 2007-09-05  Roland McGrath  <roland@redhat.com>
4499
4500         * manual/signal.texi (Signaling Another Process): Typo fix.
4501         From Karl Berry <karl@freefriends.org>.
4502
4503 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4504
4505         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4506         zero if not defined.
4507         (make_request): Recognize optimistic addresses and treat them like
4508         deprecated addresses.
4509         Reported by Neil Horman <nhorman@redhat.com>.
4510
4511 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4512
4513         * nscd/connections.c (send_ro_fd): Also transfer file size.
4514         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4515         file size don't call fstat.
4516
4517         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4518         ahead and map the file.  This should always be correct and we can
4519         catch problems later.
4520
4521 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4522
4523         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4524         prototypes.
4525         (__fread_alias, __fread_unlocked_alias): New aliases.
4526         (fread): New extern inline.
4527         (fread_unlocked): Likewise.  Undef macro before definition of
4528         the inline function.
4529         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4530         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4531         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4532         and __fread_unlocked_chk@@GLIBC_2.7.
4533         * debug/fread_chk.c: New file.
4534         * debug/fread_u_chk.c: New file.
4535         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4536
4537 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4538
4539         * sysdeps/unix/sysv/linux/syscalls.list
4540         (personality): Change caller to EXTRA.
4541
4542 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4543
4544         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4545         to keep gcc quiet.
4546         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4547
4548         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4549         NDEBUG is defined.
4550
4551         * Makerules: Use -p option with mkdir.
4552
4553         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4554         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4555         (_xdr_directory_obj): Likewise.
4556         (xdr_entry_obj): Likewise.
4557         (xdr_group_obj): Likewise.
4558         (xdr_link_obj): Likewise.
4559         (xdr_table_obj): Likewise.
4560         (_xdr_nis_result): Likewise.
4561         (_xdr_ns_request): Likewise.
4562         (_xdr_ib_request): Likewise.
4563         (_xdr_nis_taglist): Likewise.
4564         (xdr_cback_data): Likewise.
4565         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4566         (xdr_ypresp_maplist): Likewise.
4567
4568         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4569
4570         * posix/regex_internal.h: Prevent some declarations and definitions
4571         to be seen when used in tests.
4572
4573         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4574         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4575
4576         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4577
4578         * config.make.in (datarootdir): Add to shut up configure.
4579
4580         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4581         associativity for fully-associative caches.
4582
4583         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4584         requests.  Fill on more associativity values for L2.
4585         Patch mostly by Evandro Menezes.
4586
4587 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4588
4589         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4590         (_libc_vdso_platform_setup): Avoid using exported variable by using
4591         alias.
4592
4593         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4594
4595         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4596         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4597         defined.
4598
4599 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4600
4601         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4602         align stack for call if pltexit is to be used.
4603
4604         [BZ #3924]
4605         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4606         align for function call in case pltexit has to be called later.
4607
4608         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4609         implicit atomic operation when storing function pointer.
4610         (_dl_runtime_profile): Likewise.
4611
4612 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4613
4614         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4615         NIS_NOTFOUND.
4616
4617 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4618
4619         [BZ #4566]
4620         * string/strtok.c: Fix typo in comment.
4621
4622         [BZ #4582]
4623         * debug/segfault.c: Fix typos in comments.
4624
4625         [BZ #4588]
4626         * stdio-common/tempnam.c: Fix comment, it is not checked that
4627         TMPDIR points to a writable directory.
4628
4629         [BZ #4726]
4630         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4631         memory allocated for the name server address.
4632
4633         [BZ #4946]
4634         * nscd/connections.c (handle_request): Using sendfile always
4635         requires that mmap is used for the database.
4636         Patch by Petr Baudis <pasky@suse.cz>.
4637
4638         [BZ #4905]
4639         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4640         suddenly has two or more addresses, ignore it and remove the old
4641         entry.
4642
4643         [BZ #4814]
4644         * resolv/res_hconf.c: Prepare for compiling outside libc.
4645         * nscd/res_hconf.c: New file.
4646         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4647         the new file.
4648         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4649         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4650
4651         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4652
4653         [BZ #4925]
4654         * debug/pcprofiledump.c: Turn on internationalization by calling
4655         setlocale.  Patch mostly by Benno Schulenberg.
4656
4657         [BZ #4936]
4658         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4659         the state.
4660         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4661         * iconvdata/bug-iconv5.c: New file.
4662
4663 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4664
4665         [BZ #4896]
4666         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4667         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4668         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4669         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4670         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4671         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4672         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4673         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4674
4675 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4676
4677         [BZ #4937]
4678         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4679         lookup loop.  Suggested by John Reiser.
4680
4681 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4682
4683         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4684
4685 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4686
4687         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4688         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4689         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4690         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4691         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4692         to...
4693         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4694
4695 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4696
4697         * po/nl.po: Update from translation team.
4698
4699 2007-08-16  Andreas Jaeger  <aj@suse.de>
4700
4701         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4702         Reported by Peter Festner <peter.festner@ewetel.net>.
4703
4704 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4705
4706         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4707
4708 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4709
4710         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4711         to check for undefined symbols.
4712
4713         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4714         If the syscall fails, set errno to the actual returned error number
4715         rather than EINVAL.
4716         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4717         arguments are incorrect, set errno to EINVAL, if the syscall
4718         fails, set errno to the actual returned error number.
4719
4720         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4721         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4722
4723         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4724         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4725         file.
4726         (ASI_PNF, ASI_BLK_P): Don't define.
4727         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4728         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4729         file.
4730         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4731         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4732         file.
4733
4734 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4735
4736         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4737         FE_UNDERFLOW on Niagara CPUs.
4738
4739         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4740         exceptions.
4741
4742 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4743
4744         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4745         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4746         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4747         flush should be used or not inside of the function.
4748         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4749
4750         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4751         __thread_start): Use HIDDEN_JUMPTARGET.
4752         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4753         __thread_start): Likewise.
4754         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4755
4756         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4757         Add libc_hidden_proto.
4758         (STRTOF): Add libc_hidden_proto.
4759         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4760         (strtold_l, wcstold_l): Use them as second argument for
4761         long_double_symbol.
4762
4763 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4764
4765         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4766
4767 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4768
4769         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4770
4771 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4772
4773         * po/bg.po: New file.  From the translation team.
4774
4775 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4776
4777         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4778         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4779         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4780         when each feature was introduced.
4781
4782         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4783         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4784         (CHECK_HASH): New macro.
4785         (PREPARE_VERSION): Use it.
4786
4787         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4788         prototype if not __ASSUME_PSELECT.
4789         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4790         prototype if not __ASSUME_PPOLL.
4791
4792         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4793
4794         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4795         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4796         is defined.
4797
4798 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4799
4800         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4801         (_libc_vdso_platform_setup): If vDSO is not available point
4802         __vdso_gettimeofday to the vsyscall.
4803         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4804         __vdso_gettimeofday instead of vsyscall.
4805
4806 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4807
4808         * nscd/servicescache.c: Include kernel-features.h.
4809         * nscd/gai.c: Likewise.
4810         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4811         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4812         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4813         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4814         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4815         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4816         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4817         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4818         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4819
4820 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4821
4822         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4823         and _dl_get_origin defines anymore.
4824
4825         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4826         Build fix for systems which might lack POSIX timer support.
4827
4828         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4829         (_libc_vdso_platform_setup): Mangle function pointers before storing
4830         them.
4831         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4832         Demangle vdso pointer before use.
4833         (INTERNAL_VSYSCALL): Likewise.
4834
4835         * elf/cache.c (primes): Mark as const.
4836         Noted by Roland McGrath.
4837
4838 2007-08-01  Andreas Jaeger  <aj@suse.de>
4839             Jakub Jelinek  <jakub@redhat.com>
4840
4841         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4842         (options): Add option.
4843         (parse_opt): Handle option.
4844         (manual_link): Adjust process_file caller.  Call implicit_soname.
4845         (search_dir): Formatting.  Use and populate auxiliary cache.
4846         (main): Load and save auxiliary cache.
4847         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4848         stat64 from fstat64 to caller.
4849         (implicit_soname): New function.
4850         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4851         leave *soname as NULL.
4852         * elf/cache.c: Include libgen.h.
4853         (print_entry, print_cache, compare, save_cache, add_to_cache):
4854         Formatting and cleanups.
4855         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4856         aux_cache_file): New structures.
4857         (AUX_CACHEMAGIC): Define.
4858         (primes): New array.
4859         (aux_hash_size, aux_hash): New variables.
4860         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4861         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4862         load_aux_cache, save_aux_cache): New functions.
4863         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4864         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4865         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4866         (process_file): Adjust prototype.
4867
4868 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4869
4870         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4871         with __need_size_t.
4872
4873 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4874
4875         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4876         r_found_version structure as second parameter.
4877         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4878         (_dl_vdso_vsym): Change type of second parameter accordingly.
4879         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4880         (_libc_vdso_platform_setup): Adjust.
4881         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4882         (_libc_vdso_platform_setup): Likewise.
4883
4884         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4885         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4886         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4887         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4888         * csu/libc-start.c: Pretty printing.
4889         Use VDSO_SETUP if defined.
4890         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4891         and let generic code call into _libc_vdso_platform_setup.
4892         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4893         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4894         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4895         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4896         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4897         for GLIBC_PRIVATE.
4898         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4899         (sysdep_rountines): Add dl-vdso.
4900
4901         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4902         of routines.
4903
4904         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4905         attribute_hidden to __vdso_gettimeofday prototype.
4906
4907 2007-08-12  Roland McGrath  <roland@redhat.com>
4908
4909         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4910         From: Karl Berry <karl@freefriends.org>.
4911
4912 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4913
4914         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4915         an atime update for the files we read.
4916
4917 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4918
4919         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4920
4921         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4922         instead of mkstemp.
4923
4924         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4925         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4926         * misc/mkostemp.c: New file.
4927         * misc/mkostemp64.c: New file.
4928         * stdlib/stdlib.h: Declare the new functions.
4929         * sysdeps/posix/tempname.c: Add new parameter which is added to
4930         the flags for open.  Remove __GT_BIGFILE handling.
4931         * stdio-common/tempname.c: Likewise.
4932         * include/stdio.h: Adjust __gen_tempname prototype.
4933         Renumber __GT_* constants.
4934         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4935         * misc/mkdtemp.c: Likewise.
4936         * misc/mkstemp.c: Likewise.
4937         * misc/mkstemp64.c: Likewise.
4938         * misc/mktemp.c: Likewise.
4939         * stdio-common/tempnam.c: Likewise.
4940         * stdio-common/tmpfile.c: Likewise.
4941         * stdio-common/tmpfile64.c: Likewise.
4942         * stdio-common/tmpnam.c: Likewise.
4943         * stdio-common/tmpnam_r.c: Likewise.
4944
4945 2007-08-10  Roland McGrath  <roland@frob.com>
4946
4947         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4948         New macros.
4949         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4950         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4951
4952 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4953
4954         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4955         possible.
4956         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4957         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4958         * nss/nss_files/files-have_o_cloexec.c: New file.
4959
4960         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
4961         available.
4962
4963 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
4964
4965         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
4966         ___new_wcstold_l): New weak aliases.
4967         (strtold_l, wcstold_l): Use them as second argument for
4968         long_double_symbol.
4969
4970 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
4971
4972         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
4973         register in test for error.
4974
4975         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
4976         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
4977
4978         * po/sv.po: Update from translation team.
4979
4980 2007-08-06  Roland McGrath  <roland@redhat.com>
4981
4982         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
4983         Remove __strto*_l inlines.
4984         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
4985         * stdlib/strtod.c: Add libc_hidden_def.
4986         * stdlib/strtod_l.c: Likewise.
4987         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
4988         for __new_strtold and __new_wcstold.
4989         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
4990         __STRTOF, STRTOF.
4991         * stdlib/strtol.c: Add libc_hidden_def.
4992         * stdlib/strtol_l.c: Likewise.
4993         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
4994         strtoq.
4995
4996         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
4997
4998         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
4999         * scripts/data/localplt-generic.data: ... here.
5000         * elf/Makefile (check-data): Get generic file if no other.
5001         ($(objpfx)check-localplt.out): Make target unconditional.
5002
5003         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5004         Use ElfW(Nhdr).
5005
5006 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5007
5008         * po/zh_CN.po: Updated translation from translation team.
5009
5010 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5011
5012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5013         Don't use CGOTSETUP and CGOTRESTORE macros.
5014
5015 2007-08-04  Roland McGrath  <roland@redhat.com>
5016
5017         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5018
5019 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5020
5021         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5022         __extension__ around the whole statement expression.
5023
5024 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5025
5026         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5027         elements during initialization.
5028
5029         * po/pl.po: Updated translation from translation team.
5030         * po/tr.po: Likewise.
5031         * po/nl.po: Likewise.
5032
5033 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5034
5035         * rt/aio.h: Add __nonnull attributes.
5036
5037 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5038
5039         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5040         * stdlib/Makefile (tests): Add tst-strtod5.
5041         (tst-strtod5-ENV): New.
5042         * stdlib/tst-strtod5.c: New file.
5043
5044         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5045         failed.
5046         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5047         on failure.
5048
5049         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5050         allocated.
5051
5052 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5053
5054         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5055         numbers.
5056
5057 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5058
5059         * io/Makefile (aux): Add have_o_cloexec.
5060         * include/fcntl.h: Declare __have_o_cloexec.
5061         * io/have_o_cloexec.c: New file.
5062         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5063         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5064         fcntl call if not necessary.
5065         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5066         of local variable.
5067
5068         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5069         Avoid memset, add explicit initialization.
5070         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5071         to the end and change into zero-sized array.
5072         Move lock member to fill a hole on 64-bit platforms.
5073
5074         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5075         inline functions.
5076         * include/stdlib.h: Add __strto*_internal prototypes here.
5077         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5078         inline functions.
5079         * include/wchar.h: Add __wcsto*_internal prototypes.
5080         * sysdeps/generic/inttypes.h: No need to protect the declaration
5081         of the __strto*_internal and __wcsto*_internal members here.
5082
5083         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5084
5085 2007-08-02  Roland McGrath  <roland@redhat.com>
5086
5087         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5088         $(inst_bindir)/getconf if possible.
5089
5090         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5091         (generated): Add it.
5092         ($(inst_libexecdir)/getconf): Use it.
5093
5094 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5095
5096         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5097         /proc is faster and sufficient.  /sys is still needed for
5098         __get_nprocs_conf.
5099
5100 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5101
5102         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5103         syscall as __fallocate64.
5104         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5105         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5106
5107 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5108
5109         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5110         value.
5111
5112         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5113         if off_t is different rank from size_t.
5114
5115         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5116         uw_frame_state_for): Avoid type punning warnings.
5117         * sysdeps/generic/unwind-dw2-fde-glibc.c
5118         (_Unwind_IteratePhdrCallback): Likewise.
5119         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5120         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5121         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5122         pointers.
5123
5124 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5125
5126         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5127         total processors using sysfs.
5128         (__get_nprocs): Use sysfs to determine which processors are online.
5129
5130 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5131
5132         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5133         syscall arguments count.
5134
5135         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5136
5137 2007-07-30  Roland McGrath  <roland@redhat.com>
5138
5139         * manual/libc.texinfo: Update copyrights, formatting magic, and
5140         @dircategory.  From Karl Berry <karl@freefriends.org>.
5141
5142 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5143
5144         [BZ #4860]
5145         * io/Makefile (headers): Add bits/fcntl2.h.
5146
5147         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5148         using gcc builtin.
5149         (__CPU_EQUAL_S): Likewise.
5150
5151         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5152         (tests): Add tst-cpuset.
5153         * posix/sched_cpualloc.c: New file.
5154         * posix/sched_cpufree.c: New file.
5155         * posix/tst-cpuset.c: New file.
5156         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5157         GLIBC_2.7.
5158         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5159         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5160         macros.  Define CPU_*_S macros.
5161
5162 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5163
5164         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5165         entry.
5166
5167         [BZ #4858]
5168         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5169         #.0g and value rounded to 1.0.
5170         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5171
5172 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5173
5174         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5175         for int_frac_digits and frac_digits.
5176
5177         * login/logout.c (logout): Avoid aliasing violation.
5178         * login/logwtmp.c (logwtmp): Likewise.
5179
5180         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5181
5182         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5183         to avoid warning.
5184         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5185         warning.
5186         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5187         warning.
5188         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5189         to avoid warnings.
5190
5191         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5192         void **.
5193         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5194
5195         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5196         char * to avoid warning.
5197         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5198
5199         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5200
5201         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5202         allocate_arrays): Cast second argument to charmap_find_symbol
5203         to char * to avoid warnings.
5204
5205         * locale/programs/repertoire.c (repertoire_new_char): Change
5206         from_nr, to_nr and cnt to unsigned long, adjust printf format
5207         string.
5208
5209         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5210         Cast second argument to new_element to char * to avoid warnings.
5211
5212         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5213
5214         * intl/gettextP.h (struct loaded_domain): Change plural to const
5215         struct expression *.
5216         * intl/plural-eval.c (plural_eval): Change first argument to
5217         const struct expression *.
5218         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5219         argument to const struct expression **.
5220         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5221         prototypes.
5222         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5223         in call to __gettext_free_exp.
5224
5225         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5226         unitialized wstring/wpattern var warnings.
5227
5228         * posix/runtests.c (struct a_test): Make data field const char *.
5229
5230         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5231         vars if not LDBL_MANT_DIG >= 106.
5232
5233         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5234
5235         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5236         __find_specmb to avoid warning.
5237
5238         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5239
5240         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5241         to avoid warnings.
5242
5243         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5244         initializer.
5245
5246         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5247         tv var when it will be actually used.
5248
5249         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5250         to avoid warnings.
5251
5252         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5253         char array resp. pointer.
5254         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5255         char array.
5256         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5257         to const unsigned char **.
5258         (ucs4_to_cns11643): Change second argument to unsigned char *.
5259         * iconvdata/euc-tw.c (BODY): Change endp type to
5260         const unsigned char *.
5261         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5262         to unsigned char *.
5263         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5264         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5265         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5266         types to unsigned char pointers/arrays instead of char.
5267         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5268         to unsigned char *.
5269         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5270         * iconvdata/jis0212.h: Include assert.h.
5271         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5272         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5273         of trying to handle that.
5274         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5275         shut up a warning.
5276         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5277         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5278         two dimensional const unsigned char arrays.
5279         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5280         Initialize endp to inptr to shut up a warning.
5281
5282 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5283
5284         [BZ #4772]
5285         * time/strptime_l.c (__strptime_internal): Silently ignore
5286         strftime modifiers and field width in recursive calls.
5287
5288         * include/time.h (enum ptime_locale_status): Remove.
5289         (__strptime_internal): Remove decided and era_cnt arguments,
5290         add statep argument.
5291         * time/strptime_l.c (__strptime_internal): Remove decided
5292         and era_cnt arguments, add statep argument.  Don't recompute
5293         any fields in recursive calls, only update caller's tm
5294         and state, if recursive call fails, don't change tm nor
5295         any state.
5296         (get_alt_number): Adjust.
5297         (recursive): Adjust caller.
5298         (strptime): Likewise.
5299         * time/strptime.c (strptime): Likewise.
5300
5301 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5302
5303         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5304         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5305         if from and to charsets are the same.
5306         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5307         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5308         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5309
5310 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5311
5312         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5313         Don't define wint_t when __need_mbstate_t unless it
5314         is necessary.
5315         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5316         in the typedef if possible.
5317         * wctype/wctype.h (wint_t): Define by including
5318         wchar.h with __need_wint_t instead of including stddef.h
5319         with __need_wint_t and as fallback definining it ourselves.
5320         * iconv/gconv.h (__need_wint_t): Define before including
5321         wchar.h.
5322         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5323         or _GLIBCPP_USE_WCHAR_T.
5324         (__need_wchar_t): Don't define
5325         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5326         (__need_wint_t): Don't define before including stddef.h,
5327         define before including wchar.h only if _LIBC or
5328         _GLIBCPP_USE_WCHAR_T.
5329         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5330         * sysdeps/mach/hurd/_G_config.h: Likewise.
5331         * sysdeps/generic/_G_config.h: Likewise.
5332         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5333         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5334         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5335         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5336
5337 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5338
5339         * sysdeps/posix/posix_fallocate64.c: Undefine
5340         __posix_fallocate64_l64 before alias handling.
5341         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5342         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5343         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5344         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5345
5346         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5347
5348 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5349
5350         * locale/programs/ld-collate.c (atwc): New variable.
5351         (add_to_tablewc): New toplevel function, moved from collate_output.
5352         (collate_output): Remove add_to_tablewc nested function.
5353
5354         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5355         (name_insert): New function.
5356         (write_output): Remove hash_table and hash_size vars and name_insert
5357         nested function.
5358
5359 2007-07-24  Roland McGrath  <roland@redhat.com>
5360
5361         * Makerules (install-others-programs-nosubdir): New target.
5362         (install-no-libc.a-nosubdir): Depend on it.
5363
5364         * iconv/Makefile (install-others-programs): Set this instead of
5365         install-others.
5366         * login/Makefile (install-others-programs): Likewise.
5367         * posix/Makefile (install-others-programs): Likewise.
5368
5369         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5370         dependencies.
5371
5372 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5373
5374         * io/Makefile (tests): Add tst-posix_fallocate.
5375         * io/tst-posix_fallocate.c: New file.
5376
5377         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5378         __ASSUME_FALLOCATE.
5379
5380 2007-07-22  Roland McGrath  <roland@frob.com>
5381
5382         * hurd/getdport.c: Add missing copyright year update.
5383
5384         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5385         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5386
5387 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5388
5389         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5390
5391         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5392         O_CLOEXEC is needed.
5393         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5394         Avoid additional fcntl to set O_CLOEXEC if not needed.
5395         * nis/nss_compat/compat-initgroups.c: Likewise.
5396         * nis/nss_compat/compat-pwd.c: Likewise.
5397         * nis/nss_compat/compat-spwd.c: Likewise.
5398
5399 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5400
5401         [BZ #3665]
5402         * manual/errno.texi: Change ECANCELED value to 119.
5403
5404         [BZ #4610]
5405         * mach/lock-intern.h: Include <sys/cdefs.h>.
5406
5407         [BZ #4178]
5408         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5409         reading A.
5410
5411         [BZ #4126]
5412         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5413         to __sigsuspend.
5414
5415         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5416
5417 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5418
5419         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5420         `__ASSEMBLER__'.
5421         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5422
5423 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5424
5425         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5426         descriptor received from nscd.
5427
5428         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5429
5430         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5431         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5432         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5433         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5434         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5435         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5436
5437 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5438
5439         [BZ #4816]
5440         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5441
5442         [BZ #4813]
5443         * login/forkpty.c (forkpty): Close master and slave fds on
5444         fork failure.  Patch by
5445         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5446
5447 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5448
5449         * include/features.h (__USE_ISOC95): New define.
5450         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5451         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5452         for -std=iso9899:199409.
5453         * CONFORMANCE: Remove comments about unsupported AMD1.
5454
5455 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5456
5457         * sysdeps/ia64/sched_cpucount.c: New file.
5458         * sysdeps/powerpc/sched_cpucount.c: New file.
5459
5460         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5461         __BEGIN_DECLS/__END_DECLS around the prototype.
5462         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5463         pointer to const cpu_set_t.
5464
5465         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5466         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5467         __need_size_t and include stddef.h.
5468         * sysvipc/sys/msg.h: Likewise.
5469         * posix/sched.h: Likewise.
5470         * hurd/hurd/signal.h (__need_size_t): Define.
5471
5472         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5473         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5474         no longer defines wint_t or wchar_t.
5475
5476         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5477         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5478         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5479         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5480         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5481         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5482         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5483         * debug/printf_chk.c (__printf_chk): Likewise.
5484         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5485         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5486
5487         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5488         Define.
5489
5490         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5491         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5492
5493 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5494
5495         [BZ #4792]
5496         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5497         * malloc/malloc.h (realloc): Likewise.
5498
5499         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5500         if one of proc_file_chain streams has that fileno.
5501         * stdio-common/Makefile (tests): Add tst-popen2.
5502         * stdio-common/tst-popen2.c: New test.
5503
5504 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5505
5506         * elf/ldconfig.c: Allow GPLv2 or any later version.
5507         * elf/readlib.c: Likewise.
5508         * elf/chroot_canon.c: Likewise.
5509         * elf/cache.c: Likewise.
5510         * nscd/mem.c: Likewise.
5511         * nscd/getpwuid_r.c: Likewise.
5512         * nscd/grpcache.c: Likewise.
5513         * nscd/aicache.c: Likewise.
5514         * nscd/getsrvbynm_r.c: Likewise.
5515         * nscd/nscd.c: Likewise.
5516         * nscd/servicescache.c: Likewise.
5517         * nscd/getsrvbypt_r.c: Likewise.
5518         * nscd/initgrcache.c: Likewise.
5519         * nscd/gethstbyad_r.c: Likewise.
5520         * nscd/gethstbynm2_r.c: Likewise.
5521         * nscd/getgrnam_r.c: Likewise.
5522         * nscd/nscd_setup_thread.c: Likewise.
5523         * nscd/getpwnam_r.c: Likewise.
5524         * nscd/gai.c: Likewise.
5525         * nscd/connections.c: Likewise.
5526         * nscd/dbg_log.c: Likewise.
5527         * nscd/cache.c: Likewise.
5528         * nscd/hstcache.c: Likewise.
5529         * nscd/nscd_conf.c: Likewise.
5530         * nscd/getgrgid_r.c: Likewise.
5531         * nscd/pwdcache.c: Likewise.
5532         * catgets/gencat.c: Likewise.
5533         * locale/programs/linereader.h: Likewise.
5534         * locale/programs/locarchive.c: Likewise.
5535         * locale/programs/ld-paper.c: Likewise.
5536         * locale/programs/locfile-kw.h: Likewise.
5537         * locale/programs/ld-address.c: Likewise.
5538         * locale/programs/xmalloc.c: Likewise.
5539         * locale/programs/ld-time.c: Likewise.
5540         * locale/programs/localedef.c: Likewise.
5541         * locale/programs/simple-hash.c: Likewise.
5542         * locale/programs/xstrdup.c: Likewise.
5543         * locale/programs/ld-numeric.c: Likewise.
5544         * locale/programs/locfile-kw.gperf: Likewise.
5545         * locale/programs/ld-collate.c: Likewise.
5546         * locale/programs/charmap-kw.gperf: Likewise.
5547         * locale/programs/charmap.h: Likewise.
5548         * locale/programs/charmap-kw.h: Likewise.
5549         * locale/programs/config.h: Likewise.
5550         * locale/programs/locfile.c: Likewise.
5551         * locale/programs/ld-ctype.c: Likewise.
5552         * locale/programs/charmap.c: Likewise.
5553         * locale/programs/ld-messages.c: Likewise.
5554         * locale/programs/repertoire.h: Likewise.
5555         * locale/programs/locale.c: Likewise.
5556         * locale/programs/ld-name.c: Likewise.
5557         * locale/programs/linereader.c: Likewise.
5558         * locale/programs/locfile.h: Likewise.
5559         * locale/programs/3level.h: Likewise.
5560         * locale/programs/ld-monetary.c: Likewise.
5561         * locale/programs/ld-measurement.c: Likewise.
5562         * locale/programs/charmap-dir.c: Likewise.
5563         * locale/programs/ld-identification.c: Likewise.
5564         * locale/programs/localedef.h: Likewise.
5565         * locale/programs/charmap-dir.h: Likewise.
5566         * locale/programs/repertoire.c: Likewise.
5567         * locale/programs/simple-hash.h: Likewise.
5568         * locale/programs/ld-telephone.c: Likewise.
5569         * locale/programs/locale-spec.c: Likewise.
5570         * locale/programs/locfile-token.h: Likewise.
5571         * posix/getconf.c: Likewise.
5572         * iconv/dummy-repertoire.c: Likewise.
5573         * iconv/iconv_charmap.c: Likewise.
5574         * iconv/iconvconfig.c: Likewise.
5575         * iconv/iconv_prog.c: Likewise.
5576         * malloc/memusagestat.c: Likewise.
5577         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5578
5579 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5580
5581         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5582         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5583         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5584         check for the first argument.
5585
5586 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5587
5588         [BZ #4775]
5589         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5590         (__tgmath_real_type): Fix if expr is const int or other const
5591         qualified integral type.
5592         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5593         expressions and handle const qualified arguments.
5594         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5595         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5596         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5597         statement expressions.
5598         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5599         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5600         (__TGMATH_UNARY_IMAG): Define.
5601         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5602         * math/Makefile (tests): Add test-tgmath2.
5603         (CFLAGS-test-tgmath2.c): Add.
5604         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5605         count_cfloat, count_cldouble): New variables.
5606         (NCCALLS): Define.
5607         (main): Check number of complex calls as well.
5608         (F(compile_test)): Add complex tests and tests with const qualified
5609         arguments.
5610         (y, z, ccount): Define.
5611         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5612         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5613         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5614         F(cproj)): New functions.
5615         * math/test-tgmath2.c: New test.
5616
5617 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5618
5619         [BZ #4776]
5620         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5621         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5622         instead output ".".
5623         * dlfcn/Makefile (distribute): Add glreflib3.c.
5624         (module-names): Add glreflib3.
5625         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5626         glreflib1.so.
5627         (LDFLAGS_glreflib3.so): New.
5628         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5629         glreflib1.so.
5630         * dlfcn/glreflib3.c: New file.
5631
5632         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5633         returned -1, return NULL.
5634         * intl/explodename.c (_nl_explode_name): Return -1 if
5635         _nl_normalize_codeset failed.
5636
5637 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5638
5639         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5640         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5641         and avoid branch misspredicts for > 31 bytes memset case.
5642         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5643         Remove toc ref to __cache_line_size.
5644
5645         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5646         to get ISA-V2.0 branch hints.
5647         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5648         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5649         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5650         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5651         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5652         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5653         Remove toc ref to __cache_line_size.
5654
5655         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5656         Include math_ldbl_opt.h.
5657
5658 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5659
5660         [BZ #4773]
5661         * time/strptime_l.c (__strptime_internal): Implement greedy
5662         matching of weekday and month names.
5663
5664 2007-07-09  Roland McGrath  <roland@redhat.com>
5665
5666         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5667         (ELF_NOTE_ABI): Use it.
5668         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5669
5670 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5671
5672         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5673         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5674
5675 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5676
5677         [BZ #4745]
5678         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5679         in loop to look for conversion specifier to avoid testing of
5680         wrong errno value.
5681         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5682         * stdio-common/bug18.c: New file.
5683         * stdio-common/bug18a.c: New file.
5684         * stdio-common/bug19.c: New file.
5685         * stdio-common/bug19a.c: New file.
5686
5687 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5688
5689         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5690         running awk script.
5691
5692 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5693
5694         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5695         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5696         Return NULL if mmap failed instead of asserting it does not.
5697         (calloc): Check for integer overflow.
5698
5699         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5700         than LONG_MAX / 10.
5701
5702 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5703
5704         [BZ #4702]
5705         * nis/nss-default.c: Include errno.h.
5706         (init): Preserve errno.
5707
5708 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5709
5710         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5711
5712 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5713
5714         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5715
5716 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5717
5718         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5719
5720 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5721
5722         * sysdeps/s390/dl-procinfo.c: New file.
5723         * sysdeps/s390/dl-procinfo.h: New file.
5724         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5725
5726 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5727
5728         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5729         in PT_NOTE segments with multiple notes.
5730         * elf/readelflib.c (process_elf_file): Likewise.
5731
5732 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5733
5734         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5735         ISO C compliant.
5736
5737 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5738
5739         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5740
5741 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5742
5743         * include/link.h: Don't include rtld-lowlevel.h.
5744         (struct link_map): Remove l_scope_lock.
5745         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5746         (_dl_scope_free_list): New field (variable) in _rtld_global.
5747         (DL_LOOKUP_SCOPE_LOCK): Remove.
5748         (_dl_scope_free): New prototype.
5749         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5750         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5751         (_dl_profile_fixup): Likewise.
5752         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5753         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5754         THREAD_GSCOPE_RESET_FLAG around it.
5755         * elf/dl-close.c (_dl_close_worker): Don't use
5756         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5757         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5758         scopes were queued or if l_scope_mem has been abandoned.
5759         * elf/dl-open.c (_dl_scope_free): New function.
5760         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5761         * elf/dl-support.c (_dl_scope_free_list): New variable.
5762         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5763         Remove DL_LOOKUP_SCOPE_LOCK handling.
5764         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5765         handling.
5766         * elf/dl-object.c (_dl_new_object): Don't use
5767         __rtld_mrlock_initialize.
5768
5769 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5770
5771         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5772         to fill in holes
5773         (rtld_global_ro): Likewise.
5774
5775 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5776
5777         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5778         Move PT_LOAD checking to...
5779         (_dl_addr_inside_object): ... here, new function.
5780         * elf/dl-sym.c (do_sym): If not l_contiguous,
5781         call _dl_addr_inside_object.
5782         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5783         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5784         * elf/dl-open.c (dl_open_worker): Likewise.
5785         (_dl_addr_inside_object): New function if IS_IN_rtld.
5786         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5787         holes are present or are PROT_NONE protected.
5788         * include/link.h (struct link_map): Add l_contiguous field.
5789         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5790
5791 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5792             Tomas Janousek  <tjanouse@redhat.com>
5793             Ulrich Drepper  <drepper@redhat.com>
5794
5795         [BZ #4647]
5796         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5797         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5798         socket.
5799         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5800         unused member a bitmap.
5801         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5802         servers are configured.
5803
5804 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5805
5806         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5807
5808 2007-06-17  Andreas Schwab  <schwab@suse.de>
5809
5810         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5811
5812 2007-06-16  Andreas Jaeger  <aj@suse.de>
5813
5814         [BZ #4125]
5815         * sysdeps/unix/sysv/linux/sys/ptrace.h
5816         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5817         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5818         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5819         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5820         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5821         Define.
5822         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5823         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5824         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5825         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5826
5827 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5828
5829         [BZ #4599]
5830         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5831         determining whether there are IPv4/IPv6 addresses, ignore loopback
5832         addresses.
5833
5834 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5835
5836         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5837         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5838         as the return type.  Change type of "r" variable to CMPtype.
5839         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5840         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5841         * soft-fp/gedf2.c (__gedf2): Likewise.
5842         * soft-fp/gesf2.c (__gesf2): Likewise.
5843         * soft-fp/getf2.c (__getf2): Likewise.
5844         * soft-fp/ledf2.c (__ledf2): Likewise.
5845         * soft-fp/lesf2.c (__lesf2): Likewise.
5846         * soft-fp/letf2.c (__letf2): Likewise.
5847         * soft-fp/unorddf2 (__unorddf2): Likewise.
5848         * soft-fp/unordsf2 (__unordsf2): Likewise.
5849         * soft-fp/unordtf2 (__unordtf2): Likewise.
5850
5851 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5852
5853         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5854         make sure gcc doesn't mess around with this.
5855
5856 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5857
5858         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5859
5860 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5861
5862         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5863         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5864         at most once per _dl_close_worker.
5865
5866 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5867
5868         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5869         __sched_cpucount as const.
5870         * posix/sched_cpucount.c: Adjust.
5871
5872         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5873         instruction for counting bits.
5874         * sysdeps/x86_64/sched_cpucount.c: New file.
5875
5876 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5877
5878         * configure.in: Avoid variable named BASH.
5879         * config.make.in: Likewise.
5880         Patch in part by Mike Frysinger.
5881
5882 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5883
5884         [BZ #4586]
5885         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5886         pseudo-zeros as zero.
5887         * sysdeps/x86_64/ldbl2mpn.c: New file.
5888         * sysdeps/ia64/ldbl2mpn.c: New file.
5889
5890 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5891
5892         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5893         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5894         Remove unreachable code at the end.
5895
5896 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5897
5898         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5899         ldbl-128ibm in comment.
5900         (fpclassifyl): Correct classification of denormals.
5901         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5902         return value for MIN denormal. Rewrite using long double math too
5903         correctly handle denormals and canonicalize the results.
5904
5905 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5906
5907         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5908         (__mpn_construct_long_double): Fix conversion where result ought
5909         to be smaller than __LDBL_MIN__, or the low double should be
5910         denormal.  Fix decision where to negate low double - honor round
5911         to even rules.
5912         * stdio-common/tst-sprintf2.c: Include string.h.
5913         (COMPARE_LDBL): Define.
5914         (TEST): Also test whether a string hexadecimal float representation
5915         can be parsed back to the number.
5916         (main): Add a couple of further tests.
5917
5918 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5919
5920         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5921         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5922         is non-zero, but smaller than 2 * __DBL_MIN__.
5923         * stdio-common/tst-sprintf2.c: New test.
5924         * stdio-common/Makefile (tests): Add tst-sprintf2.
5925
5926         * math/test-misc.c (main): Don't run last batch of tests with
5927         IBM long double format.
5928
5929 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5930
5931         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5932         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5933         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5934         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5935         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5936         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5937         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5938         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5939         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5940         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5943         New file.
5944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5945         New file.
5946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5947         New file.
5948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5949         New file.
5950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5951         New file.
5952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5954         New file.
5955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5956         New file.
5957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5958         New file.
5959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
5960         New file.
5961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
5962         New file.
5963
5964 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5965
5966         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
5967         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
5968         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
5969         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
5970         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
5971         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
5972         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
5973         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
5974
5975 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
5976
5977         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
5978         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5979         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
5980         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5981         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
5982         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5983         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
5984         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
5985
5986 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
5987
5988         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
5989         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
5990         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
5991         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
5992
5993 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
5994
5995         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
5996         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
5997
5998 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
5999
6000         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6001         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6002         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6003         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6004
6005 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6006
6007         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6008         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6009
6010 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6011
6012         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6013         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6014
6015         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6016         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6017         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6018         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6019
6020 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6021
6022         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6023         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6024         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6025         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6026
6027 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6028
6029         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6030         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6031         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6032         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6033         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6034         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6035
6036 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6037
6038         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6039         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6040         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6041         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6042
6043 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6044
6045         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6046         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6047         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6048         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6049         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6050         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6051         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6052         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6053         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6054         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6055         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6056         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6057         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6058         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6059         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6060         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6061
6062 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6063
6064         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6065         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6066
6067 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6068
6069         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6070         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6071
6072 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6073
6074         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6075         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6076         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6077         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6078         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6079         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6080         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6081         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6082         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6083         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6084
6085 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6086
6087         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6088
6089 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6090
6091         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6092         branch miss-predicts. Ensure that cache line crossing does not impact
6093         dispatch grouping.
6094
6095 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6096
6097         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6098         "../../powerpc32/power4/memcopy.h".
6099         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6100         "../../powerpc32/power4/wordcopy.c".
6101
6102 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6103
6104         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6105         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6106         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6107         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6108         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6109         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6110
6111 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6112
6113         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6114
6115 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6116
6117         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6118         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6119         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6120         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6121         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6122         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6123         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6124         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6125
6126 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6127
6128         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6129
6130 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6131
6132         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6133         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6134         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6135         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6136         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6137         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6138         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6139
6140 2007-05-29  Roland McGrath  <roland@redhat.com>
6141
6142         * po/Makefile (po-sed-cmd): New variable.
6143         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6144
6145 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6146
6147         * crypt/md5-crypt.c: Fix comment.
6148
6149         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6150         of crashing.  When this is the case or if the reply is malformed,
6151         don't try to close the new file descriptor since it does not
6152         exist.
6153         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6154
6155 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6156
6157         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6158         if __NR_utimensat is not defined.
6159
6160 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6161
6162         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6163
6164 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6165
6166         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6167         (open): Fix comment typos.  Don't call __open_2 if flags
6168         is a compile time constant without O_CREAT.
6169         (__open64_2): Add nonnull attribute.
6170         (open64): Fix comment typos.  Don't call __open64_2 if flags
6171         is a compile time constant without O_CREAT.
6172         (__openat_2): Add nonnull attribute, fix nonnull attribute
6173         on redirect.
6174         (openat): Fix comment typos.  Don't call __openat_2 if flags
6175         is a compile time constant without O_CREAT.
6176         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6177         on redirect.
6178         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6179         is a compile time constant without O_CREAT.
6180
6181 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6182
6183         * Makerules (sysd-rules): Define PTW for ptw-* files.
6184         * Versions: Define GLIBC_2.7 for libc.
6185         * include/stdio.h: Declare __fortify_fail.
6186         * debug/fortify_fail.c: New file.
6187         * debug/Makefile (routines): Add fortify_fail.
6188         * debug/chk_fail.c: Use __fortify_fail.
6189         * debug/stack_chk_fail.c: Likewise.
6190         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6191         __openat64_2 for GLIBC_2.7.
6192         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6193         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6194         and fails if necessary.
6195         * io/open64.c: Likewise.
6196         * io/openat.c: Likewise.
6197         * io/openat64.c: Likewise.
6198         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6199         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6200         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6201         * io/bits/fcntl2.h: New file.
6202         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6203         __openat64_2.
6204         * include/bits/fcntl2.h: New file.
6205         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6206         Add open_2.
6207         * sysdeps/unix/sysv/linux/open_2.c: New file.
6208
6209 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6210
6211         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6212         as second parameter to handle_intel.
6213
6214         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6215         the entry.
6216
6217         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6218         handling to ...
6219         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6220         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6221         cacheinfo.
6222         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6223         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6224         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6225
6226         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6227
6228 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6229
6230         [BZ #4525]
6231         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6232         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6233         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6234
6235         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6236
6237         [BZ #4514]
6238         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6239         reinitialize workend at the start of each do_positional format spec
6240         loop, free workstart before do_positional loops.
6241         (printf_unknown): Fix size of work_buffer.
6242         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6243
6244         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6245         (public_sET_STATe): If ms->version < 3, put all chunks into
6246         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6247         chunks.
6248
6249         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6250         * malloc/hooks.c: Likewise.
6251         * malloc/arena.c: Likewise.
6252         * malloc/malloc.c (do_check_malloc_state): Don't assert
6253         n_mmaps is not greater than n_mmaps_max.  This removes the need
6254         for the previous change.
6255
6256         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6257         2007-05-07 commit.
6258
6259 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6260
6261         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6262         Define for kernel >= 2.6.22.
6263
6264 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6265
6266         * elf/dl-close.c (_dl_close_worker): When removing object from
6267         global scope, wait for all lookups to finish afterwards.
6268         * elf/dl-open.c (add_to_global): When global scope array must
6269         grow, allocate a new one and free old array only after all
6270         lookups finish.
6271         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6272         (_dl_lookup_symbol_x): Likewise.
6273         * elf/dl-support.c: Define _dl_wait_lookup_done.
6274         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6275         _dl_wait_lookup_done.
6276
6277         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6278         not overlapping with arena.
6279
6280         * malloc/mcheck.c (reallochook): If size==0, free the block.
6281
6282         * rt/tst-shm.c: Use fstat64 instead of fstat.
6283
6284         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6285         __NR_sync_file_range is not defined.
6286
6287 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6288
6289         Dummy files to prevent stub versions from being used.
6290         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6291         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6292         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6293         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6294
6295         * version.h (VERSION): Set to 2.6.90.
6296
6297 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6298
6299         * version.h (VERSION): Define to 2.6.
6300         * include/features.h (__GLIBC_MINOR__): Define to 6.
6301
6302         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6303
6304         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6305         sizes.
6306
6307 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6308
6309         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6310         number of mmaps.  n_mmaps_max is the target.
6311         * malloc/hooks.c: Likewise.
6312         * malloc/arena.c: Likewise.
6313
6314 2007-05-12  Andreas Jaeger  <aj@suse.de>
6315
6316         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6317         getpid.
6318
6319 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6320
6321         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6322         adding new variables.
6323
6324         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6325         optimize.  Completely extend global scope array before making the
6326         new entries visible.
6327
6328 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6329
6330         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6331         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6332         tst-getcpu.
6333
6334         * include/link.h: Move l_version and l_nversion members around to
6335         fill gaps.
6336
6337         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6338
6339         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6340         (__sched_setaffinity_new): If syscall was successful and
6341         RESET_VGETCPU_CACHE is defined, use it before returning.
6342         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6343
6344         * io/sys/stat.h: Make sure struct timespec is defined for
6345         __USE_ATFILE.
6346
6347         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6348         UTIME_OMIT.
6349         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6350         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6351         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6352         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6353         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6354         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6355         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6356         * io/sys/stat.h: Declare utimensat, futimens.
6357         * io/utimensat.c: New file.
6358         * io/futimens.c: New file.
6359         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6360         * sysdeps/unix/sysv/linux/futimens.c: New file.
6361         * io/Makefile (routines): Add utimensat, futimens.
6362         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6363         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6364         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6365         available.
6366
6367         * include/sys/cdefs.h: Redefine __nonnull so that test for
6368         incorrect parameters in the libc code itself are not omitted.
6369
6370 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6371
6372         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6373         exception in addition to inexact when asked to raise only FE_INEXACT.
6374
6375         [BZ #3427]
6376         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6377         in *envp.
6378
6379 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6380
6381         [BZ #4403]
6382         * string/strfry.c (strfry): Make result more random.
6383
6384 2007-05-07  Richard Henderson  <rth@redhat.com>
6385
6386         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6387         if __NO_LONG_DOUBLE_MATH.
6388         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6389         available in the compiler, add .arch directive to the assembly.
6390
6391 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6392
6393         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6394         compat_symbol to GLIBC_2_1.
6395         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6396         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6397         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6398         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6399         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6400         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6401         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6402         libc, not libm.
6403         (__isnanl): New compat_symbol.
6404
6405 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6406             Jakub Jelinek  <jakub@redhat.com>
6407
6408         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6409         (new_heap): Initialize mprotect_size.
6410         (grow_heap): When growing, only mprotect from mprotect_size till
6411         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6412         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6413
6414 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6415             Peter Bergner  <bergner@us.ibm.com>
6416
6417         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6418         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6419         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6420         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6421         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6422         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6423         Call __fe_mask_env() if all FP exceptions disabled.
6424         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6425         from old FPSCR to new fenv to propagate DFP rounding modes.
6426         Call __fe_mask_env() if FP exceptions previously enabled.
6427         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6428         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6429         transitioning from all exceptions disabled to any exception enabled
6430         or visa versa.
6431         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6432         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6433         when transitioning from all exceptions disabled to any exception
6434         enabled or visa versa.
6435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6441
6442 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6443
6444         [BZ #4465]
6445         * posix/unistd.h: Remove __THROW from fdatasync.
6446
6447 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6448
6449         [BZ #4465]
6450         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6451
6452 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6453
6454         * stdio-common/vfprintf.c (process_string_arg): Optimize
6455         ridiculous precision in wide char code printing multi-byte string.
6456         Reported by Jim Meyering <jim@meyering.net>.
6457
6458         [BZ #4131]
6459         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6460         boundaries to work around systems with overlapping binary loading.
6461         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6462
6463 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6464
6465         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6466         __mbsnrtowcs after last change.
6467
6468         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6469         (get_ident): Likewise.
6470
6471 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6472
6473         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6474         with setting the sticky bit.
6475         * math/test-misc.c (main): Add more truncation tests.
6476
6477 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6478
6479         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6480         double in the function declaration.
6481         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6482         double in the function declaration.
6483         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6484         float in the function declaration.
6485         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6486         float in the function declaration.
6487
6488         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6489         denormal operands.  Do not generate FP_EX_DENORM exception.
6490         (FP_UNPACK_RAW_EP): Ditto.
6491         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6492         undefined _FP_UNPACK_RAW_E.
6493         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6494         undefined _FP_UNPACK_RAW_EP.
6495         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6496         undefined _FP_PACK_RAW_E.
6497         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6498         undefined _FP_PACK_RAW_EP.
6499
6500         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6501         _FP_FRAC_COPY_2.
6502         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6503         _FP_FRAC_COPY_4.
6504
6505 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6506             Jakub Jelinek  <jakub@redhat.com>
6507
6508         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6509         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6510         this case.
6511         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6512
6513 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6514
6515         * math/test-misc.c (main): Add tests for rounding long double
6516         values close to smallest double denormalized value to double.
6517
6518 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6519
6520         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6521         condition for truncating to 0.  Set sticky bit for such
6522         truncation.
6523
6524 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6525
6526         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6527         fixed length array for ignore.
6528
6529 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6530
6531         [BZ #4438]
6532         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6533         stack for large precisions.
6534         * stdio-common/test-vfprintf.c (main): Add test for large
6535         precision.
6536
6537 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6538
6539         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6540         for exponent 0.
6541         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6542
6543         [BZ #4439]
6544         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6545         account in the size check.
6546         * resolv/tst-inet_ntop.c: New test.
6547         * resolv/Makefile (tests): Add tst-inet_ntop.
6548
6549 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6550             Jakub Jelinek  <jakub@redhat.com>
6551
6552         [BZ #4349]
6553         * malloc/malloc.c: Keep separate list for first blocks on the bin
6554         lists with a given size.  This helps skipping over list elements
6555         we know won't fit in two places.
6556         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6557
6558 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6559
6560         [BZ #4102]
6561         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6562         label to Teredo tunnel addresses 2001://32.
6563
6564 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6565
6566         * locale/programs/ld-collate.c (collate_read): Allow order_start
6567         after copy.
6568
6569         * locale/programs/ld-collate.c (collate_read): Fix printing of
6570         error message.
6571
6572         [BZ #3213]
6573         * locale/C-translit.h.in: Add entry for U2044.
6574
6575         [BZ #4342]
6576         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6577         hexa-decimal floats without exponent.
6578         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6579
6580 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6581
6582         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6583         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6584         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6585         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6586         GLIBC_2.6.
6587         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6588         Add sched_getcpu.
6589
6590 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6591
6592         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6593         of 0 after the out_fail label.
6594
6595 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6596
6597         [BZ #4406]
6598         * iconv/gconv_charset.h (strip): Allow ':'.
6599         * iconv/iconv_open.c (iconv_open): Adjust comment.
6600
6601 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6602
6603         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6604         version.
6605
6606 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6607
6608         [BZ #4381]
6609         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6610         alignment of buffer and tmp_buffer.
6611         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6612         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6613         alignment of buffer.
6614         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6615         bigger than INT_MAX.
6616         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6617         h_errnop arguments.  Fail if buflen is too small.
6618         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6619
6620 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6621
6622         [BZ #4405]
6623         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6624         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6625
6626 2007-04-22  Roland McGrath  <roland@redhat.com>
6627
6628         * elf/elf.h (NT_PRXFPREG): New macro.
6629
6630 2007-04-19  Andreas Jaeger  <aj@suse.de>
6631
6632         [BZ #3905]
6633         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6634         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6635         Added.
6636
6637 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6638
6639         * include/sys/mman.h: Mark madvise hidden.
6640         * misc/madvise.c: Add libc_hidden_def.
6641
6642 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6643
6644         * nis/nis_domain_of.c (__nis_domain_of): New function.
6645         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6646         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6647         * nis/nis_call.c (rec_dirsearch): Likewise.
6648         (first_shoot): Likewise.  Remove search_parent_first argument.
6649         (struct nis_server_cache): Rename search_parent_first field
6650         to search_parent.
6651         (nis_server_cache_search, nis_server_cache_add): Rename
6652         search_parent_first argument to search_parent.
6653         (__nisfind_server): Likewise.  If search_parent, call
6654         __nis_domain_of.
6655
6656 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6657
6658         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6659
6660 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6661
6662         [BZ #4368]
6663         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6664
6665 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6666
6667         [BZ #4364]
6668         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6669
6670 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6671
6672         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6673         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6674         current number of locales in SUPPORTED.
6675         (create_archive): Initialize serial.
6676         (enlarge_archive): Preserve aliases rather than duplicating
6677         their locrecs.
6678
6679 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6680
6681         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6682         after _IO_un_link, not before it.
6683
6684         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6685         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6686         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6687
6688 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6689
6690         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6691         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6692         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6693         Remove __THROW.
6694         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6695         _IO_file_xsgetn_maybe_mmap): Likewise.
6696         * libio/oldfileops.c (old_do_write): Likewise.
6697         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6698         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6699         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6700         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6701         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6702         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6703         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6704         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6705         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6706         _IO_file_underflow, _IO_file_underflow_mmap,
6707         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6708         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6709         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6710         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6711         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6712         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6713         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6714         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6715         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6716         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6717         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6718         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6719         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6720         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6721         _IO_adjust_column_internal, _IO_default_uflow_internal,
6722         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6723         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6724         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6725         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6726         _IO_file_close_it_internal, _IO_file_underflow_internal,
6727         _IO_file_overflow_internal, _IO_file_attach_internal,
6728         _IO_file_fopen_internal, _IO_file_sync_internal,
6729         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6730         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6731         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6732         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6733         _IO_seekpos_unlocked): Likewise.
6734         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6735         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6736
6737 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6738
6739         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6740         argument in xmalloc size computation.
6741
6742 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6743
6744         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6745         math_opt_barrier and math_force_eval macros.
6746
6747 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6748
6749         [BZ #3306]
6750         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6751         * sysdeps/i386/fpu/math_private.h: New file.
6752         * sysdeps/x86_64/fpu/math_private.h: New file.
6753         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6754         math_force_eval macros.  Use "+m" constraint on asm rather than
6755         "=m" and "m".
6756         * math/s_nextafter.c (__nextafter): Likewise.
6757         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6758         Likewise.
6759         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6760         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6761         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6762         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6763         math_opt_barrier and math_force_eval macros.
6764         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6765         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6766         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6767         (__nexttoward): Use math_opt_barrier and
6768         math_force_eval macros.  Use "+m" constraint on asm rather than
6769         "=m" and "m".  Only use asm to force double result if
6770         FLT_EVAL_METHOD is 2.
6771         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6772         (__nexttowardf): Use math_opt_barrier and
6773         math_force_eval macros.  Use "+m" constraint on asm rather than
6774         "=m" and "m".  Only use asm to force double result if
6775         FLT_EVAL_METHOD is not 0.
6776         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6777         (__nexttowardf): Use math_opt_barrier and
6778         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6779         x to float using asm.
6780         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6781         (__nldbl_nexttowardf): Use math_opt_barrier and
6782         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6783         x to float using asm.
6784         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6785         (__nexttowardf): Use math_opt_barrier and math_force_eval
6786         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6787         * math/bug-nextafter.c (zero, inf): New variables.
6788         (main): Add new tests.
6789         * math/bug-nexttoward.c (zero, inf): New variables.
6790         (main): Add new tests.
6791
6792 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6793
6794         [BZ #3427]
6795         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6796         exceptions both in SW and MXCSR.
6797         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6798         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6799         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6800         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6801         in MXCSR if SSE is available.
6802         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6803         and ldsodefs.h.
6804         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6805         Fix comment typo.
6806         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6807         Return 0 rather than 1.
6808         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6809         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6810         * math/test-fenv.c (feholdexcept_tests): New function.
6811         (main): Call it.
6812
6813 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6814
6815         [BZ #3427]
6816         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6817         in SW.
6818
6819 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6820
6821         [BZ #4344]
6822         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6823         Reported by David Anderson <davea42@earthlink.net>.
6824
6825 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6826
6827         * posix/sys/wait.h: Remove unnecessary forward declaration.
6828
6829 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6830
6831         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6832         with obj->do_servers after first_shoot.
6833
6834 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6835
6836         * posix/Makefile (routines): Add sched_cpucount.
6837         (tests): Add tst-cpucount.
6838         * posix/sched_cpucount.c: New file.
6839         * posix/tst-cpucount.c: New file.
6840         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6841         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6842         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6843         * posix/sched.h: Define CPU_COUNT.
6844
6845 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6846
6847         * posix/fnmatch.c (STRUCT): Define.
6848         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6849         * posix/fnmatch_loop.c (struct STRUCT): New type.
6850         (FCT): Add ends argument.  If ends != NULL and normal * is
6851         seen in the pattern, store current pattern and string pointers
6852         and return.  Adjust recursive calls.
6853         (EXT): Adjust FCT callers.
6854         (STRUCT): Undef at the end of the file.
6855         * posix/Makefile (tests): Add tst-fnmatch2.
6856         * posix/tst-fnmatch2.c: New test.
6857
6858 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6859
6860         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6861         and 1 on failure.
6862
6863         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6864         Change last argument to unsigned int.
6865
6866 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6867
6868         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6869
6870 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6871
6872         * config.h.in (HAVE_LIBCAP): Add.
6873         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6874         sys/capabilities.h.
6875         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6876         free_caps.  Cast away const from 4th cap_set_flag argument.
6877
6878 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6879
6880         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6881         GLIBC_2.6.
6882         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6883         Add sync_file_range.
6884         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6885
6886 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6887
6888         * sysdeps/powerpc/bits/atomic.h
6889         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6890         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6891         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6892         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6893         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6894         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6895         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6896         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6897         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6898         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6899         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6900         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6901         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6902         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6903         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6904         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6905         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6906         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6907         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6908         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6909
6910 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6911
6912         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6913         (__cache_line_size): Define the variable here.  Add
6914         attribute_hidden, remove weak_extern.
6915         (__libc_start_main): Set __cache_line_size
6916         unconditionally.
6917         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6918         (__cache_line_size): Define the variable here.  Add
6919         attribute_hidden, remove weak_extern.
6920         (DL_PLATFORM_AUXV): Set __cache_line_size
6921         unconditionally.
6922         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6923         weak_extern, add attribute_hidden.
6924         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6925         defined in ld.so.
6926         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6927         definition.
6928         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6929
6930 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6931
6932         [BZ #4276]
6933         * timezone/africa: Update from tzdata2007d.
6934         * timezone/asia: Likewise.
6935         * timezone/australasia: Likewise.
6936         * timezone/backward: Likewise.
6937         * timezone/europe: Likewise.
6938         * timezone/iso3166.tab: Likewise.
6939         * timezone/leapseconds: Likewise.
6940         * timezone/northamerica: Likewise.
6941         * timezone/southamerica: Likewise.
6942         * timezone/zone.tab: Likewise.
6943
6944         * timezone/private.h: Update from tzcode2007d.
6945         * timezone/zdump.c: Likewise.
6946         * timezone/zic.c: Likewise.
6947
6948 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6949
6950         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6951         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6952         variables.
6953         (nis_server_cache_search, nis_server_cache_add): New functions.
6954         (__nisfind_server): Use them.  Add dbp and flags argument, if
6955         call __nisbind_create.
6956         (__nisbind_create): Add server_used and current_ep arguments,
6957         only call __nis_findfastest if server_used is ~0.
6958         (__do_niscall2, __prepare_niscall): Adjust callers.
6959         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
6960         ckey_cache_euid, ckey_cache_lock): New variables.
6961         (get_ckey): New function.
6962         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
6963         __pmap_getnisport.  Save __pmap_getnisport result in
6964         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
6965         key.
6966         * nis/nis_lookup.c (nis_lookup): Likewise.
6967         * nis/nis_table.c (nis_list): Likewise.
6968         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
6969         prototypes.
6970
6971         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
6972         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
6973         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
6974         _nss_nisplus_getservbyport_r): Likewise.
6975         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
6976         _nss_nisplus_getnetbyaddr_r): Likewise.
6977         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
6978         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
6979         _nss_nisplus_getntohost_r): Likewise.
6980         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
6981         _nss_nisplus_getrpcbynumber_r): Likewise.
6982
6983 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6984
6985         * configure.in (libc_cv_gnu89_inline): Only do compile test.
6986         * configure: Rebuilt.
6987
6988         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
6989         bit-fields.
6990         * soft-fp/extended.h (_FP_UNION_E): Likewise.
6991
6992 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
6993
6994         [BZ #2831]
6995         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
6996         bit-fields.
6997
6998 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
6999
7000         * nscd/gai.c: Include alloca.h.
7001         (__libc_use_alloca): Define.
7002
7003 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7004
7005         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7006         smaller scopes.
7007         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7008         (DL_DST_REQUIRED): Adjust user.
7009
7010         * include/dlfcn.h (struct link_map): New forward decl.
7011
7012         * inet/getnameinfo.c: Include stddef.h.
7013         (getnameinfo): Use offsetof.
7014
7015         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7016
7017         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7018
7019         * string/strerror_l.c: Include stdlib.h.
7020
7021         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7022         * config.make.in (gnu89-inline-CFLAGS): New variable.
7023         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7024         -std=gnu99.
7025         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7026         * argp/argp.h: Use it.
7027         * bits/mathinline.h: Likewise.
7028         * bits/sigset.h: Likewise.
7029         * bits/string.h: Likewise.
7030         * ctype/ctype.h: Likewise.
7031         * hurd/hurd.h: Likewise.
7032         * hurd/hurd/fd.h: Likewise.
7033         * hurd/hurd/port.h: Likewise.
7034         * hurd/hurd/signal.h: Likewise.
7035         * hurd/hurd/threadvar.h: Likewise.
7036         * hurd/hurd/userlink.h: Likewise.
7037         * io/sys/stat.h: Likewise.
7038         * libio/bits/stdio.h: Likewise.
7039         * libio/bits/stdio2.h: Likewise.
7040         * mach/lock-intern.h: Likewise.
7041         * mach/mach/mig_support.h: Likewise.
7042         * math/bits/cmathcalls.h: Likewise.
7043         * posix/bits/unistd.h: Likewise.
7044         * socket/bits/socket2.h: Likewise.
7045         * stdlib/bits/stdlib.h: Likewise.
7046         * stdlib/stdlib.h: Likewise.
7047         * string/argz.h: Likewise.
7048         * string/bits/string2.h: Likewise.
7049         * string/bits/string3.h: Likewise.
7050         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7051         * sysdeps/generic/inttypes.h: Likewise.
7052         * sysdeps/generic/machine-lock.h: Likewise.
7053         * sysdeps/generic/machine-sp.h: Likewise.
7054         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7055         * sysdeps/i386/i486/bits/string.h: Likewise.
7056         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7057         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7058         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7059         * sysdeps/mach/i386/machine-lock.h: Likewise.
7060         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7061         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7062         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7063         * sysdeps/s390/bits/string.h: Likewise.
7064         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7065         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7066         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7067         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7068         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7069         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7070         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7071         * wcsmbs/bits/wchar2.h: Likewise.
7072         * wcsmbs/wchar.h: Likewise.
7073         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7074         __extern_inline definition.
7075
7076 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7077
7078         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7079         NULL.
7080
7081         [BZ #3919]
7082         * math/libm-test.inc (log_test): Test -Inf and NaN.
7083         (log10_test, log1p_test, log2_test): Test -Inf.
7084         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7085         FE_INVALID when argument is qNaN.
7086         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7087         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7088         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7089         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7090         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7091         testb $4, %ah and jump if non-zero.
7092         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7093         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7094
7095         [BZ #4101]
7096         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7097         ancestors with the same depths.
7098         Patch by Niels Moeller <nisse@lysator.liu.se>.
7099         (filter_doc): Don't crash if argp is NULL.
7100         * argp/Makefile (tests): Add tst-argp2.
7101         * argp/tst-argp2.c: New test.
7102
7103         [BZ #4130]
7104         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7105         open_not_cancel_2.
7106         (updwtmp_file): Likewise.
7107
7108         [BZ #4181]
7109         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7110         (inet6_opt_append): Don't check extlen is big enough if extbuf
7111         is NULL.
7112         (inet6_opt_finish): Likewise.
7113         * inet/Makefile (tests): Add test-inet6_opt.
7114         * inet/test-inet6_opt.c: New test.
7115
7116         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7117         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7118         NLMSG_ERR.  Instead use a page sized buffer.
7119         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7120         buffer.
7121
7122 2007-03-14  Richard Henderson  <rth@redhat.com>
7123
7124         * sysdeps/alpha/fpu/s_llround.c: New file.
7125         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7126         * sysdeps/alpha/fpu/s_lround.c: New file.
7127         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7128         * sysdeps/alpha/fpu/s_round.c: New file.
7129         * sysdeps/alpha/fpu/s_roundf.c: New file.
7130         * sysdeps/alpha/fpu/s_trunc.c: New file.
7131         * sysdeps/alpha/fpu/s_truncf.c: New file.
7132
7133         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7134         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7135         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7136         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7137         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7138         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7139
7140         * sysdeps/alpha/fpu/s_fmax.S: New file.
7141         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7142         * sysdeps/alpha/fpu/s_fmin.S: New file.
7143         * sysdeps/alpha/fpu/s_fminf.S: New file.
7144         * sysdeps/alpha/fpu/s_isnan.c: New file.
7145         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7146         * sysdeps/alpha/fpu/s_llrint.c: New file.
7147         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7148         * sysdeps/alpha/fpu/s_lrint.c: New file.
7149         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7150         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7151         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7152
7153         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7154         (__fdimf, fdimf, __fdim, fdim): Remove.
7155         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7156         (__isnanf, __isnan, __isnanl): New.
7157
7158 2007-03-13  Richard Henderson  <rth@redhat.com>
7159
7160         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7161
7162 2007-03-13  Richard Henderson  <rth@redhat.com>
7163
7164         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7165         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7166         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7167         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7168         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7169         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7170
7171 2007-03-13  Richard Henderson  <rth@redhat.com>
7172
7173         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7174         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7175         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7176         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7177         Move to dl-auxv.h; initialize instead of extern weak.
7178         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7179         weak symbol.
7180         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7181         Extern instead of initialized.
7182
7183 2007-03-13  Richard Henderson  <rth@redhat.com>
7184
7185         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7186         __sigsuspend_nocancel.
7187
7188 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7189
7190         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7191         172.16/12 address range.
7192
7193 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7194
7195         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7196         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7197         message.
7198
7199 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7200
7201         [BZ #4069]
7202         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7203         earlier.
7204         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7205
7206         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7207         for x qNaN and y either +-inf or non-integer value.
7208         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7209         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7210         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7211
7212 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7213
7214         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7215         from sysdep_headers.
7216
7217 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7218
7219         * time/tzfile.c (find_transition): Instead of a linear search try to
7220         guess the transition index, use a linear search if the result is at
7221         most 10 transitions away from the guess or binary search otherwise.
7222
7223 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7224
7225         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7226         memory reallocation.
7227
7228 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7229
7230         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7231         and fix some typos.
7232         Optimize use of TOLOWER.
7233
7234         [BZ #3325]
7235         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7236         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7237         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7238
7239         [BZ #3458]
7240         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7241         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7242
7243         [BZ #4076]
7244         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7245         (open_dir_stream): Likewise.
7246         * io/Makefile (tests): Add bug-ftw5.
7247         * io/bug-ftw5.c: New file.
7248
7249         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7250         * nscd/servicescache.c (cache_addserv): Likewise.
7251
7252         * nscd/grpcache.c (cache_addgr): In case a record changed on
7253         refresh, adjust key_copy.
7254
7255         [BZ #4074]
7256         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7257         refresh, adjust key_copy.
7258
7259         [BZ #4070]
7260         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7261         special cases.
7262         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7263
7264 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7265
7266         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7267         optimization.
7268
7269         * stdio-common/vfscanf.c: Small cleanups throughout.
7270
7271 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7272
7273         [BZ #3325]
7274         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7275         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7276         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7277         Patch by Jared Casper <jaredcasper@gmail.com>.
7278
7279         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7280         * sysdeps/unix/opendir.c: Likewise.
7281         * sysdeps/unix/readdir.c: Likewise.
7282
7283         [BZ #2211]
7284         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7285         point numbers.
7286         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7287
7288         * stdio-common/vfscanf.c: Fix problems in width accounting.
7289         * stdio-common/tst-sscanf.c (double_tests): New tests.
7290         (main): Hook them up.
7291
7292         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7293         More simplifications of floating-point reader.
7294
7295         * stdio-common/Makefile (tests): Add tst-swscanf.
7296         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7297         testing.
7298         * stdio-common/tst-swscanf.c: New file.
7299
7300 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7301
7302         [BZ #2633]
7303         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7304         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7305         Remove using for __jmp_buf_tag.
7306         * locale/locale.h (struct lconv): Also define in std namespace.
7307         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7308
7309         [BZ #3842]
7310         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7311         using __libc_enable_secure.
7312
7313         [BZ #3818]
7314         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7315
7316         [BZ #3745]
7317         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7318         of names for ellipsises.
7319
7320         [BZ #3348]
7321         * malloc/memusage.sh: Cleanups.
7322         * debug/xtrace.sh: Quoting and trap changes.
7323
7324 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7325
7326         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7327
7328         * locale/iso-3166.def: Update entry for Serbia.
7329         * locale/iso-4217.def: Define RSD, remove CSD.
7330
7331         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7332         and 64-bit operations.
7333
7334         [BZ #4040]
7335         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7336         16-bit operations.
7337
7338         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7339         of writev.
7340
7341 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7342
7343         [BZ #3991]
7344         * assert/assert.h (assert): Simplify.
7345         (assert_perror): Likewise.
7346         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7347
7348         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7349         reqdata.
7350
7351         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7352         change: don't pass NULL in place of an integer.
7353
7354 2007-02-02  Bruno Haible  <bruno@clisp.org>
7355
7356         [BZ #3954]
7357         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7358         Add mapping for U+327E.
7359         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7360         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7361         mapping of 0xD9 0xE8.
7362         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7363         mapping of U+327E.
7364         Reported by Jungshik Shin <jungshik@google.com>.
7365
7366         [BZ #3955]
7367         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7368         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7369         Reported by Jungshik Shin <jungshik@google.com>.
7370
7371 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7372
7373         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7374         byte variants.
7375
7376         [BZ #4040]
7377         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7378         byte variants.  Patch mostly be tom@tommay.net.
7379
7380 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7381
7382         [BZ #3996]
7383         * posix/glob.c (attribute_hidden): Define if not defined.
7384         (glob): Unescape dirname, filename or username when needed and not
7385         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7386         is NULL.  Handle unescaped [ in pattern without closing ].
7387         Don't pass GLOB_CHECK down to recursive glob for directories.
7388         (__glob_pattern_type): New function.
7389         (__glob_pattern_p): Implement using __glob_pattern_type.
7390         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7391         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7392         Remove unreachable code.
7393         * posix/globtest.sh: Add a couple of new tests.
7394
7395 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7396
7397         * po/ru.po: Update from translation team.
7398
7399 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7400
7401         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7402         to the list of i486+ CPUs.
7403         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7404
7405 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7406
7407         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7408         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7409         references.
7410
7411 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7412
7413         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7414
7415         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7416         * resolv/res_mkquery.c: Define __res_nopt.
7417         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7418         try adding EDNS0 record.
7419         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7420         EDNS0 record was send make sure we don't try it again.
7421         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7422         * include/resolv.h: Declare __res_nopt.
7423
7424 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7425
7426         [BZ #3944]
7427         * time/strptime_l.c (__strptime_internal): Set have_mon for
7428         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7429         have been computed from tm_yday and tm_year.  Don't crash
7430         in day_of_the_week or day_of_the_year if not have_mon
7431         and tm_mon contains bogus value.
7432         * time/Makefile (tests): Add tst-strptime3.
7433         * time/tst-strptime3.c: New test.
7434
7435 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7436
7437         [BZ #3957]
7438         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7439         bit for RE_HAT_LISTS_NOT_NEWLINE.
7440         (build_charclass_op): Remove bogus comment.
7441         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7442         * posix/bug-regex27.c: New test.
7443         * posix/bug-regex28.c: New test.
7444
7445 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7446
7447         * po/sv.po: Update from translation team.
7448
7449 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7450
7451         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7452
7453 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7454
7455         * include/locale.h (__uselocale): Add libc_hidden_proto.
7456         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7457
7458         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7459         gettimeofday.
7460
7461 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7462
7463         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7464         returning.
7465         (PTR_DEMANGLE): Real definition now that it's not the same as
7466         PRT_MANGLE anymore.
7467         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7468
7469         * string/strerror_l.c: New file.
7470         * string/Makefile (routines): Add strerror_l.
7471         * string/string.h: Declare strerror_l.
7472         * string/Versions: Export strerror_l for GLIBC_2.6.
7473
7474 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7475
7476         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7477         as parameter.  Construct request record.  Try sending request
7478         before the first poll use, it usually succeeds.  Adjust all
7479         callers.
7480         * nscd/nscd-client.h: Define MAXKEYLEN.
7481         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7482
7483 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7484
7485         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7486         from return value.
7487         * nscd/nscd_helper.c: Include string.h.
7488         (__nscd_cache_search): Remove const qualifier from return value.
7489         On strict alignment architectures check hash entry and data head
7490         alignment.
7491         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7492         mmapped data during GC cycle contains garbage.  If
7493         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7494         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7495         dropped to 0.
7496         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7497         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7498         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7499         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7500         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7501
7502 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7503
7504         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7505
7506 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7507
7508         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7509         names not numbers in cfi_*.
7510
7511 2007-01-26  Andreas Jaeger  <aj@suse.de>
7512
7513         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7514         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7515         Correct values of PER_HPUX and PER_OSF4.
7516
7517 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7518
7519         * elf/dl-minimal.c: Undefine _itoa first.
7520         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7521         * malloc/mtrace.c: Revert last change.
7522         * posix/wordexp.c: Likewise.
7523
7524 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7525
7526         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7527         and __geode__ to the list of i486+ CPUs.
7528         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7529
7530 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7531
7532         * stdio-common/_itoa.c: Include <limits.h>.
7533         * stdio-common/_itowa.c: Likewise.
7534
7535 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7536
7537         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7538         platforms.
7539         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7540         64-bit platforms.
7541         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7542         possible.
7543         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7544         if possible.
7545
7546         [BZ #3902]
7547         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7548         * stdio-common/Makefile (tests): Add bug17.
7549         * stdio-common/bug17.c: New file.
7550
7551 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7552
7553         * iconvdata/brf.c: New file.
7554         * iconvdata/testdata/BRF: New file.
7555         * iconvdata/testdata/BRF..UTF8: New file.
7556         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7557         * iconvdata/Makefile: Add rules to build BRF.
7558         * iconvdata/TESTS: Add BRF entry.
7559         * iconvdata/gconv-modules: Likewise.
7560         * iconvdata/tst-tables.sh: Likewise.
7561
7562 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7563
7564         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7565         type `long long int', not `long int'.
7566         (wcstoq): Likewise.
7567
7568 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7569
7570         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7571         of values on 64-bit platforms which are too large.
7572
7573 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7574             Joe Kerian  <jkerian@us.us.ibm.com>
7575
7576         [BZ #2749]
7577         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7578         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7579         (__copysignl): Use signbit() for comparison.
7580         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7581         SET_LDOUBLE_WORDS64.
7582
7583         [BZ #2423, #2749]
7584         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7585         (__ceill): Remove calls to fegetround(), fesetround().
7586         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7587         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7588         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7589
7590 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7591
7592         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7593
7594         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7595
7596 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7597
7598         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7599         demangle pointer.
7600         * csu/libc-start.c: Likewise.
7601
7602 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7603
7604         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7605         really work anyway.
7606
7607 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7608
7609         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7610         users.
7611         (handle_request): Remove unnecessary tests.
7612
7613         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7614
7615 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7616
7617         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7618         workbits in semi-raw fraction.
7619
7620         * math/test-misc.c: Add new tests.
7621
7622 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7623
7624         * math/basic-test.c: Include test-skeleton.c.
7625         (TEST_TRUNC): Define.
7626         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7627         (main): Rename to ...
7628         (do_test): ...this.  Run new tests.
7629         (TEST_FUNCTION): Define.
7630
7631 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7632             Joe Kerian  <jkerian@us.us.ibm.com>
7633
7634         [BZ #2749]
7635         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7636         handling for high words.
7637         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7638         and overflow for infinity.
7639
7640 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7641
7642         * nscd/connections.c (handle_request): Add a __builtin_expect.
7643
7644         * nscd/connections.c (serv2db): Change type into structure which
7645         also says whether this is a request for data.  Renamed to
7646         servinfo.  All users changed.
7647         (handle_request): Much simpler test whether we should search the cache.
7648
7649         * nscd/connections.c (handle_request): Fix thinko in selinux test
7650         invocation.
7651
7652         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7653         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7654         it before getting dl_load_lock and then relock.
7655         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7656         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7657         case we unlocked the scope.
7658         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7659         _dl_lookup_symbol_x in case we locked the scope.
7660         (_dl_profile_fixup): Likewise.
7661         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7662         set DL_LOOKUP_SCOPE_LOCK.
7663
7664 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7665
7666         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7667         CFLAGS-getsrvbynpt_r.c.
7668         * nscd/getsrvbynm_r.c: New file.
7669         * nscd/getsrvbypt_r.c: New file.
7670         * nscd/nscd_getserv_r.c: New file.
7671         * nscd/servicescache.c: New file.
7672         * nscd/Makefile (routines): Add nscd_getserv_r.
7673         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7674         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7675         CFLAGS-getsrvbypt_r.c.
7676         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7677         table.  Add entries for services database.
7678         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7679         services database.
7680         (dbs): Add .reset_res and servdb initialization.
7681         (serv2db): Add entries for services database.
7682         (verify_persistent_db): Accept dbnr == servdb.
7683         (invalidate_cache): Rewrite database name recognition to use a table.
7684         Call res_init() if .reset_res is set for database.
7685         (handle_request): Add code to handle services database.
7686         * nscd/gai.c: Don't define __getservbyname_r.
7687         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7688         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7689         (serv_response_header): Define.
7690         (struct datahead): Add serv_response_header member.
7691         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7692         using table.
7693         * nscd/nscd.conf: Add entries for services database.
7694         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7695         Declare serv_iov_disabled.
7696         Declare addservbyname, readdservbyname, addservbyport, and
7697         readdservbyport.
7698         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7699         (find_db): Fix error message.
7700         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7701         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7702         * nscd/selinux.c (perms): Add entries for services database.
7703         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7704         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7705
7706         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7707         * nscd/hstcache.c: Likewise.
7708         * nscd/pwdcache.c: Likewise.
7709
7710         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7711         computation of keylen.
7712
7713         * include/string.h: Only redefine strndupa if this is really for
7714         libc code.
7715
7716 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7717
7718         * nscd/nscd_gethst_r.c: Minor cleanups.
7719
7720         * nscd/connections.c (handle_request): Check selinux permissions
7721         for all non-admin commands.
7722
7723         * sysdeps/i386/i486/bits/atomic.h: Define
7724         atomic_compare_and_exchange_val_acq,
7725         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7726         using __sync_* built-ins for gcc >= 4.1.
7727         * sysdeps/x86_64/bits/atomic.h: Likewise.
7728
7729         [BZ #3840]
7730         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7731         and .oS.d files.
7732
7733 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7734
7735         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7736         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7737         (do_test): Check errno and exit(0) if ENOSYS.
7738
7739 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7740
7741         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7742         thousands separators.
7743         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7744         * stdlib/tst-strtod4.c: New test.
7745
7746         [BZ #3855]
7747         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7748         hexadecimal digit should accept just the initial 0.
7749         * stdlib/tst-strtod2.c (tests): New variable.
7750         (do_test): Run several tests rather than just one.
7751
7752 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7753
7754         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7755         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7756
7757 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7758
7759         * io/fts.c: Make sure fts_cur is always valid after return from
7760         fts_read.
7761         Patch by Miloslav Trmac <mitr@redhat.com>.
7762
7763 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7764
7765         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7766         (R_MIPS_NUM): Bump by 1.
7767
7768 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7769
7770         * posix/execvp.c: Include alloca.h.
7771         (allocate_scripts_argv): Renamed to...
7772         (scripts_argv): ... this.  Don't allocate buffer here nor count
7773         arguments.
7774         (execvp): Use alloca if possible.
7775         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7776         * posix/tst-vfork3.c: New test.
7777
7778 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7779
7780         * string/Makefile (tst-strxfrm2-ENV): Define.
7781         * stdlib/Makefile (tst-strtod3-ENV): Define.
7782
7783 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7784
7785         * posix/getconf.c: Update copyright year.
7786         * nss/getent.c: Likewise.
7787         * iconv/iconvconfig.c: Likewise.
7788         * iconv/iconv_prog.c: Likewise.
7789         * elf/ldconfig.c: Likewise.
7790         * catgets/gencat.c: Likewise.
7791         * csu/version.c: Likewise.
7792         * elf/ldd.bash.in: Likewise.
7793         * elf/sprof.c (print_version): Likewise.
7794         * locale/programs/locale.c: Likewise.
7795         * locale/programs/localedef.c: Likewise.
7796         * nscd/nscd.c (print_version): Likewise.
7797         * debug/xtrace.sh: Likewise.
7798         * malloc/memusage.sh: Likewise.
7799         * malloc/mtrace.pl: Likewise.
7800         * debug/catchsegv.sh: Likewise.
7801
7802 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7803
7804         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7805         attempts.
7806
7807 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7808
7809         * posix/wordexp.c: Remove some unnecessary tests.
7810
7811 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7812
7813         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7814         blacklist the group till after we look it up.
7815
7816 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7817
7818         * include/atomic.h (atomic_forced_read): New macro.
7819
7820 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7821
7822         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7823
7824 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7825
7826         * nss/getXXbyYY_r.c: Include atomic.h.
7827         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7828         add atomic_write_barrier () in between.
7829
7830         * stdlib/Makefile (tests): Add tst-makecontext.
7831         * stdlib/tst-makecontext.c: New test.
7832
7833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7834         (__makecontext): Don't realign uc_mcontext.uc_regs.
7835
7836 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7837
7838         * elf/dl-support.c: Include dl-procinfo.h.
7839         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7840         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7841         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7842         Define.
7843         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7844         hardcoded constants.
7845         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7846         PPC_PLATFORM_* macros for array designators.
7847
7848 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7849
7850         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7851         names to the beginning.
7852         (_dl_powerpc_platforms): Add "power6x".
7853         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7854         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7855         (_DL_PLATFORMS_COUNT): Increase.
7856         (_dl_string_platform): Handle power6x case.
7857         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7858         PPC_FEATURE_POWER6_EXT): Define.
7859         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7860
7861 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7862
7863         [BZ #3747]
7864         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7865         [-2^31 .. 2^31) range.
7866         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7867         targets.
7868         * stdlib/tst-rand48-2.c: New test.
7869         * stdlib/Makefile (tests): Add tst-rand48-2.
7870
7871 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7872
7873         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7874
7875 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7876
7877         * misc/tst-pselect.c (do_test): Make sure the helper process is
7878         terminating when the test is aborted.
7879
7880 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7881
7882         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7883         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7884         Handle relatime mount option.
7885
7886         [BZ #2337]
7887         * libio/Makefile (tests): Add tst-setvbuf1.
7888         * libio/tst-setvbuf1.c: New file.
7889
7890 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7891
7892         [BZ #2337]
7893         * libio/genops.c (__uflow): Fix a typo.
7894         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7895         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7896         the narrow buffer size.
7897
7898 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7899
7900         [BZ #2337]
7901         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7902         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7903         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7904         in _flags.
7905         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7906         _IO_wstr_finish): Likewise.
7907         * libio/wmemstream.c (open_wmemstream): Likewise.
7908         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7909         even for wide streams.
7910
7911 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7912
7913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7914         kernel-features.h.
7915
7916 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7917
7918         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7919         separators also if no non-zero digits found.
7920         * stdlib/Makefile (tests): Add tst-strtod3.
7921
7922 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7923
7924         [BZ #3632]
7925         * include/features.h: Fix comment about default value for
7926         _POSIX_C_SOURCE.
7927
7928         [BZ #3664]
7929         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7930         empty parsed strings.
7931         * stdlib/Makefile (tests): Add tst-strtod2.
7932         * stdlib/tst-strtod2.c: New file.
7933
7934         [BZ #3673]
7935         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7936         computation.
7937         * stdlib/Makefile (tests): Add tst-atof2.
7938         * stdlib/tst-atof2.c: New file.
7939
7940         [BZ #3674]
7941         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7942         correctly if removing trailing zero of hex-float.
7943         * stdlib/Makefile (tests): Add tst-atof1.
7944         * stdlib/tst-atof1.c: New file.
7945
7946 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7947
7948         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7949         Start searching for next comma at p rather than rest.
7950         * misc/Makefile (tests): Add tst-mntent2.
7951         * misc/tst-mntent2.c: New test.
7952
7953         * misc/getusershell.c (initshells): Check for integer overflows.
7954         Make strings buffer one bigger as fgets always succeeds when second
7955         argument is 1.  Don't use calloc for shells array.  Disallow
7956         / as shell.
7957
7958 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
7959
7960         * malloc/memusage.c: Handle realloc with new size of zero and
7961         non-NULL pointer correctly.
7962         (me): Really write first record twice.
7963         (struct entry): Make format bi-arch safe.
7964         (dest): Write out more realloc statistics.
7965         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
7966
7967 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
7968
7969         * nis/nis_subr.c (nis_getnames): Revert last change.
7970
7971 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
7972
7973         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
7974         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
7975         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
7976         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
7977         ENOTTY.
7978         * io/Makefile: Add rules to build and run tst-ttyname_r test.
7979         * io/tst-ttyname_r.c: New test.
7980
7981 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
7982
7983         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
7984
7985 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
7986
7987         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
7988         jump table entries.
7989
7990 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7991
7992         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
7993         `clone' function to ensure proper unwinding stop of gdb.
7994         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
7995
7996 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
7997
7998         * nscd/nscd.init: Remove obsolete and commented-out -S option
7999         handling.
8000
8001 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8002
8003         [BZ #3514]
8004         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8005
8006         [BZ #3515]
8007         * manual/string.texi (strtok): Remove duplicate paragraph.
8008
8009 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8010
8011         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8012         libgcc not supporting `rflags' unwinding (register # >= 17).
8013
8014 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8015
8016         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8017         succeeded.
8018
8019 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8020             Jakub Jelinek  <jakub@redhat.com>
8021             Jan Kratochvil  <jan.kratochvil@redhat.com>
8022
8023         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8024         unwind information.
8025         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8026         'restore_rt' even in the 'signal' directory.
8027         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8028
8029 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8030
8031         [BZ #3559]
8032         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8033         malloc crashed.  Don't allocate memory unnecessarily in each
8034         loop.
8035
8036 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8037
8038         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8039
8040 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8041
8042         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8043
8044 2006-11-18  Bruno Haible  <bruno@clisp.org>
8045
8046         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8047         __sysconf only after having tried to call getgroups32.
8048
8049 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8050
8051         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8052         addresses for IPv4 queries if they can be mapped.
8053
8054 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8055
8056         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8057         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8058         (signmask): Add .size directive.
8059         (othermask): Add .type directive.
8060
8061 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8062
8063         * po/nl.po: Update from translation team.
8064
8065         * timezone/zdump.c: Redo fix for BZ #3137.
8066
8067 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8068
8069         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8070         to first_unused after parsing :include: file.
8071
8072 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8073
8074         * timezone/africa: Update from tzdata2006o.
8075         * timezone/antarctica: Likewise.
8076         * timezone/asia: Likewise.
8077         * timezone/australasia: Likewise.
8078         * timezone/backward: Likewise.
8079         * timezone/europe: Likewise.
8080         * timezone/iso3166.tab: Likewise.
8081         * timezone/northamerica: Likewise.
8082         * timezone/southamerica: Likewise.
8083         * timezone/zone.tab: Likewise.
8084
8085         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8086         on machines with 64-bit time_t.
8087
8088         * timezone/checktab.awk: Update from tzcode2006o.
8089         * timezone/ialloc.c: Likewise.
8090         * timezone/private.h: Likewise.
8091         * timezone/scheck.c: Likewise.
8092         * timezone/tzfile.h: Likewise.
8093         * timezone/tzselect.ksh: Likewise.
8094         * timezone/zdump.c: Likewise.
8095         * timezone/zic.c: Likewise.
8096
8097         [BZ #3483]
8098         * elf/ldconfig.c (main): Call setlocale and textdomain.
8099         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8100
8101         [BZ #3480]
8102         * manual/argp.texi: Fix typos.
8103         * manual/charset.texi: Likewise.
8104         * manual/errno.texi: Likewise.
8105         * manual/filesys.texi: Likewise.
8106         * manual/lang.texi: Likewise.
8107         * manual/maint.texi: Likewise.
8108         * manual/memory.texi: Likewise.
8109         * manual/message.texi: Likewise.
8110         * manual/resource.texi: Likewise.
8111         * manual/search.texi: Likewise.
8112         * manual/signal.texi: Likewise.
8113         * manual/startup.texi: Likewise.
8114         * manual/stdio.texi: Likewise.
8115         * manual/sysinfo.texi: Likewise.
8116         * manual/syslog.texi: Likewise.
8117         * manual/time.texi: Likewise.
8118         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8119
8120         [BZ #3465]
8121         * sunrpc/clnt_raw.c: Minimal message improvements.
8122         * sunrpc/pm_getmaps.c: Likewise.
8123         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8124         * nis/nis_print_group_entry.c: Likewise.
8125         * locale/programs/repertoire.c: Likewise.
8126         * locale/programs/charmap.c: Likewise.
8127         * malloc/memusage.sh: Likewise.
8128         * elf/dl-deps.c: Likewise.
8129         * locale/programs/ld-collate.c: Likewise.
8130         * libio/vswprintf.c: Likewise.
8131         * malloc/memusagestat.c: Likewise.
8132         * sunrpc/auth_unix.c: Likewise.
8133         * sunrpc/rpc_main.c: Likewise.
8134         * nscd/cache.c: Likewise.
8135         * locale/programs/repertoire.c: Unify output messages.
8136         * locale/programs/charmap.c: Likewise.
8137         * locale/programs/ld-ctype.c: Likewise.
8138         * locale/programs/ld-monetary.c: Likewise.
8139         * locale/programs/ld-numeric.c: Likewise.
8140         * locale/programs/ld-time.c: Likewise.
8141         * elf/ldconfig.c: Likewise.
8142         * nscd/selinux.c: Likewise.
8143         * elf/cache.c: Likewise.
8144         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8145
8146         [BZ #3451]
8147         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8148         change atomic.
8149         (ceil): Likewise.
8150
8151 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8152
8153         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8154         if N is one bigger than return value.
8155         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8156         and l1 last arguments, if buf is defined, verify the return value
8157         equals to strlen (buf) and verify no byte beyond passed length
8158         is modified.
8159
8160 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8161
8162         * po/sv.po: Update from translation team.
8163
8164 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8165
8166         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8167         noinline attribute.
8168
8169 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8170
8171         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8172         noinline attribute.
8173
8174         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8175         Use __new_sys_siglist instead of _sys_siglist_internal as
8176         second macro argument.
8177         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8178         strong_alias.
8179
8180 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8181
8182         [BZ #3493]
8183         * posix/unistd.h (sysconf): Remove const attribute.
8184
8185         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8186         temporary or deprecated addresses.
8187         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8188
8189         * string/Makefile (tests): Add tst-strxfrm2.
8190         * string/tst-strxfrm2.c: New file.
8191
8192 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8193
8194         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8195         rather than r->r_brk.
8196
8197 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8198
8199         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8200         optimization even if needed > n.
8201
8202         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8203         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8204         return false, otherwise return true.
8205         (cache_rpath): Return decompose_rpath return value.
8206
8207 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8208
8209         * include/libc-symbols.h (declare_symbol): Rename to...
8210         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8211         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8212         .size directive.
8213         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8214         changes.
8215         * sysdeps/gnu/siglist.c: Likewise.
8216
8217 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8218
8219         * sysdeps/powerpc/fpu/bits/mathinline.h
8220         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8221         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8222
8223 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8224
8225         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8226         Update handling of cache descriptor 0x49 for new models.
8227         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8228         Likewise.
8229
8230 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8231
8232         * malloc/memusage.c (dest): Reset not_me back to false after
8233         printing statistics.
8234
8235 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8236
8237         * configure.in: Work around ld --help change and avoid -z relro
8238         test completely if the architecture doesn't care about security.
8239
8240 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8241
8242         * po/sv.po: Update from translation team.
8243
8244 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8245
8246         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8247         generate compatibility version.
8248
8249 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8250
8251         * configure.in: Relax -z relro requirement a bit.
8252
8253         * po/sv.po: Update from translation team.
8254
8255 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8256
8257         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8258         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8259         * elf/dl-close.c (_dl_close_worker): Likewise.
8260         * elf/dl-open.c (_dl_open_worker): Likewise.
8261         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8262
8263 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8264
8265         * configure.in: Require assembler support for visibility, compiler
8266         support for visibility and aliases, linker support for various -z
8267         options.
8268         * Makeconfig: Remove conditional code which now is unnecessary.
8269         * config.h.in: Likewise.
8270         * config.make.in: Likewise.
8271         * dlfcn/Makefile: Likewise.
8272         * elf/Makefile: Likewise.
8273         * elf/dl-load.c: Likewise.
8274         * elf/rtld.c: Likewise.
8275         * include/libc-symbols.h: Likewise.
8276         * include/stdio.h: Likewise.
8277         * io/Makefile: Likewise.
8278         * io/fstat.c: Likewise.
8279         * io/fstat64.c: Likewise.
8280         * io/fstatat.c: Likewise.
8281         * io/fstatat64.c: Likewise.
8282         * io/lstat.c: Likewise.
8283         * io/lstat64.c: Likewise.
8284         * io/mknod.c: Likewise.
8285         * io/mknodat.c: Likewise.
8286         * io/stat.c: Likewise.
8287         * io/stat64.c: Likewise.
8288         * libio/stdio.c: Likewise.
8289         * nscd/Makefile: Likewise.
8290         * stdlib/Makefile: Likewise.
8291         * stdlib/atexit.c: Likewise.
8292         * sysdeps/generic/ldsodefs.h: Likewise.
8293         * sysdeps/i386/dl-machine.h: Likewise.
8294         * sysdeps/i386/sysdep.h: Likewise.
8295         * sysdeps/i386/i686/memcmp.S: Likewise.
8296         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8297         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8298         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8299
8300         * Makerules: USE_TLS support is now default.
8301         * tls.make.c: Likewise.
8302         * csu/Versions: Likewise.
8303         * csu/libc-start.c: Likewise.
8304         * csu/libc-tls.c: Likewise.
8305         * csu/version.c: Likewise.
8306         * dlfcn/dlinfo.c: Likewise.
8307         * elf/dl-addr.c: Likewise.
8308         * elf/dl-cache.c: Likewise.
8309         * elf/dl-close.c: Likewise.
8310         * elf/dl-iteratephdr.c: Likewise.
8311         * elf/dl-load.c: Likewise.
8312         * elf/dl-lookup.c: Likewise.
8313         * elf/dl-object.c: Likewise.
8314         * elf/dl-open.c: Likewise.
8315         * elf/dl-reloc.c: Likewise.
8316         * elf/dl-support.c: Likewise.
8317         * elf/dl-sym.c: Likewise.
8318         * elf/dl-sysdep.c: Likewise.
8319         * elf/dl-tls.c: Likewise.
8320         * elf/ldconfig.c: Likewise.
8321         * elf/rtld.c: Likewise.
8322         * elf/tst-tls-dlinfo.c: Likewise.
8323         * elf/tst-tls1.c: Likewise.
8324         * elf/tst-tls10.h: Likewise.
8325         * elf/tst-tls14.c: Likewise.
8326         * elf/tst-tls2.c: Likewise.
8327         * elf/tst-tls3.c: Likewise.
8328         * elf/tst-tls4.c: Likewise.
8329         * elf/tst-tls5.c: Likewise.
8330         * elf/tst-tls6.c: Likewise.
8331         * elf/tst-tls7.c: Likewise.
8332         * elf/tst-tls8.c: Likewise.
8333         * elf/tst-tls9.c: Likewise.
8334         * elf/tst-tlsmod1.c: Likewise.
8335         * elf/tst-tlsmod13.c: Likewise.
8336         * elf/tst-tlsmod13a.c: Likewise.
8337         * elf/tst-tlsmod14a.c: Likewise.
8338         * elf/tst-tlsmod2.c: Likewise.
8339         * elf/tst-tlsmod3.c: Likewise.
8340         * elf/tst-tlsmod4.c: Likewise.
8341         * elf/tst-tlsmod5.c: Likewise.
8342         * elf/tst-tlsmod6.c: Likewise.
8343         * include/errno.h: Likewise.
8344         * include/link.h: Likewise.
8345         * include/tls.h: Likewise.
8346         * locale/global-locale.c: Likewise.
8347         * locale/localeinfo.h: Likewise.
8348         * malloc/arena.c: Likewise.
8349         * malloc/hooks.c: Likewise.
8350         * malloc/malloc.c: Likewise.
8351         * resolv/Versions: Likewise.
8352         * sysdeps/alpha/dl-machine.h: Likewise.
8353         * sysdeps/alpha/libc-tls.c: Likewise.
8354         * sysdeps/generic/ldsodefs.h: Likewise.
8355         * sysdeps/generic/tls.h: Likewise.
8356         * sysdeps/i386/dl-machine.h: Likewise.
8357         * sysdeps/ia64/dl-machine.h: Likewise.
8358         * sysdeps/ia64/libc-tls.c: Likewise.
8359         * sysdeps/mach/hurd/fork.c: Likewise.
8360         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8361         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8362         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8363         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8364         * sysdeps/s390/libc-tls.c: Likewise.
8365         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8366         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8367         * sysdeps/sh/dl-machine.h: Likewise.
8368         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8369         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8370         * sysdeps/x86_64/dl-machine.h: Likewise.
8371
8372         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8373         split out locking and parameter checking.
8374         (_dl_close): Call _dl_close_worker after locking and checking.
8375         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8376         _dl_close.
8377         * elf/Makefile: Add rules to build and run tst-thrlock.
8378         * elf/tst-thrlock.c:  New file.
8379
8380         [BZ #3426]
8381         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8382         reality.
8383
8384         [BZ #3429]
8385         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8386         we are sure we do not need it anymore for _dl_close.  Also move
8387         the asserts inside the lock region.
8388         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8389
8390 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8391
8392         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8393         argument.
8394         (_dl_lookup_symbol_x): Adjust caller.
8395
8396         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8397         _ns_global_scope.
8398         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8399
8400         * elf/dl-libc.c: Revert l_scope name changes.
8401         * elf/dl-load.c: Likewise.
8402         * elf/dl-object.c: Likewise.
8403         * elf/rtld.c: Likewise.
8404         * elf/dl-close.c (_dl_close): Likewise.
8405         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8406         always use __rtld_mrlock_{change,done}.  Always free old scope list
8407         here if not l_scope_mem.
8408         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8409         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8410         the lookup and __rtld_mrlock_unlock it after the lookup.
8411         * elf/dl-sym.c: Likewise.
8412         * include/link.h (struct r_scoperec): Remove.
8413         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8414         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8415
8416 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8417
8418         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8419
8420 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8421
8422         * configure.in: Disable building profile libraries by default.
8423
8424 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8425
8426         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8427         as signed longs, check for x_base + pos overflow.
8428         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8429         * sunrpc/tst-xdrmem2.c: New test.
8430
8431 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8432
8433         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8434         _dl_lookup_symbol_x code.
8435
8436 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8437
8438         * elf/dl-runtime.c: Include sysdep-cancel.h.
8439         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8440         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8441         instead of catomic_* macros.
8442         * elf/dl-sym.c: Include sysdep-cancel.h.
8443         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8444         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8445         * elf/dl-close.c: Include sysdep-cancel.h.
8446         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8447         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8448         * elf/dl-open.c: Include sysdep-cancel.h.
8449         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8450         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8451
8452 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8453
8454         [BZ #3313]
8455         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8456         fastbin rather than end of fastbin array.
8457
8458 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8459
8460         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8461         body macro.
8462         * sysdeps/x86_64/bits/atomic.h
8463         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8464         (catomic_decrement): Use correct body macro.
8465
8466 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8467
8468         * include/atomic.h: Add a unique prefix to all local variables
8469         in macros.
8470         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8471
8472 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8473
8474         [BZ #3369]
8475         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8476         and 7.
8477
8478 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8479
8480         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8481
8482 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8483
8484         [BZ #3313]
8485         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8486         determine highest fast bin to consolidate, always look into all of
8487         them.
8488         (do_check_malloc_state): Only require for empty bins for large
8489         sizes in main arena.
8490
8491         * libio/stdio.h: Add more __wur attributes.
8492
8493         * elf/dl-minimal.c (realloc): Optimize last patch.
8494
8495 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8496
8497         [BZ #3352]
8498         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8499         and use memcpy() if it does.
8500
8501 2006-11-12  Andreas Jaeger  <aj@suse.de>
8502
8503         [BZ #2510]
8504         * manual/search.texi (Hash Search Function): Clarify.
8505         (Array Search Function): Clarify.
8506
8507 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8508
8509         [BZ #2830]
8510         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8511         shifting.
8512         * math/atest-exp2.c (read_mpn_hex): Likewise.
8513         * math/atest-sincos.c (main): Likewise.
8514
8515 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8516
8517         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8518         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8519         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8520         version GLIBC_2.6.
8521         * Versions.def: Add GLIBC_2.6 for libc.
8522
8523         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8524
8525         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8526
8527 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8528
8529         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8530
8531         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8532
8533         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8534         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8535
8536 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8537
8538         * include/atomic.c: Define catomic_* operations.
8539         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8540         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8541         * malloc/memusage.c: Likewise.
8542         * gmon/mcount.c: Likewise.
8543         * elf/dl-close.c: Likewise.
8544         * elf/dl-open.c: Likewise.
8545         * elf/dl-profile.c: Likewise.
8546         * elf/dl-sym.c: Likewise.
8547         * elf/dl-runtime.c: Likewise.
8548         * elf/dl-fptr.c: Likewise.
8549         * resolv/res_libc.c: Likewise.
8550
8551 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8552
8553         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8554         components which lack them.
8555
8556         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8557         at least one entry consisting of the parameter concatenated with
8558         the domain.
8559
8560 2006-10-10  Roland McGrath  <roland@frob.com>
8561
8562         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8563         * sysdeps/mach/hurd/futimes.c: Likewise.
8564         * sysdeps/mach/hurd/lutimes.c: Likewise.
8565
8566 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8567             Jakub Jelinek  <jakub@redhat.com>
8568
8569         Implement reference counting of scope records.
8570         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8571         from the list in objects which remain.  Always allocate new scope
8572         record.
8573         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8574         don't resize, allocate a new one.
8575         * elf/dl-runtime.c: Update reference counters before using a scope
8576         array.
8577         * elf/dl-sym.c: Likewise.
8578         * elf/dl-libc.c: Adjust for l_scope name change.
8579         * elf/dl-load.c: Likewise.
8580         * elf/dl-object.c: Likewise.
8581         * elf/rtld.c: Likewise.
8582         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8583         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8584         Add l_scoperec_lock.
8585         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8586         * sysdeps/generic/rtld-lowlevel.h: New file.
8587
8588         * include/atomic.h: Rename atomic_and to atomic_and_val and
8589         atomic_or to atomic_or_val.  Define new macros atomic_and and
8590         atomic_or which do not return values.
8591         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8592         Various cleanups.
8593         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8594
8595         * po/sv.po: Update from translation team.
8596
8597 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8598
8599         * Versions.def: Add GLIBC_2.6 to libpthread.
8600
8601         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8602         (versioned_symbol): Likewise.
8603         (compat_symbol): Likewise.
8604
8605         * po/tr.po: Update from translation team.
8606
8607 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8608
8609         * nis/Banner: Removed.  It's been integral part forever and the
8610         author info is incomplete anyway.
8611         * libio/Banner: Likewise.
8612
8613         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8614         code, make sure the nis_freeresult call doesn't crash and that the
8615         result is reported correctly.
8616
8617 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8618
8619         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8620         when callback is NULL.
8621
8622         * nis/Versions (libnss_nisplus): Add
8623         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8624         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8625         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8626         _nss_create_tablename): Rename to...
8627         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8628         ... these.  No longer static.
8629         (internal_setgrent): Adjust users.
8630         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8631         Don't use locking around _nss_grp_create_tablename call.
8632         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8633
8634 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8635
8636         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8637
8638 2006-10-06  Andreas Jaeger  <aj@suse.de>
8639
8640         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8641
8642 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8643
8644         * po/pl.po: Update from translation team.
8645
8646         * nscd/nscd.c (main): Fix typo in message.
8647         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8648
8649 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8650
8651         [BZ #3291]
8652         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8653         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8654         (__sigprocmask): Define.
8655
8656 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8657
8658         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8659         used.
8660
8661 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8662
8663         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8664         in oldtotal and newtotal calculation.
8665         * nscd/nscd-client.h (struct mapped_database): Add datasize
8666         field.
8667         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8668         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8669         increased.
8670         (__nscd_cache_search): Add checks to make sure we never reference
8671         data beyond the current mapping.
8672
8673 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8674
8675         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8676         variables const to avoid compiler warnings.
8677
8678         * io/fts.c (fts_close): Remove redundant checks.
8679         (fts_build): Likewise.
8680         (fts_palloc): Likewise.
8681
8682         * manual/message.texi (Advanced gettext functions,
8683         Using gettextized software): Fix typos.
8684
8685 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8686
8687         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8688         explain why there are no leaks.
8689
8690 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8691
8692         * libio/wmemstream.c: Include <wchar.h>.
8693         * libio/bug-wmemstream1.c: Likewise.
8694         * libio/tst-wmemstream1.c: Likewise.
8695         * libio/tst-wmemstream2.c: Likewise.
8696
8697         * version.h (RELEASE): Bump to 2.5.
8698         * README: Regenerated.
8699
8700         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8701
8702         [BZ #3273]
8703         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8704         found no group members.
8705         Patch by Petr Baudis.
8706
8707 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8708
8709         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8710         assert bootstrap_map.l_tls_modid is zero.
8711         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8712         if USE___THREAD.
8713
8714 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8715
8716         * libio/stdio.h: Move open_wmemstream prototype to ...
8717         * wcsmbs/wchar.h: ... here.
8718
8719 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8720
8721         [BZ #3252]
8722         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8723         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8724         __{,l}chown to handle the rest.
8725         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8726         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8727         __{,l}chown to handle the rest.
8728         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8729         i386/fchownat.c.
8730         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8731         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8732
8733         [BZ #3253]
8734         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8735         time, rather allocate increasingly bigger arrays of pointers, if
8736         possible with alloca, if too large with malloc.
8737
8738 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8739
8740         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8741
8742         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8743
8744 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8745
8746         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8747         home addresses.
8748         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8749         IFA_F_HOMEADDRESS flag for interfaces.
8750         * include/ifaddrs.h (struct in6addrinfo): Define
8751         in6ai_homeaddress.
8752
8753 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8754
8755         [BZ #3225]
8756         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8757         PTR_DEMANGLE3): Define.
8758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8759         PTR_DEMANGLE3): Likewise.
8760         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8761         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8762         Likewise.
8763         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8764
8765 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8766
8767         * po/libc.pot: Regenerated.
8768         * po/be.po: Updated.
8769         * po/ca.po: Likewise.
8770         * po/cs.po: Likewise.
8771         * po/da.po: Likewise.
8772         * po/de.po: Likewise.
8773         * po/el.po: Likewise.
8774         * po/en_GB.po: Likewise.
8775         * po/es.po: Likewise.
8776         * po/fi.po: Likewise.
8777         * po/fr.po: Likewise.
8778         * po/gl.po: Likewise.
8779         * po/hr.po: Likewise.
8780         * po/hu.po: Likewise.
8781         * po/ja.po: Likewise.
8782         * po/ko.po: Likewise.
8783         * po/nb.po: Likewise.
8784         * po/nl.po: Likewise.
8785         * po/pl.po: Likewise.
8786         * po/pt_BR.po: Likewise.
8787         * po/ru.po: Likewise.
8788         * po/rw.po: Likewise.
8789         * po/sk.po: Likewise.
8790         * po/sv.po: Likewise.
8791         * po/tr.po: Likewise.
8792         * po/zh_CN.po: Likewise.
8793         * po/zh_TW.po: Likewise.
8794
8795         [BZ #3137]
8796         * iconv/iconv_prog.c (main): Fix spelling in error message.
8797         * iconv/iconvconfig.c (main): Likewise.
8798         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8799         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8800         * locale/programs/localedef.c (main): Likewise.
8801         * locale/programs/repertoire.c (repertoire_read): Likewise.
8802         * timezone/zdump.c (main): Likewise.
8803         * nscd/connections.c (handle_request): Fix spelling in log message.
8804         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8805
8806 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8807
8808         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8809         interfaces.
8810
8811 2006-09-20  Andreas Jaeger  <aj@suse.de>
8812
8813         * math/libm-test.inc (lrint_test_upward): Fix typo.
8814
8815 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8816
8817         [BZ #2592]
8818         * math/libm-test.inc (lrint_test_tonearest): New function.
8819         (lrint_test_towardzero): New function.
8820         (lrint_test_downward): New function.
8821         (lrint_test_upward): New function.
8822         (main): Run these new tests.
8823         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8824         of values near to 0.
8825         (two52): Use double not long double.
8826         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8827         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8828         (two23): Use float not double.
8829         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8830         (two23): Use float not double.
8831         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8832         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8833         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8834         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8835
8836 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8837
8838         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8839         Cast sp to unsigned long to avoid compiler warning.
8840         Use __makecontext_ret function instead of a trampoline on the stack.
8841         (__makecontext_ret): New function.
8842         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8843
8844 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8845
8846         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8847         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8848         bits.
8849
8850 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8851
8852         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8853         sure no reference to the unloaded map's search list remains in the
8854         dependency's scope.
8855
8856 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8857
8858         * elf/Makefile: Add rules to build and run unload7 test.
8859         * elf/unload7.c: New test.
8860         * elf/unload7mod1.c: New file.
8861         * elf/unload7mod2.c: New file.
8862
8863 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8864
8865         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8866         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8867         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8868         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8869         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8870         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8871         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8872         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8873         PTRACE_GETEVENTMSG): Likewise.
8874         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8875         values.
8876
8877 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8878
8879         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8880         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8881         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8882         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8883
8884 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8885
8886         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8887         write '\0' to the fd.
8888         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8889         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8890         Change regs to unsigned long pointer from unsigned int, fix fscr
8891         offset.
8892
8893 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8894
8895         * io/Makefile (CFLAGS-fstatat.c): Set.
8896         (CFLAGS-fstatat64.c): Likewise.
8897         (CFLAGS-mknodat.c): Likewise.
8898
8899         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8900         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8901         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8902         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8903
8904 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8905             Steven Munroe  <sjmunroe@us.ibm.com>
8906
8907         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8908         names to the beginning.  Rename "cell" to "cellbe".
8909         (_dl_powerpc_platforms): New.
8910         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8911         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8912         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8913         (_DL_HWCAP_PLATFORM): Define to new mask.
8914         (_dl_platform_string, _dl_string_platform): New functions.
8915         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8916         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8917
8918 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8919
8920         [BZ #2526]
8921         * README.libm: Fix a thinko in sqrt algorithm description.
8922
8923         [BZ #3143]
8924         * manual/string.texi (argz_delete): Fix prototype.
8925         Patch by <alpt@freaknet.org>.
8926
8927 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8928
8929         [BZ #3138]
8930         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8931         * io/tst-fcntl.c (do_prepare): Likewise.
8932         * posix/tst-exec.c (do_prepare): Likewise.
8933         * posix/tst-preadwrite.c (do_prepare): Likewise.
8934         * posix/tst-spawn.c (do_prepare): Likewise.
8935         * posix/tst-truncate.c (do_prepare): Likewise.
8936         * rt/tst-aio.c (do_prepare): Likewise.
8937         * rt/tst-aio64.c (do_prepare): Likewise.
8938         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8939         size_t.
8940
8941 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8942
8943         [BZ #2821]
8944         * time/mktime.c (guess_time_tm): Fix overflow detection.
8945         * time/Makefile (tests): Add bug-mktime1.
8946         * time/bug-mktime1.c: New file.
8947
8948         [BZ #3189, #3188]
8949         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8950         (mremap): Likewise.
8951
8952 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8953
8954         [BZ #1006]
8955         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8956         Ensure relocation doesn't clobber any bits outside of the
8957         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8958         R_SPARC_HI22 and R_SPARC_H44.
8959
8960         [BZ #2775]
8961         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
8962         (long) (MINSIZE + nb - old_size) is positive.
8963
8964         * malloc/arena.c (grow_heap): When growing bail even if new_size
8965         is negative.
8966
8967         [BZ #3155]
8968         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
8969         stack below r1.
8970
8971 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
8972
8973         * posix/regex_internal.c (re_string_reconstruct): Handle
8974         offset < pstr->valid_raw_len && pstr->offsets_needed case.
8975         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
8976         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
8977         re_string_context_at.
8978         * posix/Makefile: Add rules to build and run bug-regex26 test.
8979         * posix/bug-regex26.c: New test.
8980
8981         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
8982         rather than col_sym_free.  Move seqp declaration earlier.
8983
8984         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
8985
8986 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
8987
8988         * nscd/initgrcache.c (addinitgroupsX): Move any_success
8989         decl before first goto out.
8990
8991 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
8992
8993         * Makerules (shlib.lds): If have-hash-style, put .hash section
8994         at the end of the RO segment.
8995
8996 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
8997
8998         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
8999         style hash table format is used.
9000
9001 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9002
9003         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9004         randomization rather than before.
9005         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9006
9007 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9008
9009         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9010
9011         * malloc/malloc.c (_int_malloc): Use full list insert and not
9012         shortcut which assumes the list is empty for large requests
9013         too.
9014
9015         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9016
9017 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9018
9019         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9020         and offout arguments to the prototype.
9021         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9022         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9023         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9024         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9025         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9026         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9027         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9028         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9029
9030 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9031
9032         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9033
9034         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9035         dlopen parameters.
9036
9037 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9038
9039         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9040         only if herrno is NETDB_INTERNAL.  Handle errors other than
9041         ERANGE outside of the loops, handle TRY_AGAIN.
9042
9043         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9044         if other's ctype category was missing.
9045         * locale/programs/ld-collate.c (collate_read): Return if
9046         copy_locale's collate category is missing.
9047
9048 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9049
9050         [BZ #2684]
9051         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9052         arenas if allocation failed.
9053         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9054
9055 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9056
9057         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9058         waste bins[0..1].
9059         (malloc_state): Reduce bins size by 2.
9060         (_int_malloc): Fix test for large enough buffer for early termination.
9061         When no unsorted block matches perfectly and an exiting block has
9062         to be split, use full list insert and not shortcut which assumes
9063         the list is empty.
9064
9065         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9066         failure.
9067
9068 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9069
9070         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9071         do anything.
9072
9073         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9074         symbol require exact match (these are PLTs).
9075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9076         (_dl_ppc64_addr_sym_match): Likewise.
9077
9078         [BZ #2683]
9079         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9080         If symbol has a value use it.
9081         * elf/tst-dladdr1.c: New file.
9082         * elf/Makefile: Add rules to build and run tst-addr1.
9083
9084 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9085
9086         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9087         keeps failing and heap growth or new heap creation isn't
9088         successful either.
9089         * malloc/tst-malloc.c (main): Add new tests.
9090
9091 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9092
9093         [BZ #2734]
9094         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9095         as in the x86-64 code to use bswap.
9096
9097 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9098
9099         [BZ #2680]
9100         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9101         __USE_UNIX98.
9102         * posix/bits/unistd.h: Likewise.
9103
9104 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9105
9106         [BZ #2751]
9107         * string/strchr.c: Add cast to avoid warning.
9108
9109 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9110
9111         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9112         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9113         limit is needed to avoid the exploding of the address space
9114         requirement for secondary heaps.
9115         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9116         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9117
9118 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9119
9120         [BZ #3018]
9121         * Makerules (depfiles): Handle extra-test-objs the same as
9122         extra-objs.
9123         (common-mostlyclean): Likewise.
9124         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9125         instead.
9126         * elf/Makefile (extra-objs): Likewise.
9127         * stdlib/Makefile (extra-objs): Likewise.
9128
9129 2006-08-14  Eric Blake  <ebb9@byu.net>
9130
9131         [BZ #3044]
9132         * misc/error.h: Assume C89 or better.
9133         * misc/error.c: Likewise.
9134
9135 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9136
9137         [BZ #3040]
9138         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9139         __ASSUME_ATFCTS is defined.
9140
9141 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9142
9143         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9144         to sort in each call.
9145
9146         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9147         is empty simply return and use next service.
9148         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9149
9150         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9151         tells us when not finding a charmap file is an error.
9152         * locale/programs/charmap.h: Adjust charmap_read prototype.
9153         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9154         cannot find a charmap.
9155         * locale/programs/localedef.c (main): Adjust charmap_read call.
9156
9157 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9158
9159         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9160         sysdeps/posix/pause.c implementation instead.
9161
9162 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9163
9164         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9165         to EPERM.
9166
9167 2006-08-13  Andreas Schwab  <schwab@suse.de>
9168
9169         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9170         Don't clobber caller's LRSAVE.
9171         (_dl_prof_resolve): Likewise.
9172
9173 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9174
9175         [BZ #1996]
9176         * libio/memstream.c (open_memstream): Allocate initial buffer with
9177         calloc.
9178         * libio/wmemstream.c (open_wmemstream): Likewise.
9179         * libio/strops.c: Pretty printing.
9180         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9181         (enlarge_userbuf): New function.
9182         (_IO_str_seekoff): Call it if seek position is larger than current
9183         buffer.
9184         * libio/wstrops.c: Likewise.
9185         * libio/vasprintf.c: Add comment as to why we do not have to use
9186         calloc instead of malloc to allocate initial buffer.
9187         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9188         * libio/bug-memstream1.c: New file.
9189         * libio/bug-wmemstream1.c: New file.
9190
9191 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9192
9193         * libio/wstrops.c: Remove dead macro definitions and comments.
9194         * libio/strops.c: Likewise.
9195
9196         [BZ #2764]
9197         * login/utmpname.c (__utmpname): Remove unnecessary test.
9198
9199 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9200
9201         [BZ #2832]
9202         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9203         0s from integers.
9204
9205 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9206
9207         [BZ #2987]
9208         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9209         for CPU clocks.
9210         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9211         setting of CPU clocks.
9212
9213 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9214
9215         [BZ #2841]
9216         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9217         since C99 requires the result to promote to 'int' when uint_least8_t
9218         and uint_least16_t promote to 'int'.
9219
9220 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9221
9222         [BZ #3013]
9223         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9224         lenght of one output field, correct bitmask creation.
9225         * locale/programs/ld-time.c: Add alignment.
9226
9227         [BZ #2997]
9228         * misc/error.c: Add space between program name and message if file
9229         name is missing.
9230
9231 2006-08-03  Eric Blake  <ebb9@byu.net>
9232
9233         [BZ #2998]
9234         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9235
9236 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9237
9238         * malloc/memusagestat.c: Silence warnings.
9239
9240         * malloc/malloc.c: Dynamically size mmap treshold if the program
9241         frees mmaped blocks.
9242         Patch by Valerie Henson and Arjan van de Ven.
9243
9244 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9245
9246         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9247         __USE_GNU.
9248
9249         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9250         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9251         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9252         Only provide var definitions in strtol_l (or for *ull*
9253         in strtoll_l).
9254
9255         * stdio-common/bug16.c (tests): New array.
9256         (do_tests): Allow the first hexadecimal digit
9257         to be 1, 2, 4 or 8.  Do 3 additional tests.
9258
9259         * sysdeps/s390/fpu/libm-test-ulps: Update.
9260
9261         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9262         fchownat syscall if available.
9263         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9264         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9265         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9266
9267 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9268
9269         * nis/nis_xdr.c: Avoid some function calls.
9270
9271 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9272             Ulrich Drepper  <drepper@redhat.com>
9273
9274         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9275         short cut if only one name component is stripped away.
9276
9277 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9278
9279         * nis/nis_call.c: Minor cleanups throughout.
9280         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9281         (first_shoot): Add search_parent_first parameter.  Only if it is set
9282         search parent server first.
9283         If directory for table found through cold start cache is not the same
9284         as referenced in the cache, don't use it.
9285         (__nisfind_server): Take additional parameter.  Pass it on to
9286         first_shoot.
9287         (__prepare_niscall): Adjust __nisfind_server call.
9288         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9289         * nis/nis_table.c: Adjust __nisfind_server call.
9290         * nis/nis_lookup.c: Likewise.
9291         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9292
9293 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9294
9295         [BZ #2182]
9296         * math/s_cacosh.c: Return values from positive branch.
9297         * math/s_cacoshf.c: Likewise.
9298         * math/s_cacoshl.c: Likewise.
9299
9300         [BZ #2883]
9301         * sysvipc/sys/msg.h: Change return value to ssize_t.
9302         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9303         * sysvipc/msgrcv.c: Likewise.
9304         * include/sys/msg.h: Likewise.
9305
9306         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9307         test introduced in patch for bz #661.
9308         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9309         element for NEWGROUPS.
9310
9311         [BZ #2908]
9312         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9313         'f', use '1' as leading digit not '\1'.
9314         * stdio-common/Makefile (tests): Add bug16.
9315         * stdio-common/bug16.c: New file.
9316
9317         [BZ #2914]
9318         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9319         and don't try to open it.  The patch introducing the macro
9320         contained a bug and used the same file name as the new file
9321         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9322         this out completely.
9323
9324         [BZ #2926]
9325         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9326         Patch by Jerry James <Jerry.James@usu.edu>.
9327
9328         * rt/Makefile (tests): Add tst-clock2.
9329         * rt/tst-clock2.c: New file.
9330
9331         [BZ #2978]
9332         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9333         function and its parameters and pass it to new thread.
9334         (__gai_notify): Add support for alternative waiting for completion.
9335         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9336         waiting for completion.
9337         * resolv/getaddrinfo_a.c: Likewise.
9338         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9339         waiting for completion is used.
9340         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9341         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9342         * resolv/gai_error.c: Likewise.
9343         * resolv/gai_sigqueue.c: Likewise.
9344
9345 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9346
9347         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9348         errno to EBADF and return MACH_PORT_NULL.
9349
9350 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9351
9352         [BZ #2980]
9353         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9354
9355 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9356
9357         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9358         walk them instead of the symbol table.
9359
9360 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9361
9362         [BZ #2098]
9363         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9364         status of NSS calls, not the number of returned entries.
9365
9366         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9367         request_key, keyctl.
9368
9369 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9370
9371         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9372
9373 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9374
9375         * elf/tst-auditmod1.c: Fix typo in #error.
9376
9377 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9378
9379         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9380
9381         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9382
9383 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9384
9385         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9386         that the directory is empty even on non-POSIX filesystems.
9387
9388 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9389
9390         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9391
9392         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9393         the backend NSS module.  If backend setgrent call failed, don't have
9394         internal_setgrent fail.  Just remember this until it is needed.
9395         * nis/nss_compat/compat-pwd.c: Likewise.
9396         * nis/nss_compat/compat-spwd.c: Likewise.
9397
9398 2006-07-30  Roland McGrath  <roland@redhat.com>
9399
9400         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9401         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9402         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9403         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9404
9405         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9406         (nanosleep_not_cancel): New macro.
9407         (sigsuspend_not_cancel): new macro.
9408         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9409         (do_sigsuspend): Define as inline.
9410         (__sigsuspend): Always use do_sigsuspend.
9411         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9412         * include/signal.h: Declare __sigsuspend_nocancel.
9413         * sysdeps/posix/pause.c
9414         [! NO_CANCELLATION] (__pause_nocancel): New function.
9415
9416         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9417         * include/time.h (__nanosleep_nocancel): Likewise.
9418
9419 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9420
9421         * locale/programs/localedef.c (add_to_readlist): Rename local
9422         variables to avoid confusion.
9423
9424         * locale/programs/charmap.c (charmap_read): Emit error message if
9425         charmap couldn't be found or read.
9426
9427 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9428
9429         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9430         __ASSUME_FUTEX_LOCK_PI.
9431         * include/time.h: Declare __nanosleep_nocancel.
9432         * include/unistd.h: Declare __pause_nocancel.
9433
9434         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9435         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9436         get the __stack_chk_fail_local definition when it's needed.
9437
9438 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9439
9440         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9441         * dlfcn/bug-atexit3.c: New file.
9442         * dlfcn/bug-atexit3-lib.cc: New file.
9443
9444         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9445         used when the namespace is not the base namespace.
9446
9447 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9448
9449         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9450         (__new_exitfn): Bump it in every successful call.
9451         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9452         more exit handlers, call them right away.
9453         * stdlib/exit.h: Declare __new_exitfn_called.
9454
9455 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9456
9457         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9458         calling registered handler.
9459
9460         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9461         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9462         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9463         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9464         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9465         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9466         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9467         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9468
9469 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9470
9471         * elf/dl-lookup.c (dl_new_hash): New functions.
9472         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9473         value here.  Compute new-style hash value.  Pass new hash value
9474         and reference to variable with the old value to do_lookup_x.
9475         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9476         old-style hash table.
9477         (_dl_debug_bindings): Pass new hash value and reference to variable
9478         with the old value to do_lookup_x.
9479         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9480         new-style hash value and change old-style hash value parameter to
9481         be a reference.  Reoganize functions to determine whether
9482         new-style hash table is available.  Only fall back on old-style
9483         table.  If old-style hash value is needed, compute it here.
9484         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9485         entry.
9486         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9487         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9488         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9489         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9490         * Makeconfig: If linker supports --hash-style option add it to all
9491         linker command lines to build DSOs.
9492         * config.make.in: Define have-hash-style.
9493         * configure.in: Test whether linker supports --hash-style option.
9494
9495         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9496         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9497
9498 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9499
9500         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9501         auditing.
9502
9503         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9504         RPATH of main map twice.
9505
9506 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9507
9508         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9509         look further, return original strings.
9510         (_nl_find_msg): Do not return found translation if the conversion
9511         failed.  Either signal the string is unusable or that something went
9512         wrong and the original should be used.
9513
9514 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9515
9516         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9517
9518 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9519
9520         [BZ #2766]
9521         * misc/insremque.c (insque): Handle prev == NULL.
9522         * misc/Makefile (tests): Add tst-insremque.
9523         * misc/tst-insremque.c: New test.
9524
9525 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9526
9527         [BZ #2792]
9528         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9529         conflict with DL_DST_REQUIRED.
9530
9531 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9532
9533         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9534         match what Solaris does.
9535
9536 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9537
9538         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9539         local_setegid instead of seteuid and setegid.
9540         * sysdeps/generic/local-setxid.h: New file.
9541         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9542
9543         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9544
9545         * string/Makefile (tests): Add bug-envz1.
9546         * string/bug-envz1.c: New file.
9547
9548 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9549
9550         * posix/regex_internal.c (re_string_skip_chars): If no character has
9551         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9552         to the byte which couldn't be converted.
9553         (re_string_reconstruct): Don't clear valid_raw_len before calling
9554         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9555         tip_context using re_string_context_at.
9556         * posix/Makefile: Add rules to build and run bug-regex25 test.
9557         * posix/bug-regex25.c: New test.
9558
9559 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9560
9561         [BZ #2703]
9562         * string/envz.c (envz_strip): Correct erroneously reversed src
9563         and dest parameters to memmove() invocation.
9564
9565 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9566
9567         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9568         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9569         to make sure the database has been already invalidated.
9570         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9571         after the cache has been invalidated.  Use pthread_mutex_lock rather
9572         than pthread_mutex_trylock if fd != -1.
9573         * nscd/connections.c (invalidate_cache): Add fd argument, write
9574         response to fd if not calling prune_cache, pass fd to prune_cache.
9575         (handle_request): Adjust invalidate_cache caller.
9576         (nscd_run): Pass -1 as fd to prune_cache.
9577
9578 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9579
9580         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9581         the correct place.
9582
9583 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9584
9585         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9586         * nscd/cache.c (prune_cache): Take prunelock before starting the
9587         work.  Just return in case it is already taken.
9588         * nscd/connections.c (dbs): Initialize .prunelock.
9589
9590 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9591
9592         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9593         copying.  No need to allocate new array for group members.  Just
9594         move the pointers and update the size.
9595
9596         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9597         Avoid memory leak in case realloc fails.  Simplification for
9598         better code generation.
9599
9600         Avoid deprecation warning because of libc_hidden_proto for
9601         inet6_option_alloc.
9602         * inet/inet6_option.c (option_alloc): Renamed from
9603         inet6_option_alloc.  Made static.
9604         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9605         (inet6_option_append): Call option_alloc.
9606         * include/netinet/in.h: Remove libc_hidden_proto for
9607         inet6_option_alloc.
9608
9609         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9610         for cleanup when cb!=NULL [Coverity CID 233].
9611
9612 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9613
9614         [BZ #2693]
9615         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9616         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9617         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9618         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9619         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9620         and inet6_rth_getaddr.
9621         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9622         array.
9623         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9624         Mark inet6_option_* interfaces as deprecated.
9625         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9626         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9627         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9628         inet6_rth_segments, and inet6_rth_getaddr.
9629         * inet/inet6_opt.c: New file.
9630         * inet/inet6_rth.c: New file.
9631
9632         * inet/netinet/icmp6.h: Pretty printing.
9633
9634         [BZ #2683]
9635         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9636
9637 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9638
9639         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9640         doing it all here.  When server does not know the answer do not
9641         fail immediate, try parent first.
9642
9643         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9644         overflow test.
9645
9646 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9647
9648         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9649         from __do_niscall.
9650         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9651         and exported.
9652         (__follow_path): New function.  Split out from nis_list.
9653         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9654         _xdr_nis_result.
9655         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9656         _xdr_nis_result.
9657         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9658         and __follow_path.
9659         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9660         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9661         from libnsl for version GLIBC_PRIVATE.
9662         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9663         Remove entry parameter from _nss_nisplus_parse_pwent and
9664         _nss_nisplus_parse_grent.
9665         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9666         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9667         again.  Rewrite getpwent handling to not use nis_first_entry and
9668         nis_next_entry.  Roll out own niscall handling.
9669         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9670
9671         * sunrpc/xdr_rec.c: Fix typo in comment.
9672
9673 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9674
9675         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9676         handling.
9677
9678         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9679         to allocate memory for my_pollfd.  Better initialization of
9680         cb_is_running.  Use TEMP_FAILURE_RETRY.
9681
9682         * malloc/memusage.sh (memusageso): Add quotes.
9683         (memusagestat): Likewise.
9684         * debug/xtrace.sh (pcprofileso): Likewise.
9685         (pcprofiledump): Likewise.
9686         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9687         replacement.
9688         * malloc/Makefile ($(objpfx)memusage): Likewise.
9689
9690         * nis/nis_callback.c (__nis_create_callback): Calls to
9691         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9692         asprintf call fails.
9693
9694         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9695         no uninitialized memory is passed to sendto.
9696
9697 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9698
9699         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9700         of snprintf+strdup.  Handle OOM.
9701         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9702         cb->serv together.  Remove now obsolete free calls.
9703         (__nis_destroy_callback): Remove now obsolete free call.
9704
9705 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9706
9707         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9708         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9709         and ULA respectively). Set precedence for IPv4 address to 10 as
9710         defined in RFC3484 for preferring IPv6.
9711         * posix/gai.conf: Update to match the new default tables.
9712
9713 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9714
9715         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9716         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9717         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9718         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9719
9720         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9721         Removed.
9722         (init_nss_interface): Remove initialization of these variables.
9723
9724 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9725
9726         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9727         nis_free_directory forward to avoid duplication.
9728
9729 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9730
9731         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9732         rec_dirsearch returning NULL.
9733         (first_shoot): Handle __nis_finddirectory returning NULL.
9734         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9735
9736         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9737         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9738
9739 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9740
9741         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9742         pid changed.
9743
9744 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9745
9746         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9747
9748         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9749         * nscd/nscd_getgr_r.c: Likewise.
9750
9751         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9752
9753         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9754         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9755
9756         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9757
9758         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9759
9760         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9761
9762         * include/rpc/auth.h: Mark xdr_des_block_internal and
9763         xdr_opaque_auth_internal as hidden.
9764
9765         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9766         hidden.
9767
9768         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9769
9770         * misc/getusershell.c (okshells): Don't use static initializers,
9771         do it dynamically.
9772
9773         * stdlib/fmtmsg.c (keywords): Change type of len element to
9774         uint32_t to not waste space on 64bit machines.
9775
9776         * locale/setlocale.c: Change _nl_category_names into a string.
9777         Add new _nl_category_name_idxs.  Change all users.
9778         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9779         Declare _nl_category_name_idxs.
9780         * locale/findlocale.c: Adjust for _nl_category_names change.
9781         * locale/loadlocale.c: Likewise.
9782         * locale/newlocale.c: Likewise.
9783         * intl/dcigettext.c: Likewise.
9784
9785         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9786         (add_alias2): ...here.  New function.
9787         (__gconv_read_conf): Simplify builtin alias handling.
9788         (builtin_aliases): Convert to string to avoid relocations.
9789         * iconv/gconv_builtin.h: Add comment about correct formatting.
9790
9791 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9792
9793         * resolv/res_debug.c (loc_ntoa): Make error const.
9794
9795 2006-05-14  Andreas Schwab  <schwab@suse.de>
9796
9797         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9798
9799 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9800
9801         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9802         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9803         sizeof (cpu_set_t).
9804
9805 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9806
9807         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9808
9809         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9810
9811         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9812         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9813
9814         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9815         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9816
9817         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9818         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9819         xdr_cback_data.
9820
9821         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9822         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9823         xdr_ypupdate_args.
9824
9825         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9826         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9827
9828         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9829         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9830
9831         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9832         * include/rpcsvc/nis_callback.h: New file.
9833
9834         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9835         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9836
9837         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9838         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9839
9840         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9841         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9842
9843         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9844         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9845
9846         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9847         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9848         xdr_ypdelete_args.
9849
9850         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9851         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9852
9853         * nis/nis_error.c: Remove table of strings.  Use position
9854         independent mechanism.
9855         * nis/nis_error.h: New file.
9856
9857 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9858
9859         * locale/programs/ld-time.c (time_finish): If wide era name or
9860         format aren't provided, set both wname and wformat to L"".
9861
9862 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9863
9864         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9865         results if the call was succesful.
9866
9867         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9868
9869         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9870         as hidden.
9871
9872 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9873
9874         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9875
9876 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9877
9878         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9879         caller makes sure this is not the case.
9880         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9881
9882 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9883
9884         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9885         calls.
9886
9887         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9888         [Coverity CID 229, 230]
9889
9890         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9891         DGETTEXT calls.
9892         (hol_help): Likewise.  [Coverity CID 226, 227]
9893
9894         * string/argz-replace.c (__argz_replace): Unconditionally call
9895         free on SRC.  [Coverity CID 225]
9896
9897         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9898         the return value of __nis_default_owner and __nis_default_group,
9899         it has been especially allocated.  [Coverity CID 224]
9900
9901         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9902         searchgroup and searchowner.  Significantly simplified.
9903         (__nis_default_owner): Remove duplication.  Do not locally copy the
9904         string before duplicating it.
9905         (__nis_default_group): Likewise.
9906
9907         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9908         we must clear the variable before calling __nisfind_server.
9909
9910         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9911         nis_getnames.  [Coverity CID 223]
9912
9913         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9914         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9915
9916         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9917         allocate memory for the input to add_bytes.  [Coverity CID 221]
9918
9919         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9920         was allocated here.  [Coverity CID 219, 220]
9921
9922         * posix/getconf.c (print_all): Free confstr data after printing.
9923         [Coverity CID 218]
9924
9925         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9926         list allocation fails.  [Coverity CID 215]
9927
9928         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9929         [Coverity CID 213]
9930
9931         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9932         string is NULL.  [Coverity CID 212]
9933         * argp/Makefile: Add rules to build and run bug-argp1.
9934         * argp/bug-argp1.c: New file.
9935
9936         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9937         end of string.
9938         * stdlib/canonicalize.c (__realpath): Likewise.
9939
9940         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9941         pointer.  [Coverity CID 206]
9942
9943         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9944         in statically linked code.
9945         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9946         statically built code, be prepared to have no link map.
9947         [Coverity CID 205]
9948
9949         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9950         dgettext calls. [Coverity CID 204]
9951
9952         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9953         the one user.
9954         (uparam_names): Reduce size.  Avoid relative relocations.
9955         Moved to read-only segment.
9956         (fill_in_uparams): Update for new layout.
9957
9958         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
9959         assumed to always be != NULL. [Coverity CID 202]
9960
9961         * argp/argp-help.c (hol_entry_help): Remove some dead code
9962         [Coverity CID 200].
9963
9964         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
9965         away a few more unconditional yperr2nss calls.
9966         (_nss_nis_getservbyname_r): Likewise.
9967
9968 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
9969
9970         * sysdeps/generic/ldsodefs.h: Remove support for non-core
9971         architectures.
9972
9973         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
9974         that unused memory passed to sendto is nevertheless initialized.
9975
9976         [BZ #2499]
9977         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
9978         possibly unaligned memory accesses.
9979
9980         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
9981         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
9982         and __putlong respectively.  Correct buffer overflow check for
9983         NS_NOTIFY_OP.
9984
9985         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
9986
9987         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
9988         (send_dg): Rewrite error handling to be more compact and avoid
9989         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
9990
9991         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
9992
9993         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
9994         instead of ns_get16.
9995         (res_queriesmatch): Likewise.  Minor optimization.
9996
9997         [BZ #2499]
9998         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
9999         __libc_res_nsend might reallocate the buffer for the answer.  In
10000         this case we have to reload the HP pointer.
10001
10002 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10003
10004         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10005         some branch prediction hints.
10006
10007         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10008         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10009         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10010         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10011         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10012         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10013         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10014         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10015
10016 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10017
10018         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10019         by a GOT relocation to make Scrt1.o position independent.
10020         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10021
10022         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10023         six system call parameters.
10024         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10025
10026 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10027
10028         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10029         malloc&bzero.
10030
10031         * sunrpc/svc_udp.c (BZERO): Remove definition.
10032         (CALLOC): Define.
10033         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10034
10035         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10036         (des_SPtrans): Use uint32_t type.
10037         (des_skb): Likewise.
10038
10039         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10040
10041 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10042
10043         [BZ #2509]
10044         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10045         on 32-bit arches.
10046
10047 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10048
10049         * locale/programs/ld-address.c (address_finish): Fix one more
10050         place where the iso639 array might be accessed beyond the limits.
10051
10052 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10053
10054         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10055         filling it for the first time.
10056
10057         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10058         Adjust all callers.
10059         Free res object content before returning.
10060
10061         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10062
10063         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10064         client->cl_auth.
10065
10066         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10067         cleanup for initial thread, just the free call on TVP.
10068
10069         * nscd/gai.c (__getline): Define.
10070
10071
10072 See ChangeLog.16 for earlier changes.