* sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
[platform/upstream/glibc.git] / ChangeLog
1 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
2
3         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
4         today than when the original code was written.  Use larger
5         buffers.  This also makes it unnecessary to have stat information,
6         if this causes extra efforts.
7         (__opendir): In case O_DIRECTORY works, don't call fstat just for
8         __alloc_dir.
9
10 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
11
12         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
13         is set.
14         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
15         * sysdeps/sh/sh4/__longjmp.S: Likewise.
16         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
17         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
18         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
19         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
20
21 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
22
23         * po/ru.po: Update from translation team.
24
25 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
26
27         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
28         Add _tid slot to maintain consistency with kernel.
29
30 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
31
32         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
33         incomplete characters at end of input buffer.
34         * libio/Makefile (tests): Add tst-fgetwc.
35         * libio/tst-fgetwc.c: New file.
36         * libio/tst-fgetwc.input: New file.
37
38 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
39
40         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
41
42 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
43
44         [BZ #9793]
45         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
46         *OUTBUFSTART unless the whole output fit into the buffer.
47         * iconv/Makefile (tests): Add tst-iconv4.
48         * iconv/tst-iconv4.c: New file.
49
50 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
51
52         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
53         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
54
55 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
56
57         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
58         newer linker scripts.
59
60 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
61
62         [BZ #7040]
63         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
64         inotify_rm_watch should have type int.
65
66 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
67
68         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
69         Make aligned_restore_vmx a local symbol.
70         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
71         Likewise.
72
73 2009-01-30  Andreas Jaeger  <aj@suse.de>
74
75         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
76         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
77         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
78         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
79         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
80         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
81         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
82
83 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
84
85         [BZ #9726]
86         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
87         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
88
89 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
90
91         [BZ #9726]
92         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
93         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
94         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
95         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
96
97 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
98
99         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
100         memcpy instead of memcmp.
101         (_dl_setup_pointer_guard): Likewise.
102
103 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
104
105         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
106         manipulated brk, use malloc_printerr.
107         * misc/sbrk.c (__sbrk): Better error handling for nonsense
108         requests.
109
110 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
111
112         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
113         rindex): For C++ add inlines so that they can be recognized as
114         builtins.
115         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
116
117 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
118             Jakub Jelinek  <jakub@redhat.com>
119
120         * string/string.h: Define correct C++ prototypes for gcc 4.4.
121         * wcsmbs/wchar.h: Likewise.
122
123 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
124
125         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
126         (stackinfo_sub_sp): Define.
127
128 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
129
130         [BZ #9750]
131         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
132         * include/alloca.h (alloca_account): Define.
133         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
134         (stackinfo_sub_sp): Define.
135
136         * nscd/connections.c (nscd_init): If database file access fails
137         check whether this is due to permission problems and bail in that
138         case.
139
140         [BZ #9741]
141         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
142         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
143
144 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
145
146         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
147         Add "t" to clobber list.
148         (INTERNAL_SYSCALL_NCS): Likewise.
149
150 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
151
152         * nss/getent.c (print_networks): Don't print comma between aliases.
153
154 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
155
156         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
157
158         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
159         the hash table.
160         * misc/Makefile (tests): Add bug-hsearch1.
161         * misc/bug-hsearch1.c: New file.
162
163 2009-01-22  Roland McGrath  <roland@redhat.com>
164
165         * Makeconfig (%.v.i): Strip trailing # comments,
166         not only whole-line comments.
167
168 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
169
170         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
171         one parameter.  If non-NULL use it to initialize return value.
172         (_dl_setup_pointer_guard): New function.
173         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
174         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
175         * elf/rtld.c (security_init): Pass _dl_random to
176         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
177         pointer_chk_guard.
178         * elf/dl-sysdep.c (_dl_random): New variable.
179         (_dl_sysdep_start): Handle AT_RANDOM.
180         (_dl_show_auxv): Likewise.
181         * elf/dl-support.c (_dl_random): New variable.
182         (_dl_aux_init): Handle AT_RANDOM.
183         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
184         to _dl_setup_stack_chk_guard.
185
186         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
187
188 2009-01-10  Roland McGrath  <roland@redhat.com>
189
190         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
191
192 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
193
194         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
195
196         [BZ #9706]
197         * nss/nss_files/files-parse.c (strtou32): New function.
198         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
199         across 32-bit and 64-bit platforms.
200         (INT_FIELD_MAYBE_NULL): Likewise.
201
202 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
203
204         [BZ #9720]
205         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
206         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
207         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
208         Likewise.
209
210 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
211
212         [BZ #697]
213         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
214         being NULL also if there are no backreferences.
215         * posix/rxspencer/tests: Add testcases.
216
217 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
218
219         [BZ #9697]
220         * posix/bug-regex17.c: Add testcases.
221         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
222         handling.
223
224 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
225
226         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
227         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
228         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
229         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
230         for elf subdir.
231         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
232         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
233         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
234         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
235         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
236         * sysdeps/unix/sysv/linux/s390/Versions: New file.
237
238 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
239
240         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
241         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
242         re_string_skip_chars, re_string_reconstruct): Likewise.
243         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
244
245 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
246
247         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
248         adjust the buffer alignment.
249
250 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
251
252         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
253         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
254         net/route.h.
255
256         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
257         flavor to description only when flavor is not NULL.
258
259         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
260         mutex after SIGIO/SIGURG lookup loop.
261
262 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
263
264         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
265
266 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
267
268         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
269         handling.
270
271 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
272
273         * sysdeps/unix/sysv/linux/kernel-features.h
274         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
275
276         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
277         if no output is written.
278
279         * version.h: Bump to 2.10 development.
280
281         * posix/getconf.c: Update copyright year.
282         * nss/getent.c: Likewise.
283         * iconv/iconvconfig.c: Likewise.
284         * iconv/iconv_prog.c: Likewise.
285         * elf/ldconfig.c: Likewise.
286         * catgets/gencat.c: Likewise.
287         * csu/version.c: Likewise.
288         * elf/ldd.bash.in: Likewise.
289         * elf/sprof.c (print_version): Likewise.
290         * locale/programs/locale.c: Likewise.
291         * locale/programs/localedef.c: Likewise.
292         * nscd/nscd.c (print_version): Likewise.
293         * debug/xtrace.sh: Likewise.
294         * malloc/memusage.sh: Likewise.
295         * malloc/mtrace.pl: Likewise.
296         * debug/catchsegv.sh: Likewise.
297
298 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
299
300         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
301         script.
302
303 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
304
305         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
306         gethostbyname4_r function call succeeded, just leave the loop.
307
308         [BZ #9694]
309         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
310         very end.
311         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
312         * wctype/Makefile (tests): Add bug-wctypeh.
313         * wctype/bug-wctypeh.c: New file.
314
315         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
316         LOCALDOMAIN is defined.
317         * nscd/nscd_getai.c (__nscd_getai): Likewise.
318
319         * sysdeps/x86_64/bits/select.h: New file.
320
321         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
322
323 2008-12-21  Bruno Haible  <bruno@clisp.org>
324
325         [BZ #9677]
326         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
327         if no output is written.
328
329 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
330
331         * login/utmp_file.c (pututline_file): Replace call to dup2 with
332         libc internal symbol __dup2 to avoid access through the PLT.
333
334 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
335
336         [BZ #6545]
337         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
338         available only for __USE_GNU.
339
340         * inet/Makefile (tests): Add tst-getni2.
341         * inet/tst-getni2.c: New file.
342
343         [BZ #7080]
344         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
345         NULL when NI_NAMEREQD is set.
346         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
347         * inet/Makefile (tests): Add tst-getni1.
348         * inet/tst-getni1.c: New file.
349
350 2008-12-03  Petr Baudis  <pasky@suse.cz>
351
352         [BZ #7067]
353         * nscd/connections.c (invalidate_cache): Use prune_run_lock
354         instead of prune_lock.
355         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
356         * nscd/nscd.h (database_dyn): Add prune_run_cache.
357
358 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
359
360         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
361         use.
362
363         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
364         handling.
365
366         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
367         after reading name server list.
368
369         [BZ #7058]
370         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
371         handling for host name aliases.
372
373 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
374
375         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
376         instead of doing things manually.
377
378 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
379
380         * posix/regex_internal.h (build_wcs_upper_buffer):
381         Return type is reg_error_t.
382
383 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
384
385         * posix/globtest.sh: Use mktemp to create temporary file and
386         directory.
387
388         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
389         sets correctly.
390         (__CPU_CLR_S): Likewise.
391         (__CPU_ISSET_S): Likewise.
392
393 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
394             Ulrich Drepper  <drepper@redhat.com>
395
396         * scripts/firstversion.awk: Use custom comparison function to compare
397         version numbers.
398         * scripts/versions.awk: Use sort invocation which can handle
399         multi-digit sub-version numbers.
400
401 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
402
403         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
404         * locale/iso-639.def: Add Chhattisgarhi entry.
405
406 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
407
408         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
409         ESRCH return value.
410         (_nss_dns_gethostbyname4_r): Likewise.
411         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
412         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
413         gethostbyname4_r, we don't have a separate IPv6 status, so copy
414         the no_data variable.
415
416         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
417         information at the correct index.
418
419         * socket/sys/socket.h: Declare accept4.
420         * socket/accept4.c: New file.
421         * sysdeps/unix/sysv/linux/accept4.c: New file.
422         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
423         * socket/Makefile (routines): Add accept4.
424         * socket/Versions: Export accept4 with version GLIBC_2.10.
425         * socket/paccept.c: Removed.
426         * sysdeps/unix/sysv/linux/paccept.c: Removed.
427         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
428         * Versions.def: Define GLIBC_2.10 for libc.
429         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
430
431         * nscd/connections.c: Use accept4.
432
433         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
434
435 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
436
437         * resolv/res_send.c (send_dg): Create sockets with non-blocking
438         flag already set.
439
440         * stdlib/setenv.c (unsetenv): Don't search environment if it does
441         not exist.
442         * stdlib/Makefile (tests): Add tst-unsetenv1.
443         * stdlib/tst-unsetenv1.c: New file.
444
445 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
446
447         * login/utmp_file.c (file_writable): New variable.
448         (setutent_file): Don't try to open file for writing.
449         (pututline_file): Before writing, make descriptor writable if
450         necessary.
451
452 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
453
454         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
455         to IPv4 or IPv6 if an interface has been found.
456
457 2008-11-26  Roland McGrath  <roland@redhat.com>
458
459         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
460         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
461
462         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
463         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
464         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
465
466         * elf/elf.h (NT_386_IOPERM): New macro.
467         (NT_PPC_VSX): New macro.
468
469 2008-11-25  Roland McGrath  <roland@redhat.com>
470
471         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
472         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
473         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
474         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
475         Subdirectories moved to ports repository.
476         * configure.in (base_machine): Remove alpha case.
477
478 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
479
480         * sysdeps/mach/strerror_l.c: New file.
481
482 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
483
484         [BZ #6411]
485         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
486         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
487         magic numbers.
488         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
489         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
490         (relax_fenv_state): Same as above.
491         (FPSCR_29): Reserve bit in ISA 2.05.
492         (FPSCR_NI): Provide define for compat.
493         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
494         magic numbers.
495         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
496         magic numbers.
497         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
498         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
499         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
500         access to hwcap to account for hwcap size increase to uint64_t.
501         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
502         Likewise.
503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
504         (*setcontext): Likewise.
505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
506         New file.
507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
508         New file.
509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
510         (*setcontext): dynamically select mtfsf insn based on
511         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
512         increase to uint64_t.
513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
514         (*swapcontext): dynamically select mtfsf insn based on
515         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
516         increase to uint64_t.
517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
518         New file.
519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
520         New file.
521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
522         (*setcontext): dynamically select mtfsf insn based on
523         PPC_FEATURE_HAS_DFP.
524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
525         (*swapcontext): dynamically select mtfsf insn based on
526         PPC_FEATURE_HAS_DFP.
527
528 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
529
530         * version.h: Bump for 2.9 release.
531         * include/features.h (__GLIBC_MINOR__): Bump to 9.
532
533         [BZ #7029]
534         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
535         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
536         all the rounding.
537
538 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
539
540         [BZ #7009]
541         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
542         unknown request types for now.
543
544 2008-11-11  Roland McGrath  <roland@redhat.com>
545
546         * sysdeps/x86_64/configure: New file.
547
548         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
549         * configure: Regenerated.
550
551 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
552
553         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
554         correct instruction to remove the stack frame.
555
556 2008-11-03  Michael Matz  <matz@suse.de>
557
558         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
559         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
560
561 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
562
563         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
564         Remove.
565
566         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
567         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
568         of the thread variable instead of void *.
569         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
570         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
571         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
572         __libc_tsd_define arguments.
573         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
574         __libc_tsd_address arguments.  Remove union hack.
575         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
576         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
577         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
578         Adjust __libc_tsd_{set,get} arguments.
579         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
580         __libc_tsd_define arguments.
581         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
582         arguments.
583         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
584         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
585         (LOCALE): Adjust __libc_tsd_define arguments.
586         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
587         arguments.
588         (LOCALE): Adjust __libc_tsd_define arguments.
589         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
590         arguments.
591         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
592         arguments.
593
594 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
595
596         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
597         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
598
599 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
600
601         [BZ #6966]
602         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
603
604 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
605             Ulrich Drepper  <drepper@redhat.com>
606
607         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
608         definition for GCC 3.1 and later.
609
610 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
611
612         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
613         refetch dtv, as it might have changed.
614         * elf/Makefile: Add rules to build and run tst-tls18.
615         * elf/tst-tls18.c: New test.
616         * elf/tst-tlsmod18a.c: New file.
617
618 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
619
620         [BZ #6875]
621         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
622
623 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
624
625         [BZ #6867]
626         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
627
628         [BZ #6919]
629         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
630         Fix length of copy operation.
631
632 2008-10-02  Pierre Habouzit <madcoder@debian.org>
633
634         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
635         and fix its calling convention.
636
637 2008-10-07  Andreas Schwab  <schwab@suse.de>
638
639         [BZ #6942]
640         * resolv/res_send.c (send_vc): Fix last change.
641         (send_dg): Align here as well.
642
643 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
644
645         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
646         return value in case rlimit is RLIM_INFINITY.
647
648         [BZ #6947]
649         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
650         for UL_SETFSIZE.
651         * resource/Makefile (tests): Add bug-ulimit1.
652         * resource/bug-ulimit1.c: New file.
653
654         [BZ #6974]
655         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
656         without dot.  Properly terminate the string with a null byte.
657         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
658
659         [BZ #6980]
660         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
661         negative sizees.
662         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
663         negative __size.
664
665         [BZ #6995]
666         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
667
668 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
669
670         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
671         abort if there is no initgroups_dyn function.
672
673         * resolv/res_send.c (send_dg): On timeout, only return nonzero
674         result if any of the queries really provided an answer.
675
676 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
677
678         * po/lt.po: Update from translation team.
679
680 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
681
682         * po/id.po: Update from translation team.
683
684 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
685
686         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
687         Fix tests for existence of second reply.
688
689 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
690
691         * po/id.po: New file.
692         Contributed by the Indonesian translation team.
693
694 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
695
696         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
697         initialization.
698
699 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
700
701         * elf/Makefile: Add rules to build and run tst-tls17.
702         * elf/tst-tls17.c: New test.
703         * elf/tst-tlsmod17a.c: New file.
704         * elf/tst-tlsmod17b.c: Likewise.
705
706 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
707
708         * stdlib/divmod_1.c: Use correct type for dummy variable.
709         * stdlib/mod_1.c: Likewise.
710
711 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
712
713         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
714
715 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
716
717         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
718         __nonnull order for C++.
719         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
720         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
721
722 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
723
724         * stdlib/longlong.h: Update from GCC.
725
726 2008-10-09  Jakub Jelinek <jakub@redhat.com>
727             David S. Miller  <davem@davemloft.net>
728
729         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
730         make sure any registers used with 64-bit 'branch-on-register'
731         instructions have their top 32-bits clear.
732         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
733         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
734
735 2008-09-18  Andreas Schwab  <schwab@suse.de>
736
737         [BZ #6942]
738         * resolv/res_send.c (send_vc): Fix use of unaligned address.
739         Properly handle partial reads.
740
741 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
742
743         * elf/elf.h (STO_MIPS_PLT): New.
744         (R_MIPS_COPY): New.
745         (R_MIPS_JUMP_SLOT): New.
746         (R_MIPS_NUM): Redefine to 128.
747         (DT_MIPS_PLTGOT): New.
748         (DT_MIPS_RWPLT): New.
749         (DT_MIPS_NUM): Redefine to 0x35.
750
751 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
752
753         * timezone/africa: Update from tzdata2008f.
754         * timezone/asia: Likewise.
755         * timezone/australasia: Likewise.
756         * timezone/europe: Likewise.
757         * timezone/leapseconds: Likewise.
758         * timezone/northamerica: Likewise.
759         * timezone/southamerica: Likewise.
760         * timezone/zone.tab: Likewise.
761
762 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
763
764         * nscd/connections.c: Disable use of paccept for now.
765
766 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
767
768         * socket/Versions: Remove paccept export for GLIBC_2.9.
769         * socket/Makefile (routines): Remove paccept.
770         * socket/sys/socket.h: Remove paccept declaration.
771
772         * po/sv.po: Update from translation team.
773
774 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
775
776         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
777         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
778
779 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
780
781         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
782         Patch by Olivier Fourdan <ofourdan@redhat.com>.
783
784 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
785
786         * sunrpc/rpc/svc.h: Declare svcfd_create.
787         Patch by Michael Solberg <msolberg@redhat.com>.
788
789 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
790             Ulrich Drepper  <drepper@redhat.com>
791
792         * malloc/malloc.c (public_vALLOc): Try other arenas in case
793         _int_valloc fails.
794         (public_pVALLOc): Likewise.
795
796 2008-09-02  Andreas Jaeger  <aj@suse.de>
797
798         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
799         commit.
800
801 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
802
803         [BZ #6860]
804         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
805
806 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
807
808         * Makefile (check-data): Check data directory in add-ons.
809         * elf/Makefile (check-data): Likewise.
810
811 2008-08-18  Roland McGrath  <roland@redhat.com>
812
813         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
814         * configure: Regenerated.
815         * config.make.in (cflags-cpu): New substituted variable.
816         (with-cpu): Variable removed.
817         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
818
819 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
820
821         [BZ #6845]
822         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
823         __signbitl definition and __LONG_DOUBLE_128__ guard from:
824         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
825         redundant.  Functions which call floating point assembler operations
826         should go into a sysdeps powerpc/fpu directory.
827
828 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
829
830         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
831         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
832
833 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
834
835         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
836
837         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
838         change related to AT_EXECFN.  We cannot use that string.
839         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
840         _dl_execfn member.
841         * elf/dl-support.c: Remove _dl_execfn variable.
842         (_dl_aux_init): Remove handling of AT_EXECFN.
843         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
844         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
845
846 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
847
848         [BZ #6544]
849         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
850         byte gets added to writes and seeks from the end use the length of
851         the buffer and not the currently terminating NUL byte.
852
853         [BZ #6634]
854         * login/utmp_file.c (getutent_r_file): Take additional parameter.
855         Set to true if locking failed.
856         (getutid_r_file): Adjust caller.
857         (pututline_file): Likewise.  Return NULL in this case.
858         Patch mostly by halesh.s@gmail.com.
859
860 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
861
862         [BZ #6589]
863         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
864         Define.
865         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
866
867 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
868
869         [BZ #6839]
870         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
871         macro since it is now available in elf/dynamic-link.h.
872
873 2008-08-12  Roland McGrath  <roland@frob.com>
874
875         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
876         in case used outside of libc.
877         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
878
879 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
880
881         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
882         directly instead of going through dn_comp.
883
884 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
885
886         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
887         Fix asm constraints.
888
889 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
890
891         [BZ #6790]
892         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
893         (IPV6_PMTUDISC_PROBE): Likewise.
894
895 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
896
897         [BZ #6791]
898         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
899
900 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
901             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
902
903         [BZ #6817]
904         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
905         Added the members 'vsx' and 'arch_2_06'.
906         (_dl_powerpc_platforms): Add the member 'power7'.
907         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
908         to reflect the changes required by VSX and ISA 2.06.
909         Modify _DL_PLATFORMS_COUNT to reflect the addition of
910         'power7'.
911         Defined PPC_PLATFORM_POWER7.
912         (_dl_string_platform): Add support for POWER7.
913         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
914         capability and ISA 2.06.
915
916 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
917
918         [BZ #6824]
919         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
920         macro to detect use of 128 bit long double.
921         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
922
923 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
924
925         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
926
927         [BZ #5794]
928         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
929         parameters.
930         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
931         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
932
933 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
934
935         * nscd/connections.c (main_loop_poll): Pass a buffer which is
936         guaranteed to be large enough to read inotify event.  Ignore
937         EAGAIN error.  Better error message.  Add branch predicition.
938         (main_loop_epoll): Likewise.
939
940 2008-08-02  Roland McGrath  <roland@frob.com>
941
942         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
943         Add memory clobbers.
944
945 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
946
947         * manual/arith.texi: Avoid @strong{Note:}.
948         * manual/creature.texi: Likewise.
949         * manual/filesys.texi: Likewise.
950         * manual/math.texi: Likewise.
951         * manual/memory.texi: Likewise.
952         * manual/resource.texi: Likewise.
953         * manual/syslog.texi: Likewise.
954         * manual/time.texi: Likewise.
955
956         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
957         to prevent warning.
958
959 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
960
961         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
962         new epoll_create1 interface.
963         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
964         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
965         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
966
967         * include/arpa/nameser.h (NS_GET16): Use const pointer.
968         (NS_GET32): Likewise.
969
970         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
971         syscalls, too.
972
973         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
974         use the AT_EXECFN value if it is no absolute path.
975         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
976         __ASSUME_AT_EXECFN.
977
978         * Versions.def: Add GLIBC_2.9 to libresolv.
979         * include/resolv.h: Remove hidden proto declarations for __ns_*
980         functions.  Add them for __dn_count_labels and __p_secstodate.
981         * include/arpa/nameser.h: Add a number of hidden proto declarations.
982         Define ns_msg_getflags macro here.
983         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
984         and __p_secstodate.
985         * resolv/Versions: Export functions from <arpa/nameser.h> from
986         libresolv in version GLIBC_2.9.
987         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
988         hidden definitions.
989         * resolv/ns_netint.c: Likewise.
990         * resolv/ns_parse.c: Likewise.
991         * resolv/ns_print.c: Likewise.
992         * resolv/ns_samedomain.c: Likewise.
993         * resolv/ns_ttl.c: Likewise.
994         * resolv/arpa/nameser_compat.h: Likewise.
995         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
996         function calls.
997         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
998         instead of ns_get16.
999         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1000         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1001         (gaih_getanswer_slice): Likewise.
1002         * resolv/Makefile (libresolv-routines): Add ns_date.
1003         * resolv/ns_date.c: New file.
1004
1005         * elf/Makefile (check-localplt.out): Also check libresolv and
1006         libcrypt.
1007
1008 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1009
1010         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1011         __ASSUME_O_CLOEXEC.
1012
1013 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1014
1015         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1016         buffer passed to NSS functions.
1017
1018         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1019
1020         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1021         Define.
1022
1023         * misc/syslog.c (openlog_internal): Fix compile problem.
1024
1025 2008-07-28  Roland McGrath  <roland@redhat.com>
1026
1027         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1028
1029 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1030
1031         * io/ftw.c (add_object): Remove inline to avoid warning.
1032
1033         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1034
1035         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1036         Use it instead of locally defined resplen2 variable.
1037         (res_nsend): Adjust for __libc_res_nsend interface change.
1038         (send_vc): Initialize *resplen2 if necessary.  Read length of
1039         package into an appropriately aligned variable.  Store converted length
1040         in new variable and use it appropriately.
1041         Add branch prediction help.
1042         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1043         and pass it on to __libc_res_nsend.  Adjust all callers.
1044         (__libc_res_nsearch): Likewise.
1045         (__libc_res_nqeurydomain): Likewise.
1046         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1047         change.
1048         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1049         Define resplen2 variable and pass it to __libc_res_nsearch and then
1050         to gaih_getanswer.
1051         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1052         Add branch prediction.
1053         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1054         (gaih_getanswer): Don't decode second slice if first one failed due
1055         to a too small buffer.  Don't let not found status of second
1056         decoder shadow results of the first.
1057         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1058         and __libc_res_nquery interface changes
1059         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1060         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1061         __libc_res_nsearch, and __libc_res_nsend.
1062         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1063         change.
1064         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1065         __libc_res_nsearch interface changes.
1066
1067 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1068
1069         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1070
1071         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1072         file descriptors with close-on-exec set.
1073         (exec_comm_child): Fix the case where the write end of the pipe is
1074         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1075
1076         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1077         * io/pipe2.c: Likewise.
1078         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1079         instead of __ASSUME_PACCEPT.
1080         * include/unistd.h: Declare __have_pipe2.
1081         * libio/iopopen.c: Implement "e" flag.
1082         * libio/Makefile (tests): Add tst-popen1.
1083         * libio/tst-popen1.c: New file.
1084
1085         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1086         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1087
1088 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1089
1090         [BZ #6771]
1091         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1092         success call of _IO_SEEKOFF or calls which failed because the
1093         descriptor is for a pipe.
1094
1095         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1096         magic number.
1097
1098         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1099
1100         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1101         F_SETFD use if we know fopen set the flag.
1102
1103         * login/utmp_file.c (setutent_file): Minor optimization in case
1104         O_CLOEXEC is available.
1105
1106 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1107
1108         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1109         * elf/Makefile: Use pie-ccflag variable.
1110         * nscd/Makefile: Likewise.
1111         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1112
1113 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1114
1115         [BZ #6724]
1116         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1117         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1118         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1119         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1120         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1121         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1122         utmp32, utmpx32 and login32.
1123         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1124         versions of struct utmp functions to libc and libutil.
1125         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1126         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1127         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1128         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1129         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1130         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1131         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1132         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1133         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1134         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1135         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1136         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1137         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1138         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1139         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1140         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1141         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1142         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1143         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1144         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1145         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1146         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1147
1148 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1149
1150         * scripts/gen-as-const.awk: Generate more widely usable code by
1151         using 64-bit arithmetic.
1152
1153         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1154         the same treatment as narrow output code in last patch.
1155
1156         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1157
1158         [BZ #6763]
1159         * elf/dl-load.c (local_strdup): Remove inline.
1160         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1161         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1162         part of the object.
1163
1164         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1165
1166 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1167
1168         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1169         the new syscalls, too.
1170
1171         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1172         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1173
1174         [BZ #6698]
1175         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1176         parameter for end of buffer.  If temporary copy is too large use
1177         malloc.
1178         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1179         interface change.
1180         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1181         string rewrite when allocating buffer.
1182
1183         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1184         syscalls, too.
1185
1186         * nscd/connections.c (nscd_init): Clean up fcntl call.
1187
1188         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1189         SOCK_NONBLOCK if possible.
1190
1191         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1192         SOCK_CLOEXEC if available.
1193
1194         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1195         __libc_clntudp_bufcreate_internal.
1196         * include/sys/socket.h: Declare __have_sock_cloexec.
1197         * socket/Makefile (aux): Add have_sock_cloexec.
1198         * socket/have_sock_cloexec.c: New file.
1199         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1200         __libc_clntudp_bufcreate.
1201         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1202         which takes an additional parameter.  Create socket with non-blocking
1203         mode and close-on-exec flag set, if wanted.
1204         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1205         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1206         instead of clntudp_create.  The socket has already the close-on-exec
1207         flag set if SOCK_CLOEXEC is defined.
1208
1209 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1210
1211         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1212         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1213         appropriate.
1214         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1215         non-blocking mode by using socket, paccept, and inotify_init1.
1216
1217         * Versions.def (glibc): Add GLIBC_2.9.
1218         * io/Makefile (routines): Add dup3 and pipe2.
1219         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1220         * io/dup3.c: New file.
1221         * io/pipe2.c: New file.
1222         * posix/unistd.h: Declare dup3 and pipe2.
1223         * socket/Makefile (routines): Add paccept.
1224         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1225         * socket/paccept.c: New file.
1226         * socket/sys/socket.h: Declare paccept.
1227         * sysdeps/unix/syscalls.list: Add entry for dup3.
1228         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1229         epoll_create2 and inotify_init1.
1230         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1231         * sysdeps/unix/sysv/linux/paccept.c: New file.
1232         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1233         possible.
1234         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1235         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1236         inotify_init1, and pipe2 entries.
1237         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1238         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1239         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1240         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1241         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1242         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1243         SOCK_NONBLOCK.
1244         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1245         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1246         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1247         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1248         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1249         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1250         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1251         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1252         EPOLL_NONBLOCK.  Declare epoll_create2.
1253         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1254         EFD_NONBLOCK.
1255         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1256         IN_NONBLOCK.  Declare inotify_init1.
1257         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1258         SFD_NONBLOCK.
1259         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1260         TFD_NONBLOCK.
1261
1262         * elf/elf.h: Define AT_EXECFN.
1263         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1264         LD_ORIGIN_PATH.
1265         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1266         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1267         if __ASSUME_AT_EXECFN is defined.
1268         (_dl_aux_init): Handle AT_EXECFN.
1269         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1270         for 2.6.27 and up.
1271         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1272         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1273         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1274         _dl_execfn if available and avoid compatibility code if
1275         __ASSUME_AT_EXECFN is defined.
1276
1277         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1278         _dl_discover_osversion only for older kernels.
1279
1280 2008-07-22  Roland McGrath  <roland@frob.com>
1281
1282         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1283
1284 2008-07-21  Roland McGrath  <roland@frob.com>
1285
1286         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1287         returned too much data out of line.
1288
1289 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1290
1291         * locale/setlocale.c (setname): Remove inline to avoid compiler
1292         warning.
1293
1294         [BZ #6712]
1295         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1296
1297 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1298
1299         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1300         doesn't manage to write anything, fail.
1301
1302         * malloc/hooks.c (__malloc_check_init): Remove printf.
1303
1304 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1305
1306         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1307
1308 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1309
1310         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1311         from inotify.
1312         (main_loop_epoll): Likewise.
1313
1314 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1315
1316         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1317
1318         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1319         if DEBUG is defined.
1320
1321         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1322         query.  Adjust buffer size computation for padding.
1323
1324 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1325
1326         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1327         * stdio-common/tst-setvbuf1.c: New file.
1328         * stdio-common/tst-setvbuf1.expect: New file.
1329
1330         [BZ #6719]
1331         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1332         when selecting fully-buffered stream.
1333         Patch by Wang Xin <wxinee@gmail.com>.
1334
1335 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1336
1337         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1338         (__open_2): New function.
1339         (__open64_2): New alias to __open_2.
1340         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1341         (__openat_2): New function.
1342         (__openat64_2): New alias to __openat_2.
1343
1344 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1345
1346         [BZ #6723]
1347         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1348
1349 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1350
1351         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1352         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1353         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1354         __hurd_dfail.
1355         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1356         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1357         * sysdeps/mach/hurd/send.c (__send): Likewise.
1358         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1359         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1360
1361 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1362
1363         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1364         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1365         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1366         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1367         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1368         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1369
1370 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1371
1372         [BZ #6657]
1373         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1374         of %EY.
1375         Patch by Petr Baudis.
1376
1377 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1378
1379         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1380         Patch by Peter Jones <pjones@redhat.com>.
1381
1382 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1383
1384         [BZ #6654]
1385         * stdlib/canonicalize.c (__realpath): readlink can write too much
1386         into the buffer on platforms without PATH_MAX.
1387
1388 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1389
1390         [BZ #6653]
1391         * posix/tst-regex.c (main): Rename to...
1392         (do_test): ... this. Remove cmdline option processing.
1393         (TIMEOUT): Define.
1394         (TEST_FUNCTION): Define.
1395         (CMDLINE_OPTIONS): Define.
1396
1397 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1398
1399         [BZ #5210]
1400         * configure.in: Add -Werror to -fstack-protector test to catch
1401         unsupported architectures.
1402         Patch by Gilles Esponasse <g.esp@free.fr>.
1403
1404 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1405
1406         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1407         getcontext returns ENOSYS.
1408
1409 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1410
1411         * nscd/connections.c (main_loop_poll): Fix test for read error.
1412         (main_loop_epoll): Likewise.
1413
1414 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1415
1416         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1417         better place so it is not called when nscd is used.
1418
1419         * nscd/connections.c: Also recognize and handle changes to the
1420         resolver configuration file.
1421
1422 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1423
1424         * time/strftime.c: Pass reference to tzset_called around to handle
1425         recursive calls.
1426
1427         [BZ #6612]
1428         * time/strftime.c (__strftime_internal): Call tzset() only
1429         when printing timezone-dependent values.
1430         Based on a patch by Petr Baudis <pasky@suse.cz>.
1431
1432         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1433         unconditionally use second gaih_getanswer_slice result.
1434
1435         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1436         (getaddrinfo): RES must always be non-NULL.
1437
1438 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1439
1440         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1441         cr[34] registers.
1442         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1443         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1444         Likewise.
1445         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1446         register.
1447
1448 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1449
1450         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1451         fields.
1452         * nscd/connections.c (inotify_fd): New variable.
1453         (nscd_init): Try to open an inotify descriptor.
1454         If successful, watch files for databases using inotify instead of
1455         having prune threads stat the files.
1456         (nscd_run_prune): Recognize clear_cache flag being set and call
1457         prune_cache appropriately.
1458         (main_loop_poll): Add inotify descriptor to wait set and handle the
1459         reported changes.
1460         (main_loop_epoll): Likewise.
1461         * nscd/cache.c (prune_cache): Don't stat files for databases if
1462         inotify is used.
1463         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1464         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1465
1466         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1467         fixed-size portion of the record.
1468         * nscd/servicescache.c (cache_addserv): Likewise.
1469         * nscd/pwdcache.c (cache_addpw): Likewise.
1470         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1471
1472 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1473
1474         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1475         out we don't use uninitialized memory.
1476
1477         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1478         the client.
1479
1480 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1481
1482         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1483         ignore T_DNAME messages.
1484         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1485
1486 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1487
1488         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1489         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1490
1491 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1492
1493         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1494         instead of portstr to nscd_getserv_r.  Patch by
1495         Roman Kagan <rkagan@mail.ru>.
1496
1497 2008-05-26  Jim Meyering  <meyering@redhat.com>
1498
1499         Remove more useless "if" tests before "free".
1500         * include/inline-hashtab.h (htab_delete): Likewise.
1501         * libio/freopen.c (freopen): Likewise.
1502         * libio/freopen64.c (freopen64): Likewise.
1503         * locale/programs/ld-collate.c (collate_read): Likewise.
1504         * misc/fstab.c (libc_freeres_fn): Likewise.
1505         * posix/glob.c (globfree): Likewise.
1506
1507 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1508
1509         * string/Makefile (strop-tests): Add memmem.
1510         * string/test-memmem.c: New file.
1511         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1512         (test_init): Size buf1 according to BUF1PAGES.
1513
1514 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1515
1516         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1517         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1518         (CFLAGS-scanf17.c): New.
1519         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1520         * stdio-common/scanf15.c (main): Likewise.
1521         * stdio-common/scanf16.c: New file.
1522         * stdio-common/scanf17.c: New file.
1523
1524 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1525
1526         * resolv/res_send.c (send_dg): If we already have one of two
1527         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1528         use the one answer insted of failing.
1529
1530 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1531
1532         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1533         being executed on PowerPC as the expected result exceeds IBM
1534         long double 128 __LDBL_MAX__.
1535
1536 2008-05-21  Roland McGrath  <roland@redhat.com>
1537
1538         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1539
1540         * Makefile (check-data): Use $(abi-name) before other guesses.
1541         Look in $(add-ons) dirs before scripts/data/.
1542         * elf/Makefile (check-data): Likewise.
1543
1544         * scripts/soversions.awk: Grok ABI line.
1545         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1546         Emit definition for abi-name variable.
1547
1548 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1549
1550         * string/endian.h: Define new fixed-size hto* and *toh macros only
1551         if [__USE_BSD].
1552
1553         * iconvdata/Depend: Add localedata.
1554
1555 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1556
1557         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1558
1559 2008-05-08  David S. Miller  <davem@davemloft.net>
1560
1561         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1562         HIDDEN_JUMPTARGET.
1563         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1564         (__SYSCALL_CLOBBERS): Remove %g* registers.
1565         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1566         (__SYSCALL_CLOBBERS): Likewise.
1567         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1568         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1569
1570 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1571
1572         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1573         (CALL_ERRNO_LOCATION): Define.
1574         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1575         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1576         (CALL_ERRNO_LOCATION): Define.
1577         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1578         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1579         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1580
1581 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1582
1583         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1584         variable.
1585
1586 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1587
1588         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1589         (FIRST_FRAME_POINTER): Define.
1590
1591 2008-05-09  David S. Miller  <davem@davemloft.net>
1592
1593         * sysdeps/sparc/sparc64/backtrace.c: New file.
1594
1595 2008-05-14  David S. Miller  <davem@davemloft.net>
1596
1597         * sysdeps/sparc/machine-gmon.h: New file.
1598         * sysdeps/sparc/sparc-mcount.S: Likewise.
1599         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1600         sysdep_routines in gmon directory.
1601
1602 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1603
1604         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1605
1606 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1607
1608         * resolv/res_query.c (__libc_res_nquery): In case one of two
1609         answer was too short don't try to read that answer's header.
1610
1611         * resolv/res_send.c (send_dg): In case of timeout and there are
1612         two queries and one has been answered, return value indicating
1613         success.
1614
1615 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1616
1617         * nscd/cache.c (cache_add): Take additional parameter specifying
1618         whether this is in response of a cache refill.  Check alignment
1619         of package data.  Revamp waking of pruning thread.
1620         (prune_cache): Small optimization.
1621         * nscd/nscd.h: Adjust cache_add prototypes.
1622         * nscd/aicache.c: Adjust cache_add calls.
1623         * nscd/grpcache.c: Likewise.
1624         * nscd/hstcache.c: Likewise.
1625         * nscd/initgrcache.c: Likewise.
1626         * nscd/pwdcache.c: Likewise.
1627         * nscd/servicescache.c: Likewise.
1628         * nscd/connections.c (restart): Really disable cache use before
1629         exec attempt.  If it fails, reenable cache.
1630         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1631         time to max to be able to notice concurrent cache additions.  Unlock
1632         prune_lock while performing gc.  Afterwards compute wakeup time with
1633         current wakeup_time value in mind.
1634
1635 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1636
1637         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1638
1639         * nscd/mem.c (gc): Correctly determine highest used array element
1640         in mark.
1641
1642         * nscd/mem.c (markrange): Add assert to check entries are all
1643         aligned.  Small cleanup in bitmap use.
1644
1645         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1646         blockoff of type nscd_ssize_t.
1647         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1648         (mempoll_alloc): Record block offset and not address.
1649
1650         * nscd/mem.c (gc): Fix test for stack overuse.
1651
1652         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1653         more asserts.
1654
1655         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1656         entry is available, believe it.
1657
1658         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1659         no answers return NSS_STATUS_NOTFOUND.
1660         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1661         buffer does not have any content.
1662
1663 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1664
1665         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1666
1667         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1668         lookup, don't assign canon unconditionally.
1669
1670 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1671
1672         * string/Makefile (distribute): Add str-two-way.h.
1673
1674 2008-03-29  Eric Blake  <ebb9@byu.net>
1675
1676         Rewrite string searches to O(n) rather than O(n^2).
1677         * string/str-two-way.h: New file.  For linear fixed-allocation
1678         string searching.
1679         * string/memmem.c: New implementation.
1680         * string/strstr.c: New implementation.
1681         * string/strcasestr.c: New implementation.
1682
1683 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1684
1685         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1686         opr.ctx_type.
1687         (calc_first): Initialize constraint field.
1688         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1689         Use search_duplicated_node to avoid loops.  Fix grammar.
1690         (duplicate_node): Merge constraint field for all node types.
1691         (calc_eclosure_iter): Look at constraint field for all node types.
1692         * posix/regex_internal.c (create_cd_newstate): Don't look at
1693         create_cd_newstate.
1694
1695 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1696
1697         [BZ #6428]
1698         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1699
1700         [BZ #6442]
1701         * string/endian.h: Add macros for fixed-size endian conversion.
1702         * bits/byteswap.h: Allow inclusion from <endian.h>.
1703         * sysdeps/i386/bits/byteswap.h: Likewise.
1704         * sysdeps/ia64/bits/byteswap.h: Likewise.
1705         * sysdeps/s390/bits/byteswap.h: Likewise.
1706         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1707         * string/Makefile (tests): Add tst-endian.
1708         * string/tst-endian.c: New file.
1709
1710         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1711         Patch by Reuben Thomas.
1712
1713 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1714
1715         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1716
1717 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1718
1719         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1720
1721         [BZ #6461]
1722         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1723         Add missing braces.
1724         (BODY for __gconv_transform_internal_ascii): Likewise.
1725
1726         [BZ #6472]
1727         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1728         to be treated like link-local addresses.
1729         (match_prefix): Don't treat IPv4 loopback address special when
1730         converting to v4 mapped addressed.
1731
1732         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1733         if necessary.
1734         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1735         * posix/tst-rfc3484-2.c: Likewise.
1736         * posix/tst-rfc3484-3.c: Likewise.
1737
1738         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1739         and SCTP.
1740
1741         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1742
1743         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1744
1745         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1746
1747 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1748
1749         * po/lt.po: New file.  From Lituanian translation team.
1750
1751 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1752
1753         Introduce TLS descriptors for i386 and x86_64.
1754         * include/inline-hashtab.h: New file, copied from 2005's
1755         libiberty, with fix for memory leak imported afterwards by
1756         Glauber de Oliveira Costa.
1757         * elf/tlsdeschtab.h: New file.
1758         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1759         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1760         (CHECK_STATIC_TLS): Move to...
1761         * elf/dynamic-link.h: ... this file.
1762         (TRY_STATIC_TLS): New macro.
1763         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1764         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1765         R_386_TLS_DESC): Define.
1766         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1767         binutils.
1768         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1769         R_X86_64_TLSDESC): Define.
1770         (R_386_NUM, R_X86_64_NUM): Adjust.
1771         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1772         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1773         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1774         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1775         release tlsdesc_table.
1776         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1777         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1778         (elf_machine_rel): Handle R_386_TLS_DESC.
1779         (elf_machine_rela): Likewise.
1780         (elf_machine_lazy_rel): Likewise.
1781         (elf_machine_lazy_rela): Likewise.
1782         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1783         * sysdeps/i386/dl-tlsdesc.S: New file.
1784         * sysdeps/i386/dl-tlsdesc.h: New file.
1785         * sysdeps/i386/tlsdesc.c: New file.
1786         * sysdeps/i386/tlsdesc.sym: New file.
1787         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1788         tlsdesc_table.
1789         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1790         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1791         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1792         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1793         release tlsdesc_table.
1794         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1795         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1796         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1797         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1798         (elf_machine_rela): Likewise.
1799         (elf_machine_lazy_rel): Likewise.
1800         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1801         (__tls_get_addr): Do not declare for non-shared compiles.
1802         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1803         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1804         * sysdeps/x86_64/tlsdesc.c: New file.
1805         * sysdeps/x86_64/tlsdesc.sym: New file.
1806         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1807         tlsdesc_table for both 32- and 64-bit structs.
1808
1809 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1810
1811         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1812         its own function.  This reduces the frame setup costs and more.
1813
1814 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
1815
1816         [BZ #3406]
1817         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
1818         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
1819
1820 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1821
1822         * io/openat.c (__openat_2): Also pass fd to __openat.
1823         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
1824         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
1825
1826         * string/tester.c (test_memcmp): Add a few more tests.
1827         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
1828
1829 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1830
1831         * nscd/cache.c (cache_add): Before returning with failure and this
1832         is the first use of the record, mark it as unusable.
1833         * nscd/aicache.c: Don't touch the dataset after cache_add returns
1834         reporting a failure.
1835         * nscd/grpcache.c: Likewise
1836         * nscd/hstcache.c: Likewise.
1837         * nscd/initgrcache.c: Likewise.
1838         * nscd/pwdcache.c: Likewise.
1839         * nscd/servicescache.c: Likewise.
1840
1841 2008-05-10  Roland McGrath  <roland@redhat.com>
1842
1843         [BZ #6505]
1844         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
1845
1846 2008-05-08  David S. Miller  <davem@davemloft.net>
1847
1848         * misc/truncate64.c (truncate64): Use __truncate not truncate.
1849
1850         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
1851         (__ieee754_y0l): Likewise.
1852         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
1853         (__ieee754_y1l): Likewise.
1854         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
1855         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
1856         frexpl and ldexpl.  math_private.h provides them and the latter
1857         is not even used.
1858         (__log1pl): Use __frexpl.
1859
1860 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
1861
1862         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
1863         prototypes.
1864         * include/arpa/nameser_compat.h: Define T_UNSPEC.
1865         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
1866         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
1867         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
1868         af==AF_UNSPEC.
1869         (_nss_nis_gethostbyname4_r): New function.
1870         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
1871         Change to also handle af==AF_UNSPEC.
1872         (get_tablename): New function.  Use it to avoid duplication.
1873         (_nss_nisplus_gethostbyname4_r): New function.
1874         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
1875         available.
1876         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
1877         * nss/nss.h: Define struct gaih_addrtuple.
1878         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
1879         af==AF_UNSPEC.
1880         (_nss_files_gethostbyname4_r): New function.
1881         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
1882         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
1883         calls.
1884         * resolv/res_query.c (__libc_res_nquery): Take two additional
1885         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
1886         look up IPv4 and IPv6.
1887         Change all callers.
1888         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
1889         for an additional query and answer buffer.  Pass to send_vc and
1890         send_dg.
1891         (send_vc): Send possibly two requests and receive two answers.
1892         (send_dg): Likewise.
1893         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
1894         __libc_res_nquery.
1895         (_nss_dns_gethostbyname4_r): New function.
1896         (gaih_getanswer_slice): Likewise.
1897         (gaih_getanswer): Likewise.
1898         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
1899         __libc_res_nquery call.
1900         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
1901         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
1902         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
1903         available.
1904
1905 2008-05-05  David S. Miller  <davem@davemloft.net>
1906
1907         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
1908         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
1909
1910 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1911
1912         Fix termios bit macros.
1913         Move *DLY definitions where they belong, in termios.h.
1914         Add *[0-3] definitions.
1915         Fixes confusion between VT and FF.
1916         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
1917         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
1918         are already defined to avoid collision with termios.h.
1919         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
1920         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
1921         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
1922         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
1923         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
1924         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
1925         VTDLY, VT0, VT1): New macros.
1926         [__USE_GNU] (OLCUC): Change value of macro.
1927         [__USE_XOPEN] (OFILL): New macro.
1928         [__USE_BSD] (CRTSCTS): Change value.
1929         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
1930         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
1931         (B7200, B14400, B28800, B76800): New macros.
1932
1933 2008-05-01  David S. Miller  <davem@davemloft.net>
1934
1935         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
1936         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
1937         (gen-as-const-headers): Add it.
1938         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
1939         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
1940         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
1941         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
1942
1943         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
1944         six system call parameters.
1945         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
1946
1947 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
1948
1949         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
1950         RUSAGE_LWP.
1951         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1952         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1953
1954 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
1955
1956         * stdlib/tst-setcontext.c: Include unistd.h.
1957
1958 2008-04-25  David S. Miller  <davem@davemloft.net>
1959
1960         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
1961         Pass "union semun" properly in to sys_ipc, it must be passed
1962         by value, not by reference.
1963
1964 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
1965
1966         * nscd/Makefile (nscd-cflags): Set back to -fpie.
1967         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
1968         * nscd/connections.c (mem_in_flight): Likewise.
1969
1970         * nscd/nscd.h (dbs): Make hidden.
1971
1972         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
1973         Avoid returning -1, return 0 instead.
1974
1975 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
1976
1977         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
1978
1979 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
1980
1981         [BZ #5209]
1982         * sysdeps/unix/sysv/linux/times.c: New file.
1983
1984         [BZ #5381]
1985         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
1986         mem_in_flight_list variables.  Add new parameter to mempool_alloc
1987         prototype.
1988         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
1989         appropriate mem_in_flight element.
1990         (gc): Take allocations which have not yet been committed to the
1991         database into account.
1992         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
1993         Reset mem_in_flight before returning.
1994         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
1995         cue it up in mem_in_flight_list.
1996         * nscd/aicache.c: Adjust mempool_alloc call.
1997         * nscd/grpcache.c: Likewise.
1998         * nscd/hstcache.c: Likewise.
1999         * nscd/initgrcache.c: Likewise.
2000         * nscd/pwdcache.c: Likewise.
2001         * nscd/servicescache.c: Likewise.
2002         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2003         of -fpie.
2004
2005         * nscd/connections.c (handle_request): Provide better error message
2006         in case SELinux forbids the service.
2007
2008         * version.h (VERSION): Bump to 2.8.90.
2009
2010 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2011
2012         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2013
2014 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2015
2016         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2017         Also use for 32-bit.
2018         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2019         __nextafter instead of nextafter to avoid local PLT.
2020         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2021         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2022
2023         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2024
2025         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2026         __fe_nomask_env.
2027         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2028         <fenv_libc.h> instead of <fenv.h>.
2029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2031
2032         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2033
2034         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2035         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2036         function from fegetexcept and make old name weak alias.
2037         * include/fenv.h: Declare __fegetexcept.
2038         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2039         fegetexcept.
2040         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2041         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2042         to fetestexcept.
2043         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2044         instead of frexpl to avoid local PLT.
2045         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2046         ilogbl to avoid local PLT.
2047         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2048         instead of ldexpl to avoid local PLT.
2049         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2050         __roundl not roundl to avoid local PLT.
2051         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2052         local PLTs.  Use __sincosl instead of separate sinl and cosl
2053         calls.
2054         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2055
2056         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2057         version for ppc64 to 2.4.21 since without it makecontext will fail.
2058
2059         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2060         to the ABI in use.
2061         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2062         .__tls_get_addr.
2063         [__powerpc64__] (TLS_GD): Likewise.
2064
2065 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2066
2067         [BZ #4997]
2068         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2069         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2070         mantissa.
2071         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2072         Likewise.  Also account for when x is an odd number between 2^52
2073         and 2^53-1.
2074         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2075         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2076         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2077         detect aforementioned erroneous conditions.
2078
2079 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2080
2081         * configure.in: Check for -fno-section-anchors in addition to
2082         -fno-toplevel-reorder.
2083
2084 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2085
2086         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2087
2088         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2089         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2090         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2091         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2092         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2093         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2094
2095 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2096
2097         [BZ #5443]
2098         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2099         * time/alt_digit.c: Likewise.
2100         * wcsmbs/wcsmbsload.c: Likewise.
2101
2102 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2103
2104         * version.h (VERSION): Bump to 2.8.
2105
2106         * timzeone/asia: Update from tzdata2008b.
2107         * timezone/backward: Likewise.
2108         * timezone/europe: Likewise.
2109         * timezone/northamerica: Likewise.
2110         * timezone/southamerica: Likewise.
2111         * timezone/iso3166.tab: Likewise.
2112         * timezone/leapseconds: Likewise.
2113         * timezone/zone.tab: Likewise.
2114         * timezone/private.h: Update from tzcode2008a.
2115         * timezone/zdump.c: Likewise.
2116         * timezone/zic.c: Likewise.
2117
2118 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2119
2120         [BZ #5741]
2121         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2122         Define additonal Data Cache Block instruction macros.
2123         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2124         Replace dcbst with dcbf and sync with sync/isync.
2125
2126 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2127
2128         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2129         Always set ELF_RTYPE_CLASS_PLT.
2130         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2131
2132 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2133
2134         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2135         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2136         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2137         For ISA 2.01 and later replace mftb with mfspr 268.
2138
2139 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2140
2141         [BZ #5768]
2142         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2143         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2144
2145 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2146
2147         [BZ #5768]
2148         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2149         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2150         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2151         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2152
2153 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2154
2155         * stdlib/tst-makecontext.c (othervar): New variable.
2156         (cf): Test sign extending the argument to long.
2157
2158 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2159
2160         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2161         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2162         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2163         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2164         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2165         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2166         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2167
2168 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2169
2170         * elf/Makefile (tests): Substitute tests-vis-yes here.
2171         (tests-vis-yes): Delete.
2172         (modules-name, modules-vis-yes): Similarly.
2173
2174 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2175
2176         [BZ #4407]
2177         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2178         Preserve sign in signgamp when x is zero.
2179
2180 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2181
2182         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2183         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2184         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2185         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2186         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2187         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2188
2189 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2190
2191         [BZ #4314]
2192         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2193         buffers.
2194
2195         [BZ #5209]
2196         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2197         a reserved error value.
2198
2199         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2200         value to check for correct sign extension.
2201
2202         [BZ #5436]
2203         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2204         Copy 64-bit parameter values even though this is not required in
2205         the standard.
2206
2207         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2208         PC save.
2209
2210 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2211
2212         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2213         PC save.
2214
2215 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2216
2217         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2218
2219 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2220
2221         [BZ #5998]
2222         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2223         in line-buffered stream failed.
2224         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2225
2226 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2227
2228         [BZ #6024]
2229         * scripts/abi-versions.awk: If the version specified by
2230         --enable-oldest-abi is older than the first version for this
2231         architecture, use the default version.
2232
2233         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2234         as well when ignoring the whole category.
2235
2236 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2237
2238         [BZ #6042]
2239         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2240         ETHERTYPE_* definitions.
2241         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2242
2243 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2244
2245         * stdlib/mbtowc.c (__no_r_state): Remove.
2246         (mbtowc): New static state variable.  Use it instead of
2247         __no_r_state.
2248         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2249         (__wctomb_state): New hidden variable.
2250         (wctomb): Use __wctomb_state instead of __no_r_state.
2251         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2252         (__wctomb_state): New extern decl.
2253         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2254
2255 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2256
2257         [BZ #5475]
2258         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2259
2260 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2261
2262         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2263
2264 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2265
2266         * po/nl.po: Update from translation team.
2267
2268 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2269
2270         [BZ #6007]
2271         * string/strfry.c: Handle empty strings again.
2272
2273 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2274
2275         [BZ #5443]
2276         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2277         before looking for translation.
2278         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2279         * locale/freelocale.c: Likewise.
2280         * locale/newlocale.c: Likewise.
2281         * locale/setlocale.c: Likewise.
2282         Based partially on a patch by ryo@np.css.fujitsu.com.
2283
2284 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2285
2286         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2287         acquiring wrlock.  Do conv_tab allocation while holding lock.
2288         * intl/Makefile: Add rules to build and run tst-gettext6.
2289         * intl/tst-gettext6.c: New test.
2290         * intl/tst-gettext6.sh: New file.
2291
2292 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2293
2294         * po/nl.po: Update from translation team.
2295
2296         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2297         provided through st_blksize, try the default size before giving up.
2298
2299 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2300
2301         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2302
2303         [BZ #5939]
2304         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2305
2306         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2307         error message.  POSIX today does not require the messages to be in
2308         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2309
2310         [BZ #5979]
2311         * sunrpc/auth_unix.c: Unify printed strings.
2312         * sunrpc/clnt_tcp.c: Likewise.
2313         * sunrpc/clnt_udp.c: Likewise.
2314         * sunrpc/clnt_unix.c: Likewise.
2315         * sunrpc/svc_tcp.c: Likewise.
2316         * sunrpc/svc_udp.c: Likewise.
2317         * sunrpc/svc_unix.c: Likewise.
2318         * sunrpc/xdr.c: Likewise.
2319         * sunrpc/xdr_array.c: Likewise.
2320         * sunrpc/xdr_rec.c: Likewise.
2321         * sunrpc/xdr_ref.c: Likewise.
2322         * locale/programs/ld-time.c (time_finish): Unify messages.
2323         * locale/programs/locfile.c (handle_copy): Fix typo.
2324         * nscd/nscd.c (options): Fix typo.
2325
2326         [BZ #5995]
2327         * stdlib/strtod_l.c: Use correct sign for result in one more
2328         underflow case.
2329         Patch by Eric Blake <ebb9@byu.net>.
2330
2331 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2332
2333         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2334         and creat system calls.
2335         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2336         call.
2337         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2338         system calls.
2339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2340         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2341         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2342
2343 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2344
2345         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2346         <linux/limits.h> has defined it.
2347         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2348         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2349         headers.
2350         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2351         it instead of ARG_MAX.
2352
2353 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2354
2355         * posix/gai.conf: Fix comment for scope nullbits.
2356         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2357         default to 128 bits for v4 mapped addresses.
2358
2359 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2360
2361         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2362         ptrace call to get the ieee_instruction_pointer from the kernel.
2363         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2364         ptrace call to set the ieee_instructtion_pointer.
2365         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2366         Add comment that ieee_instruction_pointer is always 0.
2367
2368 2008-03-09  Andreas Jaeger  <aj@suse.de>
2369
2370         [BZ #5857]
2371         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2372         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2373         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2374
2375         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2376         (rint_test): Likewise.
2377
2378 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2379
2380         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2381         call.
2382         (__nisfind_server): Similar for open readColdStartFile call.
2383         Patch partially by Jim Meyering.
2384         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2385         around internal_setent call.
2386
2387         * po/vi.po: New Vietnamese translation.
2388
2389         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2390         ADJ_OFFSET_SS_READ.
2391
2392         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2393         remove CLONE_STOPPED.
2394
2395 2008-02-10  Jim Meyering  <meyering@redhat.com>
2396
2397         Remove useless "if" before "free":
2398         * elf/ldconfig.c (parse_conf_include): Likewise.
2399         * gmon/gmon.c (weak_alias): Likewise.
2400         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2401         * inet/rcmd.c (__validuser2_sa): Likewise.
2402         * intl/bindtextdom.c (set_binding_values): Likewise.
2403         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2404         * libio/genops.c (save_for_backup): Likewise.
2405         * libio/wgenops.c (save_for_wbackup): Likewise.
2406         * locale/programs/ld-collate.c (collate_read): Likewise.
2407         * locale/programs/linereader.c (get_string): Likewise.
2408         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2409         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2410         * resolv/res_debug.c (do_section): Likewise.
2411         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2412         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2413         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2414         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2415         * time/tzset.c (tzset_internal): Likewise.
2416
2417 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2418
2419         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2420         of ASSEMBLER.
2421
2422 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2423
2424         [BZ #5903]
2425         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2426         not stream for output file.  Open output file here.
2427         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2428         and output file name.
2429         (process_fd): Likewise.
2430         (process_file): Likewise.
2431         (main): Adjust callers of changed functions.
2432         * iconv/iconv_prog.h: Adjust prototype.
2433
2434 2008-03-09  Andreas Jaeger  <aj@suse.de>
2435
2436         [BZ #5753]
2437         * sysdeps/ia64/ieee754.h: Use protected namespace
2438         __BIG_ENDIAN/__LITTLE_ENDIAN.
2439         * sysdeps/ieee754/ieee754.h: Likewise.
2440         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2441
2442 2008-03-08  Roland McGrath  <roland@frob.com>
2443
2444         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2445         ignore a signal that came from a machine exception, treat it as a
2446         fatal core-dump signal instead.
2447         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2448
2449         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2450         Clear DF bit in thread state's eflags.
2451         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2452
2453 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2454
2455         [BZ #5774]
2456         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2457         of NAN(...) sequence.
2458         * stdlib/Makefile (tests): Add tst-strtod6.
2459         * stdlib/tst-strtod6.c: New file.
2460
2461         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2462
2463         [BZ #5762]
2464         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2465         putting offending option character in quotes.  Clean up error
2466         messages.
2467         * po/be.po: Adjust msgstr in translation file.
2468         * po/bg.po: Likewise.
2469         * po/ca.po: Likewise.
2470         * po/cs.po: Likewise.
2471         * po/da.po: Likewise.
2472         * po/de.po: Likewise.
2473         * po/es.po: Likewise.
2474         * po/fr.po: Likewise.
2475         * po/hr.po: Likewise.
2476         * po/ko.po: Likewise.
2477         * po/nl.po: Likewise.
2478         * po/rw.po: Likewise.
2479         * po/sk.po: Likewise.
2480         * po/sv.po: Likewise.
2481         * po/tr.po: Likewise.
2482         * po/zh_CN.po: Likewise.
2483         * po/zh_TW.po: Likewise.
2484
2485         [BZ #5760]
2486         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2487         Patch by Roland Bless <roland@bless.de>.
2488
2489         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2490         .o file.
2491         * elf/Makefile (routines): Add dl-sysdep.
2492         (elide-routines.os): Likewise.
2493
2494 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2495
2496         [BZ #5786]
2497         * elf/dl-sysdep.c: Undefine ROUND after use.
2498         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2499         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2500         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2501         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2502         to ...
2503         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2504         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2505         if necessary.
2506         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2507
2508         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2509         _dl_tls_get_addr_soft element.
2510         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2511         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2512         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2513         GLRO.
2514         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2515         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2516         of internal_function.
2517
2518         * stdlib/Makefile (aux): Add tens_in_limb.
2519         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2520         * stdlib/tens_in_limb.c: ...here.  New file.
2521
2522         [BZ #5778]
2523         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2524         __statfs_chown_restricted.
2525         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2526         for _PC_CHOWN_RESTRICTED.
2527         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2528         Implement __statfs_chown_restricted.
2529         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2530         _POSIX_CHOWN_RESTRICTED value to zero.
2531         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2532         defined to zero.
2533
2534         * sysdeps/x86_64/rtld-memset.c: New file.
2535
2536 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2537
2538         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2539
2540         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2541         Barcelona machine.  Make default fall through branch of
2542         __x86_64_preferred_memory_instruction check as the integer code path.
2543
2544 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2545
2546         * sysdeps/x86_64/cacheinfo.c
2547         (__x86_64_preferred_memory_instruction): New variable.
2548         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2549
2550         * sysdeps/x86_64/memset.S: Rewrite.
2551
2552 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2553
2554         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2555         __obstack_printf_chk): New prototypes.
2556         (__vasprintf_chk, __vdprintf_chk,
2557         __obstack_vprintf_chk): Likewise.
2558         Add libc_hidden_proto.
2559         * libio/obprintf.c
2560         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2561         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2562         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2563         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2564         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2565         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2566         __obstack_vprintf_chk): New prototypes.
2567         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2568         obstack_vprintf): New inlines.
2569         * debug/dprintf_chk.c: New file.
2570         * debug/vdprintf_chk.c: New file.
2571         * debug/asprintf_chk.c: New file.
2572         * debug/vasprintf_chk.c: New file.
2573         * debug/obprintf_chk.c: New file.
2574         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2575         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2576         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2577         @@GLIBC_2.8.
2578         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2579         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2580         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2581         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2582         libc_hidden_proto.
2583         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2584         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2585         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2586         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2587         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2588         @@GLIBC_2.8.
2589         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2590         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2591         obstack_vprintf_chk.
2592         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2593         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2594         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2595         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2596         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2597         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2598
2599 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2600
2601         [BZ #5779]
2602         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2603         Patch by Roy Marples <roy@marples.name>.
2604
2605         [BZ #5736]
2606         * malloc/malloc.c: Fix typo in comment.
2607
2608         [BZ #5627]
2609         * locale/iso-639.def: Add Shuswap.
2610
2611 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2612
2613         [BZ #5790]
2614         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2615         overwrite *h_errnop/*errnop values from getanswer_r in case of
2616         failure.
2617
2618 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2619
2620         [BZ #5818]
2621         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2622         (verify_persistent_db): Remove one unnecessary test and add a new one
2623         for bad configuration.
2624         (nscd_init): Improve error reported when persistent database cannot
2625         be reused.
2626         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2627         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2628         .suggested_module and .max_db_size and case config file says the
2629         values are zero.
2630         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2631
2632         [BZ #5854]
2633         * nis/ypclnt.c (yp_order): Fix handling of return value of
2634         do_ypcall_tr call.
2635         Patch by Jeff Moyer <jmoyer@redhat.com>.
2636
2637         * po/fr.po: Update from translation team.
2638
2639 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2640             Carlos O'Donell <carlos@systemhalted.org>
2641
2642         [BZ #5012]
2643         * FAQ.in: Describe why glibc needs to be compiled with
2644         optimization.
2645
2646 2008-02-19  Roland McGrath  <roland@redhat.com>
2647
2648         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2649
2650 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2651
2652         [BZ #5737]
2653         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2654         __USE_MISC is defined.
2655
2656 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2657
2658         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2659         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2660         sys/timerfd.h.
2661         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2662         timerfd_gettime, timerfd_settime.
2663         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2664         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2665
2666 2008-02-08  Roland McGrath  <roland@redhat.com>
2667
2668         * elf/elf.h (NT_PPC_SPE): New macro.
2669
2670 2008-02-06  Roland McGrath  <roland@redhat.com>
2671
2672         * Makerules ($(common-objpfx)sysd-rules):
2673         Depend on $(sysdep-makeconfigs).
2674
2675 2008-01-31  Roland McGrath  <roland@redhat.com>
2676
2677         [BZ #5442]
2678         * configure.in: Use -print-file-name if it yields a directory,
2679         for each of include and include-fixed.
2680         * configure: Regenerated.
2681
2682         * Makeconfig (sysd-rules-targets): New variable.
2683         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2684         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2685
2686 2008-01-30  Roland McGrath  <roland@redhat.com>
2687
2688         * manual/libc.texinfo: Update back-cover text.
2689
2690         * elf/elf.h (NT_386_TLS): New macro.
2691
2692 2008-01-29  Roland McGrath  <roland@redhat.com>
2693
2694         * Makeconfig (sysd-rules-patterns): New variable.
2695         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2696         (check-inhibit-asm): New canned sequence, replaces ...
2697         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2698         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2699         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2700         (CFLAGS-rtld): Variable removed.
2701
2702 2008-01-24  Roland McGrath  <roland@redhat.com>
2703
2704         * configure.in: Let configure fragments set base_os.
2705         * configure: Regenerated.
2706
2707 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2708
2709         * po/ko.po: Update from translation team.
2710
2711 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2712
2713         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2714
2715 2008-01-12  Andreas Jaeger  <aj@suse.de>
2716
2717         [BZ #5040]
2718         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2719         Add EPOLLRDHUP.
2720
2721 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2722
2723         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2724         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2725         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2726
2727 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2728
2729         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2730         * elf/dl-close.c (_dl_close): Check for it.
2731         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2732         (_dl_allocate_static_tls): Likewise.
2733         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2734         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2735         to it.
2736         * elf/tst-tls16.c: New file.
2737         * elf/tst-tlsmod16a.c: New file.
2738         * elf/tst-tlsmod16b.c: New file.
2739         * elf/Makefile: Add rules to build and run tst-tls16.
2740
2741 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2742
2743         [BZ #5628]
2744         * bits/shm.h: Fix comment describing shmid_ds.
2745         * sysdeps/gnu/bits/shm.h: Likewise.
2746         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2747         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2748         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2749         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2750         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2751         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2752         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2753         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2754         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2755
2756         [BZ #5607]
2757         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2758         prototypes.
2759         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2760         additional suffixes.
2761         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2762         Add optional functions mq_timedreceive and mq_timedsend.
2763         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2764         * conform/data/pthread.h-data: Fix prototype of
2765         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2766         * conform/data/semaphore.h-data: Allow time.h definitions.
2767         * conform/data/signal.h-data: Likewise.
2768         * conform/data/stdio.h-data: getw and putw are not required in v6.
2769         * conform/data/stdlib.h-data: Change setstate prototype.
2770         * conform/data/string.h-data: Fix strerror_r prototype.
2771         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2772         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2773         Fix readlink prototype.
2774         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2775         in6addr_loopback.
2776         * inet/netinet/in.h: Cleanup namespace.
2777         * posix/regex.h: Likewise.
2778         * resolv/netdb.h: Likewise.
2779         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2780         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2781         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2782         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2783         of names of in in6_addr.
2784         (default_precedence): Likewise.
2785         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2786         NULL definition.
2787
2788 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2789
2790         * conform/data/fmtmsg.h-data: Add missing allows.
2791         * conform/data/ftw.h-data: Likewise.
2792         * conform/data/inttypes.h-data: Likewise.
2793         * conform/data/math.h-data: Likewise.
2794         * conform/data/signal.h-data: Likewise.
2795         * conform/data/net/if.h-data: Likewise.
2796         * conform/data/netinet/in.h-data: Likewise.
2797         * conform/data/sys/socket.h-data: Likewise.
2798
2799         [BZ #5614]
2800         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2801         (__strtok_r): Simplify.
2802         * string/tester.c (test_strtok_r): Add test case for futile search
2803         with single-character seach string.
2804
2805 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2806
2807         * po/ko.po: Update from translation team.
2808
2809 2008-01-11  Andreas Jaeger  <aj@suse.de>
2810
2811         [BZ #5600]
2812         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
2813         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
2814         kernel header.
2815
2816 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
2817
2818         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
2819         native interface lookup in all the relevant places.
2820
2821 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
2822             Ulrich Drepper  <drepper@redhat.com>
2823
2824         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
2825         field.  Use sockaddr_in6 for source_addr.
2826         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
2827         (match_prefix): Likewise.
2828         (get_label): Likewise.
2829         (get_precedence): Likewise.
2830         (rfc3484_sort): Change to use indirect access to results array.
2831         Adjust to use of sockaddr_in6.  Replace service_order test with
2832         simple index comparison.
2833         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
2834         service_order field.  Adjust qsort_t calls.  Access sorted result
2835         array indirectly through order array.
2836         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
2837         * posix/tst-rfc3484-2.c: Likewise.
2838         * posix/tst-rfc3484-3.c: Likewise.
2839
2840 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
2841
2842         [BZ #5541]
2843         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
2844         pollfd structures.
2845         Patch by André Cruz.
2846
2847         [BZ #5545]
2848         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
2849         (clnt_spcreateerror): Likewise.
2850
2851         [BZ #5553]
2852         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
2853         (public_mEMALIGn): Likewise.
2854         Patch mostly by Daniel Jacobowitz.
2855
2856 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
2857
2858         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
2859         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
2860         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
2861         * stdlib/tst-makecontext2.c: New test.
2862
2863 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
2864
2865         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
2866         defined.
2867         (REINIT_PARAMS): Likewise.  Undefine before end of file.
2868         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
2869         transliteration hooks and REINIT_PARAMS afterwards.
2870         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
2871         status.
2872         (REINIT_PARAMS): Define.
2873         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
2874         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
2875         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
2876         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
2877         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
2878         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
2879         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
2880         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
2881         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
2882         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
2883         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
2884         * iconvdata/tst-iconv7.c: New test.
2885
2886 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
2887
2888         * libio/stdio.h (vscanf): Fix definition for loser compilers.
2889
2890 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
2891
2892         [BZ #5112]
2893         * nscd/connections.c (restart): Fix condition.
2894
2895 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
2896
2897         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
2898         __ctype_toupper_loc): Add __THROW.
2899
2900 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
2901
2902         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
2903         recognition of interface family.
2904
2905         * posix/getconf.c: Update copyright year.
2906         * nss/getent.c: Likewise.
2907         * iconv/iconvconfig.c: Likewise.
2908         * iconv/iconv_prog.c: Likewise.
2909         * elf/ldconfig.c: Likewise.
2910         * catgets/gencat.c: Likewise.
2911         * csu/version.c: Likewise.
2912         * elf/ldd.bash.in: Likewise.
2913         * elf/sprof.c (print_version): Likewise.
2914         * locale/programs/locale.c: Likewise.
2915         * locale/programs/localedef.c: Likewise.
2916         * nscd/nscd.c (print_version): Likewise.
2917         * debug/xtrace.sh: Likewise.
2918         * malloc/memusage.sh: Likewise.
2919         * malloc/mtrace.pl: Likewise.
2920         * debug/catchsegv.sh: Likewise.
2921
2922 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
2923
2924         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
2925         second lookup.
2926
2927 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
2928
2929         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
2930         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
2931
2932 2007-12-17  Roland McGrath  <roland@redhat.com>
2933
2934         * inet/ether_line.c (ether_line): Remove unused variable.
2935
2936 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2937
2938         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
2939         and winp.
2940         * login/openpty.c (openpty): Likewise.
2941         * login/pty.h (openpty, forkpty): Likewise.
2942         * manual/terminal.texi (openpty, forkpty): Likewise.
2943
2944 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
2945
2946         * malloc/malloc.c (public_cALLOc): For arenas other than
2947         main_arena, count all bytes inside the mprotect_size range of the
2948         heap as uninitialized.
2949
2950 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
2951
2952         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
2953         executable stacks.
2954
2955         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
2956         mTRIm for all of them.
2957         (mTRIm): Additionally iterate over all free blocks and use madvise
2958         to free memory for all those blocks which contain at least one
2959         memory page.
2960         * malloc/tst-trim1.c: New file.
2961         * malloc/Makefile (tests): Add tst-trim1.
2962
2963         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
2964
2965 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
2966
2967         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
2968         First cast argument to long
2969         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
2970         Return long.
2971         (__vdso_clock_gettime): Likewise.
2972         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
2973         return long.
2974
2975 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
2976
2977         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
2978         * locale/nl_langinfo_l.c: Real implementation, copied from
2979         nl_langinfo.c.
2980         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
2981
2982 2007-12-01  Jim Meyering  <meyering@redhat.com>
2983
2984         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
2985         that would inhibit utf8-optimization of a regexp containing line-
2986         or buffer-anchors, e.g., `^', `$'.
2987
2988 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
2989
2990         * time/bug-getdate1.c (do_test): Don't use century values which
2991         aren't valid on 32-bit systems.
2992
2993 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
2994
2995         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
2996         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
2997         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
2998         __strcat_g, __strncat_g): Add __asm__.
2999
3000 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3001
3002         [BZ #5477]
3003         * io/fchmodat.c: Fix typo in stub_warning use.
3004         Patch by Petr Salinger.
3005
3006 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3007
3008         * iconvdata/hp-thai8.c: New file.
3009         * iconvdata/Makefile: Add rules for hp-thai8.c.
3010         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3011         * iconvdata/gconv-modules: Likewise.
3012
3013         [BZ #5464]
3014         * iconvdata/hp-greek8.c: New file.
3015         * iconvdata/Makefile: Add rules for hp-greek8.c.
3016         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3017         * iconvdata/gconv-modules: Likewise.
3018
3019         [BZ #5463]
3020         * iconvdata/hp-turkish8.c: New file.
3021         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3022         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3023         * iconvdata/gconv-modules: Likewise.
3024
3025         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3026         (shrink_heap): ... this new function.
3027         (heap_trim): Call shrink_heap instead of grow_heap.
3028
3029         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3030         case don't call alloc_perturb.
3031
3032 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3033
3034         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3035         possible.
3036         * sysdeps/unix/sysv/linux/kernel-features.h
3037         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3038         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3039
3040 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3041
3042         [BZ #5424]
3043         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3044         * stdio-common/Makefile (tests): Add bug22.
3045         * stdio-common/bug22.c: New file.
3046
3047         [BZ #5451]
3048         * time/getdate.c: Fix filling in default values.
3049         * time/bug-getdate1.c: New file.
3050         * time/Makefile: Add rules to build and run bug-getdate1.
3051
3052         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3053         * iconvdata/ebcdic-es.c: Likewise.
3054         * iconvdata/ebcdic-es-a.c: Likewise.
3055         * iconvdata/ebcdic-uk.c: Likewise.
3056         * iconvdata/iso8859-16.c: Likewise.
3057         * iconvdata/viscii.c: Likewise.
3058         * iconvdata/iso8859-9e.c: Likewise.
3059         * iconvdata/Makefile: Adjust appropriately.
3060
3061         [BZ #5428]
3062         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3063         __need_wint_t.
3064
3065 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3066
3067         [BZ #5427]
3068         * iconvdata/hp-roman9.c: New file.
3069         * iconvdata/Makefile: Add rules for hp-roman9.c.
3070         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3071         * iconvdata/gconv-modules: Likewise.
3072
3073         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3074         * iconvdata/Makefile: Adjust appropriately.
3075
3076         [BZ #5441]
3077         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3078         structure, it's allocated with alloca.
3079         * stdio-common/Makefile (tests): Add bug21.
3080         * stdio-common/bug21.c: New file.
3081
3082 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3083
3084         [BZ #5452]
3085         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3086         keyword for gcc's braced-groups.
3087
3088 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3089
3090         [BZ #5454]
3091         * inet/ether_line.c: Strip hostname of whitespaces.
3092         * inet/Makefile (tests): Add tst-ether_line.
3093         * inet/tst-ether_line.c: New file.
3094
3095 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3096
3097         [BZ #5439]
3098         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3099
3100         [BZ #5435]
3101         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3102
3103         * stdlib/tst-setcontext.c: Catch the case where the links gets
3104         messed up and we do not reach main again.
3105
3106         * po/ca.po: Update from translation team.
3107
3108 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3109
3110         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3111         * posix/regex.h (REG_ENOSYS): Likewise.
3112         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3113
3114 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3115
3116         * nscd/nscd.h (MAX_STACK_USE): Define.
3117         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3118         (gc): Initialize stack_used based on allocation in prune_cache.
3119         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3120         Clear array before use.
3121
3122         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3123         memory allocation failed.
3124         * nscd/hstcache.c (cache_addhst): Likewise.
3125         * nscd/grpcache.c (cache_addgr): Likewise.
3126         * nscd/servicescache.c (cache_addserv): Likewise.
3127         * nscd/pwdcache.c (cache_addpw): Likewise.
3128         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3129
3130 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3131
3132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3133         and creat system calls.
3134
3135         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3136
3137 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3138
3139         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3140         Add netiucv/iucv.h.
3141         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3142         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3143         protocol.
3144         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3145         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3146         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3147
3148 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3149
3150         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3151         strncat): Define as macros to avoid compile errors.
3152
3153         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3154         creat entries.
3155
3156 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3157
3158         [BZ #5382]
3159         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3160         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3161         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3162         overflow it.
3163         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3164
3165         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3166         Return zero in case the thread library is not NPTL.
3167
3168         [BZ #5375]
3169         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3170         initializing interface list.
3171
3172         [BZ #5378]
3173         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3174         use result of nss_getgrgid_r if nothing was found.  For other
3175         error return with a failure.
3176         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3177
3178         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3179         macro name.
3180
3181 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3182
3183         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3184         (get_scope): For IPv4 scope, use scopes table.
3185         (fini): Free scopes table if necessary.
3186         (free_scopelist): New function.
3187         (scopecmp): New function.
3188         (gaiconf_init): Also handle scopev4 entries.
3189         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3190         * posix/tst-rfc3484-2.c (do_test): Likewise.
3191         * posix/gai.conf: Document scopev4 defaults.
3192         * posix/Makefile (tests): Add tst-rfc3484-3.
3193         * posix/tst-rfc3484-3.c: New file.
3194
3195         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3196         Teredo tunnels.
3197         * posix/gai.conf: Update for current default tables.
3198
3199 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3200
3201         * po/tr.po: Update from translation team.
3202
3203 2007-11-18  Roland McGrath  <roland@frob.com>
3204
3205         * manual/arith.texi (Remainder Functions): Spelling fix.
3206         From Shaun Silk <genix@mysoul.com.au>.
3207
3208         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3209
3210 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3211
3212         * po/zh_CN.po: Update from translation team.
3213
3214         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3215         Add sys/signalfd.h and sys/eventfd.h.
3216
3217 2007-11-15  Bruno Haible  <bruno@clisp.org>
3218
3219         [BZ #5346]
3220         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3221         union.
3222         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3223         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3224         it needs only fixed stack space. Delay the initialization of
3225         msgid_len until it is needed.
3226
3227 2007-11-15  Andreas Jaeger  <aj@suse.de>
3228
3229         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3230         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3231
3232 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3233
3234         * po/ko.po: Update from translation team.
3235
3236 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3237
3238         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3239         significantly.  The device type is also part of the ifinfomsg data.
3240
3241         * po/sv.po: Update from translation team.
3242         * po/nl.po: Likewise.
3243
3244         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3245         to wake up in 24 hours.
3246
3247         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3248
3249 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3250
3251         * po/cs.po: Update from translation team.
3252         * po/pl.po: Likewise.
3253
3254         * include/ifaddrs.h: Remove in6ai_temporary.
3255         (struct in6addrinfo): Add index element.
3256         Declare __check_native.
3257         * inet/Makefile (aux): Add check_native.
3258         * sysdeps/unix/sysv/linux/check_native.c: New file.
3259         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3260         IFA_F_TEMPORARY.  Pass back ifa_index.
3261         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3262         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3263         call __check_native if necessary.
3264         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3265         to sort addresses.  Pass information about the results.
3266         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3267         of rfc3484_sort interface.
3268         * posix/tst-rfc3484-2.c: Likewise.
3269
3270         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3271         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3272         for _quicksort.
3273         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3274         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3275         on as third parameter to compare function and _quicksort.
3276         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3277         to the compare function.
3278         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3279         * Versions.def: Add GLIBC_2.8 for libc.
3280
3281         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3282         * posix/tst-rfc3484-2.c: Likewise.
3283
3284         * include/kernel-features.h: Moved to...
3285         * sysdeps/mach/hurd/kernel-features.h: ...here.
3286
3287 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3288
3289         * sysdeps/i386/i586/memcpy_chk.S: New file.
3290         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3291         * sysdeps/i386/i586/memset_chk.S: Likewise.
3292
3293 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3294
3295         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3296         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3297         list of interfaces.  Also store prefix length.
3298         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3299         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3300         prefix if source and destination address are in the same subnet.
3301         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3302         Always look for matching record in in6ai list.
3303         Correct source_addr_len value for IPv6->IPv4 converted records.
3304
3305 2007-11-11  Roland McGrath  <roland@frob.com>
3306
3307         * include/kernel-features.h: New file.
3308
3309 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3310
3311         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3312         complications for 64-bit platforms.
3313
3314         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3315         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3316         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3317         open64_2.
3318         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3319         entries.
3320         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3321         * sysdeps/wordsize-64/alphasort.c: New file.
3322         * sysdeps/wordsize-64/alphasort64.c: New file.
3323         * sysdeps/wordsize-64/fseeko.c: New file.
3324         * sysdeps/wordsize-64/fseeko64.c: New file.
3325         * sysdeps/wordsize-64/ftello.c: New file.
3326         * sysdeps/wordsize-64/ftello64.c: New file.
3327         * sysdeps/wordsize-64/ftw.c: New file.
3328         * sysdeps/wordsize-64/ftw64.c: New file.
3329         * sysdeps/wordsize-64/iofgetpos.c: New file.
3330         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3331         * sysdeps/wordsize-64/iofopen.c: New file.
3332         * sysdeps/wordsize-64/iofopen64.c: New file.
3333         * sysdeps/wordsize-64/iofsetpos.c: New file.
3334         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3335         * sysdeps/wordsize-64/lockf.c: New file.
3336         * sysdeps/wordsize-64/lockf64.c: New file.
3337         * sysdeps/wordsize-64/mkostemp.c: New file.
3338         * sysdeps/wordsize-64/mkostemp64.c: New file.
3339         * sysdeps/wordsize-64/mkstemp.c: New file.
3340         * sysdeps/wordsize-64/mkstemp64.c: New file.
3341         * sysdeps/wordsize-64/scandir.c: New file.
3342         * sysdeps/wordsize-64/scandir64.c: New file.
3343         * sysdeps/wordsize-64/tmpfile.c: New file.
3344         * sysdeps/wordsize-64/tmpfile64.c: New file.
3345         * sysdeps/wordsize-64/versionsort.c: New file.
3346         * sysdeps/wordsize-64/versionsort64.c: New file.
3347         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3348         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3349         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3350         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3351         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3352         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3353         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3354         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3355         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3356         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3357         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3358         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3359
3360         * crypt/sha256-crypt.c: Fix a comment.
3361         * crypt/sha512-crypt.c: Likewise.
3362
3363 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3364
3365         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3366
3367 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3368
3369         [BZ #5277]
3370         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3371         because output buffer is too small break, don't loop.
3372         * iconvdata/Makefile (tests): Add bug-iconv6.
3373         * iconvdata/bug-iconv6.c: New file.
3374
3375 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3376
3377         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3378         with size_t type.
3379         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3380         size_t.  Add casts where needed.
3381
3382         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3383         old headers, don't call avc_has_perm if we don't have the
3384         permission information.
3385
3386 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3387
3388         * elf/rtld.c (dl_main): Use the page size to find the map start.
3389
3390 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3391
3392         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3393         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3394
3395         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3396         when the lookup call failed.
3397
3398         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3399         Add prune_cond and wakeup_time.
3400         (CACHE_PRUNE_INTERNAL): Define.
3401         Update declarations of prune_cache and setup_thread.
3402         * nscd/connections.c (dbs): Update initializers.
3403         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3404         (nscd_init): Default number of threads is now 4.
3405         (invalidate_cache): Take lock before calling prune_cache.
3406         (handle_request): If SELinux forbids the request, say so.
3407         (readylist_cond): Use static initializer.
3408         (nscd_run_prune): New function.  Used only by pruning threads.
3409         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3410         here.
3411         (fd_ready): Update nscd_run reference.
3412         (start_threads): No need to initialize readylist_cond.
3413         Start pruning threads separately.
3414         * nscd/nscd_setup_thread.c: Change return value type to int and always
3415         return 0.
3416         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3417         to int and return nonzero value if we can use the TID address hack.
3418         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3419         the database is later than the new entry's timeout, update the
3420         wakeup time and wake the cleanup thread.
3421         (prune_cache): Return seconds the next entry in the database is still
3422         valid.  Remove locking for pruning here.
3423         * nscd/nscd.conf: Document default number of threads.
3424
3425 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3426
3427         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3428         stack is properly aligned for the target function.
3429         Correct unwind info.
3430
3431         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3432         when using auditing libraries.
3433
3434 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3435
3436         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3437         _nss_dns_getnetbyaddr2_r.
3438         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3439         extra parameter to getanswer_r.
3440         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3441         _nss_dns_getnetbyaddr2_r.
3442
3443         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3444         gethstbynm3_r.
3445         * nscd/gethstbynm2_r.c: Remove.
3446         * nscd/gethstbynm3_r.c: New file.
3447         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3448         __gethostbyaddr_r.
3449         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3450         __gethostbyaddr_r compatibility wrapper.
3451         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3452         determining timeout of entry.
3453         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3454         __gethostbyaddr2_r.
3455         (addhstbyX): Pass reference to variable for TTL to lookup and
3456         cache_addhst.
3457         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3458         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3459         and __nss_next2.  Remove __nss_services_lookup.
3460         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3461         Add compat wrapper.
3462         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3463         __nss_next2.
3464         * nss/getXXent_r.c: Likewise.
3465         * nss/getnssent_r.c: Likewise.
3466         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3467         does not exist in module, try the optional second name.
3468         (__nss_next2): New function.
3469         (__nss_next): Now wrapper around __nss_next2.
3470         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3471         Declare __nss_next2.
3472         Adjust definition of db_lookup_function type.
3473         * nss/service-lookup.c: Define NO_COMPAT.
3474         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3475         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3476         * inet/ether_ntoh.c: Likewise.
3477         * sunrpc/netname.c: Likewise.
3478         * sunrpc/publickey.c: Likewise.
3479         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3480         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3481         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3482         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3483         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3484
3485         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3486
3487         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3488
3489 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3490
3491         [BZ #5204]
3492         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3493         * crypt/sha512c-test.c: Likewise.
3494
3495         [BZ #5225]
3496         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3497         to keep track of end of %[ format string element.
3498         * stdio-common/Makefile (tests): Add bug20.
3499         * stdio-common/bug20.c: New file.
3500
3501         [BZ #5222]
3502         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3503         path elements in counting mode.
3504
3505 2007-10-27  Andreas Jaeger  <aj@suse.de>
3506
3507         [BZ #5040]
3508         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3509
3510         [BZ #3112]
3511         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3512         (__cleanup): Free shared library when exiting.
3513         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3514         (__cleanup): Free shared library when exiting.
3515
3516 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3517
3518         [BZ #2549]
3519         * math/libm-test.inc (check_float_internal): Support
3520         denormalized return.
3521
3522 2007-10-23  Andreas Jaeger  <aj@suse.de>
3523
3524         [BZ #5208]
3525         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3526         __LONG_LONG_PAIR to handle little endian byte order.
3527         Suggested by abhishekrai@google.com
3528
3529 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3530
3531         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3532
3533 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3534
3535         * nscd/cache.c (prune_cache): Move test for modified file outside
3536         of locking.
3537
3538 2007-10-21  Andreas Jaeger  <aj@suse.de>
3539
3540         * manual/texinfo.tex: Update to latest version.
3541
3542         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3543
3544         * manual/arith.texi (Status bit operations): Fix formatting.
3545
3546         * manual/errno.texi (Error Messages): Fix formatting.
3547
3548         * manual/sysinfo.texi (System Parameters): Fix formatting.
3549
3550         * manual/libc.texinfo: Update VERSION and UPDATED.
3551
3552 2007-10-19  Roland McGrath  <roland@redhat.com>
3553
3554         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3555
3556 2007-10-06  David S. Miller  <davem@davemloft.net>
3557
3558         * configure.in: Add sparcv9v2 and sparc64v2.
3559         * scripts/config.sub: Likewise.
3560         * configure: Regenerate.
3561         * elf/elf.h (HWCAP_SPARC_N2): New.
3562         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3563         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3564         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3565         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3566         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3567         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3568         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3569
3570 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3571
3572         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3573         even if the poll result indicates there is data to read.
3574         Patch by Jeff Moyer <jmoyer@redhat.com>.
3575
3576 2007-10-18  Roland McGrath  <roland@redhat.com>
3577
3578         * elf/elf.h (NT_PPC_VMX): New macro.
3579
3580 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3581
3582         * version.h (VERSION): Set to 2.7.90.
3583
3584 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3585
3586         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3587         weak_alias.
3588
3589 2007-10-17  Roland McGrath  <roland@frob.com>
3590
3591         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3592         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3593
3594 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3595
3596         * version.h (VERSION): Bump to 2.7.
3597         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3598
3599         [BZ #5186]
3600         * time/tzset.c (__tz_convert): Don't force testing for a change of
3601         TZ if not called from localtime.  But then also see whether the
3602         file changed, in case __use_tzfile is set.
3603
3604         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3605         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3606         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3607         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3608         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3609         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3610         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3611         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3612
3613 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3614
3615         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3616         and admin selects to be able to replace the gai.conf file, lock
3617         data structures around the qsort call.
3618
3619 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3620
3621         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3622         new memset.
3623         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3624         too high for the improvements.  Implement bzero unconditionally for
3625         use in libc.
3626
3627 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3628             Jakub Jelinek  <jakub@redhat.com>
3629
3630         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3631         even when time_t is 32-bit.
3632         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3633         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3634         always set after the search.
3635
3636 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3637
3638         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3639         unreachable code on 32-bit machines.
3640
3641 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3642
3643         [BZ #5184]
3644         * time/strftime_l.c: Include stdbool.h.
3645         (my_strftime): New wrapper, old function renamed to...
3646         (__strftime_internal): ... new function.  Add tzset_called
3647         argument, pass it down to recursive calls, don't call tzset ()
3648         if already true, set to true after call to tzset ().
3649
3650 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3651
3652         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3653         into account when copying TZ string.
3654
3655 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3656
3657         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3658         num_transition rather than num_transitions - 1.
3659
3660 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3661
3662         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3663         PIC indirect jump.
3664
3665         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3666         a local label rather than HIDDEN_JUMPTARGET.
3667
3668 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3669
3670         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3671         (init_cacheinfo): Initialize it.
3672         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3673         Always define bzero.
3674         Remove non-glibc code.
3675         * sysdeps/x86_64/bzero.S: Make an empty file.
3676
3677 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3678
3679         * sysdeps/x86_64/cacheinfo.c
3680         (__x86_64_preferred_memory_instruction): New.
3681         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3682
3683         * sysdeps/x86_64/memset.S: Rewrite.
3684
3685 2007-10-15  Roland McGrath  <roland@redhat.com>
3686
3687         * po/libc.pot: Regenerated.
3688
3689 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3690
3691         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3692         pointers.
3693
3694         [BZ #3425]
3695         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3696         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3697         address record to T_A/T_AAAA requests.
3698
3699 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3700
3701         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3702
3703         * posix/glob.c: Add some branch prediction throughout.
3704
3705         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3706         read from nscd.
3707
3708         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3709         service_order.
3710         (rfc3484_sort): Make sure that even if qsort doesn't support
3711         stable sorting out sorting here is stable by comparing service_order.
3712         (getaddrinfo): Initialize service_order.
3713         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3714         service_order field to sorting structure.
3715         * posix/tst-rfc3484-2.c (do_test): Likewise.
3716
3717         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3718         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3719         __tzset_parse_tz and updating of daylight, timezone, tzname into
3720         update_vars.
3721         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3722         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3723         happens in __tz_compute.
3724         * time/tzfile.c (__tzfile_read): Also read TZ string.
3725         (find_transition): Fold into __tzfile_compute.
3726         (__tzfile_compute): For times beyond the last transition try to
3727         use the TZ string.
3728         * timezone/tst-timezone.c: Information in daylight and tzname does
3729         change for Asia/Tokyo timezone with more concrete information.
3730         Remove the test.
3731
3732         * include/stdio.h: Add libc_hidden_proto for ftello.
3733         * libio/ftello.c: Add libc_hidden_def.
3734
3735         [BZ #1140]
3736         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3737         on the specified time and not the last entries in the file.  Move
3738         code to determine tzname[] to...
3739         (find_transition): ...here.  Add ugly guess for times before the
3740         first transition.
3741
3742 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3743
3744         [BZ #3195]
3745         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3746         no entry.
3747         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3748         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3749         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3750         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3751
3752         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3753         read mechanism when there are no group members and avoid no-op
3754         read syscall in this case.
3755
3756         [BZ #3242]
3757         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3758         (__readall): If reading failed due to EAGAIN error wait a bit
3759         and possibly try again.
3760         (__readvall): Likewise.
3761
3762 2007-10-13  Bruno Haible  <bruno@clisp.org>
3763
3764         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3765         when we cannot recode the message.
3766
3767 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3768
3769         [BZ #4359]
3770         * libio/__freading.c (__freading): Don't return true for
3771         write-only streams.  For read/write streams, check whether we
3772         performed a read operation already.
3773         * libio/Makefile (tests): Add tst-ext2.
3774         * libio/tst-ext2.c: New file.
3775
3776 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3777
3778         * locale/programs/repertoire.c (repertoire_read): Always free
3779         memory for repertoire file name [Coverity CID 270].
3780
3781         * elf/cache.c (save_aux_cache): Free memory allocated for
3782         temporary file name [Coverity CID 267].
3783
3784 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3785
3786         * misc/Makefile (headers): Add bits/error.h.
3787
3788 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3789
3790         * posix/fnmatch_loop.c: Take rule index returned as part of
3791         findidx return value into account when accessing weights.
3792         * posix/regcomp.c: Likewise.
3793         * posix/regexec.c: Likewise.
3794
3795         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3796         (skip_to): Fix problems with parameter of elifdef/elifndef.
3797
3798 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3799
3800         * iconv/gconv_simple.c: Add some branch prediction.
3801
3802 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3803
3804         * locale/programs/ld-collate.c (collate_read): If ignore_content
3805         and nowtok is tok_define, eat any tok_eol tokens.
3806
3807 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3808
3809         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3810         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3811
3812         * inet/netinet/in.h: Don't include bits/socket.h.
3813         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
3814         macro.
3815         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
3816
3817 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
3818
3819         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
3820         and tok_elifndef.
3821         * locale/programs/locfile-kw.gperf: Likewise.
3822         * locale/programs/ld-collate.c: Implement primitive preprocessor.
3823
3824 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
3825
3826         * stdio-common/printf-parse.h: Include string.h and wchar.h.
3827         (__find_specwc): Change into __extern_always_inline function.
3828         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
3829         (__parse_one_specmb): Remove ps argument.
3830         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
3831         Adjust __find_specmb and __parse_one_specmb callers.
3832         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
3833         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
3834         Removed.
3835         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
3836         caller.
3837
3838 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
3839
3840         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
3841         with some Pentium Ds.
3842
3843 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
3844
3845         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
3846         __read not read.
3847         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
3848         __write not write.
3849
3850 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
3851
3852         [BZ #181]
3853         * locale/C-time.c: Set week_1stday data to 19971201.
3854         * locale/programs/ld-time.c (time_finish): Default for
3855         first_workday is Monday.
3856
3857         [BZ #2633]
3858         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
3859
3860         [BZ #5103]
3861         * posix/glob.c (glob): Recognize patterns starting \/.
3862         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
3863         (main): Add test for pattern starting \/.
3864
3865         * misc/error.h: Use __const instead of const.
3866         * misc/bits/error.h: Likewise.
3867
3868 2007-10-07  Andreas Jaeger  <aj@suse.de>
3869
3870         * include/bits/error.h: New file.
3871
3872         * misc/bits/error.h (error_at_line): Fix prototype.
3873
3874 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
3875
3876         [BZ #3924]
3877         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
3878         more little bugs in creating the stack frame when pltexit has to
3879         be called.
3880
3881         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
3882         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
3883
3884         [BZ #4407]
3885         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
3886         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
3887         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
3888         * math/libm-test.inc: Add test for this case.
3889
3890         [BZ #5010]
3891         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
3892         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
3893         map service succeeded.
3894         (svc_is_mapped): New function.
3895         (svc_unregister): Use it before trying to unmap service.
3896
3897 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
3898
3899         * timezone/zic.c: Update from tzcode2007h.
3900
3901         [BZ #5063]
3902         * timezone/africa: Update from tzdata2007h.
3903         * timezone/antarctica: Likewise.
3904         * timezone/asia: Likewise.
3905         * timezone/australasia: Likewise.
3906         * timezone/europe: Likewise.
3907         * timezone/leapseconds: Likewise.
3908         * timezone/northamerica: Likewise.
3909         * timezone/southamerica: Likewise.
3910         * timzeone/zone.tab: Likewise.
3911
3912         [BZ #5104]
3913         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
3914
3915         [BZ #5113]
3916         * string/bits/string2.h (__strdup): Cast parameters to calloc to
3917         avoid warning with -Wconversion.
3918         (__strndup): Likewise.
3919         Half the patch by Christian Iseli <christian.iseli@licr.org>.
3920
3921         [BZ #5112]
3922         * nscd/connections.c (restart): Don't resync if database is
3923         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
3924
3925         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
3926         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
3927
3928         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
3929         evetnfd_read, eventfd_write.
3930         * sysdeps/unix/sysv/linux/eventfd.c: New file.
3931         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
3932         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
3933         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
3934         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
3935         eventfd_write for GLIBC_2.7.
3936
3937         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
3938         * sysdeps/unix/sysv/linux/signalfd.c: New file.
3939         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
3940         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
3941
3942 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
3943
3944         * stdlib/msort.c: Include stdint.h.
3945         (struct msort_param): New type.
3946         (msort_with_tmp): Use struct msort_param pointer for unchanging
3947         parameters.  Add optimized handling for several common sizes
3948         and indirect sorting mode.
3949         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
3950         sorting.
3951         Suggested by Belazougui Djamel .
3952
3953         * stdlib/Makefile (tests): Add tst-qsort2.
3954         * stdlib/tst-qsort2.c: New test.
3955
3956 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
3957
3958         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
3959         for dup2 in case another thread races with the current one.  Retry
3960         in this case.
3961
3962         * misc/error.h: Remove support for use outside of libc.  We have to
3963         include <features.h> now.  Include <bits/error.h> if possible.
3964         * misc/bits/error.h: New file.
3965
3966 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
3967
3968         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
3969         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
3970         __extern_always_inline functions unconditionally, drop macros.
3971
3972         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
3973         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
3974         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
3975
3976         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
3977         add __artificial__ attribute.
3978
3979 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
3980
3981         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
3982         backward to forward direction.
3983
3984         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
3985
3986         [BZ #645]
3987         * locale/programs/ld-collate.c (collate_finish): Compare against last
3988         used section which is known to have rules defined.
3989         (collate_read): After order_start, correctly record order of sections
3990         and queue sections up.
3991
3992 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
3993
3994         [BZ #5071]
3995         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
3996         the same number of pages.
3997         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
3998
3999         * locale/programs/ld-collate.c (collate_read): After initial copy
4000         statement, continue in state 0.
4001
4002         * include/stdio_ext.h (__fsetlocking): Define as macro.
4003
4004 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4005
4006         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4007         of section order.
4008
4009         * po/pt_BR.po: Fix typo.
4010
4011 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4012
4013         * iconvdata/Makefile (modules): Add ISO8859-9E.
4014         (distribute): Add iso8859-9e.c.
4015         (gen-8bit-gap-modules): Add iso8859-9e.
4016         * iconvdata/iso8859-9e.c: New file.
4017         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4018         * iconvdata/TESTS: Likewise.
4019         * iconvdata/tst-tables.sh: Likewise.
4020
4021         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4022
4023         * locale/iso-639.def: Add several new entries.
4024
4025 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4026
4027         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4028         void * pointers instead of struct link_map **.
4029         (_dl_scope_free): Change argument type to void *.
4030         * include/link.h (struct link_map): Change type of l_reldeps
4031         to struct link_map_reldeps, move l_reldepsact into that
4032         struct too.
4033         * elf/dl-deps.c: Include atomic.h.
4034         (_dl_map_object_deps): Only change l->l_initfini when it is
4035         fully populated, use _dl_scope_free for freeing it.  Optimize
4036         removal of libs from reldeps by using l_reserved flag, when
4037         some removal is needed, allocate a new list instead of
4038         reallocating and free the old with _dl_scope_free.  Adjust
4039         for l_reldeps and l_reldepsact changes.
4040         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4041         searching in l_initfini and l_reldeps without holding dl_load_lock.
4042         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4043         l_reldepsact changes.
4044         * elf/dl-close.c (_dl_close_worker): Likewise.
4045         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4046
4047 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4048
4049         * iconvdata/Makefile (modules): Add KOI8-RU.
4050         (distribute): Add koi8-ru.c.
4051         (gen-8bit-gap-modules): Add koi8-ru.
4052         * iconvdata/koi8-ru.c: New file.
4053         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4054         * iconvdata/TESTS: Likewise.
4055         * iconvdata/tst-tables.sh: Likewise.
4056
4057         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4058
4059 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4060
4061         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4062         with __warning__/__error__ attributes.
4063         (__warnattr): Define.
4064         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4065         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4066         __warnattr.
4067         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4068         of __*_chk if compile time detectable overflow is found.
4069         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4070         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4071         with __warnattr.
4072         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4073         instead of __*_chk if compile time detectable overflow is found.
4074         (__gets_alias): Rename to...
4075         (__gets_warn): ... this.  Add __warnattr.
4076         (gets): Call __gets_warn instead of __gets_alias.
4077         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4078         aliases with __warnattr.
4079         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4080         time detectable overflow is found.
4081         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4082         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4083         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4084         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4085         __getdomainname_chk_warn): New aliases with __warnattr.
4086         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4087         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4088         __*_chk_warn instead of __*_chk if compile time detectable overflow
4089         is found.
4090         (__getgroups_chk): Rename argument to __listlen from listlen.
4091         (__getwd_alias): Rename to...
4092         (__getwd_warn): ... this.  Add __warnattr.
4093         (getwd): Call __getwd_warn instead of __getwd_alias.
4094         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4095         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4096         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4097         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4098         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4099         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4100         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4101         compile time detectable overflow is found.
4102         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4103         to use __*_chk or not.
4104         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4105         in comparisons which function should be called and in __*_chk*
4106         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4107         detectable overflow is found.
4108         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4109         __*_chk argument.
4110         * debug/tst-chk1.c (do_test): Add a few more tests.
4111
4112 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4113
4114         [BZ #5058]
4115         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4116         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4117         (_nl_unload_domain): Finalize conversions_lock.
4118         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4119         handling table of known conversions.
4120
4121 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4122
4123         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4124         close_not_cancel_no_status instead of close.
4125
4126 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4127
4128         [BZ #5028]
4129         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4130         nrules != 0 for multibyte chars.
4131
4132 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4133
4134         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4135         Provide better error message in case the type is unknown.
4136
4137         [BZ #4963]
4138         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4139         * string/stratcliff.c: Make usable to test wide char functions.
4140         * wcsmbs/wcsatcliff.c: New file.
4141         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4142
4143         [BZ #4972]
4144         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4145         (distribute): Add mac-centraleurope.c.
4146         (gen-8bit-gap-modules): Add mac-centraleurope.
4147         * iconvdata/mac-centraleurope.c: New file.
4148         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4149         * iconvdata/TESTS: Likewise.
4150         * iconvdata/tst-tables.sh: Likewise.
4151
4152         [BZ #5043]
4153         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4154
4155 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4156
4157         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4158         from __x86_64_core_cache_size_half.
4159         (init_cacheinfo): Compute shared cache size for AMD processors with
4160         shared L3 correctly.
4161         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4162         name change.
4163         Patch in large parts by Evandro Menezes.
4164
4165 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4166
4167         * elf/dl-lookup.c (add_dependency): Handle failing memory
4168         allocation for dependency list.  Remove unnecessary check.
4169
4170         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4171         open/close when determining source addresses.
4172
4173         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4174         sha512-crypt, and sha512.
4175         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4176         (distribute): Add sha256.h and sha512.h.
4177         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4178         and call the appropriate code.
4179         * crypt/sha256-crypt.c: New file.
4180         * crypt/sha256.c: New file.
4181         * crypt/sha256.h: New file.
4182         * crypt/sha256c-test.c: New file.
4183         * crypt/sha256test.c: New file.
4184         * crypt/sha512-crypt.c: New file.
4185         * crypt/sha512.c: New file.
4186         * crypt/sha512.h: New file.
4187         * crypt/sha512c-test.c: New file.
4188         * crypt/sha512test.c: New file.
4189
4190 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4191
4192         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4193         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4194         __syslog_chk.
4195
4196 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4197
4198         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4199         %as in fscanf format strings.
4200
4201         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4202         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4203         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4204         Likewise.
4205         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4206         Likewise.
4207
4208         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4209         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4210         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4211         * elf/dl-sym.c (do_sym): Likewise.
4212         * include/link.h (struct link_map): Add l_serial field.
4213         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4214         * elf/dl-lookup.c (add_dependency): Add flags argument.
4215         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4216         flags, use THREAD_GSCOPE_RESET_FLAG before and
4217         THREAD_GSCOPE_SET_FLAG after
4218         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4219         Don't dereference map until it has been found on some list.
4220         If map->l_serial changed, return -1.
4221
4222 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4223
4224         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4225         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4226         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4227         libc_hidden_proto.
4228         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4229         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4230         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4231         add libc_hidden_proto.
4232         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4233         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4234         conformance requested.
4235         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4236         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4237         conformance requested.
4238         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4239         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4240         conformance requested.
4241         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4242         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4243         ISO C99 or POSIX conformance requested.
4244         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4245         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4246         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4247         and __isoc99_vsscanf@@GLIBC_2.7.
4248         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4249         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4250         (tests): Add scanf14.
4251         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4252         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4253         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4254         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4255         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4256         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4257         from using internal headers.
4258         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4259         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4260         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4261         and __isoc99_vswscanf@@GLIBC_2.7.
4262         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4263         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4264         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4265         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4266         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4267         * stdio-common/isoc99_scanf.c: New file.
4268         * stdio-common/isoc99_vsscanf.c: New file.
4269         * stdio-common/isoc99_vscanf.c: New file.
4270         * stdio-common/isoc99_vfscanf.c: New file.
4271         * stdio-common/isoc99_fscanf.c: New file.
4272         * stdio-common/isoc99_sscanf.c: New file.
4273         * wcsmbs/isoc99_fwscanf.c: New file.
4274         * wcsmbs/isoc99_vswscanf.c: New file.
4275         * wcsmbs/isoc99_swscanf.c: New file.
4276         * wcsmbs/isoc99_wscanf.c: New file.
4277         * wcsmbs/isoc99_vwscanf.c: New file.
4278         * wcsmbs/isoc99_vfwscanf.c: New file.
4279         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4280         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4281         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4282         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4283         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4284         * stdio-common/scanf14.c: New test.
4285         * stdio-common/scanf15.c: New test.
4286         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4287         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4288         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4289         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4290         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4291         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4292         __nldbl___isoc99_scanf@@GLIBC_2.7,
4293         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4294         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4295         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4296         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4297         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4298         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4299         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4300         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4301         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4302         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4303         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4304         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4305         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4306         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4307         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4308         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4309         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4310         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4311         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4312         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4313         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4314         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4315         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4316         functions.
4317         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4318         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4319         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4320         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4321         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4322         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4323         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4324         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4325         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4326         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4327         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4328         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4329
4330         * stdio-common/Makefile (tests): Add scanf13.
4331         (scanf13-ENV): New.
4332         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4333         m modifier followed by l.
4334         (STRING_ARG): Add width argument.
4335         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4336         <case L_('C')>: Handle %mlc and %mC.
4337         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4338         arguments.
4339         * stdio-common/scanf13.c: New test.
4340
4341         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4342         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4343
4344 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4345
4346         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4347         type and __THROW marker of splice, vmsplice, and tee.
4348         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4349         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4350         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4351         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4352         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4353         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4354         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4355         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4356         as cancellation points.
4357
4358 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4359
4360         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4361         parse more than three parts of the version number.
4362
4363 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4364
4365         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4366         modifier.  Patch by Jakub Jelinek.
4367
4368 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4369
4370         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4371         call_fallocate in misc subdir.
4372         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4373         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4374         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4375         instead of __fallocate64.
4376         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4377
4378 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4379
4380         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4381         * rt/Makefile (headers): Add bits/mqueue2.h.
4382         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4383         optimizing with GCC and __va_arg_pack_len is defined.
4384         * rt/bits/mqueue2.h: New file.
4385         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4386         (mq_open): New strong_alias.
4387         (__mq_open_2): New function.
4388         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4389         (mq_open): New strong_alias.
4390         (__mq_open_2): New function.
4391         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4392         * Versions.def (librt): Add GLIBC_2.7 version.
4393         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4394         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4395
4396         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4397         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4398         is defined rather than when not C++.
4399         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4400         __openat64_alias): New redirects.
4401         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4402         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4403         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4404         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4405         functions instead of function-like macros.
4406
4407 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4408
4409         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4410         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4411         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4412
4413 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4414
4415         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4416         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4417
4418 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4419
4420         * inet/tst-network.c: Increment ERRORS for failing tests.
4421
4422 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4423
4424         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4425         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4426         implement as __extern_always_inline function.
4427         (vsyslog): Define as __extern_always_inline function unconditionally.
4428         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4429         When __va_arg_pack is defined, implement as __extern_always_inline
4430         functions.
4431         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4432         __extern_always_inline functions unconditionally.
4433         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4434         bits/stdio2.h will be included.
4435         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4436         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4437         implement as __extern_always_inline functions.
4438         (vswprintf, vwprintf, vfwprintf): Define as
4439         __extern_always_inline functions unconditionally.
4440         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4441
4442 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4443
4444         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4445         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4446         attribute.
4447         * include/features.h (__USE_EXTERN_INLINES): Define only when
4448         __extern_inline is defined.
4449         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4450         is defined instead of when not __cplusplus.
4451         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4452         is defined instead of when not __cplusplus.
4453         * socket/sys/socket.h: Include bits/socket2.h when
4454         __extern_always_inline is defined instead of when not __cplusplus.
4455         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4456         is defined instead of when not __cplusplus.
4457         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4458         is defined instead of when not __cplusplus.
4459         * string/string.h: Include bits/string3.h when __extern_always_inline
4460         is defined instead of when not __cplusplus.
4461         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4462         is defined instead of when not __cplusplus.
4463         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4464         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4465         is not defined.
4466         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4467         defined __extern_always_inline instead of !defined __cplusplus.
4468         * libio/bits/stdio-ldbl.h: Likewise.
4469         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4470         * misc/bits/syslog.h (syslog): Don't define for C++.
4471         (vsyslog): Use __extern_always_inline function for C++ instead of
4472         a macro.
4473         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4474         whenever that macro is defined.
4475         (vprintf): Don't provide the inline for C++.
4476         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4477         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4478         define the macros for C++.
4479         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4480         __extern_always_inline functions for C++.
4481         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4482         stat64, lstat64, fstat64, fstatat64): Don't define if not
4483         __USE_EXTERN_INLINES.
4484         * wcsmbs/bits/wchar2.h: Fix #error message.
4485         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4486         (vswprintf, vwprintf, vfwprintf): Define using
4487         __extern_always_inline functions for C++.
4488         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4489         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4490         strncpy, strcat, strncat): Define as __extern_always_inline
4491         functions instead of macros for C++.
4492         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4493         defined __extern_inline.
4494         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4495         to __extern_inline whenever that macro is defined.
4496         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4497         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4498         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4499         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4500         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4501         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4502         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4503         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4504         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4505         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4506         prototypes.  Only provide __extern_inline routines if
4507         __USE_EXTERN_INLINES.
4508         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4509         tests.
4510         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4511         For now avoid some *printf tests in C++.  Skip all testing
4512         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4513         is not.
4514         * debug/tst-chk4.cc: New file.
4515         * debug/tst-chk5.cc: New file.
4516         * debug/tst-chk6.cc: New file.
4517         * debug/tst-lfschk4.cc: New file.
4518         * debug/tst-lfschk5.cc: New file.
4519         * debug/tst-lfschk6.cc: New file.
4520         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4521         prototypes in C++.
4522         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4523         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4524         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4525
4526 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4527
4528         * po/cs.po: Update from translation team.
4529
4530 2007-09-11  Roland McGrath  <roland@redhat.com>
4531
4532         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4533         compiling.
4534
4535 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4536
4537         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4538
4539 2007-09-05  Roland McGrath  <roland@redhat.com>
4540
4541         * manual/signal.texi (Signaling Another Process): Typo fix.
4542         From Karl Berry <karl@freefriends.org>.
4543
4544 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4545
4546         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4547         zero if not defined.
4548         (make_request): Recognize optimistic addresses and treat them like
4549         deprecated addresses.
4550         Reported by Neil Horman <nhorman@redhat.com>.
4551
4552 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4553
4554         * nscd/connections.c (send_ro_fd): Also transfer file size.
4555         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4556         file size don't call fstat.
4557
4558         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4559         ahead and map the file.  This should always be correct and we can
4560         catch problems later.
4561
4562 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4563
4564         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4565         prototypes.
4566         (__fread_alias, __fread_unlocked_alias): New aliases.
4567         (fread): New extern inline.
4568         (fread_unlocked): Likewise.  Undef macro before definition of
4569         the inline function.
4570         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4571         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4572         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4573         and __fread_unlocked_chk@@GLIBC_2.7.
4574         * debug/fread_chk.c: New file.
4575         * debug/fread_u_chk.c: New file.
4576         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4577
4578 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4579
4580         * sysdeps/unix/sysv/linux/syscalls.list
4581         (personality): Change caller to EXTRA.
4582
4583 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4584
4585         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4586         to keep gcc quiet.
4587         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4588
4589         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4590         NDEBUG is defined.
4591
4592         * Makerules: Use -p option with mkdir.
4593
4594         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4595         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4596         (_xdr_directory_obj): Likewise.
4597         (xdr_entry_obj): Likewise.
4598         (xdr_group_obj): Likewise.
4599         (xdr_link_obj): Likewise.
4600         (xdr_table_obj): Likewise.
4601         (_xdr_nis_result): Likewise.
4602         (_xdr_ns_request): Likewise.
4603         (_xdr_ib_request): Likewise.
4604         (_xdr_nis_taglist): Likewise.
4605         (xdr_cback_data): Likewise.
4606         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4607         (xdr_ypresp_maplist): Likewise.
4608
4609         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4610
4611         * posix/regex_internal.h: Prevent some declarations and definitions
4612         to be seen when used in tests.
4613
4614         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4615         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4616
4617         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4618
4619         * config.make.in (datarootdir): Add to shut up configure.
4620
4621         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4622         associativity for fully-associative caches.
4623
4624         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4625         requests.  Fill on more associativity values for L2.
4626         Patch mostly by Evandro Menezes.
4627
4628 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4629
4630         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4631         (_libc_vdso_platform_setup): Avoid using exported variable by using
4632         alias.
4633
4634         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4635
4636         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4637         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4638         defined.
4639
4640 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4641
4642         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4643         align stack for call if pltexit is to be used.
4644
4645         [BZ #3924]
4646         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4647         align for function call in case pltexit has to be called later.
4648
4649         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4650         implicit atomic operation when storing function pointer.
4651         (_dl_runtime_profile): Likewise.
4652
4653 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4654
4655         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4656         NIS_NOTFOUND.
4657
4658 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4659
4660         [BZ #4566]
4661         * string/strtok.c: Fix typo in comment.
4662
4663         [BZ #4582]
4664         * debug/segfault.c: Fix typos in comments.
4665
4666         [BZ #4588]
4667         * stdio-common/tempnam.c: Fix comment, it is not checked that
4668         TMPDIR points to a writable directory.
4669
4670         [BZ #4726]
4671         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4672         memory allocated for the name server address.
4673
4674         [BZ #4946]
4675         * nscd/connections.c (handle_request): Using sendfile always
4676         requires that mmap is used for the database.
4677         Patch by Petr Baudis <pasky@suse.cz>.
4678
4679         [BZ #4905]
4680         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4681         suddenly has two or more addresses, ignore it and remove the old
4682         entry.
4683
4684         [BZ #4814]
4685         * resolv/res_hconf.c: Prepare for compiling outside libc.
4686         * nscd/res_hconf.c: New file.
4687         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4688         the new file.
4689         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4690         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4691
4692         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4693
4694         [BZ #4925]
4695         * debug/pcprofiledump.c: Turn on internationalization by calling
4696         setlocale.  Patch mostly by Benno Schulenberg.
4697
4698         [BZ #4936]
4699         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4700         the state.
4701         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4702         * iconvdata/bug-iconv5.c: New file.
4703
4704 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4705
4706         [BZ #4896]
4707         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4708         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4709         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4710         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4711         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4712         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4713         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4714         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4715
4716 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4717
4718         [BZ #4937]
4719         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4720         lookup loop.  Suggested by John Reiser.
4721
4722 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4723
4724         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4725
4726 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4727
4728         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4729         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4730         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4731         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4732         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4733         to...
4734         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4735
4736 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4737
4738         * po/nl.po: Update from translation team.
4739
4740 2007-08-16  Andreas Jaeger  <aj@suse.de>
4741
4742         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4743         Reported by Peter Festner <peter.festner@ewetel.net>.
4744
4745 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4746
4747         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4748
4749 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4750
4751         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4752         to check for undefined symbols.
4753
4754         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4755         If the syscall fails, set errno to the actual returned error number
4756         rather than EINVAL.
4757         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4758         arguments are incorrect, set errno to EINVAL, if the syscall
4759         fails, set errno to the actual returned error number.
4760
4761         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4762         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4763
4764         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4765         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4766         file.
4767         (ASI_PNF, ASI_BLK_P): Don't define.
4768         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4769         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4770         file.
4771         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4772         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4773         file.
4774
4775 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4776
4777         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4778         FE_UNDERFLOW on Niagara CPUs.
4779
4780         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4781         exceptions.
4782
4783 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4784
4785         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4786         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4787         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4788         flush should be used or not inside of the function.
4789         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4790
4791         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4792         __thread_start): Use HIDDEN_JUMPTARGET.
4793         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4794         __thread_start): Likewise.
4795         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4796
4797         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4798         Add libc_hidden_proto.
4799         (STRTOF): Add libc_hidden_proto.
4800         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4801         (strtold_l, wcstold_l): Use them as second argument for
4802         long_double_symbol.
4803
4804 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4805
4806         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4807
4808 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4809
4810         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4811
4812 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4813
4814         * po/bg.po: New file.  From the translation team.
4815
4816 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4817
4818         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
4819         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
4820         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
4821         when each feature was introduced.
4822
4823         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
4824         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
4825         (CHECK_HASH): New macro.
4826         (PREPARE_VERSION): Use it.
4827
4828         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
4829         prototype if not __ASSUME_PSELECT.
4830         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
4831         prototype if not __ASSUME_PPOLL.
4832
4833         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
4834
4835         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
4836         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
4837         is defined.
4838
4839 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
4840
4841         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4842         (_libc_vdso_platform_setup): If vDSO is not available point
4843         __vdso_gettimeofday to the vsyscall.
4844         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
4845         __vdso_gettimeofday instead of vsyscall.
4846
4847 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
4848
4849         * nscd/servicescache.c: Include kernel-features.h.
4850         * nscd/gai.c: Likewise.
4851         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
4852         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
4853         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
4854         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
4855         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
4856         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
4857         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
4858         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
4859         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
4860
4861 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4862
4863         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
4864         and _dl_get_origin defines anymore.
4865
4866         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
4867         Build fix for systems which might lack POSIX timer support.
4868
4869         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
4870         (_libc_vdso_platform_setup): Mangle function pointers before storing
4871         them.
4872         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
4873         Demangle vdso pointer before use.
4874         (INTERNAL_VSYSCALL): Likewise.
4875
4876         * elf/cache.c (primes): Mark as const.
4877         Noted by Roland McGrath.
4878
4879 2007-08-01  Andreas Jaeger  <aj@suse.de>
4880             Jakub Jelinek  <jakub@redhat.com>
4881
4882         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
4883         (options): Add option.
4884         (parse_opt): Handle option.
4885         (manual_link): Adjust process_file caller.  Call implicit_soname.
4886         (search_dir): Formatting.  Use and populate auxiliary cache.
4887         (main): Load and save auxiliary cache.
4888         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
4889         stat64 from fstat64 to caller.
4890         (implicit_soname): New function.
4891         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
4892         leave *soname as NULL.
4893         * elf/cache.c: Include libgen.h.
4894         (print_entry, print_cache, compare, save_cache, add_to_cache):
4895         Formatting and cleanups.
4896         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
4897         aux_cache_file): New structures.
4898         (AUX_CACHEMAGIC): Define.
4899         (primes): New array.
4900         (aux_hash_size, aux_hash): New variables.
4901         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
4902         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
4903         load_aux_cache, save_aux_cache): New functions.
4904         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
4905         (init_aux_cache, search_aux_cache, add_to_aux_cache,
4906         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
4907         (process_file): Adjust prototype.
4908
4909 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
4910
4911         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
4912         with __need_size_t.
4913
4914 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
4915
4916         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
4917         r_found_version structure as second parameter.
4918         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
4919         (_dl_vdso_vsym): Change type of second parameter accordingly.
4920         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
4921         (_libc_vdso_platform_setup): Adjust.
4922         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
4923         (_libc_vdso_platform_setup): Likewise.
4924
4925         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
4926         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
4927         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
4928         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
4929         * csu/libc-start.c: Pretty printing.
4930         Use VDSO_SETUP if defined.
4931         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
4932         and let generic code call into _libc_vdso_platform_setup.
4933         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
4934         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
4935         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
4936         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
4937         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
4938         for GLIBC_PRIVATE.
4939         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
4940         (sysdep_rountines): Add dl-vdso.
4941
4942         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
4943         of routines.
4944
4945         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
4946         attribute_hidden to __vdso_gettimeofday prototype.
4947
4948 2007-08-12  Roland McGrath  <roland@redhat.com>
4949
4950         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
4951         From: Karl Berry <karl@freefriends.org>.
4952
4953 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
4954
4955         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
4956         an atime update for the files we read.
4957
4958 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4959
4960         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
4961
4962         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
4963         instead of mkstemp.
4964
4965         * misc/Makefile (routines): Add mkostemp and mkostemp64.
4966         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
4967         * misc/mkostemp.c: New file.
4968         * misc/mkostemp64.c: New file.
4969         * stdlib/stdlib.h: Declare the new functions.
4970         * sysdeps/posix/tempname.c: Add new parameter which is added to
4971         the flags for open.  Remove __GT_BIGFILE handling.
4972         * stdio-common/tempname.c: Likewise.
4973         * include/stdio.h: Adjust __gen_tempname prototype.
4974         Renumber __GT_* constants.
4975         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
4976         * misc/mkdtemp.c: Likewise.
4977         * misc/mkstemp.c: Likewise.
4978         * misc/mkstemp64.c: Likewise.
4979         * misc/mktemp.c: Likewise.
4980         * stdio-common/tempnam.c: Likewise.
4981         * stdio-common/tmpfile.c: Likewise.
4982         * stdio-common/tmpfile64.c: Likewise.
4983         * stdio-common/tmpnam.c: Likewise.
4984         * stdio-common/tmpnam_r.c: Likewise.
4985
4986 2007-08-10  Roland McGrath  <roland@frob.com>
4987
4988         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
4989         New macros.
4990         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
4991         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
4992
4993 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
4994
4995         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
4996         possible.
4997         * nss/nss_files/files-alias.c (internal_setent): Likewise.
4998         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
4999         * nss/nss_files/files-have_o_cloexec.c: New file.
5000
5001         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5002         available.
5003
5004 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5005
5006         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5007         ___new_wcstold_l): New weak aliases.
5008         (strtold_l, wcstold_l): Use them as second argument for
5009         long_double_symbol.
5010
5011 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5012
5013         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5014         register in test for error.
5015
5016         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5017         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5018
5019         * po/sv.po: Update from translation team.
5020
5021 2007-08-06  Roland McGrath  <roland@redhat.com>
5022
5023         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5024         Remove __strto*_l inlines.
5025         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5026         * stdlib/strtod.c: Add libc_hidden_def.
5027         * stdlib/strtod_l.c: Likewise.
5028         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5029         for __new_strtold and __new_wcstold.
5030         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5031         __STRTOF, STRTOF.
5032         * stdlib/strtol.c: Add libc_hidden_def.
5033         * stdlib/strtol_l.c: Likewise.
5034         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5035         strtoq.
5036
5037         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5038
5039         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5040         * scripts/data/localplt-generic.data: ... here.
5041         * elf/Makefile (check-data): Get generic file if no other.
5042         ($(objpfx)check-localplt.out): Make target unconditional.
5043
5044         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5045         Use ElfW(Nhdr).
5046
5047 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5048
5049         * po/zh_CN.po: Updated translation from translation team.
5050
5051 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5052
5053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5054         Don't use CGOTSETUP and CGOTRESTORE macros.
5055
5056 2007-08-04  Roland McGrath  <roland@redhat.com>
5057
5058         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5059
5060 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5061
5062         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5063         __extension__ around the whole statement expression.
5064
5065 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5066
5067         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5068         elements during initialization.
5069
5070         * po/pl.po: Updated translation from translation team.
5071         * po/tr.po: Likewise.
5072         * po/nl.po: Likewise.
5073
5074 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5075
5076         * rt/aio.h: Add __nonnull attributes.
5077
5078 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5079
5080         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5081         * stdlib/Makefile (tests): Add tst-strtod5.
5082         (tst-strtod5-ENV): New.
5083         * stdlib/tst-strtod5.c: New file.
5084
5085         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5086         failed.
5087         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5088         on failure.
5089
5090         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5091         allocated.
5092
5093 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5094
5095         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5096         numbers.
5097
5098 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5099
5100         * io/Makefile (aux): Add have_o_cloexec.
5101         * include/fcntl.h: Declare __have_o_cloexec.
5102         * io/have_o_cloexec.c: New file.
5103         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5104         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5105         fcntl call if not necessary.
5106         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5107         of local variable.
5108
5109         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5110         Avoid memset, add explicit initialization.
5111         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5112         to the end and change into zero-sized array.
5113         Move lock member to fill a hole on 64-bit platforms.
5114
5115         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5116         inline functions.
5117         * include/stdlib.h: Add __strto*_internal prototypes here.
5118         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5119         inline functions.
5120         * include/wchar.h: Add __wcsto*_internal prototypes.
5121         * sysdeps/generic/inttypes.h: No need to protect the declaration
5122         of the __strto*_internal and __wcsto*_internal members here.
5123
5124         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5125
5126 2007-08-02  Roland McGrath  <roland@redhat.com>
5127
5128         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5129         $(inst_bindir)/getconf if possible.
5130
5131         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5132         (generated): Add it.
5133         ($(inst_libexecdir)/getconf): Use it.
5134
5135 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5136
5137         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5138         /proc is faster and sufficient.  /sys is still needed for
5139         __get_nprocs_conf.
5140
5141 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5142
5143         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5144         syscall as __fallocate64.
5145         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5146         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5147
5148 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5149
5150         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5151         value.
5152
5153         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5154         if off_t is different rank from size_t.
5155
5156         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5157         uw_frame_state_for): Avoid type punning warnings.
5158         * sysdeps/generic/unwind-dw2-fde-glibc.c
5159         (_Unwind_IteratePhdrCallback): Likewise.
5160         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5161         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5162         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5163         pointers.
5164
5165 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5166
5167         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5168         total processors using sysfs.
5169         (__get_nprocs): Use sysfs to determine which processors are online.
5170
5171 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5172
5173         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5174         syscall arguments count.
5175
5176         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5177
5178 2007-07-30  Roland McGrath  <roland@redhat.com>
5179
5180         * manual/libc.texinfo: Update copyrights, formatting magic, and
5181         @dircategory.  From Karl Berry <karl@freefriends.org>.
5182
5183 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5184
5185         [BZ #4860]
5186         * io/Makefile (headers): Add bits/fcntl2.h.
5187
5188         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5189         using gcc builtin.
5190         (__CPU_EQUAL_S): Likewise.
5191
5192         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5193         (tests): Add tst-cpuset.
5194         * posix/sched_cpualloc.c: New file.
5195         * posix/sched_cpufree.c: New file.
5196         * posix/tst-cpuset.c: New file.
5197         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5198         GLIBC_2.7.
5199         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5200         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5201         macros.  Define CPU_*_S macros.
5202
5203 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5204
5205         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5206         entry.
5207
5208         [BZ #4858]
5209         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5210         #.0g and value rounded to 1.0.
5211         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5212
5213 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5214
5215         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5216         for int_frac_digits and frac_digits.
5217
5218         * login/logout.c (logout): Avoid aliasing violation.
5219         * login/logwtmp.c (logwtmp): Likewise.
5220
5221         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5222
5223         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5224         to avoid warning.
5225         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5226         warning.
5227         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5228         warning.
5229         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5230         to avoid warnings.
5231
5232         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5233         void **.
5234         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5235
5236         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5237         char * to avoid warning.
5238         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5239
5240         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5241
5242         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5243         allocate_arrays): Cast second argument to charmap_find_symbol
5244         to char * to avoid warnings.
5245
5246         * locale/programs/repertoire.c (repertoire_new_char): Change
5247         from_nr, to_nr and cnt to unsigned long, adjust printf format
5248         string.
5249
5250         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5251         Cast second argument to new_element to char * to avoid warnings.
5252
5253         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5254
5255         * intl/gettextP.h (struct loaded_domain): Change plural to const
5256         struct expression *.
5257         * intl/plural-eval.c (plural_eval): Change first argument to
5258         const struct expression *.
5259         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5260         argument to const struct expression **.
5261         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5262         prototypes.
5263         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5264         in call to __gettext_free_exp.
5265
5266         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5267         unitialized wstring/wpattern var warnings.
5268
5269         * posix/runtests.c (struct a_test): Make data field const char *.
5270
5271         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5272         vars if not LDBL_MANT_DIG >= 106.
5273
5274         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5275
5276         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5277         __find_specmb to avoid warning.
5278
5279         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5280
5281         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5282         to avoid warnings.
5283
5284         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5285         initializer.
5286
5287         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5288         tv var when it will be actually used.
5289
5290         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5291         to avoid warnings.
5292
5293         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5294         char array resp. pointer.
5295         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5296         char array.
5297         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5298         to const unsigned char **.
5299         (ucs4_to_cns11643): Change second argument to unsigned char *.
5300         * iconvdata/euc-tw.c (BODY): Change endp type to
5301         const unsigned char *.
5302         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5303         to unsigned char *.
5304         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5305         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5306         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5307         types to unsigned char pointers/arrays instead of char.
5308         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5309         to unsigned char *.
5310         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5311         * iconvdata/jis0212.h: Include assert.h.
5312         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5313         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5314         of trying to handle that.
5315         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5316         shut up a warning.
5317         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5318         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5319         two dimensional const unsigned char arrays.
5320         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5321         Initialize endp to inptr to shut up a warning.
5322
5323 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5324
5325         [BZ #4772]
5326         * time/strptime_l.c (__strptime_internal): Silently ignore
5327         strftime modifiers and field width in recursive calls.
5328
5329         * include/time.h (enum ptime_locale_status): Remove.
5330         (__strptime_internal): Remove decided and era_cnt arguments,
5331         add statep argument.
5332         * time/strptime_l.c (__strptime_internal): Remove decided
5333         and era_cnt arguments, add statep argument.  Don't recompute
5334         any fields in recursive calls, only update caller's tm
5335         and state, if recursive call fails, don't change tm nor
5336         any state.
5337         (get_alt_number): Adjust.
5338         (recursive): Adjust caller.
5339         (strptime): Likewise.
5340         * time/strptime.c (strptime): Likewise.
5341
5342 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5343
5344         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5345         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5346         if from and to charsets are the same.
5347         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5348         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5349         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5350
5351 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5352
5353         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5354         Don't define wint_t when __need_mbstate_t unless it
5355         is necessary.
5356         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5357         in the typedef if possible.
5358         * wctype/wctype.h (wint_t): Define by including
5359         wchar.h with __need_wint_t instead of including stddef.h
5360         with __need_wint_t and as fallback definining it ourselves.
5361         * iconv/gconv.h (__need_wint_t): Define before including
5362         wchar.h.
5363         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5364         or _GLIBCPP_USE_WCHAR_T.
5365         (__need_wchar_t): Don't define
5366         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5367         (__need_wint_t): Don't define before including stddef.h,
5368         define before including wchar.h only if _LIBC or
5369         _GLIBCPP_USE_WCHAR_T.
5370         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5371         * sysdeps/mach/hurd/_G_config.h: Likewise.
5372         * sysdeps/generic/_G_config.h: Likewise.
5373         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5374         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5375         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5376         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5377
5378 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5379
5380         * sysdeps/posix/posix_fallocate64.c: Undefine
5381         __posix_fallocate64_l64 before alias handling.
5382         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5383         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5384         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5385         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5386
5387         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5388
5389 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5390
5391         * locale/programs/ld-collate.c (atwc): New variable.
5392         (add_to_tablewc): New toplevel function, moved from collate_output.
5393         (collate_output): Remove add_to_tablewc nested function.
5394
5395         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5396         (name_insert): New function.
5397         (write_output): Remove hash_table and hash_size vars and name_insert
5398         nested function.
5399
5400 2007-07-24  Roland McGrath  <roland@redhat.com>
5401
5402         * Makerules (install-others-programs-nosubdir): New target.
5403         (install-no-libc.a-nosubdir): Depend on it.
5404
5405         * iconv/Makefile (install-others-programs): Set this instead of
5406         install-others.
5407         * login/Makefile (install-others-programs): Likewise.
5408         * posix/Makefile (install-others-programs): Likewise.
5409
5410         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5411         dependencies.
5412
5413 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5414
5415         * io/Makefile (tests): Add tst-posix_fallocate.
5416         * io/tst-posix_fallocate.c: New file.
5417
5418         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5419         __ASSUME_FALLOCATE.
5420
5421 2007-07-22  Roland McGrath  <roland@frob.com>
5422
5423         * hurd/getdport.c: Add missing copyright year update.
5424
5425         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5426         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5427
5428 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5429
5430         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5431
5432         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5433         O_CLOEXEC is needed.
5434         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5435         Avoid additional fcntl to set O_CLOEXEC if not needed.
5436         * nis/nss_compat/compat-initgroups.c: Likewise.
5437         * nis/nss_compat/compat-pwd.c: Likewise.
5438         * nis/nss_compat/compat-spwd.c: Likewise.
5439
5440 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5441
5442         [BZ #3665]
5443         * manual/errno.texi: Change ECANCELED value to 119.
5444
5445         [BZ #4610]
5446         * mach/lock-intern.h: Include <sys/cdefs.h>.
5447
5448         [BZ #4178]
5449         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5450         reading A.
5451
5452         [BZ #4126]
5453         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5454         to __sigsuspend.
5455
5456         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5457
5458 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5459
5460         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5461         `__ASSEMBLER__'.
5462         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5463
5464 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5465
5466         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5467         descriptor received from nscd.
5468
5469         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5470
5471         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5472         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5473         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5474         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5475         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5476         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5477
5478 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5479
5480         [BZ #4816]
5481         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5482
5483         [BZ #4813]
5484         * login/forkpty.c (forkpty): Close master and slave fds on
5485         fork failure.  Patch by
5486         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5487
5488 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5489
5490         * include/features.h (__USE_ISOC95): New define.
5491         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5492         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5493         for -std=iso9899:199409.
5494         * CONFORMANCE: Remove comments about unsupported AMD1.
5495
5496 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5497
5498         * sysdeps/ia64/sched_cpucount.c: New file.
5499         * sysdeps/powerpc/sched_cpucount.c: New file.
5500
5501         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5502         __BEGIN_DECLS/__END_DECLS around the prototype.
5503         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5504         pointer to const cpu_set_t.
5505
5506         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5507         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5508         __need_size_t and include stddef.h.
5509         * sysvipc/sys/msg.h: Likewise.
5510         * posix/sched.h: Likewise.
5511         * hurd/hurd/signal.h (__need_size_t): Define.
5512
5513         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5514         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5515         no longer defines wint_t or wchar_t.
5516
5517         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5518         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5519         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5520         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5521         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5522         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5523         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5524         * debug/printf_chk.c (__printf_chk): Likewise.
5525         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5526         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5527
5528         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5529         Define.
5530
5531         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5532         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5533
5534 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5535
5536         [BZ #4792]
5537         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5538         * malloc/malloc.h (realloc): Likewise.
5539
5540         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5541         if one of proc_file_chain streams has that fileno.
5542         * stdio-common/Makefile (tests): Add tst-popen2.
5543         * stdio-common/tst-popen2.c: New test.
5544
5545 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5546
5547         * elf/ldconfig.c: Allow GPLv2 or any later version.
5548         * elf/readlib.c: Likewise.
5549         * elf/chroot_canon.c: Likewise.
5550         * elf/cache.c: Likewise.
5551         * nscd/mem.c: Likewise.
5552         * nscd/getpwuid_r.c: Likewise.
5553         * nscd/grpcache.c: Likewise.
5554         * nscd/aicache.c: Likewise.
5555         * nscd/getsrvbynm_r.c: Likewise.
5556         * nscd/nscd.c: Likewise.
5557         * nscd/servicescache.c: Likewise.
5558         * nscd/getsrvbypt_r.c: Likewise.
5559         * nscd/initgrcache.c: Likewise.
5560         * nscd/gethstbyad_r.c: Likewise.
5561         * nscd/gethstbynm2_r.c: Likewise.
5562         * nscd/getgrnam_r.c: Likewise.
5563         * nscd/nscd_setup_thread.c: Likewise.
5564         * nscd/getpwnam_r.c: Likewise.
5565         * nscd/gai.c: Likewise.
5566         * nscd/connections.c: Likewise.
5567         * nscd/dbg_log.c: Likewise.
5568         * nscd/cache.c: Likewise.
5569         * nscd/hstcache.c: Likewise.
5570         * nscd/nscd_conf.c: Likewise.
5571         * nscd/getgrgid_r.c: Likewise.
5572         * nscd/pwdcache.c: Likewise.
5573         * catgets/gencat.c: Likewise.
5574         * locale/programs/linereader.h: Likewise.
5575         * locale/programs/locarchive.c: Likewise.
5576         * locale/programs/ld-paper.c: Likewise.
5577         * locale/programs/locfile-kw.h: Likewise.
5578         * locale/programs/ld-address.c: Likewise.
5579         * locale/programs/xmalloc.c: Likewise.
5580         * locale/programs/ld-time.c: Likewise.
5581         * locale/programs/localedef.c: Likewise.
5582         * locale/programs/simple-hash.c: Likewise.
5583         * locale/programs/xstrdup.c: Likewise.
5584         * locale/programs/ld-numeric.c: Likewise.
5585         * locale/programs/locfile-kw.gperf: Likewise.
5586         * locale/programs/ld-collate.c: Likewise.
5587         * locale/programs/charmap-kw.gperf: Likewise.
5588         * locale/programs/charmap.h: Likewise.
5589         * locale/programs/charmap-kw.h: Likewise.
5590         * locale/programs/config.h: Likewise.
5591         * locale/programs/locfile.c: Likewise.
5592         * locale/programs/ld-ctype.c: Likewise.
5593         * locale/programs/charmap.c: Likewise.
5594         * locale/programs/ld-messages.c: Likewise.
5595         * locale/programs/repertoire.h: Likewise.
5596         * locale/programs/locale.c: Likewise.
5597         * locale/programs/ld-name.c: Likewise.
5598         * locale/programs/linereader.c: Likewise.
5599         * locale/programs/locfile.h: Likewise.
5600         * locale/programs/3level.h: Likewise.
5601         * locale/programs/ld-monetary.c: Likewise.
5602         * locale/programs/ld-measurement.c: Likewise.
5603         * locale/programs/charmap-dir.c: Likewise.
5604         * locale/programs/ld-identification.c: Likewise.
5605         * locale/programs/localedef.h: Likewise.
5606         * locale/programs/charmap-dir.h: Likewise.
5607         * locale/programs/repertoire.c: Likewise.
5608         * locale/programs/simple-hash.h: Likewise.
5609         * locale/programs/ld-telephone.c: Likewise.
5610         * locale/programs/locale-spec.c: Likewise.
5611         * locale/programs/locfile-token.h: Likewise.
5612         * posix/getconf.c: Likewise.
5613         * iconv/dummy-repertoire.c: Likewise.
5614         * iconv/iconv_charmap.c: Likewise.
5615         * iconv/iconvconfig.c: Likewise.
5616         * iconv/iconv_prog.c: Likewise.
5617         * malloc/memusagestat.c: Likewise.
5618         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5619
5620 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5621
5622         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5623         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5624         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5625         check for the first argument.
5626
5627 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5628
5629         [BZ #4775]
5630         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5631         (__tgmath_real_type): Fix if expr is const int or other const
5632         qualified integral type.
5633         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5634         expressions and handle const qualified arguments.
5635         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5636         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5637         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5638         statement expressions.
5639         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5640         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5641         (__TGMATH_UNARY_IMAG): Define.
5642         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5643         * math/Makefile (tests): Add test-tgmath2.
5644         (CFLAGS-test-tgmath2.c): Add.
5645         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5646         count_cfloat, count_cldouble): New variables.
5647         (NCCALLS): Define.
5648         (main): Check number of complex calls as well.
5649         (F(compile_test)): Add complex tests and tests with const qualified
5650         arguments.
5651         (y, z, ccount): Define.
5652         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5653         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5654         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5655         F(cproj)): New functions.
5656         * math/test-tgmath2.c: New test.
5657
5658 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5659
5660         [BZ #4776]
5661         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5662         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5663         instead output ".".
5664         * dlfcn/Makefile (distribute): Add glreflib3.c.
5665         (module-names): Add glreflib3.
5666         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5667         glreflib1.so.
5668         (LDFLAGS_glreflib3.so): New.
5669         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5670         glreflib1.so.
5671         * dlfcn/glreflib3.c: New file.
5672
5673         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5674         returned -1, return NULL.
5675         * intl/explodename.c (_nl_explode_name): Return -1 if
5676         _nl_normalize_codeset failed.
5677
5678 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5679
5680         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5681         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5682         and avoid branch misspredicts for > 31 bytes memset case.
5683         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5684         Remove toc ref to __cache_line_size.
5685
5686         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5687         to get ISA-V2.0 branch hints.
5688         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5689         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5690         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5691         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5692         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5693         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5694         Remove toc ref to __cache_line_size.
5695
5696         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5697         Include math_ldbl_opt.h.
5698
5699 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5700
5701         [BZ #4773]
5702         * time/strptime_l.c (__strptime_internal): Implement greedy
5703         matching of weekday and month names.
5704
5705 2007-07-09  Roland McGrath  <roland@redhat.com>
5706
5707         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5708         (ELF_NOTE_ABI): Use it.
5709         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5710
5711 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5712
5713         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5714         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5715
5716 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5717
5718         [BZ #4745]
5719         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5720         in loop to look for conversion specifier to avoid testing of
5721         wrong errno value.
5722         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5723         * stdio-common/bug18.c: New file.
5724         * stdio-common/bug18a.c: New file.
5725         * stdio-common/bug19.c: New file.
5726         * stdio-common/bug19a.c: New file.
5727
5728 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5729
5730         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5731         running awk script.
5732
5733 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5734
5735         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5736         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5737         Return NULL if mmap failed instead of asserting it does not.
5738         (calloc): Check for integer overflow.
5739
5740         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5741         than LONG_MAX / 10.
5742
5743 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5744
5745         [BZ #4702]
5746         * nis/nss-default.c: Include errno.h.
5747         (init): Preserve errno.
5748
5749 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5750
5751         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5752
5753 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5754
5755         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5756
5757 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5758
5759         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5760
5761 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5762
5763         * sysdeps/s390/dl-procinfo.c: New file.
5764         * sysdeps/s390/dl-procinfo.h: New file.
5765         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5766
5767 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5768
5769         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5770         in PT_NOTE segments with multiple notes.
5771         * elf/readelflib.c (process_elf_file): Likewise.
5772
5773 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5774
5775         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5776         ISO C compliant.
5777
5778 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5779
5780         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5781
5782 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5783
5784         * include/link.h: Don't include rtld-lowlevel.h.
5785         (struct link_map): Remove l_scope_lock.
5786         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5787         (_dl_scope_free_list): New field (variable) in _rtld_global.
5788         (DL_LOOKUP_SCOPE_LOCK): Remove.
5789         (_dl_scope_free): New prototype.
5790         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5791         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5792         (_dl_profile_fixup): Likewise.
5793         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5794         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5795         THREAD_GSCOPE_RESET_FLAG around it.
5796         * elf/dl-close.c (_dl_close_worker): Don't use
5797         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5798         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5799         scopes were queued or if l_scope_mem has been abandoned.
5800         * elf/dl-open.c (_dl_scope_free): New function.
5801         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5802         * elf/dl-support.c (_dl_scope_free_list): New variable.
5803         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5804         Remove DL_LOOKUP_SCOPE_LOCK handling.
5805         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5806         handling.
5807         * elf/dl-object.c (_dl_new_object): Don't use
5808         __rtld_mrlock_initialize.
5809
5810 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5811
5812         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
5813         to fill in holes
5814         (rtld_global_ro): Likewise.
5815
5816 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5817
5818         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
5819         Move PT_LOAD checking to...
5820         (_dl_addr_inside_object): ... here, new function.
5821         * elf/dl-sym.c (do_sym): If not l_contiguous,
5822         call _dl_addr_inside_object.
5823         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
5824         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
5825         * elf/dl-open.c (dl_open_worker): Likewise.
5826         (_dl_addr_inside_object): New function if IS_IN_rtld.
5827         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
5828         holes are present or are PROT_NONE protected.
5829         * include/link.h (struct link_map): Add l_contiguous field.
5830         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
5831
5832 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5833             Tomas Janousek  <tjanouse@redhat.com>
5834             Ulrich Drepper  <drepper@redhat.com>
5835
5836         [BZ #4647]
5837         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
5838         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
5839         socket.
5840         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
5841         unused member a bitmap.
5842         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
5843         servers are configured.
5844
5845 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
5846
5847         * elf/rtld.c (dl_main): Don't call init_tls more than once.
5848
5849 2007-06-17  Andreas Schwab  <schwab@suse.de>
5850
5851         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
5852
5853 2007-06-16  Andreas Jaeger  <aj@suse.de>
5854
5855         [BZ #4125]
5856         * sysdeps/unix/sysv/linux/sys/ptrace.h
5857         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
5858         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
5859         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
5860         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
5861         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
5862         Define.
5863         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
5864         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
5865         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
5866         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
5867
5868 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
5869
5870         [BZ #4599]
5871         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
5872         determining whether there are IPv4/IPv6 addresses, ignore loopback
5873         addresses.
5874
5875 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
5876
5877         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
5878         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
5879         as the return type.  Change type of "r" variable to CMPtype.
5880         * soft-fp/eqsf2.c (__eqsf2): Likewise.
5881         * soft-fp/eqtf2.c (__eqtf2): Likewise.
5882         * soft-fp/gedf2.c (__gedf2): Likewise.
5883         * soft-fp/gesf2.c (__gesf2): Likewise.
5884         * soft-fp/getf2.c (__getf2): Likewise.
5885         * soft-fp/ledf2.c (__ledf2): Likewise.
5886         * soft-fp/lesf2.c (__lesf2): Likewise.
5887         * soft-fp/letf2.c (__letf2): Likewise.
5888         * soft-fp/unorddf2 (__unorddf2): Likewise.
5889         * soft-fp/unordsf2 (__unordsf2): Likewise.
5890         * soft-fp/unordtf2 (__unordtf2): Likewise.
5891
5892 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
5893
5894         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
5895         make sure gcc doesn't mess around with this.
5896
5897 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5898
5899         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
5900
5901 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
5902
5903         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
5904         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
5905         at most once per _dl_close_worker.
5906
5907 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
5908
5909         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
5910         __sched_cpucount as const.
5911         * posix/sched_cpucount.c: Adjust.
5912
5913         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
5914         instruction for counting bits.
5915         * sysdeps/x86_64/sched_cpucount.c: New file.
5916
5917 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
5918
5919         * configure.in: Avoid variable named BASH.
5920         * config.make.in: Likewise.
5921         Patch in part by Mike Frysinger.
5922
5923 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
5924
5925         [BZ #4586]
5926         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
5927         pseudo-zeros as zero.
5928         * sysdeps/x86_64/ldbl2mpn.c: New file.
5929         * sysdeps/ia64/ldbl2mpn.c: New file.
5930
5931 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5932
5933         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
5934         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
5935         Remove unreachable code at the end.
5936
5937 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
5938
5939         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
5940         ldbl-128ibm in comment.
5941         (fpclassifyl): Correct classification of denormals.
5942         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
5943         return value for MIN denormal. Rewrite using long double math too
5944         correctly handle denormals and canonicalize the results.
5945
5946 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
5947
5948         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
5949         (__mpn_construct_long_double): Fix conversion where result ought
5950         to be smaller than __LDBL_MIN__, or the low double should be
5951         denormal.  Fix decision where to negate low double - honor round
5952         to even rules.
5953         * stdio-common/tst-sprintf2.c: Include string.h.
5954         (COMPARE_LDBL): Define.
5955         (TEST): Also test whether a string hexadecimal float representation
5956         can be parsed back to the number.
5957         (main): Add a couple of further tests.
5958
5959 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
5960
5961         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
5962         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
5963         is non-zero, but smaller than 2 * __DBL_MIN__.
5964         * stdio-common/tst-sprintf2.c: New test.
5965         * stdio-common/Makefile (tests): Add tst-sprintf2.
5966
5967         * math/test-misc.c (main): Don't run last batch of tests with
5968         IBM long double format.
5969
5970 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
5971
5972         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
5973         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
5974         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
5975         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
5976         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
5977         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
5978         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
5979         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
5980         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
5981         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
5982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
5983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
5984         New file.
5985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
5986         New file.
5987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
5988         New file.
5989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
5990         New file.
5991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
5992         New file.
5993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
5994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
5995         New file.
5996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
5997         New file.
5998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
5999         New file.
6000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6001         New file.
6002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6003         New file.
6004
6005 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6006
6007         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6008         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6009         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6010         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6011         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6012         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6013         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6014         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6015
6016 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6017
6018         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6019         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6020         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6021         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6022         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6023         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6024         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6025         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6026
6027 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6028
6029         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6030         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6031         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6032         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6033
6034 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6035
6036         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6037         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6038
6039 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6040
6041         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6042         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6043         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6044         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6045
6046 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6047
6048         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6049         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6050
6051 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6052
6053         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6054         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6055
6056         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6057         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6058         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6059         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6060
6061 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6062
6063         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6064         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6065         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6066         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6067
6068 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6069
6070         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6071         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6072         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6073         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6074         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6075         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6076
6077 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6078
6079         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6080         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6081         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6082         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6083
6084 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6085
6086         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6087         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6088         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6089         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6090         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6091         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6092         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6093         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6094         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6095         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6096         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6097         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6098         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6099         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6100         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6101         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6102
6103 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6104
6105         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6106         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6107
6108 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6109
6110         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6111         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6112
6113 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6114
6115         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6116         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6117         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6118         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6119         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6120         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6121         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6122         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6123         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6124         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6125
6126 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6127
6128         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6129
6130 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6131
6132         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6133         branch miss-predicts. Ensure that cache line crossing does not impact
6134         dispatch grouping.
6135
6136 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6137
6138         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6139         "../../powerpc32/power4/memcopy.h".
6140         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6141         "../../powerpc32/power4/wordcopy.c".
6142
6143 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6144
6145         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6146         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6147         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6148         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6149         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6150         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6151
6152 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6153
6154         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6155
6156 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6157
6158         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6159         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6160         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6161         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6162         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6163         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6164         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6165         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6166
6167 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6168
6169         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6170
6171 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6172
6173         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6174         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6175         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6176         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6177         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6178         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6179         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6180
6181 2007-05-29  Roland McGrath  <roland@redhat.com>
6182
6183         * po/Makefile (po-sed-cmd): New variable.
6184         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6185
6186 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6187
6188         * crypt/md5-crypt.c: Fix comment.
6189
6190         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6191         of crashing.  When this is the case or if the reply is malformed,
6192         don't try to close the new file descriptor since it does not
6193         exist.
6194         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6195
6196 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6197
6198         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6199         if __NR_utimensat is not defined.
6200
6201 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6202
6203         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6204
6205 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6206
6207         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6208         (open): Fix comment typos.  Don't call __open_2 if flags
6209         is a compile time constant without O_CREAT.
6210         (__open64_2): Add nonnull attribute.
6211         (open64): Fix comment typos.  Don't call __open64_2 if flags
6212         is a compile time constant without O_CREAT.
6213         (__openat_2): Add nonnull attribute, fix nonnull attribute
6214         on redirect.
6215         (openat): Fix comment typos.  Don't call __openat_2 if flags
6216         is a compile time constant without O_CREAT.
6217         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6218         on redirect.
6219         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6220         is a compile time constant without O_CREAT.
6221
6222 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6223
6224         * Makerules (sysd-rules): Define PTW for ptw-* files.
6225         * Versions: Define GLIBC_2.7 for libc.
6226         * include/stdio.h: Declare __fortify_fail.
6227         * debug/fortify_fail.c: New file.
6228         * debug/Makefile (routines): Add fortify_fail.
6229         * debug/chk_fail.c: Use __fortify_fail.
6230         * debug/stack_chk_fail.c: Likewise.
6231         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6232         __openat64_2 for GLIBC_2.7.
6233         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6234         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6235         and fails if necessary.
6236         * io/open64.c: Likewise.
6237         * io/openat.c: Likewise.
6238         * io/openat64.c: Likewise.
6239         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6240         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6241         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6242         * io/bits/fcntl2.h: New file.
6243         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6244         __openat64_2.
6245         * include/bits/fcntl2.h: New file.
6246         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6247         Add open_2.
6248         * sysdeps/unix/sysv/linux/open_2.c: New file.
6249
6250 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6251
6252         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6253         as second parameter to handle_intel.
6254
6255         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6256         the entry.
6257
6258         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6259         handling to ...
6260         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6261         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6262         cacheinfo.
6263         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6264         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6265         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6266
6267         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6268
6269 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6270
6271         [BZ #4525]
6272         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6273         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6274         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6275
6276         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6277
6278         [BZ #4514]
6279         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6280         reinitialize workend at the start of each do_positional format spec
6281         loop, free workstart before do_positional loops.
6282         (printf_unknown): Fix size of work_buffer.
6283         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6284
6285         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6286         (public_sET_STATe): If ms->version < 3, put all chunks into
6287         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6288         chunks.
6289
6290         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6291         * malloc/hooks.c: Likewise.
6292         * malloc/arena.c: Likewise.
6293         * malloc/malloc.c (do_check_malloc_state): Don't assert
6294         n_mmaps is not greater than n_mmaps_max.  This removes the need
6295         for the previous change.
6296
6297         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6298         2007-05-07 commit.
6299
6300 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6301
6302         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6303         Define for kernel >= 2.6.22.
6304
6305 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6306
6307         * elf/dl-close.c (_dl_close_worker): When removing object from
6308         global scope, wait for all lookups to finish afterwards.
6309         * elf/dl-open.c (add_to_global): When global scope array must
6310         grow, allocate a new one and free old array only after all
6311         lookups finish.
6312         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6313         (_dl_lookup_symbol_x): Likewise.
6314         * elf/dl-support.c: Define _dl_wait_lookup_done.
6315         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6316         _dl_wait_lookup_done.
6317
6318         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6319         not overlapping with arena.
6320
6321         * malloc/mcheck.c (reallochook): If size==0, free the block.
6322
6323         * rt/tst-shm.c: Use fstat64 instead of fstat.
6324
6325         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6326         __NR_sync_file_range is not defined.
6327
6328 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6329
6330         Dummy files to prevent stub versions from being used.
6331         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6332         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6333         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6334         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6335
6336         * version.h (VERSION): Set to 2.6.90.
6337
6338 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6339
6340         * version.h (VERSION): Define to 2.6.
6341         * include/features.h (__GLIBC_MINOR__): Define to 6.
6342
6343         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6344
6345         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6346         sizes.
6347
6348 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6349
6350         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6351         number of mmaps.  n_mmaps_max is the target.
6352         * malloc/hooks.c: Likewise.
6353         * malloc/arena.c: Likewise.
6354
6355 2007-05-12  Andreas Jaeger  <aj@suse.de>
6356
6357         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6358         getpid.
6359
6360 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6361
6362         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6363         adding new variables.
6364
6365         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6366         optimize.  Completely extend global scope array before making the
6367         new entries visible.
6368
6369 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6370
6371         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6372         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6373         tst-getcpu.
6374
6375         * include/link.h: Move l_version and l_nversion members around to
6376         fill gaps.
6377
6378         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6379
6380         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6381         (__sched_setaffinity_new): If syscall was successful and
6382         RESET_VGETCPU_CACHE is defined, use it before returning.
6383         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6384
6385         * io/sys/stat.h: Make sure struct timespec is defined for
6386         __USE_ATFILE.
6387
6388         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6389         UTIME_OMIT.
6390         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6391         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6392         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6393         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6394         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6395         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6396         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6397         * io/sys/stat.h: Declare utimensat, futimens.
6398         * io/utimensat.c: New file.
6399         * io/futimens.c: New file.
6400         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6401         * sysdeps/unix/sysv/linux/futimens.c: New file.
6402         * io/Makefile (routines): Add utimensat, futimens.
6403         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6404         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6405         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6406         available.
6407
6408         * include/sys/cdefs.h: Redefine __nonnull so that test for
6409         incorrect parameters in the libc code itself are not omitted.
6410
6411 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6412
6413         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6414         exception in addition to inexact when asked to raise only FE_INEXACT.
6415
6416         [BZ #3427]
6417         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6418         in *envp.
6419
6420 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6421
6422         [BZ #4403]
6423         * string/strfry.c (strfry): Make result more random.
6424
6425 2007-05-07  Richard Henderson  <rth@redhat.com>
6426
6427         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6428         if __NO_LONG_DOUBLE_MATH.
6429         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6430         available in the compiler, add .arch directive to the assembly.
6431
6432 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6433
6434         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6435         compat_symbol to GLIBC_2_1.
6436         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6437         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6438         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6439         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6440         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6441         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6442         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6443         libc, not libm.
6444         (__isnanl): New compat_symbol.
6445
6446 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6447             Jakub Jelinek  <jakub@redhat.com>
6448
6449         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6450         (new_heap): Initialize mprotect_size.
6451         (grow_heap): When growing, only mprotect from mprotect_size till
6452         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6453         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6454
6455 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6456             Peter Bergner  <bergner@us.ibm.com>
6457
6458         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6459         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6460         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6461         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6462         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6463         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6464         Call __fe_mask_env() if all FP exceptions disabled.
6465         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6466         from old FPSCR to new fenv to propagate DFP rounding modes.
6467         Call __fe_mask_env() if FP exceptions previously enabled.
6468         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6469         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6470         transitioning from all exceptions disabled to any exception enabled
6471         or visa versa.
6472         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6473         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6474         when transitioning from all exceptions disabled to any exception
6475         enabled or visa versa.
6476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6482
6483 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6484
6485         [BZ #4465]
6486         * posix/unistd.h: Remove __THROW from fdatasync.
6487
6488 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6489
6490         [BZ #4465]
6491         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6492
6493 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6494
6495         * stdio-common/vfprintf.c (process_string_arg): Optimize
6496         ridiculous precision in wide char code printing multi-byte string.
6497         Reported by Jim Meyering <jim@meyering.net>.
6498
6499         [BZ #4131]
6500         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6501         boundaries to work around systems with overlapping binary loading.
6502         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6503
6504 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6505
6506         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6507         __mbsnrtowcs after last change.
6508
6509         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6510         (get_ident): Likewise.
6511
6512 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6513
6514         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6515         with setting the sticky bit.
6516         * math/test-misc.c (main): Add more truncation tests.
6517
6518 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6519
6520         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6521         double in the function declaration.
6522         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6523         double in the function declaration.
6524         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6525         float in the function declaration.
6526         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6527         float in the function declaration.
6528
6529         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6530         denormal operands.  Do not generate FP_EX_DENORM exception.
6531         (FP_UNPACK_RAW_EP): Ditto.
6532         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6533         undefined _FP_UNPACK_RAW_E.
6534         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6535         undefined _FP_UNPACK_RAW_EP.
6536         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6537         undefined _FP_PACK_RAW_E.
6538         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6539         undefined _FP_PACK_RAW_EP.
6540
6541         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6542         _FP_FRAC_COPY_2.
6543         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6544         _FP_FRAC_COPY_4.
6545
6546 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6547             Jakub Jelinek  <jakub@redhat.com>
6548
6549         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6550         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6551         this case.
6552         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6553
6554 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6555
6556         * math/test-misc.c (main): Add tests for rounding long double
6557         values close to smallest double denormalized value to double.
6558
6559 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6560
6561         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6562         condition for truncating to 0.  Set sticky bit for such
6563         truncation.
6564
6565 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6566
6567         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6568         fixed length array for ignore.
6569
6570 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6571
6572         [BZ #4438]
6573         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6574         stack for large precisions.
6575         * stdio-common/test-vfprintf.c (main): Add test for large
6576         precision.
6577
6578 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6579
6580         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6581         for exponent 0.
6582         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6583
6584         [BZ #4439]
6585         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6586         account in the size check.
6587         * resolv/tst-inet_ntop.c: New test.
6588         * resolv/Makefile (tests): Add tst-inet_ntop.
6589
6590 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6591             Jakub Jelinek  <jakub@redhat.com>
6592
6593         [BZ #4349]
6594         * malloc/malloc.c: Keep separate list for first blocks on the bin
6595         lists with a given size.  This helps skipping over list elements
6596         we know won't fit in two places.
6597         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6598
6599 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6600
6601         [BZ #4102]
6602         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6603         label to Teredo tunnel addresses 2001://32.
6604
6605 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6606
6607         * locale/programs/ld-collate.c (collate_read): Allow order_start
6608         after copy.
6609
6610         * locale/programs/ld-collate.c (collate_read): Fix printing of
6611         error message.
6612
6613         [BZ #3213]
6614         * locale/C-translit.h.in: Add entry for U2044.
6615
6616         [BZ #4342]
6617         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6618         hexa-decimal floats without exponent.
6619         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6620
6621 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6622
6623         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6624         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6625         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6626         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6627         GLIBC_2.6.
6628         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6629         Add sched_getcpu.
6630
6631 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6632
6633         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6634         of 0 after the out_fail label.
6635
6636 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6637
6638         [BZ #4406]
6639         * iconv/gconv_charset.h (strip): Allow ':'.
6640         * iconv/iconv_open.c (iconv_open): Adjust comment.
6641
6642 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6643
6644         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6645         version.
6646
6647 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6648
6649         [BZ #4381]
6650         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6651         alignment of buffer and tmp_buffer.
6652         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6653         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6654         alignment of buffer.
6655         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6656         bigger than INT_MAX.
6657         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6658         h_errnop arguments.  Fail if buflen is too small.
6659         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6660
6661 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6662
6663         [BZ #4405]
6664         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6665         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6666
6667 2007-04-22  Roland McGrath  <roland@redhat.com>
6668
6669         * elf/elf.h (NT_PRXFPREG): New macro.
6670
6671 2007-04-19  Andreas Jaeger  <aj@suse.de>
6672
6673         [BZ #3905]
6674         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6675         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6676         Added.
6677
6678 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6679
6680         * include/sys/mman.h: Mark madvise hidden.
6681         * misc/madvise.c: Add libc_hidden_def.
6682
6683 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6684
6685         * nis/nis_domain_of.c (__nis_domain_of): New function.
6686         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6687         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6688         * nis/nis_call.c (rec_dirsearch): Likewise.
6689         (first_shoot): Likewise.  Remove search_parent_first argument.
6690         (struct nis_server_cache): Rename search_parent_first field
6691         to search_parent.
6692         (nis_server_cache_search, nis_server_cache_add): Rename
6693         search_parent_first argument to search_parent.
6694         (__nisfind_server): Likewise.  If search_parent, call
6695         __nis_domain_of.
6696
6697 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6698
6699         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6700
6701 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6702
6703         [BZ #4368]
6704         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6705
6706 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6707
6708         [BZ #4364]
6709         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6710
6711 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6712
6713         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6714         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6715         current number of locales in SUPPORTED.
6716         (create_archive): Initialize serial.
6717         (enlarge_archive): Preserve aliases rather than duplicating
6718         their locrecs.
6719
6720 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6721
6722         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6723         after _IO_un_link, not before it.
6724
6725         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6726         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6727         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6728
6729 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6730
6731         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6732         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6733         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6734         Remove __THROW.
6735         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6736         _IO_file_xsgetn_maybe_mmap): Likewise.
6737         * libio/oldfileops.c (old_do_write): Likewise.
6738         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6739         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6740         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6741         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6742         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6743         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6744         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6745         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6746         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6747         _IO_file_underflow, _IO_file_underflow_mmap,
6748         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6749         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6750         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6751         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6752         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6753         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6754         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6755         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6756         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6757         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6758         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6759         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6760         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6761         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6762         _IO_adjust_column_internal, _IO_default_uflow_internal,
6763         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6764         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6765         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6766         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6767         _IO_file_close_it_internal, _IO_file_underflow_internal,
6768         _IO_file_overflow_internal, _IO_file_attach_internal,
6769         _IO_file_fopen_internal, _IO_file_sync_internal,
6770         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6771         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6772         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6773         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6774         _IO_seekpos_unlocked): Likewise.
6775         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6776         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6777
6778 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6779
6780         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6781         argument in xmalloc size computation.
6782
6783 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6784
6785         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6786         math_opt_barrier and math_force_eval macros.
6787
6788 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6789
6790         [BZ #3306]
6791         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6792         * sysdeps/i386/fpu/math_private.h: New file.
6793         * sysdeps/x86_64/fpu/math_private.h: New file.
6794         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6795         math_force_eval macros.  Use "+m" constraint on asm rather than
6796         "=m" and "m".
6797         * math/s_nextafter.c (__nextafter): Likewise.
6798         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6799         Likewise.
6800         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6801         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6802         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6803         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6804         math_opt_barrier and math_force_eval macros.
6805         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6806         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6807         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6808         (__nexttoward): Use math_opt_barrier and
6809         math_force_eval macros.  Use "+m" constraint on asm rather than
6810         "=m" and "m".  Only use asm to force double result if
6811         FLT_EVAL_METHOD is 2.
6812         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
6813         (__nexttowardf): Use math_opt_barrier and
6814         math_force_eval macros.  Use "+m" constraint on asm rather than
6815         "=m" and "m".  Only use asm to force double result if
6816         FLT_EVAL_METHOD is not 0.
6817         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
6818         (__nexttowardf): Use math_opt_barrier and
6819         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6820         x to float using asm.
6821         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
6822         (__nldbl_nexttowardf): Use math_opt_barrier and
6823         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
6824         x to float using asm.
6825         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
6826         (__nexttowardf): Use math_opt_barrier and math_force_eval
6827         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
6828         * math/bug-nextafter.c (zero, inf): New variables.
6829         (main): Add new tests.
6830         * math/bug-nexttoward.c (zero, inf): New variables.
6831         (main): Add new tests.
6832
6833 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6834
6835         [BZ #3427]
6836         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
6837         exceptions both in SW and MXCSR.
6838         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
6839         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
6840         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6841         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6842         in MXCSR if SSE is available.
6843         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
6844         and ldsodefs.h.
6845         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
6846         Fix comment typo.
6847         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
6848         Return 0 rather than 1.
6849         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
6850         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
6851         * math/test-fenv.c (feholdexcept_tests): New function.
6852         (main): Call it.
6853
6854 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
6855
6856         [BZ #3427]
6857         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
6858         in SW.
6859
6860 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6861
6862         [BZ #4344]
6863         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
6864         Reported by David Anderson <davea42@earthlink.net>.
6865
6866 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
6867
6868         * posix/sys/wait.h: Remove unnecessary forward declaration.
6869
6870 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
6871
6872         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
6873         with obj->do_servers after first_shoot.
6874
6875 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
6876
6877         * posix/Makefile (routines): Add sched_cpucount.
6878         (tests): Add tst-cpucount.
6879         * posix/sched_cpucount.c: New file.
6880         * posix/tst-cpucount.c: New file.
6881         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
6882         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
6883         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
6884         * posix/sched.h: Define CPU_COUNT.
6885
6886 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6887
6888         * posix/fnmatch.c (STRUCT): Define.
6889         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
6890         * posix/fnmatch_loop.c (struct STRUCT): New type.
6891         (FCT): Add ends argument.  If ends != NULL and normal * is
6892         seen in the pattern, store current pattern and string pointers
6893         and return.  Adjust recursive calls.
6894         (EXT): Adjust FCT callers.
6895         (STRUCT): Undef at the end of the file.
6896         * posix/Makefile (tests): Add tst-fnmatch2.
6897         * posix/tst-fnmatch2.c: New test.
6898
6899 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6900
6901         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
6902         and 1 on failure.
6903
6904         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
6905         Change last argument to unsigned int.
6906
6907 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
6908
6909         * scripts/check-local-headers.sh: Filter out sys/capability.h.
6910
6911 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
6912
6913         * config.h.in (HAVE_LIBCAP): Add.
6914         * nscd/selinux.h: Include sys/capability.h rather than non-existent
6915         sys/capabilities.h.
6916         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
6917         free_caps.  Cast away const from 4th cap_set_flag argument.
6918
6919 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
6920
6921         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
6922         GLIBC_2.6.
6923         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6924         Add sync_file_range.
6925         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6926
6927 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
6928
6929         * sysdeps/powerpc/bits/atomic.h
6930         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
6931         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
6932         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6933         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
6934         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6935         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
6936         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
6937         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6938         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6939         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6940         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
6941         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
6942         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
6943         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
6944         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6945         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
6946         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6947         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
6948         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
6949         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
6950
6951 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
6952
6953         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
6954         (__cache_line_size): Define the variable here.  Add
6955         attribute_hidden, remove weak_extern.
6956         (__libc_start_main): Set __cache_line_size
6957         unconditionally.
6958         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
6959         (__cache_line_size): Define the variable here.  Add
6960         attribute_hidden, remove weak_extern.
6961         (DL_PLATFORM_AUXV): Set __cache_line_size
6962         unconditionally.
6963         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
6964         weak_extern, add attribute_hidden.
6965         (__elf_machine_runtime_setup): Assume __cache_line_size is always
6966         defined in ld.so.
6967         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
6968         definition.
6969         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
6970
6971 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
6972
6973         [BZ #4276]
6974         * timezone/africa: Update from tzdata2007d.
6975         * timezone/asia: Likewise.
6976         * timezone/australasia: Likewise.
6977         * timezone/backward: Likewise.
6978         * timezone/europe: Likewise.
6979         * timezone/iso3166.tab: Likewise.
6980         * timezone/leapseconds: Likewise.
6981         * timezone/northamerica: Likewise.
6982         * timezone/southamerica: Likewise.
6983         * timezone/zone.tab: Likewise.
6984
6985         * timezone/private.h: Update from tzcode2007d.
6986         * timezone/zdump.c: Likewise.
6987         * timezone/zic.c: Likewise.
6988
6989 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
6990
6991         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
6992         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
6993         variables.
6994         (nis_server_cache_search, nis_server_cache_add): New functions.
6995         (__nisfind_server): Use them.  Add dbp and flags argument, if
6996         call __nisbind_create.
6997         (__nisbind_create): Add server_used and current_ep arguments,
6998         only call __nis_findfastest if server_used is ~0.
6999         (__do_niscall2, __prepare_niscall): Adjust callers.
7000         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7001         ckey_cache_euid, ckey_cache_lock): New variables.
7002         (get_ckey): New function.
7003         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7004         __pmap_getnisport.  Save __pmap_getnisport result in
7005         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7006         key.
7007         * nis/nis_lookup.c (nis_lookup): Likewise.
7008         * nis/nis_table.c (nis_list): Likewise.
7009         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7010         prototypes.
7011
7012         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7013         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7014         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7015         _nss_nisplus_getservbyport_r): Likewise.
7016         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7017         _nss_nisplus_getnetbyaddr_r): Likewise.
7018         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7019         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7020         _nss_nisplus_getntohost_r): Likewise.
7021         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7022         _nss_nisplus_getrpcbynumber_r): Likewise.
7023
7024 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7025
7026         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7027         * configure: Rebuilt.
7028
7029         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7030         bit-fields.
7031         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7032
7033 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7034
7035         [BZ #2831]
7036         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7037         bit-fields.
7038
7039 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7040
7041         * nscd/gai.c: Include alloca.h.
7042         (__libc_use_alloca): Define.
7043
7044 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7045
7046         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7047         smaller scopes.
7048         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7049         (DL_DST_REQUIRED): Adjust user.
7050
7051         * include/dlfcn.h (struct link_map): New forward decl.
7052
7053         * inet/getnameinfo.c: Include stddef.h.
7054         (getnameinfo): Use offsetof.
7055
7056         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7057
7058         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7059
7060         * string/strerror_l.c: Include stdlib.h.
7061
7062         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7063         * config.make.in (gnu89-inline-CFLAGS): New variable.
7064         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7065         -std=gnu99.
7066         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7067         * argp/argp.h: Use it.
7068         * bits/mathinline.h: Likewise.
7069         * bits/sigset.h: Likewise.
7070         * bits/string.h: Likewise.
7071         * ctype/ctype.h: Likewise.
7072         * hurd/hurd.h: Likewise.
7073         * hurd/hurd/fd.h: Likewise.
7074         * hurd/hurd/port.h: Likewise.
7075         * hurd/hurd/signal.h: Likewise.
7076         * hurd/hurd/threadvar.h: Likewise.
7077         * hurd/hurd/userlink.h: Likewise.
7078         * io/sys/stat.h: Likewise.
7079         * libio/bits/stdio.h: Likewise.
7080         * libio/bits/stdio2.h: Likewise.
7081         * mach/lock-intern.h: Likewise.
7082         * mach/mach/mig_support.h: Likewise.
7083         * math/bits/cmathcalls.h: Likewise.
7084         * posix/bits/unistd.h: Likewise.
7085         * socket/bits/socket2.h: Likewise.
7086         * stdlib/bits/stdlib.h: Likewise.
7087         * stdlib/stdlib.h: Likewise.
7088         * string/argz.h: Likewise.
7089         * string/bits/string2.h: Likewise.
7090         * string/bits/string3.h: Likewise.
7091         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7092         * sysdeps/generic/inttypes.h: Likewise.
7093         * sysdeps/generic/machine-lock.h: Likewise.
7094         * sysdeps/generic/machine-sp.h: Likewise.
7095         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7096         * sysdeps/i386/i486/bits/string.h: Likewise.
7097         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7098         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7099         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7100         * sysdeps/mach/i386/machine-lock.h: Likewise.
7101         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7102         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7103         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7104         * sysdeps/s390/bits/string.h: Likewise.
7105         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7106         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7107         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7108         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7109         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7110         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7111         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7112         * wcsmbs/bits/wchar2.h: Likewise.
7113         * wcsmbs/wchar.h: Likewise.
7114         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7115         __extern_inline definition.
7116
7117 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7118
7119         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7120         NULL.
7121
7122         [BZ #3919]
7123         * math/libm-test.inc (log_test): Test -Inf and NaN.
7124         (log10_test, log1p_test, log2_test): Test -Inf.
7125         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7126         FE_INVALID when argument is qNaN.
7127         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7128         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7129         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7130         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7131         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7132         testb $4, %ah and jump if non-zero.
7133         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7134         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7135
7136         [BZ #4101]
7137         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7138         ancestors with the same depths.
7139         Patch by Niels Moeller <nisse@lysator.liu.se>.
7140         (filter_doc): Don't crash if argp is NULL.
7141         * argp/Makefile (tests): Add tst-argp2.
7142         * argp/tst-argp2.c: New test.
7143
7144         [BZ #4130]
7145         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7146         open_not_cancel_2.
7147         (updwtmp_file): Likewise.
7148
7149         [BZ #4181]
7150         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7151         (inet6_opt_append): Don't check extlen is big enough if extbuf
7152         is NULL.
7153         (inet6_opt_finish): Likewise.
7154         * inet/Makefile (tests): Add test-inet6_opt.
7155         * inet/test-inet6_opt.c: New test.
7156
7157         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7158         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7159         NLMSG_ERR.  Instead use a page sized buffer.
7160         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7161         buffer.
7162
7163 2007-03-14  Richard Henderson  <rth@redhat.com>
7164
7165         * sysdeps/alpha/fpu/s_llround.c: New file.
7166         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7167         * sysdeps/alpha/fpu/s_lround.c: New file.
7168         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7169         * sysdeps/alpha/fpu/s_round.c: New file.
7170         * sysdeps/alpha/fpu/s_roundf.c: New file.
7171         * sysdeps/alpha/fpu/s_trunc.c: New file.
7172         * sysdeps/alpha/fpu/s_truncf.c: New file.
7173
7174         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7175         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7176         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7177         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7178         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7179         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7180
7181         * sysdeps/alpha/fpu/s_fmax.S: New file.
7182         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7183         * sysdeps/alpha/fpu/s_fmin.S: New file.
7184         * sysdeps/alpha/fpu/s_fminf.S: New file.
7185         * sysdeps/alpha/fpu/s_isnan.c: New file.
7186         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7187         * sysdeps/alpha/fpu/s_llrint.c: New file.
7188         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7189         * sysdeps/alpha/fpu/s_lrint.c: New file.
7190         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7191         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7192         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7193
7194         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7195         (__fdimf, fdimf, __fdim, fdim): Remove.
7196         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7197         (__isnanf, __isnan, __isnanl): New.
7198
7199 2007-03-13  Richard Henderson  <rth@redhat.com>
7200
7201         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7202
7203 2007-03-13  Richard Henderson  <rth@redhat.com>
7204
7205         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7206         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7207         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7208         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7209         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7210         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7211
7212 2007-03-13  Richard Henderson  <rth@redhat.com>
7213
7214         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7215         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7216         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7217         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7218         Move to dl-auxv.h; initialize instead of extern weak.
7219         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7220         weak symbol.
7221         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7222         Extern instead of initialized.
7223
7224 2007-03-13  Richard Henderson  <rth@redhat.com>
7225
7226         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7227         __sigsuspend_nocancel.
7228
7229 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7230
7231         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7232         172.16/12 address range.
7233
7234 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7235
7236         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7237         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7238         message.
7239
7240 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7241
7242         [BZ #4069]
7243         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7244         earlier.
7245         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7246
7247         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7248         for x qNaN and y either +-inf or non-integer value.
7249         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7250         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7251         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7252
7253 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7254
7255         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7256         from sysdep_headers.
7257
7258 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7259
7260         * time/tzfile.c (find_transition): Instead of a linear search try to
7261         guess the transition index, use a linear search if the result is at
7262         most 10 transitions away from the guess or binary search otherwise.
7263
7264 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7265
7266         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7267         memory reallocation.
7268
7269 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7270
7271         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7272         and fix some typos.
7273         Optimize use of TOLOWER.
7274
7275         [BZ #3325]
7276         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7277         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7278         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7279
7280         [BZ #3458]
7281         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7282         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7283
7284         [BZ #4076]
7285         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7286         (open_dir_stream): Likewise.
7287         * io/Makefile (tests): Add bug-ftw5.
7288         * io/bug-ftw5.c: New file.
7289
7290         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7291         * nscd/servicescache.c (cache_addserv): Likewise.
7292
7293         * nscd/grpcache.c (cache_addgr): In case a record changed on
7294         refresh, adjust key_copy.
7295
7296         [BZ #4074]
7297         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7298         refresh, adjust key_copy.
7299
7300         [BZ #4070]
7301         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7302         special cases.
7303         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7304
7305 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7306
7307         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7308         optimization.
7309
7310         * stdio-common/vfscanf.c: Small cleanups throughout.
7311
7312 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7313
7314         [BZ #3325]
7315         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7316         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7317         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7318         Patch by Jared Casper <jaredcasper@gmail.com>.
7319
7320         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7321         * sysdeps/unix/opendir.c: Likewise.
7322         * sysdeps/unix/readdir.c: Likewise.
7323
7324         [BZ #2211]
7325         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7326         point numbers.
7327         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7328
7329         * stdio-common/vfscanf.c: Fix problems in width accounting.
7330         * stdio-common/tst-sscanf.c (double_tests): New tests.
7331         (main): Hook them up.
7332
7333         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7334         More simplifications of floating-point reader.
7335
7336         * stdio-common/Makefile (tests): Add tst-swscanf.
7337         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7338         testing.
7339         * stdio-common/tst-swscanf.c: New file.
7340
7341 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7342
7343         [BZ #2633]
7344         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7345         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7346         Remove using for __jmp_buf_tag.
7347         * locale/locale.h (struct lconv): Also define in std namespace.
7348         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7349
7350         [BZ #3842]
7351         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7352         using __libc_enable_secure.
7353
7354         [BZ #3818]
7355         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7356
7357         [BZ #3745]
7358         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7359         of names for ellipsises.
7360
7361         [BZ #3348]
7362         * malloc/memusage.sh: Cleanups.
7363         * debug/xtrace.sh: Quoting and trap changes.
7364
7365 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7366
7367         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7368
7369         * locale/iso-3166.def: Update entry for Serbia.
7370         * locale/iso-4217.def: Define RSD, remove CSD.
7371
7372         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7373         and 64-bit operations.
7374
7375         [BZ #4040]
7376         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7377         16-bit operations.
7378
7379         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7380         of writev.
7381
7382 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7383
7384         [BZ #3991]
7385         * assert/assert.h (assert): Simplify.
7386         (assert_perror): Likewise.
7387         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7388
7389         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7390         reqdata.
7391
7392         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7393         change: don't pass NULL in place of an integer.
7394
7395 2007-02-02  Bruno Haible  <bruno@clisp.org>
7396
7397         [BZ #3954]
7398         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7399         Add mapping for U+327E.
7400         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7401         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7402         mapping of 0xD9 0xE8.
7403         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7404         mapping of U+327E.
7405         Reported by Jungshik Shin <jungshik@google.com>.
7406
7407         [BZ #3955]
7408         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7409         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7410         Reported by Jungshik Shin <jungshik@google.com>.
7411
7412 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7413
7414         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7415         byte variants.
7416
7417         [BZ #4040]
7418         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7419         byte variants.  Patch mostly be tom@tommay.net.
7420
7421 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7422
7423         [BZ #3996]
7424         * posix/glob.c (attribute_hidden): Define if not defined.
7425         (glob): Unescape dirname, filename or username when needed and not
7426         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7427         is NULL.  Handle unescaped [ in pattern without closing ].
7428         Don't pass GLOB_CHECK down to recursive glob for directories.
7429         (__glob_pattern_type): New function.
7430         (__glob_pattern_p): Implement using __glob_pattern_type.
7431         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7432         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7433         Remove unreachable code.
7434         * posix/globtest.sh: Add a couple of new tests.
7435
7436 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7437
7438         * po/ru.po: Update from translation team.
7439
7440 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7441
7442         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7443         to the list of i486+ CPUs.
7444         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7445
7446 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7447
7448         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7449         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7450         references.
7451
7452 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7453
7454         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7455
7456         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7457         * resolv/res_mkquery.c: Define __res_nopt.
7458         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7459         try adding EDNS0 record.
7460         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7461         EDNS0 record was send make sure we don't try it again.
7462         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7463         * include/resolv.h: Declare __res_nopt.
7464
7465 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7466
7467         [BZ #3944]
7468         * time/strptime_l.c (__strptime_internal): Set have_mon for
7469         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7470         have been computed from tm_yday and tm_year.  Don't crash
7471         in day_of_the_week or day_of_the_year if not have_mon
7472         and tm_mon contains bogus value.
7473         * time/Makefile (tests): Add tst-strptime3.
7474         * time/tst-strptime3.c: New test.
7475
7476 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7477
7478         [BZ #3957]
7479         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7480         bit for RE_HAT_LISTS_NOT_NEWLINE.
7481         (build_charclass_op): Remove bogus comment.
7482         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7483         * posix/bug-regex27.c: New test.
7484         * posix/bug-regex28.c: New test.
7485
7486 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7487
7488         * po/sv.po: Update from translation team.
7489
7490 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7491
7492         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7493
7494 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7495
7496         * include/locale.h (__uselocale): Add libc_hidden_proto.
7497         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7498
7499         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7500         gettimeofday.
7501
7502 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7503
7504         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7505         returning.
7506         (PTR_DEMANGLE): Real definition now that it's not the same as
7507         PRT_MANGLE anymore.
7508         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7509
7510         * string/strerror_l.c: New file.
7511         * string/Makefile (routines): Add strerror_l.
7512         * string/string.h: Declare strerror_l.
7513         * string/Versions: Export strerror_l for GLIBC_2.6.
7514
7515 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7516
7517         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7518         as parameter.  Construct request record.  Try sending request
7519         before the first poll use, it usually succeeds.  Adjust all
7520         callers.
7521         * nscd/nscd-client.h: Define MAXKEYLEN.
7522         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7523
7524 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7525
7526         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7527         from return value.
7528         * nscd/nscd_helper.c: Include string.h.
7529         (__nscd_cache_search): Remove const qualifier from return value.
7530         On strict alignment architectures check hash entry and data head
7531         alignment.
7532         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7533         mmapped data during GC cycle contains garbage.  If
7534         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7535         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7536         dropped to 0.
7537         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7538         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7539         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7540         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7541         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7542
7543 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7544
7545         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7546
7547 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7548
7549         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7550         names not numbers in cfi_*.
7551
7552 2007-01-26  Andreas Jaeger  <aj@suse.de>
7553
7554         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7555         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7556         Correct values of PER_HPUX and PER_OSF4.
7557
7558 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7559
7560         * elf/dl-minimal.c: Undefine _itoa first.
7561         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7562         * malloc/mtrace.c: Revert last change.
7563         * posix/wordexp.c: Likewise.
7564
7565 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7566
7567         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7568         and __geode__ to the list of i486+ CPUs.
7569         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7570
7571 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7572
7573         * stdio-common/_itoa.c: Include <limits.h>.
7574         * stdio-common/_itowa.c: Likewise.
7575
7576 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7577
7578         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7579         platforms.
7580         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7581         64-bit platforms.
7582         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7583         possible.
7584         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7585         if possible.
7586
7587         [BZ #3902]
7588         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7589         * stdio-common/Makefile (tests): Add bug17.
7590         * stdio-common/bug17.c: New file.
7591
7592 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7593
7594         * iconvdata/brf.c: New file.
7595         * iconvdata/testdata/BRF: New file.
7596         * iconvdata/testdata/BRF..UTF8: New file.
7597         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7598         * iconvdata/Makefile: Add rules to build BRF.
7599         * iconvdata/TESTS: Add BRF entry.
7600         * iconvdata/gconv-modules: Likewise.
7601         * iconvdata/tst-tables.sh: Likewise.
7602
7603 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7604
7605         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7606         type `long long int', not `long int'.
7607         (wcstoq): Likewise.
7608
7609 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7610
7611         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7612         of values on 64-bit platforms which are too large.
7613
7614 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7615             Joe Kerian  <jkerian@us.us.ibm.com>
7616
7617         [BZ #2749]
7618         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7619         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7620         (__copysignl): Use signbit() for comparison.
7621         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7622         SET_LDOUBLE_WORDS64.
7623
7624         [BZ #2423, #2749]
7625         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7626         (__ceill): Remove calls to fegetround(), fesetround().
7627         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7628         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7629         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7630
7631 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7632
7633         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7634
7635         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7636
7637 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7638
7639         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7640         demangle pointer.
7641         * csu/libc-start.c: Likewise.
7642
7643 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7644
7645         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7646         really work anyway.
7647
7648 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7649
7650         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7651         users.
7652         (handle_request): Remove unnecessary tests.
7653
7654         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7655
7656 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7657
7658         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7659         workbits in semi-raw fraction.
7660
7661         * math/test-misc.c: Add new tests.
7662
7663 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7664
7665         * math/basic-test.c: Include test-skeleton.c.
7666         (TEST_TRUNC): Define.
7667         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7668         (main): Rename to ...
7669         (do_test): ...this.  Run new tests.
7670         (TEST_FUNCTION): Define.
7671
7672 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7673             Joe Kerian  <jkerian@us.us.ibm.com>
7674
7675         [BZ #2749]
7676         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7677         handling for high words.
7678         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7679         and overflow for infinity.
7680
7681 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7682
7683         * nscd/connections.c (handle_request): Add a __builtin_expect.
7684
7685         * nscd/connections.c (serv2db): Change type into structure which
7686         also says whether this is a request for data.  Renamed to
7687         servinfo.  All users changed.
7688         (handle_request): Much simpler test whether we should search the cache.
7689
7690         * nscd/connections.c (handle_request): Fix thinko in selinux test
7691         invocation.
7692
7693         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7694         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7695         it before getting dl_load_lock and then relock.
7696         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7697         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7698         case we unlocked the scope.
7699         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7700         _dl_lookup_symbol_x in case we locked the scope.
7701         (_dl_profile_fixup): Likewise.
7702         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7703         set DL_LOOKUP_SCOPE_LOCK.
7704
7705 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7706
7707         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7708         CFLAGS-getsrvbynpt_r.c.
7709         * nscd/getsrvbynm_r.c: New file.
7710         * nscd/getsrvbypt_r.c: New file.
7711         * nscd/nscd_getserv_r.c: New file.
7712         * nscd/servicescache.c: New file.
7713         * nscd/Makefile (routines): Add nscd_getserv_r.
7714         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7715         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7716         CFLAGS-getsrvbypt_r.c.
7717         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7718         table.  Add entries for services database.
7719         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7720         services database.
7721         (dbs): Add .reset_res and servdb initialization.
7722         (serv2db): Add entries for services database.
7723         (verify_persistent_db): Accept dbnr == servdb.
7724         (invalidate_cache): Rewrite database name recognition to use a table.
7725         Call res_init() if .reset_res is set for database.
7726         (handle_request): Add code to handle services database.
7727         * nscd/gai.c: Don't define __getservbyname_r.
7728         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7729         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7730         (serv_response_header): Define.
7731         (struct datahead): Add serv_response_header member.
7732         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7733         using table.
7734         * nscd/nscd.conf: Add entries for services database.
7735         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7736         Declare serv_iov_disabled.
7737         Declare addservbyname, readdservbyname, addservbyport, and
7738         readdservbyport.
7739         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7740         (find_db): Fix error message.
7741         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7742         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7743         * nscd/selinux.c (perms): Add entries for services database.
7744         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7745         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7746
7747         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7748         * nscd/hstcache.c: Likewise.
7749         * nscd/pwdcache.c: Likewise.
7750
7751         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7752         computation of keylen.
7753
7754         * include/string.h: Only redefine strndupa if this is really for
7755         libc code.
7756
7757 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7758
7759         * nscd/nscd_gethst_r.c: Minor cleanups.
7760
7761         * nscd/connections.c (handle_request): Check selinux permissions
7762         for all non-admin commands.
7763
7764         * sysdeps/i386/i486/bits/atomic.h: Define
7765         atomic_compare_and_exchange_val_acq,
7766         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7767         using __sync_* built-ins for gcc >= 4.1.
7768         * sysdeps/x86_64/bits/atomic.h: Likewise.
7769
7770         [BZ #3840]
7771         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7772         and .oS.d files.
7773
7774 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7775
7776         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7777         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7778         (do_test): Check errno and exit(0) if ENOSYS.
7779
7780 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7781
7782         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7783         thousands separators.
7784         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7785         * stdlib/tst-strtod4.c: New test.
7786
7787         [BZ #3855]
7788         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7789         hexadecimal digit should accept just the initial 0.
7790         * stdlib/tst-strtod2.c (tests): New variable.
7791         (do_test): Run several tests rather than just one.
7792
7793 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7794
7795         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7796         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7797
7798 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7799
7800         * io/fts.c: Make sure fts_cur is always valid after return from
7801         fts_read.
7802         Patch by Miloslav Trmac <mitr@redhat.com>.
7803
7804 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7805
7806         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7807         (R_MIPS_NUM): Bump by 1.
7808
7809 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7810
7811         * posix/execvp.c: Include alloca.h.
7812         (allocate_scripts_argv): Renamed to...
7813         (scripts_argv): ... this.  Don't allocate buffer here nor count
7814         arguments.
7815         (execvp): Use alloca if possible.
7816         * posix/Makefile: Add rules to build and run tst-vfork3 test.
7817         * posix/tst-vfork3.c: New test.
7818
7819 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
7820
7821         * string/Makefile (tst-strxfrm2-ENV): Define.
7822         * stdlib/Makefile (tst-strtod3-ENV): Define.
7823
7824 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
7825
7826         * posix/getconf.c: Update copyright year.
7827         * nss/getent.c: Likewise.
7828         * iconv/iconvconfig.c: Likewise.
7829         * iconv/iconv_prog.c: Likewise.
7830         * elf/ldconfig.c: Likewise.
7831         * catgets/gencat.c: Likewise.
7832         * csu/version.c: Likewise.
7833         * elf/ldd.bash.in: Likewise.
7834         * elf/sprof.c (print_version): Likewise.
7835         * locale/programs/locale.c: Likewise.
7836         * locale/programs/localedef.c: Likewise.
7837         * nscd/nscd.c (print_version): Likewise.
7838         * debug/xtrace.sh: Likewise.
7839         * malloc/memusage.sh: Likewise.
7840         * malloc/mtrace.pl: Likewise.
7841         * debug/catchsegv.sh: Likewise.
7842
7843 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
7844
7845         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
7846         attempts.
7847
7848 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
7849
7850         * posix/wordexp.c: Remove some unnecessary tests.
7851
7852 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
7853
7854         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
7855         blacklist the group till after we look it up.
7856
7857 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
7858
7859         * include/atomic.h (atomic_forced_read): New macro.
7860
7861 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
7862
7863         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
7864
7865 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
7866
7867         * nss/getXXbyYY_r.c: Include atomic.h.
7868         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
7869         add atomic_write_barrier () in between.
7870
7871         * stdlib/Makefile (tests): Add tst-makecontext.
7872         * stdlib/tst-makecontext.c: New test.
7873
7874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
7875         (__makecontext): Don't realign uc_mcontext.uc_regs.
7876
7877 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
7878
7879         * elf/dl-support.c: Include dl-procinfo.h.
7880         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
7881         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
7882         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
7883         Define.
7884         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
7885         hardcoded constants.
7886         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
7887         PPC_PLATFORM_* macros for array designators.
7888
7889 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
7890
7891         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
7892         names to the beginning.
7893         (_dl_powerpc_platforms): Add "power6x".
7894         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
7895         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
7896         (_DL_PLATFORMS_COUNT): Increase.
7897         (_dl_string_platform): Handle power6x case.
7898         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
7899         PPC_FEATURE_POWER6_EXT): Define.
7900         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
7901
7902 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
7903
7904         [BZ #3747]
7905         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
7906         [-2^31 .. 2^31) range.
7907         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
7908         targets.
7909         * stdlib/tst-rand48-2.c: New test.
7910         * stdlib/Makefile (tests): Add tst-rand48-2.
7911
7912 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
7913
7914         * misc/tst-pselect.c (do_test): Fix sigblock argument.
7915
7916 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
7917
7918         * misc/tst-pselect.c (do_test): Make sure the helper process is
7919         terminating when the test is aborted.
7920
7921 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
7922
7923         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
7924         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
7925         Handle relatime mount option.
7926
7927         [BZ #2337]
7928         * libio/Makefile (tests): Add tst-setvbuf1.
7929         * libio/tst-setvbuf1.c: New file.
7930
7931 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
7932
7933         [BZ #2337]
7934         * libio/genops.c (__uflow): Fix a typo.
7935         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
7936         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
7937         the narrow buffer size.
7938
7939 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
7940
7941         [BZ #2337]
7942         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
7943         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
7944         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
7945         in _flags.
7946         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
7947         _IO_wstr_finish): Likewise.
7948         * libio/wmemstream.c (open_wmemstream): Likewise.
7949         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
7950         even for wide streams.
7951
7952 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
7953
7954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
7955         kernel-features.h.
7956
7957 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
7958
7959         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
7960         separators also if no non-zero digits found.
7961         * stdlib/Makefile (tests): Add tst-strtod3.
7962
7963 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
7964
7965         [BZ #3632]
7966         * include/features.h: Fix comment about default value for
7967         _POSIX_C_SOURCE.
7968
7969         [BZ #3664]
7970         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
7971         empty parsed strings.
7972         * stdlib/Makefile (tests): Add tst-strtod2.
7973         * stdlib/tst-strtod2.c: New file.
7974
7975         [BZ #3673]
7976         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
7977         computation.
7978         * stdlib/Makefile (tests): Add tst-atof2.
7979         * stdlib/tst-atof2.c: New file.
7980
7981         [BZ #3674]
7982         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
7983         correctly if removing trailing zero of hex-float.
7984         * stdlib/Makefile (tests): Add tst-atof1.
7985         * stdlib/tst-atof1.c: New file.
7986
7987 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
7988
7989         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
7990         Start searching for next comma at p rather than rest.
7991         * misc/Makefile (tests): Add tst-mntent2.
7992         * misc/tst-mntent2.c: New test.
7993
7994         * misc/getusershell.c (initshells): Check for integer overflows.
7995         Make strings buffer one bigger as fgets always succeeds when second
7996         argument is 1.  Don't use calloc for shells array.  Disallow
7997         / as shell.
7998
7999 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8000
8001         * malloc/memusage.c: Handle realloc with new size of zero and
8002         non-NULL pointer correctly.
8003         (me): Really write first record twice.
8004         (struct entry): Make format bi-arch safe.
8005         (dest): Write out more realloc statistics.
8006         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8007
8008 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8009
8010         * nis/nis_subr.c (nis_getnames): Revert last change.
8011
8012 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8013
8014         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8015         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8016         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8017         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8018         ENOTTY.
8019         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8020         * io/tst-ttyname_r.c: New test.
8021
8022 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8023
8024         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8025
8026 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8027
8028         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8029         jump table entries.
8030
8031 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8032
8033         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8034         `clone' function to ensure proper unwinding stop of gdb.
8035         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8036
8037 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8038
8039         * nscd/nscd.init: Remove obsolete and commented-out -S option
8040         handling.
8041
8042 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8043
8044         [BZ #3514]
8045         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8046
8047         [BZ #3515]
8048         * manual/string.texi (strtok): Remove duplicate paragraph.
8049
8050 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8051
8052         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8053         libgcc not supporting `rflags' unwinding (register # >= 17).
8054
8055 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8056
8057         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8058         succeeded.
8059
8060 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8061             Jakub Jelinek  <jakub@redhat.com>
8062             Jan Kratochvil  <jan.kratochvil@redhat.com>
8063
8064         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8065         unwind information.
8066         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8067         'restore_rt' even in the 'signal' directory.
8068         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8069
8070 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8071
8072         [BZ #3559]
8073         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8074         malloc crashed.  Don't allocate memory unnecessarily in each
8075         loop.
8076
8077 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8078
8079         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8080
8081 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8082
8083         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8084
8085 2006-11-18  Bruno Haible  <bruno@clisp.org>
8086
8087         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8088         __sysconf only after having tried to call getgroups32.
8089
8090 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8091
8092         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8093         addresses for IPv4 queries if they can be mapped.
8094
8095 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8096
8097         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8098         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8099         (signmask): Add .size directive.
8100         (othermask): Add .type directive.
8101
8102 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8103
8104         * po/nl.po: Update from translation team.
8105
8106         * timezone/zdump.c: Redo fix for BZ #3137.
8107
8108 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8109
8110         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8111         to first_unused after parsing :include: file.
8112
8113 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8114
8115         * timezone/africa: Update from tzdata2006o.
8116         * timezone/antarctica: Likewise.
8117         * timezone/asia: Likewise.
8118         * timezone/australasia: Likewise.
8119         * timezone/backward: Likewise.
8120         * timezone/europe: Likewise.
8121         * timezone/iso3166.tab: Likewise.
8122         * timezone/northamerica: Likewise.
8123         * timezone/southamerica: Likewise.
8124         * timezone/zone.tab: Likewise.
8125
8126         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8127         on machines with 64-bit time_t.
8128
8129         * timezone/checktab.awk: Update from tzcode2006o.
8130         * timezone/ialloc.c: Likewise.
8131         * timezone/private.h: Likewise.
8132         * timezone/scheck.c: Likewise.
8133         * timezone/tzfile.h: Likewise.
8134         * timezone/tzselect.ksh: Likewise.
8135         * timezone/zdump.c: Likewise.
8136         * timezone/zic.c: Likewise.
8137
8138         [BZ #3483]
8139         * elf/ldconfig.c (main): Call setlocale and textdomain.
8140         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8141
8142         [BZ #3480]
8143         * manual/argp.texi: Fix typos.
8144         * manual/charset.texi: Likewise.
8145         * manual/errno.texi: Likewise.
8146         * manual/filesys.texi: Likewise.
8147         * manual/lang.texi: Likewise.
8148         * manual/maint.texi: Likewise.
8149         * manual/memory.texi: Likewise.
8150         * manual/message.texi: Likewise.
8151         * manual/resource.texi: Likewise.
8152         * manual/search.texi: Likewise.
8153         * manual/signal.texi: Likewise.
8154         * manual/startup.texi: Likewise.
8155         * manual/stdio.texi: Likewise.
8156         * manual/sysinfo.texi: Likewise.
8157         * manual/syslog.texi: Likewise.
8158         * manual/time.texi: Likewise.
8159         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8160
8161         [BZ #3465]
8162         * sunrpc/clnt_raw.c: Minimal message improvements.
8163         * sunrpc/pm_getmaps.c: Likewise.
8164         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8165         * nis/nis_print_group_entry.c: Likewise.
8166         * locale/programs/repertoire.c: Likewise.
8167         * locale/programs/charmap.c: Likewise.
8168         * malloc/memusage.sh: Likewise.
8169         * elf/dl-deps.c: Likewise.
8170         * locale/programs/ld-collate.c: Likewise.
8171         * libio/vswprintf.c: Likewise.
8172         * malloc/memusagestat.c: Likewise.
8173         * sunrpc/auth_unix.c: Likewise.
8174         * sunrpc/rpc_main.c: Likewise.
8175         * nscd/cache.c: Likewise.
8176         * locale/programs/repertoire.c: Unify output messages.
8177         * locale/programs/charmap.c: Likewise.
8178         * locale/programs/ld-ctype.c: Likewise.
8179         * locale/programs/ld-monetary.c: Likewise.
8180         * locale/programs/ld-numeric.c: Likewise.
8181         * locale/programs/ld-time.c: Likewise.
8182         * elf/ldconfig.c: Likewise.
8183         * nscd/selinux.c: Likewise.
8184         * elf/cache.c: Likewise.
8185         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8186
8187         [BZ #3451]
8188         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8189         change atomic.
8190         (ceil): Likewise.
8191
8192 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8193
8194         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8195         if N is one bigger than return value.
8196         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8197         and l1 last arguments, if buf is defined, verify the return value
8198         equals to strlen (buf) and verify no byte beyond passed length
8199         is modified.
8200
8201 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8202
8203         * po/sv.po: Update from translation team.
8204
8205 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8206
8207         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8208         noinline attribute.
8209
8210 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8211
8212         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8213         noinline attribute.
8214
8215         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8216         Use __new_sys_siglist instead of _sys_siglist_internal as
8217         second macro argument.
8218         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8219         strong_alias.
8220
8221 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8222
8223         [BZ #3493]
8224         * posix/unistd.h (sysconf): Remove const attribute.
8225
8226         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8227         temporary or deprecated addresses.
8228         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8229
8230         * string/Makefile (tests): Add tst-strxfrm2.
8231         * string/tst-strxfrm2.c: New file.
8232
8233 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8234
8235         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8236         rather than r->r_brk.
8237
8238 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8239
8240         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8241         optimization even if needed > n.
8242
8243         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8244         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8245         return false, otherwise return true.
8246         (cache_rpath): Return decompose_rpath return value.
8247
8248 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8249
8250         * include/libc-symbols.h (declare_symbol): Rename to...
8251         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8252         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8253         .size directive.
8254         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8255         changes.
8256         * sysdeps/gnu/siglist.c: Likewise.
8257
8258 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8259
8260         * sysdeps/powerpc/fpu/bits/mathinline.h
8261         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8262         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8263
8264 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8265
8266         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8267         Update handling of cache descriptor 0x49 for new models.
8268         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8269         Likewise.
8270
8271 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8272
8273         * malloc/memusage.c (dest): Reset not_me back to false after
8274         printing statistics.
8275
8276 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8277
8278         * configure.in: Work around ld --help change and avoid -z relro
8279         test completely if the architecture doesn't care about security.
8280
8281 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8282
8283         * po/sv.po: Update from translation team.
8284
8285 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8286
8287         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8288         generate compatibility version.
8289
8290 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8291
8292         * configure.in: Relax -z relro requirement a bit.
8293
8294         * po/sv.po: Update from translation team.
8295
8296 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8297
8298         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8299         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8300         * elf/dl-close.c (_dl_close_worker): Likewise.
8301         * elf/dl-open.c (_dl_open_worker): Likewise.
8302         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8303
8304 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8305
8306         * configure.in: Require assembler support for visibility, compiler
8307         support for visibility and aliases, linker support for various -z
8308         options.
8309         * Makeconfig: Remove conditional code which now is unnecessary.
8310         * config.h.in: Likewise.
8311         * config.make.in: Likewise.
8312         * dlfcn/Makefile: Likewise.
8313         * elf/Makefile: Likewise.
8314         * elf/dl-load.c: Likewise.
8315         * elf/rtld.c: Likewise.
8316         * include/libc-symbols.h: Likewise.
8317         * include/stdio.h: Likewise.
8318         * io/Makefile: Likewise.
8319         * io/fstat.c: Likewise.
8320         * io/fstat64.c: Likewise.
8321         * io/fstatat.c: Likewise.
8322         * io/fstatat64.c: Likewise.
8323         * io/lstat.c: Likewise.
8324         * io/lstat64.c: Likewise.
8325         * io/mknod.c: Likewise.
8326         * io/mknodat.c: Likewise.
8327         * io/stat.c: Likewise.
8328         * io/stat64.c: Likewise.
8329         * libio/stdio.c: Likewise.
8330         * nscd/Makefile: Likewise.
8331         * stdlib/Makefile: Likewise.
8332         * stdlib/atexit.c: Likewise.
8333         * sysdeps/generic/ldsodefs.h: Likewise.
8334         * sysdeps/i386/dl-machine.h: Likewise.
8335         * sysdeps/i386/sysdep.h: Likewise.
8336         * sysdeps/i386/i686/memcmp.S: Likewise.
8337         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8338         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8339         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8340
8341         * Makerules: USE_TLS support is now default.
8342         * tls.make.c: Likewise.
8343         * csu/Versions: Likewise.
8344         * csu/libc-start.c: Likewise.
8345         * csu/libc-tls.c: Likewise.
8346         * csu/version.c: Likewise.
8347         * dlfcn/dlinfo.c: Likewise.
8348         * elf/dl-addr.c: Likewise.
8349         * elf/dl-cache.c: Likewise.
8350         * elf/dl-close.c: Likewise.
8351         * elf/dl-iteratephdr.c: Likewise.
8352         * elf/dl-load.c: Likewise.
8353         * elf/dl-lookup.c: Likewise.
8354         * elf/dl-object.c: Likewise.
8355         * elf/dl-open.c: Likewise.
8356         * elf/dl-reloc.c: Likewise.
8357         * elf/dl-support.c: Likewise.
8358         * elf/dl-sym.c: Likewise.
8359         * elf/dl-sysdep.c: Likewise.
8360         * elf/dl-tls.c: Likewise.
8361         * elf/ldconfig.c: Likewise.
8362         * elf/rtld.c: Likewise.
8363         * elf/tst-tls-dlinfo.c: Likewise.
8364         * elf/tst-tls1.c: Likewise.
8365         * elf/tst-tls10.h: Likewise.
8366         * elf/tst-tls14.c: Likewise.
8367         * elf/tst-tls2.c: Likewise.
8368         * elf/tst-tls3.c: Likewise.
8369         * elf/tst-tls4.c: Likewise.
8370         * elf/tst-tls5.c: Likewise.
8371         * elf/tst-tls6.c: Likewise.
8372         * elf/tst-tls7.c: Likewise.
8373         * elf/tst-tls8.c: Likewise.
8374         * elf/tst-tls9.c: Likewise.
8375         * elf/tst-tlsmod1.c: Likewise.
8376         * elf/tst-tlsmod13.c: Likewise.
8377         * elf/tst-tlsmod13a.c: Likewise.
8378         * elf/tst-tlsmod14a.c: Likewise.
8379         * elf/tst-tlsmod2.c: Likewise.
8380         * elf/tst-tlsmod3.c: Likewise.
8381         * elf/tst-tlsmod4.c: Likewise.
8382         * elf/tst-tlsmod5.c: Likewise.
8383         * elf/tst-tlsmod6.c: Likewise.
8384         * include/errno.h: Likewise.
8385         * include/link.h: Likewise.
8386         * include/tls.h: Likewise.
8387         * locale/global-locale.c: Likewise.
8388         * locale/localeinfo.h: Likewise.
8389         * malloc/arena.c: Likewise.
8390         * malloc/hooks.c: Likewise.
8391         * malloc/malloc.c: Likewise.
8392         * resolv/Versions: Likewise.
8393         * sysdeps/alpha/dl-machine.h: Likewise.
8394         * sysdeps/alpha/libc-tls.c: Likewise.
8395         * sysdeps/generic/ldsodefs.h: Likewise.
8396         * sysdeps/generic/tls.h: Likewise.
8397         * sysdeps/i386/dl-machine.h: Likewise.
8398         * sysdeps/ia64/dl-machine.h: Likewise.
8399         * sysdeps/ia64/libc-tls.c: Likewise.
8400         * sysdeps/mach/hurd/fork.c: Likewise.
8401         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8402         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8403         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8404         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8405         * sysdeps/s390/libc-tls.c: Likewise.
8406         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8407         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8408         * sysdeps/sh/dl-machine.h: Likewise.
8409         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8410         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8411         * sysdeps/x86_64/dl-machine.h: Likewise.
8412
8413         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8414         split out locking and parameter checking.
8415         (_dl_close): Call _dl_close_worker after locking and checking.
8416         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8417         _dl_close.
8418         * elf/Makefile: Add rules to build and run tst-thrlock.
8419         * elf/tst-thrlock.c:  New file.
8420
8421         [BZ #3426]
8422         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8423         reality.
8424
8425         [BZ #3429]
8426         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8427         we are sure we do not need it anymore for _dl_close.  Also move
8428         the asserts inside the lock region.
8429         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8430
8431 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8432
8433         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8434         argument.
8435         (_dl_lookup_symbol_x): Adjust caller.
8436
8437         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8438         _ns_global_scope.
8439         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8440
8441         * elf/dl-libc.c: Revert l_scope name changes.
8442         * elf/dl-load.c: Likewise.
8443         * elf/dl-object.c: Likewise.
8444         * elf/rtld.c: Likewise.
8445         * elf/dl-close.c (_dl_close): Likewise.
8446         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8447         always use __rtld_mrlock_{change,done}.  Always free old scope list
8448         here if not l_scope_mem.
8449         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8450         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8451         the lookup and __rtld_mrlock_unlock it after the lookup.
8452         * elf/dl-sym.c: Likewise.
8453         * include/link.h (struct r_scoperec): Remove.
8454         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8455         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8456
8457 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8458
8459         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8460
8461 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8462
8463         * configure.in: Disable building profile libraries by default.
8464
8465 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8466
8467         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8468         as signed longs, check for x_base + pos overflow.
8469         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8470         * sunrpc/tst-xdrmem2.c: New test.
8471
8472 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8473
8474         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8475         _dl_lookup_symbol_x code.
8476
8477 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8478
8479         * elf/dl-runtime.c: Include sysdep-cancel.h.
8480         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8481         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8482         instead of catomic_* macros.
8483         * elf/dl-sym.c: Include sysdep-cancel.h.
8484         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8485         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8486         * elf/dl-close.c: Include sysdep-cancel.h.
8487         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8488         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8489         * elf/dl-open.c: Include sysdep-cancel.h.
8490         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8491         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8492
8493 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8494
8495         [BZ #3313]
8496         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8497         fastbin rather than end of fastbin array.
8498
8499 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8500
8501         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8502         body macro.
8503         * sysdeps/x86_64/bits/atomic.h
8504         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8505         (catomic_decrement): Use correct body macro.
8506
8507 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8508
8509         * include/atomic.h: Add a unique prefix to all local variables
8510         in macros.
8511         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8512
8513 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8514
8515         [BZ #3369]
8516         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8517         and 7.
8518
8519 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8520
8521         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8522
8523 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8524
8525         [BZ #3313]
8526         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8527         determine highest fast bin to consolidate, always look into all of
8528         them.
8529         (do_check_malloc_state): Only require for empty bins for large
8530         sizes in main arena.
8531
8532         * libio/stdio.h: Add more __wur attributes.
8533
8534         * elf/dl-minimal.c (realloc): Optimize last patch.
8535
8536 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8537
8538         [BZ #3352]
8539         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8540         and use memcpy() if it does.
8541
8542 2006-11-12  Andreas Jaeger  <aj@suse.de>
8543
8544         [BZ #2510]
8545         * manual/search.texi (Hash Search Function): Clarify.
8546         (Array Search Function): Clarify.
8547
8548 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8549
8550         [BZ #2830]
8551         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8552         shifting.
8553         * math/atest-exp2.c (read_mpn_hex): Likewise.
8554         * math/atest-sincos.c (main): Likewise.
8555
8556 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8557
8558         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8559         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8560         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8561         version GLIBC_2.6.
8562         * Versions.def: Add GLIBC_2.6 for libc.
8563
8564         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8565
8566         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8567
8568 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8569
8570         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8571
8572         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8573
8574         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8575         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8576
8577 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8578
8579         * include/atomic.c: Define catomic_* operations.
8580         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8581         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8582         * malloc/memusage.c: Likewise.
8583         * gmon/mcount.c: Likewise.
8584         * elf/dl-close.c: Likewise.
8585         * elf/dl-open.c: Likewise.
8586         * elf/dl-profile.c: Likewise.
8587         * elf/dl-sym.c: Likewise.
8588         * elf/dl-runtime.c: Likewise.
8589         * elf/dl-fptr.c: Likewise.
8590         * resolv/res_libc.c: Likewise.
8591
8592 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8593
8594         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8595         components which lack them.
8596
8597         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8598         at least one entry consisting of the parameter concatenated with
8599         the domain.
8600
8601 2006-10-10  Roland McGrath  <roland@frob.com>
8602
8603         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8604         * sysdeps/mach/hurd/futimes.c: Likewise.
8605         * sysdeps/mach/hurd/lutimes.c: Likewise.
8606
8607 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8608             Jakub Jelinek  <jakub@redhat.com>
8609
8610         Implement reference counting of scope records.
8611         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8612         from the list in objects which remain.  Always allocate new scope
8613         record.
8614         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8615         don't resize, allocate a new one.
8616         * elf/dl-runtime.c: Update reference counters before using a scope
8617         array.
8618         * elf/dl-sym.c: Likewise.
8619         * elf/dl-libc.c: Adjust for l_scope name change.
8620         * elf/dl-load.c: Likewise.
8621         * elf/dl-object.c: Likewise.
8622         * elf/rtld.c: Likewise.
8623         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8624         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8625         Add l_scoperec_lock.
8626         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8627         * sysdeps/generic/rtld-lowlevel.h: New file.
8628
8629         * include/atomic.h: Rename atomic_and to atomic_and_val and
8630         atomic_or to atomic_or_val.  Define new macros atomic_and and
8631         atomic_or which do not return values.
8632         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8633         Various cleanups.
8634         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8635
8636         * po/sv.po: Update from translation team.
8637
8638 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8639
8640         * Versions.def: Add GLIBC_2.6 to libpthread.
8641
8642         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8643         (versioned_symbol): Likewise.
8644         (compat_symbol): Likewise.
8645
8646         * po/tr.po: Update from translation team.
8647
8648 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8649
8650         * nis/Banner: Removed.  It's been integral part forever and the
8651         author info is incomplete anyway.
8652         * libio/Banner: Likewise.
8653
8654         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8655         code, make sure the nis_freeresult call doesn't crash and that the
8656         result is reported correctly.
8657
8658 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8659
8660         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8661         when callback is NULL.
8662
8663         * nis/Versions (libnss_nisplus): Add
8664         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8665         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8666         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8667         _nss_create_tablename): Rename to...
8668         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8669         ... these.  No longer static.
8670         (internal_setgrent): Adjust users.
8671         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8672         Don't use locking around _nss_grp_create_tablename call.
8673         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8674
8675 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8676
8677         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8678
8679 2006-10-06  Andreas Jaeger  <aj@suse.de>
8680
8681         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8682
8683 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8684
8685         * po/pl.po: Update from translation team.
8686
8687         * nscd/nscd.c (main): Fix typo in message.
8688         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8689
8690 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8691
8692         [BZ #3291]
8693         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8694         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8695         (__sigprocmask): Define.
8696
8697 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8698
8699         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8700         used.
8701
8702 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8703
8704         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8705         in oldtotal and newtotal calculation.
8706         * nscd/nscd-client.h (struct mapped_database): Add datasize
8707         field.
8708         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8709         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8710         increased.
8711         (__nscd_cache_search): Add checks to make sure we never reference
8712         data beyond the current mapping.
8713
8714 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8715
8716         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8717         variables const to avoid compiler warnings.
8718
8719         * io/fts.c (fts_close): Remove redundant checks.
8720         (fts_build): Likewise.
8721         (fts_palloc): Likewise.
8722
8723         * manual/message.texi (Advanced gettext functions,
8724         Using gettextized software): Fix typos.
8725
8726 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8727
8728         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8729         explain why there are no leaks.
8730
8731 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8732
8733         * libio/wmemstream.c: Include <wchar.h>.
8734         * libio/bug-wmemstream1.c: Likewise.
8735         * libio/tst-wmemstream1.c: Likewise.
8736         * libio/tst-wmemstream2.c: Likewise.
8737
8738         * version.h (RELEASE): Bump to 2.5.
8739         * README: Regenerated.
8740
8741         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8742
8743         [BZ #3273]
8744         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8745         found no group members.
8746         Patch by Petr Baudis.
8747
8748 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8749
8750         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8751         assert bootstrap_map.l_tls_modid is zero.
8752         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8753         if USE___THREAD.
8754
8755 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8756
8757         * libio/stdio.h: Move open_wmemstream prototype to ...
8758         * wcsmbs/wchar.h: ... here.
8759
8760 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8761
8762         [BZ #3252]
8763         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8764         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8765         __{,l}chown to handle the rest.
8766         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8767         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8768         __{,l}chown to handle the rest.
8769         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8770         i386/fchownat.c.
8771         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8772         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8773
8774         [BZ #3253]
8775         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8776         time, rather allocate increasingly bigger arrays of pointers, if
8777         possible with alloca, if too large with malloc.
8778
8779 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8780
8781         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8782
8783         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8784
8785 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8786
8787         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8788         home addresses.
8789         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8790         IFA_F_HOMEADDRESS flag for interfaces.
8791         * include/ifaddrs.h (struct in6addrinfo): Define
8792         in6ai_homeaddress.
8793
8794 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8795
8796         [BZ #3225]
8797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8798         PTR_DEMANGLE3): Define.
8799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8800         PTR_DEMANGLE3): Likewise.
8801         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8802         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8803         Likewise.
8804         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8805
8806 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8807
8808         * po/libc.pot: Regenerated.
8809         * po/be.po: Updated.
8810         * po/ca.po: Likewise.
8811         * po/cs.po: Likewise.
8812         * po/da.po: Likewise.
8813         * po/de.po: Likewise.
8814         * po/el.po: Likewise.
8815         * po/en_GB.po: Likewise.
8816         * po/es.po: Likewise.
8817         * po/fi.po: Likewise.
8818         * po/fr.po: Likewise.
8819         * po/gl.po: Likewise.
8820         * po/hr.po: Likewise.
8821         * po/hu.po: Likewise.
8822         * po/ja.po: Likewise.
8823         * po/ko.po: Likewise.
8824         * po/nb.po: Likewise.
8825         * po/nl.po: Likewise.
8826         * po/pl.po: Likewise.
8827         * po/pt_BR.po: Likewise.
8828         * po/ru.po: Likewise.
8829         * po/rw.po: Likewise.
8830         * po/sk.po: Likewise.
8831         * po/sv.po: Likewise.
8832         * po/tr.po: Likewise.
8833         * po/zh_CN.po: Likewise.
8834         * po/zh_TW.po: Likewise.
8835
8836         [BZ #3137]
8837         * iconv/iconv_prog.c (main): Fix spelling in error message.
8838         * iconv/iconvconfig.c (main): Likewise.
8839         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
8840         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
8841         * locale/programs/localedef.c (main): Likewise.
8842         * locale/programs/repertoire.c (repertoire_read): Likewise.
8843         * timezone/zdump.c (main): Likewise.
8844         * nscd/connections.c (handle_request): Fix spelling in log message.
8845         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
8846
8847 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
8848
8849         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
8850         interfaces.
8851
8852 2006-09-20  Andreas Jaeger  <aj@suse.de>
8853
8854         * math/libm-test.inc (lrint_test_upward): Fix typo.
8855
8856 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
8857
8858         [BZ #2592]
8859         * math/libm-test.inc (lrint_test_tonearest): New function.
8860         (lrint_test_towardzero): New function.
8861         (lrint_test_downward): New function.
8862         (lrint_test_upward): New function.
8863         (main): Run these new tests.
8864         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
8865         of values near to 0.
8866         (two52): Use double not long double.
8867         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
8868         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
8869         (two23): Use float not double.
8870         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
8871         (two23): Use float not double.
8872         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
8873         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
8874         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
8875         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
8876
8877 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8878
8879         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
8880         Cast sp to unsigned long to avoid compiler warning.
8881         Use __makecontext_ret function instead of a trampoline on the stack.
8882         (__makecontext_ret): New function.
8883         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
8884
8885 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
8886
8887         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
8888         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
8889         bits.
8890
8891 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
8892
8893         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
8894         sure no reference to the unloaded map's search list remains in the
8895         dependency's scope.
8896
8897 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8898
8899         * elf/Makefile: Add rules to build and run unload7 test.
8900         * elf/unload7.c: New test.
8901         * elf/unload7mod1.c: New file.
8902         * elf/unload7mod2.c: New file.
8903
8904 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
8905
8906         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
8907         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
8908         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8909         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
8910         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8911         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
8912         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
8913         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
8914         PTRACE_GETEVENTMSG): Likewise.
8915         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
8916         values.
8917
8918 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
8919
8920         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
8921         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
8922         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
8923         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
8924
8925 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
8926
8927         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
8928         write '\0' to the fd.
8929         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
8930         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
8931         Change regs to unsigned long pointer from unsigned int, fix fscr
8932         offset.
8933
8934 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8935
8936         * io/Makefile (CFLAGS-fstatat.c): Set.
8937         (CFLAGS-fstatat64.c): Likewise.
8938         (CFLAGS-mknodat.c): Likewise.
8939
8940         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
8941         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
8942         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
8943         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
8944
8945 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
8946             Steven Munroe  <sjmunroe@us.ibm.com>
8947
8948         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
8949         names to the beginning.  Rename "cell" to "cellbe".
8950         (_dl_powerpc_platforms): New.
8951         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8952         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
8953         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
8954         (_DL_HWCAP_PLATFORM): Define to new mask.
8955         (_dl_platform_string, _dl_string_platform): New functions.
8956         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
8957         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
8958
8959 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
8960
8961         [BZ #2526]
8962         * README.libm: Fix a thinko in sqrt algorithm description.
8963
8964         [BZ #3143]
8965         * manual/string.texi (argz_delete): Fix prototype.
8966         Patch by <alpt@freaknet.org>.
8967
8968 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
8969
8970         [BZ #3138]
8971         * io/test-lfs.c (do_prepare): Give name_len type size_t.
8972         * io/tst-fcntl.c (do_prepare): Likewise.
8973         * posix/tst-exec.c (do_prepare): Likewise.
8974         * posix/tst-preadwrite.c (do_prepare): Likewise.
8975         * posix/tst-spawn.c (do_prepare): Likewise.
8976         * posix/tst-truncate.c (do_prepare): Likewise.
8977         * rt/tst-aio.c (do_prepare): Likewise.
8978         * rt/tst-aio64.c (do_prepare): Likewise.
8979         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
8980         size_t.
8981
8982 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
8983
8984         [BZ #2821]
8985         * time/mktime.c (guess_time_tm): Fix overflow detection.
8986         * time/Makefile (tests): Add bug-mktime1.
8987         * time/bug-mktime1.c: New file.
8988
8989         [BZ #3189, #3188]
8990         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
8991         (mremap): Likewise.
8992
8993 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
8994
8995         [BZ #1006]
8996         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
8997         Ensure relocation doesn't clobber any bits outside of the
8998         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
8999         R_SPARC_HI22 and R_SPARC_H44.
9000
9001         [BZ #2775]
9002         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9003         (long) (MINSIZE + nb - old_size) is positive.
9004
9005         * malloc/arena.c (grow_heap): When growing bail even if new_size
9006         is negative.
9007
9008         [BZ #3155]
9009         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9010         stack below r1.
9011
9012 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9013
9014         * posix/regex_internal.c (re_string_reconstruct): Handle
9015         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9016         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9017         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9018         re_string_context_at.
9019         * posix/Makefile: Add rules to build and run bug-regex26 test.
9020         * posix/bug-regex26.c: New test.
9021
9022         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9023         rather than col_sym_free.  Move seqp declaration earlier.
9024
9025         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9026
9027 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9028
9029         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9030         decl before first goto out.
9031
9032 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9033
9034         * Makerules (shlib.lds): If have-hash-style, put .hash section
9035         at the end of the RO segment.
9036
9037 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9038
9039         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9040         style hash table format is used.
9041
9042 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9043
9044         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9045         randomization rather than before.
9046         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9047
9048 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9049
9050         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9051
9052         * malloc/malloc.c (_int_malloc): Use full list insert and not
9053         shortcut which assumes the list is empty for large requests
9054         too.
9055
9056         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9057
9058 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9059
9060         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9061         and offout arguments to the prototype.
9062         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9063         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9064         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9065         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9066         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9067         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9068         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9069         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9070
9071 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9072
9073         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9074
9075         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9076         dlopen parameters.
9077
9078 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9079
9080         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9081         only if herrno is NETDB_INTERNAL.  Handle errors other than
9082         ERANGE outside of the loops, handle TRY_AGAIN.
9083
9084         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9085         if other's ctype category was missing.
9086         * locale/programs/ld-collate.c (collate_read): Return if
9087         copy_locale's collate category is missing.
9088
9089 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9090
9091         [BZ #2684]
9092         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9093         arenas if allocation failed.
9094         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9095
9096 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9097
9098         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9099         waste bins[0..1].
9100         (malloc_state): Reduce bins size by 2.
9101         (_int_malloc): Fix test for large enough buffer for early termination.
9102         When no unsorted block matches perfectly and an exiting block has
9103         to be split, use full list insert and not shortcut which assumes
9104         the list is empty.
9105
9106         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9107         failure.
9108
9109 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9110
9111         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9112         do anything.
9113
9114         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9115         symbol require exact match (these are PLTs).
9116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9117         (_dl_ppc64_addr_sym_match): Likewise.
9118
9119         [BZ #2683]
9120         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9121         If symbol has a value use it.
9122         * elf/tst-dladdr1.c: New file.
9123         * elf/Makefile: Add rules to build and run tst-addr1.
9124
9125 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9126
9127         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9128         keeps failing and heap growth or new heap creation isn't
9129         successful either.
9130         * malloc/tst-malloc.c (main): Add new tests.
9131
9132 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9133
9134         [BZ #2734]
9135         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9136         as in the x86-64 code to use bswap.
9137
9138 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9139
9140         [BZ #2680]
9141         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9142         __USE_UNIX98.
9143         * posix/bits/unistd.h: Likewise.
9144
9145 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9146
9147         [BZ #2751]
9148         * string/strchr.c: Add cast to avoid warning.
9149
9150 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9151
9152         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9153         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9154         limit is needed to avoid the exploding of the address space
9155         requirement for secondary heaps.
9156         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9157         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9158
9159 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9160
9161         [BZ #3018]
9162         * Makerules (depfiles): Handle extra-test-objs the same as
9163         extra-objs.
9164         (common-mostlyclean): Likewise.
9165         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9166         instead.
9167         * elf/Makefile (extra-objs): Likewise.
9168         * stdlib/Makefile (extra-objs): Likewise.
9169
9170 2006-08-14  Eric Blake  <ebb9@byu.net>
9171
9172         [BZ #3044]
9173         * misc/error.h: Assume C89 or better.
9174         * misc/error.c: Likewise.
9175
9176 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9177
9178         [BZ #3040]
9179         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9180         __ASSUME_ATFCTS is defined.
9181
9182 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9183
9184         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9185         to sort in each call.
9186
9187         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9188         is empty simply return and use next service.
9189         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9190
9191         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9192         tells us when not finding a charmap file is an error.
9193         * locale/programs/charmap.h: Adjust charmap_read prototype.
9194         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9195         cannot find a charmap.
9196         * locale/programs/localedef.c (main): Adjust charmap_read call.
9197
9198 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9199
9200         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9201         sysdeps/posix/pause.c implementation instead.
9202
9203 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9204
9205         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9206         to EPERM.
9207
9208 2006-08-13  Andreas Schwab  <schwab@suse.de>
9209
9210         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9211         Don't clobber caller's LRSAVE.
9212         (_dl_prof_resolve): Likewise.
9213
9214 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9215
9216         [BZ #1996]
9217         * libio/memstream.c (open_memstream): Allocate initial buffer with
9218         calloc.
9219         * libio/wmemstream.c (open_wmemstream): Likewise.
9220         * libio/strops.c: Pretty printing.
9221         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9222         (enlarge_userbuf): New function.
9223         (_IO_str_seekoff): Call it if seek position is larger than current
9224         buffer.
9225         * libio/wstrops.c: Likewise.
9226         * libio/vasprintf.c: Add comment as to why we do not have to use
9227         calloc instead of malloc to allocate initial buffer.
9228         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9229         * libio/bug-memstream1.c: New file.
9230         * libio/bug-wmemstream1.c: New file.
9231
9232 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9233
9234         * libio/wstrops.c: Remove dead macro definitions and comments.
9235         * libio/strops.c: Likewise.
9236
9237         [BZ #2764]
9238         * login/utmpname.c (__utmpname): Remove unnecessary test.
9239
9240 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9241
9242         [BZ #2832]
9243         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9244         0s from integers.
9245
9246 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9247
9248         [BZ #2987]
9249         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9250         for CPU clocks.
9251         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9252         setting of CPU clocks.
9253
9254 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9255
9256         [BZ #2841]
9257         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9258         since C99 requires the result to promote to 'int' when uint_least8_t
9259         and uint_least16_t promote to 'int'.
9260
9261 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9262
9263         [BZ #3013]
9264         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9265         lenght of one output field, correct bitmask creation.
9266         * locale/programs/ld-time.c: Add alignment.
9267
9268         [BZ #2997]
9269         * misc/error.c: Add space between program name and message if file
9270         name is missing.
9271
9272 2006-08-03  Eric Blake  <ebb9@byu.net>
9273
9274         [BZ #2998]
9275         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9276
9277 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9278
9279         * malloc/memusagestat.c: Silence warnings.
9280
9281         * malloc/malloc.c: Dynamically size mmap treshold if the program
9282         frees mmaped blocks.
9283         Patch by Valerie Henson and Arjan van de Ven.
9284
9285 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9286
9287         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9288         __USE_GNU.
9289
9290         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9291         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9292         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9293         Only provide var definitions in strtol_l (or for *ull*
9294         in strtoll_l).
9295
9296         * stdio-common/bug16.c (tests): New array.
9297         (do_tests): Allow the first hexadecimal digit
9298         to be 1, 2, 4 or 8.  Do 3 additional tests.
9299
9300         * sysdeps/s390/fpu/libm-test-ulps: Update.
9301
9302         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9303         fchownat syscall if available.
9304         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9305         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9306         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9307
9308 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9309
9310         * nis/nis_xdr.c: Avoid some function calls.
9311
9312 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9313             Ulrich Drepper  <drepper@redhat.com>
9314
9315         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9316         short cut if only one name component is stripped away.
9317
9318 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9319
9320         * nis/nis_call.c: Minor cleanups throughout.
9321         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9322         (first_shoot): Add search_parent_first parameter.  Only if it is set
9323         search parent server first.
9324         If directory for table found through cold start cache is not the same
9325         as referenced in the cache, don't use it.
9326         (__nisfind_server): Take additional parameter.  Pass it on to
9327         first_shoot.
9328         (__prepare_niscall): Adjust __nisfind_server call.
9329         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9330         * nis/nis_table.c: Adjust __nisfind_server call.
9331         * nis/nis_lookup.c: Likewise.
9332         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9333
9334 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9335
9336         [BZ #2182]
9337         * math/s_cacosh.c: Return values from positive branch.
9338         * math/s_cacoshf.c: Likewise.
9339         * math/s_cacoshl.c: Likewise.
9340
9341         [BZ #2883]
9342         * sysvipc/sys/msg.h: Change return value to ssize_t.
9343         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9344         * sysvipc/msgrcv.c: Likewise.
9345         * include/sys/msg.h: Likewise.
9346
9347         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9348         test introduced in patch for bz #661.
9349         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9350         element for NEWGROUPS.
9351
9352         [BZ #2908]
9353         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9354         'f', use '1' as leading digit not '\1'.
9355         * stdio-common/Makefile (tests): Add bug16.
9356         * stdio-common/bug16.c: New file.
9357
9358         [BZ #2914]
9359         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9360         and don't try to open it.  The patch introducing the macro
9361         contained a bug and used the same file name as the new file
9362         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9363         this out completely.
9364
9365         [BZ #2926]
9366         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9367         Patch by Jerry James <Jerry.James@usu.edu>.
9368
9369         * rt/Makefile (tests): Add tst-clock2.
9370         * rt/tst-clock2.c: New file.
9371
9372         [BZ #2978]
9373         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9374         function and its parameters and pass it to new thread.
9375         (__gai_notify): Add support for alternative waiting for completion.
9376         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9377         waiting for completion.
9378         * resolv/getaddrinfo_a.c: Likewise.
9379         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9380         waiting for completion is used.
9381         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9382         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9383         * resolv/gai_error.c: Likewise.
9384         * resolv/gai_sigqueue.c: Likewise.
9385
9386 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9387
9388         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9389         errno to EBADF and return MACH_PORT_NULL.
9390
9391 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9392
9393         [BZ #2980]
9394         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9395
9396 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9397
9398         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9399         walk them instead of the symbol table.
9400
9401 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9402
9403         [BZ #2098]
9404         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9405         status of NSS calls, not the number of returned entries.
9406
9407         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9408         request_key, keyctl.
9409
9410 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9411
9412         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9413
9414 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9415
9416         * elf/tst-auditmod1.c: Fix typo in #error.
9417
9418 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9419
9420         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9421
9422         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9423
9424 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9425
9426         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9427         that the directory is empty even on non-POSIX filesystems.
9428
9429 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9430
9431         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9432
9433         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9434         the backend NSS module.  If backend setgrent call failed, don't have
9435         internal_setgrent fail.  Just remember this until it is needed.
9436         * nis/nss_compat/compat-pwd.c: Likewise.
9437         * nis/nss_compat/compat-spwd.c: Likewise.
9438
9439 2006-07-30  Roland McGrath  <roland@redhat.com>
9440
9441         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9442         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9443         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9444         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9445
9446         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9447         (nanosleep_not_cancel): New macro.
9448         (sigsuspend_not_cancel): new macro.
9449         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9450         (do_sigsuspend): Define as inline.
9451         (__sigsuspend): Always use do_sigsuspend.
9452         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9453         * include/signal.h: Declare __sigsuspend_nocancel.
9454         * sysdeps/posix/pause.c
9455         [! NO_CANCELLATION] (__pause_nocancel): New function.
9456
9457         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9458         * include/time.h (__nanosleep_nocancel): Likewise.
9459
9460 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9461
9462         * locale/programs/localedef.c (add_to_readlist): Rename local
9463         variables to avoid confusion.
9464
9465         * locale/programs/charmap.c (charmap_read): Emit error message if
9466         charmap couldn't be found or read.
9467
9468 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9469
9470         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9471         __ASSUME_FUTEX_LOCK_PI.
9472         * include/time.h: Declare __nanosleep_nocancel.
9473         * include/unistd.h: Declare __pause_nocancel.
9474
9475         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9476         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9477         get the __stack_chk_fail_local definition when it's needed.
9478
9479 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9480
9481         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9482         * dlfcn/bug-atexit3.c: New file.
9483         * dlfcn/bug-atexit3-lib.cc: New file.
9484
9485         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9486         used when the namespace is not the base namespace.
9487
9488 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9489
9490         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9491         (__new_exitfn): Bump it in every successful call.
9492         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9493         more exit handlers, call them right away.
9494         * stdlib/exit.h: Declare __new_exitfn_called.
9495
9496 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9497
9498         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9499         calling registered handler.
9500
9501         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9502         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9503         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9504         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9505         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9506         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9507         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9508         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9509
9510 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9511
9512         * elf/dl-lookup.c (dl_new_hash): New functions.
9513         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9514         value here.  Compute new-style hash value.  Pass new hash value
9515         and reference to variable with the old value to do_lookup_x.
9516         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9517         old-style hash table.
9518         (_dl_debug_bindings): Pass new hash value and reference to variable
9519         with the old value to do_lookup_x.
9520         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9521         new-style hash value and change old-style hash value parameter to
9522         be a reference.  Reoganize functions to determine whether
9523         new-style hash table is available.  Only fall back on old-style
9524         table.  If old-style hash value is needed, compute it here.
9525         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9526         entry.
9527         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9528         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9529         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9530         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9531         * Makeconfig: If linker supports --hash-style option add it to all
9532         linker command lines to build DSOs.
9533         * config.make.in: Define have-hash-style.
9534         * configure.in: Test whether linker supports --hash-style option.
9535
9536         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9537         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9538
9539 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9540
9541         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9542         auditing.
9543
9544         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9545         RPATH of main map twice.
9546
9547 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9548
9549         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9550         look further, return original strings.
9551         (_nl_find_msg): Do not return found translation if the conversion
9552         failed.  Either signal the string is unusable or that something went
9553         wrong and the original should be used.
9554
9555 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9556
9557         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9558
9559 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9560
9561         [BZ #2766]
9562         * misc/insremque.c (insque): Handle prev == NULL.
9563         * misc/Makefile (tests): Add tst-insremque.
9564         * misc/tst-insremque.c: New test.
9565
9566 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9567
9568         [BZ #2792]
9569         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9570         conflict with DL_DST_REQUIRED.
9571
9572 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9573
9574         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9575         match what Solaris does.
9576
9577 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9578
9579         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9580         local_setegid instead of seteuid and setegid.
9581         * sysdeps/generic/local-setxid.h: New file.
9582         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9583
9584         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9585
9586         * string/Makefile (tests): Add bug-envz1.
9587         * string/bug-envz1.c: New file.
9588
9589 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9590
9591         * posix/regex_internal.c (re_string_skip_chars): If no character has
9592         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9593         to the byte which couldn't be converted.
9594         (re_string_reconstruct): Don't clear valid_raw_len before calling
9595         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9596         tip_context using re_string_context_at.
9597         * posix/Makefile: Add rules to build and run bug-regex25 test.
9598         * posix/bug-regex25.c: New test.
9599
9600 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9601
9602         [BZ #2703]
9603         * string/envz.c (envz_strip): Correct erroneously reversed src
9604         and dest parameters to memmove() invocation.
9605
9606 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9607
9608         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9609         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9610         to make sure the database has been already invalidated.
9611         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9612         after the cache has been invalidated.  Use pthread_mutex_lock rather
9613         than pthread_mutex_trylock if fd != -1.
9614         * nscd/connections.c (invalidate_cache): Add fd argument, write
9615         response to fd if not calling prune_cache, pass fd to prune_cache.
9616         (handle_request): Adjust invalidate_cache caller.
9617         (nscd_run): Pass -1 as fd to prune_cache.
9618
9619 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9620
9621         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9622         the correct place.
9623
9624 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9625
9626         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9627         * nscd/cache.c (prune_cache): Take prunelock before starting the
9628         work.  Just return in case it is already taken.
9629         * nscd/connections.c (dbs): Initialize .prunelock.
9630
9631 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9632
9633         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9634         copying.  No need to allocate new array for group members.  Just
9635         move the pointers and update the size.
9636
9637         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9638         Avoid memory leak in case realloc fails.  Simplification for
9639         better code generation.
9640
9641         Avoid deprecation warning because of libc_hidden_proto for
9642         inet6_option_alloc.
9643         * inet/inet6_option.c (option_alloc): Renamed from
9644         inet6_option_alloc.  Made static.
9645         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9646         (inet6_option_append): Call option_alloc.
9647         * include/netinet/in.h: Remove libc_hidden_proto for
9648         inet6_option_alloc.
9649
9650         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9651         for cleanup when cb!=NULL [Coverity CID 233].
9652
9653 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9654
9655         [BZ #2693]
9656         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9657         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9658         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9659         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9660         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9661         and inet6_rth_getaddr.
9662         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9663         array.
9664         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9665         Mark inet6_option_* interfaces as deprecated.
9666         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9667         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9668         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9669         inet6_rth_segments, and inet6_rth_getaddr.
9670         * inet/inet6_opt.c: New file.
9671         * inet/inet6_rth.c: New file.
9672
9673         * inet/netinet/icmp6.h: Pretty printing.
9674
9675         [BZ #2683]
9676         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9677
9678 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9679
9680         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9681         doing it all here.  When server does not know the answer do not
9682         fail immediate, try parent first.
9683
9684         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9685         overflow test.
9686
9687 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9688
9689         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9690         from __do_niscall.
9691         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9692         and exported.
9693         (__follow_path): New function.  Split out from nis_list.
9694         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9695         _xdr_nis_result.
9696         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9697         _xdr_nis_result.
9698         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9699         and __follow_path.
9700         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9701         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9702         from libnsl for version GLIBC_PRIVATE.
9703         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9704         Remove entry parameter from _nss_nisplus_parse_pwent and
9705         _nss_nisplus_parse_grent.
9706         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9707         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9708         again.  Rewrite getpwent handling to not use nis_first_entry and
9709         nis_next_entry.  Roll out own niscall handling.
9710         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9711
9712         * sunrpc/xdr_rec.c: Fix typo in comment.
9713
9714 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9715
9716         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9717         handling.
9718
9719         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9720         to allocate memory for my_pollfd.  Better initialization of
9721         cb_is_running.  Use TEMP_FAILURE_RETRY.
9722
9723         * malloc/memusage.sh (memusageso): Add quotes.
9724         (memusagestat): Likewise.
9725         * debug/xtrace.sh (pcprofileso): Likewise.
9726         (pcprofiledump): Likewise.
9727         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9728         replacement.
9729         * malloc/Makefile ($(objpfx)memusage): Likewise.
9730
9731         * nis/nis_callback.c (__nis_create_callback): Calls to
9732         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9733         asprintf call fails.
9734
9735         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9736         no uninitialized memory is passed to sendto.
9737
9738 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9739
9740         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9741         of snprintf+strdup.  Handle OOM.
9742         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9743         cb->serv together.  Remove now obsolete free calls.
9744         (__nis_destroy_callback): Remove now obsolete free call.
9745
9746 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9747
9748         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9749         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9750         and ULA respectively). Set precedence for IPv4 address to 10 as
9751         defined in RFC3484 for preferring IPv6.
9752         * posix/gai.conf: Update to match the new default tables.
9753
9754 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9755
9756         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9757         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9758         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9759         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9760
9761         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9762         Removed.
9763         (init_nss_interface): Remove initialization of these variables.
9764
9765 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9766
9767         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9768         nis_free_directory forward to avoid duplication.
9769
9770 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9771
9772         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9773         rec_dirsearch returning NULL.
9774         (first_shoot): Handle __nis_finddirectory returning NULL.
9775         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9776
9777         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9778         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9779
9780 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9781
9782         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9783         pid changed.
9784
9785 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9786
9787         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9788
9789         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9790         * nscd/nscd_getgr_r.c: Likewise.
9791
9792         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9793
9794         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9795         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9796
9797         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9798
9799         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9800
9801         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9802
9803         * include/rpc/auth.h: Mark xdr_des_block_internal and
9804         xdr_opaque_auth_internal as hidden.
9805
9806         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9807         hidden.
9808
9809         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9810
9811         * misc/getusershell.c (okshells): Don't use static initializers,
9812         do it dynamically.
9813
9814         * stdlib/fmtmsg.c (keywords): Change type of len element to
9815         uint32_t to not waste space on 64bit machines.
9816
9817         * locale/setlocale.c: Change _nl_category_names into a string.
9818         Add new _nl_category_name_idxs.  Change all users.
9819         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
9820         Declare _nl_category_name_idxs.
9821         * locale/findlocale.c: Adjust for _nl_category_names change.
9822         * locale/loadlocale.c: Likewise.
9823         * locale/newlocale.c: Likewise.
9824         * intl/dcigettext.c: Likewise.
9825
9826         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
9827         (add_alias2): ...here.  New function.
9828         (__gconv_read_conf): Simplify builtin alias handling.
9829         (builtin_aliases): Convert to string to avoid relocations.
9830         * iconv/gconv_builtin.h: Add comment about correct formatting.
9831
9832 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
9833
9834         * resolv/res_debug.c (loc_ntoa): Make error const.
9835
9836 2006-05-14  Andreas Schwab  <schwab@suse.de>
9837
9838         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
9839
9840 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
9841
9842         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
9843         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
9844         sizeof (cpu_set_t).
9845
9846 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
9847
9848         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
9849
9850         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
9851
9852         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
9853         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
9854
9855         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
9856         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
9857
9858         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
9859         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
9860         xdr_cback_data.
9861
9862         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
9863         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9864         xdr_ypupdate_args.
9865
9866         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
9867         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
9868
9869         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
9870         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
9871
9872         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
9873         * include/rpcsvc/nis_callback.h: New file.
9874
9875         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
9876         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
9877
9878         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9879         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9880
9881         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
9882         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
9883
9884         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
9885         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
9886
9887         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
9888         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
9889         xdr_ypdelete_args.
9890
9891         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
9892         __BEGIN_DECLS and __END_DECLS, the header is not installed.
9893
9894         * nis/nis_error.c: Remove table of strings.  Use position
9895         independent mechanism.
9896         * nis/nis_error.h: New file.
9897
9898 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
9899
9900         * locale/programs/ld-time.c (time_finish): If wide era name or
9901         format aren't provided, set both wname and wformat to L"".
9902
9903 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9904
9905         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
9906         results if the call was succesful.
9907
9908         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
9909
9910         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
9911         as hidden.
9912
9913 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
9914
9915         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
9916
9917 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
9918
9919         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
9920         caller makes sure this is not the case.
9921         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
9922
9923 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
9924
9925         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
9926         calls.
9927
9928         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
9929         [Coverity CID 229, 230]
9930
9931         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
9932         DGETTEXT calls.
9933         (hol_help): Likewise.  [Coverity CID 226, 227]
9934
9935         * string/argz-replace.c (__argz_replace): Unconditionally call
9936         free on SRC.  [Coverity CID 225]
9937
9938         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
9939         the return value of __nis_default_owner and __nis_default_group,
9940         it has been especially allocated.  [Coverity CID 224]
9941
9942         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
9943         searchgroup and searchowner.  Significantly simplified.
9944         (__nis_default_owner): Remove duplication.  Do not locally copy the
9945         string before duplicating it.
9946         (__nis_default_group): Likewise.
9947
9948         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
9949         we must clear the variable before calling __nisfind_server.
9950
9951         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
9952         nis_getnames.  [Coverity CID 223]
9953
9954         * locale/programs/locfile.c (locfile_read): Use alloca instead of
9955         xmalloc to allocate local repertoire name.  [Coverity CID 222]
9956
9957         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
9958         allocate memory for the input to add_bytes.  [Coverity CID 221]
9959
9960         * posix/wordexp.c (w_addword): Free word if realloc fails and it
9961         was allocated here.  [Coverity CID 219, 220]
9962
9963         * posix/getconf.c (print_all): Free confstr data after printing.
9964         [Coverity CID 218]
9965
9966         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
9967         list allocation fails.  [Coverity CID 215]
9968
9969         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
9970         [Coverity CID 213]
9971
9972         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
9973         string is NULL.  [Coverity CID 212]
9974         * argp/Makefile: Add rules to build and run bug-argp1.
9975         * argp/bug-argp1.c: New file.
9976
9977         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
9978         end of string.
9979         * stdlib/canonicalize.c (__realpath): Likewise.
9980
9981         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
9982         pointer.  [Coverity CID 206]
9983
9984         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
9985         in statically linked code.
9986         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
9987         statically built code, be prepared to have no link map.
9988         [Coverity CID 205]
9989
9990         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
9991         dgettext calls. [Coverity CID 204]
9992
9993         * argp/argp-help.c (struct uparams): Remove valid member.  Change
9994         the one user.
9995         (uparam_names): Reduce size.  Avoid relative relocations.
9996         Moved to read-only segment.
9997         (fill_in_uparams): Update for new layout.
9998
9999         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10000         assumed to always be != NULL. [Coverity CID 202]
10001
10002         * argp/argp-help.c (hol_entry_help): Remove some dead code
10003         [Coverity CID 200].
10004
10005         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10006         away a few more unconditional yperr2nss calls.
10007         (_nss_nis_getservbyname_r): Likewise.
10008
10009 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10010
10011         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10012         architectures.
10013
10014         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10015         that unused memory passed to sendto is nevertheless initialized.
10016
10017         [BZ #2499]
10018         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10019         possibly unaligned memory accesses.
10020
10021         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10022         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10023         and __putlong respectively.  Correct buffer overflow check for
10024         NS_NOTIFY_OP.
10025
10026         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10027
10028         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10029         (send_dg): Rewrite error handling to be more compact and avoid
10030         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10031
10032         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10033
10034         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10035         instead of ns_get16.
10036         (res_queriesmatch): Likewise.  Minor optimization.
10037
10038         [BZ #2499]
10039         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10040         __libc_res_nsend might reallocate the buffer for the answer.  In
10041         this case we have to reload the HP pointer.
10042
10043 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10044
10045         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10046         some branch prediction hints.
10047
10048         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10049         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10050         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10051         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10052         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10053         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10054         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10055         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10056
10057 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10058
10059         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10060         by a GOT relocation to make Scrt1.o position independent.
10061         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10062
10063         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10064         six system call parameters.
10065         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10066
10067 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10068
10069         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10070         malloc&bzero.
10071
10072         * sunrpc/svc_udp.c (BZERO): Remove definition.
10073         (CALLOC): Define.
10074         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10075
10076         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10077         (des_SPtrans): Use uint32_t type.
10078         (des_skb): Likewise.
10079
10080         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10081
10082 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10083
10084         [BZ #2509]
10085         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10086         on 32-bit arches.
10087
10088 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10089
10090         * locale/programs/ld-address.c (address_finish): Fix one more
10091         place where the iso639 array might be accessed beyond the limits.
10092
10093 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10094
10095         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10096         filling it for the first time.
10097
10098         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10099         Adjust all callers.
10100         Free res object content before returning.
10101
10102         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10103
10104         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10105         client->cl_auth.
10106
10107         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10108         cleanup for initial thread, just the free call on TVP.
10109
10110         * nscd/gai.c (__getline): Define.
10111
10112
10113 See ChangeLog.16 for earlier changes.