Update.
[glibc.git] / ChangeLog
blob6a2f201a8540fb070c71105efbecc0d1518f2cfa
1 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
3         * stdlib/monetary.h: Uglify function parameter names.
4         * sunrpc/rpc/pmap_clnt.h: Likewise.
5         * sunrpc/rpc/svc.h: Likewise.
6         * sunrpc/rpc/xdr.h: Likewise.
7         * sunrpc/rpc/clnt.h: Likewise.
8         * resolv/netdb.h: Likewise.
9         * resolv/arpa/nameser.h: Likewise.
10         * resolv/resolv.h: Likewise.
11         * argp/argp.h: Likewise.
12         * locale/langinfo.h: Likewise.
13         * io/sys/stat.h: Likewise.
14         * posix/spawn.h: Likewise.
15         * nis/rpcsvc/nislib.h: Likewise.
16         * malloc/obstack.h: Likewise.
17         * sysdeps/ia64/bits/link.h: Likewise.
18         * sysdeps/i386/bits/link.h: Likewise.
19         * sysdeps/s390/bits/link.h: Likewise.
20         * sysdeps/powerpc/bits/link.h: Likewise.
21         * sysdeps/x86_64/bits/link.h: Likewise.
22         * sysdeps/sparc/bits/link.h: Likewise.
23         * sysdeps/sh/bits/link.h: Likewise.
24         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
25         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
26         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
27         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
29 2008-12-01  Fredrik Unger  <fred@tree.se>
31         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
32         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
33         _FP_UNPACK_RAW_2, fix up first argument.
35 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
37         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
38         (GET_NPROCS_PARSER): Change parameters and use next_line.
39         (__get_nprocs): Rewrite to not use stdio routines.
40         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
41         Change parameters and use next_line.
43 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
45         [BZ #5381]
46         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
47         Change mempool_alloc prototype.
48         * nscd/mem.c (gc): Don't handle mem_in_flight.
49         (mempool_alloc): Third parameter now only indicates whether this is the
50         first call (to allocate data) or not.  If it is, get db rdlock.
51         Release it on error.  Don't handle mem_in_flight.
52         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
53         Adjust third parameter of mempool_alloc calls.
54         Nothing to do here in case mempool_alloc fails.
55         Avoid local variable shadowing parameter.  No need to get db rdlock
56         before calling cache_add.
57         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
58         no mem_in_flight array anymore.
59         * nscd/connections.c: Remove definition and handling of mem_in_flight.
60         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
61         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
62         in case mempool_alloc fails. No need to get db rdlock before calling
63         cache_add.
64         * nscd/hstcache.c (cache_addhst): Likewise.
65         * nscd/initgrcache.c (addinitgroupsX): Likewise.
66         * nscd/servicescache.c (cache_addserv): Likewise.
67         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
69 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
71         * po/lt.po: Update from translation team.
73 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
75         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
76         defined, allow additional data to be added using the optional
77         MORE_ELF_HEADER_DATA macro.
78         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
79         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
81 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
83         * include/atomic.h: Define catomic_and if not already defined.
84         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
85         * sysdeps/i386/i486/bits/atomic.h: Likewise.
87 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
89         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
90         Change all callers.
91         (_int_realloc): Likewise.  Third argument is now padded size
92         All _int_* functions are now static.
94         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
95         * malloc/arena.c: Likewise.
96         * include/malloc.h: Remove now unnecessary declarations of the _int_*
97         functions.
99         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
100         easily.
102         * malloc/malloc.c: Add branch prediction for use of the hooks.
104         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
106 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
108         [BZ #7095]
109         * bits/confname.h: Add SUSv7 macros for getconf environments.
110         * bits/environments.h: Likewise.
111         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
112         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
113         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
114         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
115         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
116         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
117         * posix/getconf.c: Likewise.
118         * posix/sysconf.c: Likewise.
119         * sysdeps/posix/sysconf.c: Likewise.
120         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
121         environments.
123 2009-01-16  Petr Baudis  <pasky@suse.cz>
125         [BZ #9753]
126         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
127         even if we currently have zero nscount.
129 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
131         [BZ #9781]
132         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
133         the input line is too long.
135         * po/Makefile (libc.pot): Add f_print as function taking c-format
136         parameter.
138         * debug/xtrace.sh: Unify translatable messages.
139         * elf/ldd.bash.in: Likewise.
140         * elf/sprof.c: Likewise.
141         * locale/programs/locale.c: Likewise.
142         * malloc/memusage.sh: Likewise.
143         * nss/getent.c: Likewise.
145 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
147         * debug/pcprofiledump.c (print_version,
148         argp_program_version_hook): New function.
149         * elf/ldconfig.c (more_help): New function.
150         (argp): Use it.
151         * elf/sln.c (usage): New function.
152         (main): Support --help and --version.
153         * malloc/memusagestat.c (print_version): New function.
154         (argp_program_version_hook): New variable.
155         * nscd/nscd.c (more_help): New function.
156         (argp): Use it.
157         * posix/getconf.c (main): Send --version output to stdout.
158         Support --help.
159         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
160         arguments.  All callers changed.
161         (print_version): New function.
162         (parseargs): Support --help and --version.
163         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
164         changed.
165         (print_version): New function.
166         (main): Use getopt_long.  Support --help and --version.
167         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
168         --version.
170 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
172         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
173         (update_data): Fix handling of wrapping back
174         to the beginning of the buffer.
176         [BZ #9823]
177         * stdio-common/psignal.c (psignal): Fix test for empty string.
179 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
181         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
182         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
183         move _null_auth to .rodata.
185         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
186         value of 24.
188         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
190         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
191         today than when the original code was written.  Use larger
192         buffers.  This also makes it unnecessary to have stat information,
193         if this causes extra efforts.
194         (__opendir): In case O_DIRECTORY works, don't call fstat just for
195         __alloc_dir.
197 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
199         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
200         is set.
201         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
202         * sysdeps/sh/sh4/__longjmp.S: Likewise.
203         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
204         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
205         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
206         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
208 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
210         * po/ru.po: Update from translation team.
212 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
214         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
215         Add _tid slot to maintain consistency with kernel.
217 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
219         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
220         incomplete characters at end of input buffer.
221         * libio/Makefile (tests): Add tst-fgetwc.
222         * libio/tst-fgetwc.c: New file.
223         * libio/tst-fgetwc.input: New file.
225 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
227         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
229 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
231         [BZ #9793]
232         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
233         *OUTBUFSTART unless the whole output fit into the buffer.
234         * iconv/Makefile (tests): Add tst-iconv4.
235         * iconv/tst-iconv4.c: New file.
237 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
239         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
240         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
242 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
244         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
245         newer linker scripts.
247 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
249         [BZ #7040]
250         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
251         inotify_rm_watch should have type int.
253 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
255         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
256         Make aligned_restore_vmx a local symbol.
257         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
258         Likewise.
260 2009-01-30  Andreas Jaeger  <aj@suse.de>
262         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
263         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
264         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
265         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
266         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
267         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
268         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
270 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
272         [BZ #9726]
273         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
274         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
276 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
278         [BZ #9726]
279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
280         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
282         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
284 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
286         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
287         memcpy instead of memcmp.
288         (_dl_setup_pointer_guard): Likewise.
290 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
292         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
293         manipulated brk, use malloc_printerr.
294         * misc/sbrk.c (__sbrk): Better error handling for nonsense
295         requests.
297 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
299         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
300         rindex): For C++ add inlines so that they can be recognized as
301         builtins.
302         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
304 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
305             Jakub Jelinek  <jakub@redhat.com>
307         * string/string.h: Define correct C++ prototypes for gcc 4.4.
308         * wcsmbs/wchar.h: Likewise.
310 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
312         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
313         (stackinfo_sub_sp): Define.
315 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
317         [BZ #9750]
318         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
319         * include/alloca.h (alloca_account): Define.
320         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
321         (stackinfo_sub_sp): Define.
323         * nscd/connections.c (nscd_init): If database file access fails
324         check whether this is due to permission problems and bail in that
325         case.
327         [BZ #9741]
328         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
329         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
331 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
333         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
334         Add "t" to clobber list.
335         (INTERNAL_SYSCALL_NCS): Likewise.
337 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
339         * nss/getent.c (print_networks): Don't print comma between aliases.
341 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
343         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
345         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
346         the hash table.
347         * misc/Makefile (tests): Add bug-hsearch1.
348         * misc/bug-hsearch1.c: New file.
350 2009-01-22  Roland McGrath  <roland@redhat.com>
352         * Makeconfig (%.v.i): Strip trailing # comments,
353         not only whole-line comments.
355 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
357         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
358         one parameter.  If non-NULL use it to initialize return value.
359         (_dl_setup_pointer_guard): New function.
360         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
361         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
362         * elf/rtld.c (security_init): Pass _dl_random to
363         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
364         pointer_chk_guard.
365         * elf/dl-sysdep.c (_dl_random): New variable.
366         (_dl_sysdep_start): Handle AT_RANDOM.
367         (_dl_show_auxv): Likewise.
368         * elf/dl-support.c (_dl_random): New variable.
369         (_dl_aux_init): Handle AT_RANDOM.
370         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
371         to _dl_setup_stack_chk_guard.
373         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
375 2009-01-10  Roland McGrath  <roland@redhat.com>
377         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
379 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
381         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
383         [BZ #9706]
384         * nss/nss_files/files-parse.c (strtou32): New function.
385         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
386         across 32-bit and 64-bit platforms.
387         (INT_FIELD_MAYBE_NULL): Likewise.
389 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
391         [BZ #9720]
392         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
393         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
394         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
395         Likewise.
397 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
399         [BZ #697]
400         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
401         being NULL also if there are no backreferences.
402         * posix/rxspencer/tests: Add testcases.
404 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
406         [BZ #9697]
407         * posix/bug-regex17.c: Add testcases.
408         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
409         handling.
411 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
413         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
414         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
415         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
416         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
417         for elf subdir.
418         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
419         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
420         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
421         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
422         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
423         * sysdeps/unix/sysv/linux/s390/Versions: New file.
425 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
427         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
428         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
429         re_string_skip_chars, re_string_reconstruct): Likewise.
430         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
432 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
434         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
435         adjust the buffer alignment.
437 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
439         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
440         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
441         net/route.h.
443         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
444         flavor to description only when flavor is not NULL.
446         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
447         mutex after SIGIO/SIGURG lookup loop.
449 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
451         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
453 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
455         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
456         handling.
458 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
460         * sysdeps/unix/sysv/linux/kernel-features.h
461         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
463         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
464         if no output is written.
466         * version.h: Bump to 2.10 development.
468         * posix/getconf.c: Update copyright year.
469         * nss/getent.c: Likewise.
470         * iconv/iconvconfig.c: Likewise.
471         * iconv/iconv_prog.c: Likewise.
472         * elf/ldconfig.c: Likewise.
473         * catgets/gencat.c: Likewise.
474         * csu/version.c: Likewise.
475         * elf/ldd.bash.in: Likewise.
476         * elf/sprof.c (print_version): Likewise.
477         * locale/programs/locale.c: Likewise.
478         * locale/programs/localedef.c: Likewise.
479         * nscd/nscd.c (print_version): Likewise.
480         * debug/xtrace.sh: Likewise.
481         * malloc/memusage.sh: Likewise.
482         * malloc/mtrace.pl: Likewise.
483         * debug/catchsegv.sh: Likewise.
485 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
487         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
488         script.
490 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
492         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
493         gethostbyname4_r function call succeeded, just leave the loop.
495         [BZ #9694]
496         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
497         very end.
498         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
499         * wctype/Makefile (tests): Add bug-wctypeh.
500         * wctype/bug-wctypeh.c: New file.
502         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
503         LOCALDOMAIN is defined.
504         * nscd/nscd_getai.c (__nscd_getai): Likewise.
506         * sysdeps/x86_64/bits/select.h: New file.
508         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
510 2008-12-21  Bruno Haible  <bruno@clisp.org>
512         [BZ #9677]
513         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
514         if no output is written.
516 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
518         * login/utmp_file.c (pututline_file): Replace call to dup2 with
519         libc internal symbol __dup2 to avoid access through the PLT.
521 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
523         [BZ #6545]
524         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
525         available only for __USE_GNU.
527         * inet/Makefile (tests): Add tst-getni2.
528         * inet/tst-getni2.c: New file.
530         [BZ #7080]
531         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
532         NULL when NI_NAMEREQD is set.
533         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
534         * inet/Makefile (tests): Add tst-getni1.
535         * inet/tst-getni1.c: New file.
537 2008-12-03  Petr Baudis  <pasky@suse.cz>
539         [BZ #7067]
540         * nscd/connections.c (invalidate_cache): Use prune_run_lock
541         instead of prune_lock.
542         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
543         * nscd/nscd.h (database_dyn): Add prune_run_cache.
545 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
547         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
548         use.
550         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
551         handling.
553         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
554         after reading name server list.
556         [BZ #7058]
557         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
558         handling for host name aliases.
560 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
562         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
563         instead of doing things manually.
565 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
567         * posix/regex_internal.h (build_wcs_upper_buffer):
568         Return type is reg_error_t.
570 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
572         * posix/globtest.sh: Use mktemp to create temporary file and
573         directory.
575         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
576         sets correctly.
577         (__CPU_CLR_S): Likewise.
578         (__CPU_ISSET_S): Likewise.
580 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
581             Ulrich Drepper  <drepper@redhat.com>
583         * scripts/firstversion.awk: Use custom comparison function to compare
584         version numbers.
585         * scripts/versions.awk: Use sort invocation which can handle
586         multi-digit sub-version numbers.
588 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
590         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
591         * locale/iso-639.def: Add Chhattisgarhi entry.
593 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
595         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
596         ESRCH return value.
597         (_nss_dns_gethostbyname4_r): Likewise.
598         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
599         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
600         gethostbyname4_r, we don't have a separate IPv6 status, so copy
601         the no_data variable.
603         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
604         information at the correct index.
606         * socket/sys/socket.h: Declare accept4.
607         * socket/accept4.c: New file.
608         * sysdeps/unix/sysv/linux/accept4.c: New file.
609         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
610         * socket/Makefile (routines): Add accept4.
611         * socket/Versions: Export accept4 with version GLIBC_2.10.
612         * socket/paccept.c: Removed.
613         * sysdeps/unix/sysv/linux/paccept.c: Removed.
614         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
615         * Versions.def: Define GLIBC_2.10 for libc.
616         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
618         * nscd/connections.c: Use accept4.
620         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
622 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
624         * resolv/res_send.c (send_dg): Create sockets with non-blocking
625         flag already set.
627         * stdlib/setenv.c (unsetenv): Don't search environment if it does
628         not exist.
629         * stdlib/Makefile (tests): Add tst-unsetenv1.
630         * stdlib/tst-unsetenv1.c: New file.
632 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
634         * login/utmp_file.c (file_writable): New variable.
635         (setutent_file): Don't try to open file for writing.
636         (pututline_file): Before writing, make descriptor writable if
637         necessary.
639 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
641         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
642         to IPv4 or IPv6 if an interface has been found.
644 2008-11-26  Roland McGrath  <roland@redhat.com>
646         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
647         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
649         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
650         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
651         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
653         * elf/elf.h (NT_386_IOPERM): New macro.
654         (NT_PPC_VSX): New macro.
656 2008-11-25  Roland McGrath  <roland@redhat.com>
658         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
659         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
660         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
661         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
662         Subdirectories moved to ports repository.
663         * configure.in (base_machine): Remove alpha case.
665 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
667         * sysdeps/mach/strerror_l.c: New file.
669 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
671         [BZ #6411]
672         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
673         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
674         magic numbers.
675         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
676         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
677         (relax_fenv_state): Same as above.
678         (FPSCR_29): Reserve bit in ISA 2.05.
679         (FPSCR_NI): Provide define for compat.
680         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
681         magic numbers.
682         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
683         magic numbers.
684         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
685         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
686         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
687         access to hwcap to account for hwcap size increase to uint64_t.
688         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
689         Likewise.
690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
691         (*setcontext): Likewise.
692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
693         New file.
694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
695         New file.
696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
697         (*setcontext): dynamically select mtfsf insn based on
698         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
699         increase to uint64_t.
700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
701         (*swapcontext): dynamically select mtfsf insn based on
702         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
703         increase to uint64_t.
704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
705         New file.
706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
707         New file.
708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
709         (*setcontext): dynamically select mtfsf insn based on
710         PPC_FEATURE_HAS_DFP.
711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
712         (*swapcontext): dynamically select mtfsf insn based on
713         PPC_FEATURE_HAS_DFP.
715 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
717         * version.h: Bump for 2.9 release.
718         * include/features.h (__GLIBC_MINOR__): Bump to 9.
720         [BZ #7029]
721         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
722         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
723         all the rounding.
725 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
727         [BZ #7009]
728         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
729         unknown request types for now.
731 2008-11-11  Roland McGrath  <roland@redhat.com>
733         * sysdeps/x86_64/configure: New file.
735         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
736         * configure: Regenerated.
738 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
740         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
741         correct instruction to remove the stack frame.
743 2008-11-03  Michael Matz  <matz@suse.de>
745         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
746         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
748 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
750         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
751         Remove.
753         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
754         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
755         of the thread variable instead of void *.
756         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
757         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
758         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
759         __libc_tsd_define arguments.
760         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
761         __libc_tsd_address arguments.  Remove union hack.
762         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
763         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
764         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
765         Adjust __libc_tsd_{set,get} arguments.
766         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
767         __libc_tsd_define arguments.
768         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
769         arguments.
770         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
771         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
772         (LOCALE): Adjust __libc_tsd_define arguments.
773         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
774         arguments.
775         (LOCALE): Adjust __libc_tsd_define arguments.
776         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
777         arguments.
778         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
779         arguments.
781 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
783         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
784         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
786 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
788         [BZ #6966]
789         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
791 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
792             Ulrich Drepper  <drepper@redhat.com>
794         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
795         definition for GCC 3.1 and later.
797 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
799         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
800         refetch dtv, as it might have changed.
801         * elf/Makefile: Add rules to build and run tst-tls18.
802         * elf/tst-tls18.c: New test.
803         * elf/tst-tlsmod18a.c: New file.
805 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
807         [BZ #6875]
808         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
810 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
812         [BZ #6867]
813         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
815         [BZ #6919]
816         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
817         Fix length of copy operation.
819 2008-10-02  Pierre Habouzit <madcoder@debian.org>
821         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
822         and fix its calling convention.
824 2008-10-07  Andreas Schwab  <schwab@suse.de>
826         [BZ #6942]
827         * resolv/res_send.c (send_vc): Fix last change.
828         (send_dg): Align here as well.
830 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
832         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
833         return value in case rlimit is RLIM_INFINITY.
835         [BZ #6947]
836         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
837         for UL_SETFSIZE.
838         * resource/Makefile (tests): Add bug-ulimit1.
839         * resource/bug-ulimit1.c: New file.
841         [BZ #6974]
842         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
843         without dot.  Properly terminate the string with a null byte.
844         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
846         [BZ #6980]
847         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
848         negative sizees.
849         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
850         negative __size.
852         [BZ #6995]
853         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
855 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
857         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
858         abort if there is no initgroups_dyn function.
860         * resolv/res_send.c (send_dg): On timeout, only return nonzero
861         result if any of the queries really provided an answer.
863 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
865         * po/lt.po: Update from translation team.
867 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
869         * po/id.po: Update from translation team.
871 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
873         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
874         Fix tests for existence of second reply.
876 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
878         * po/id.po: New file.
879         Contributed by the Indonesian translation team.
881 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
883         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
884         initialization.
886 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
888         * elf/Makefile: Add rules to build and run tst-tls17.
889         * elf/tst-tls17.c: New test.
890         * elf/tst-tlsmod17a.c: New file.
891         * elf/tst-tlsmod17b.c: Likewise.
893 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
895         * stdlib/divmod_1.c: Use correct type for dummy variable.
896         * stdlib/mod_1.c: Likewise.
898 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
900         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
902 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
904         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
905         __nonnull order for C++.
906         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
907         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
909 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
911         * stdlib/longlong.h: Update from GCC.
913 2008-10-09  Jakub Jelinek <jakub@redhat.com>
914             David S. Miller  <davem@davemloft.net>
916         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
917         make sure any registers used with 64-bit 'branch-on-register'
918         instructions have their top 32-bits clear.
919         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
920         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
922 2008-09-18  Andreas Schwab  <schwab@suse.de>
924         [BZ #6942]
925         * resolv/res_send.c (send_vc): Fix use of unaligned address.
926         Properly handle partial reads.
928 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
930         * elf/elf.h (STO_MIPS_PLT): New.
931         (R_MIPS_COPY): New.
932         (R_MIPS_JUMP_SLOT): New.
933         (R_MIPS_NUM): Redefine to 128.
934         (DT_MIPS_PLTGOT): New.
935         (DT_MIPS_RWPLT): New.
936         (DT_MIPS_NUM): Redefine to 0x35.
938 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
940         * timezone/africa: Update from tzdata2008f.
941         * timezone/asia: Likewise.
942         * timezone/australasia: Likewise.
943         * timezone/europe: Likewise.
944         * timezone/leapseconds: Likewise.
945         * timezone/northamerica: Likewise.
946         * timezone/southamerica: Likewise.
947         * timezone/zone.tab: Likewise.
949 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
951         * nscd/connections.c: Disable use of paccept for now.
953 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
955         * socket/Versions: Remove paccept export for GLIBC_2.9.
956         * socket/Makefile (routines): Remove paccept.
957         * socket/sys/socket.h: Remove paccept declaration.
959         * po/sv.po: Update from translation team.
961 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
963         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
964         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
966 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
968         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
969         Patch by Olivier Fourdan <ofourdan@redhat.com>.
971 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
973         * sunrpc/rpc/svc.h: Declare svcfd_create.
974         Patch by Michael Solberg <msolberg@redhat.com>.
976 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
977             Ulrich Drepper  <drepper@redhat.com>
979         * malloc/malloc.c (public_vALLOc): Try other arenas in case
980         _int_valloc fails.
981         (public_pVALLOc): Likewise.
983 2008-09-02  Andreas Jaeger  <aj@suse.de>
985         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
986         commit.
988 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
990         [BZ #6860]
991         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
993 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
995         * Makefile (check-data): Check data directory in add-ons.
996         * elf/Makefile (check-data): Likewise.
998 2008-08-18  Roland McGrath  <roland@redhat.com>
1000         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1001         * configure: Regenerated.
1002         * config.make.in (cflags-cpu): New substituted variable.
1003         (with-cpu): Variable removed.
1004         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1006 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1008         [BZ #6845]
1009         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1010         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1011         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1012         redundant.  Functions which call floating point assembler operations
1013         should go into a sysdeps powerpc/fpu directory.
1015 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1017         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1018         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1020 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1022         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1024         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1025         change related to AT_EXECFN.  We cannot use that string.
1026         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1027         _dl_execfn member.
1028         * elf/dl-support.c: Remove _dl_execfn variable.
1029         (_dl_aux_init): Remove handling of AT_EXECFN.
1030         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1031         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1033 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1035         [BZ #6544]
1036         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1037         byte gets added to writes and seeks from the end use the length of
1038         the buffer and not the currently terminating NUL byte.
1040         [BZ #6634]
1041         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1042         Set to true if locking failed.
1043         (getutid_r_file): Adjust caller.
1044         (pututline_file): Likewise.  Return NULL in this case.
1045         Patch mostly by halesh.s@gmail.com.
1047 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1049         [BZ #6589]
1050         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1051         Define.
1052         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1054 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1056         [BZ #6839]
1057         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1058         macro since it is now available in elf/dynamic-link.h.
1060 2008-08-12  Roland McGrath  <roland@frob.com>
1062         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1063         in case used outside of libc.
1064         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1066 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1068         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1069         directly instead of going through dn_comp.
1071 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1073         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1074         Fix asm constraints.
1076 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1078         [BZ #6790]
1079         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1080         (IPV6_PMTUDISC_PROBE): Likewise.
1082 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1084         [BZ #6791]
1085         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1087 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1088             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1090         [BZ #6817]
1091         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1092         Added the members 'vsx' and 'arch_2_06'.
1093         (_dl_powerpc_platforms): Add the member 'power7'.
1094         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1095         to reflect the changes required by VSX and ISA 2.06.
1096         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1097         'power7'.
1098         Defined PPC_PLATFORM_POWER7.
1099         (_dl_string_platform): Add support for POWER7.
1100         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1101         capability and ISA 2.06.
1103 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1105         [BZ #6824]
1106         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1107         macro to detect use of 128 bit long double.
1108         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1110 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1112         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1114         [BZ #5794]
1115         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1116         parameters.
1117         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1118         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1120 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1122         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1123         guaranteed to be large enough to read inotify event.  Ignore
1124         EAGAIN error.  Better error message.  Add branch predicition.
1125         (main_loop_epoll): Likewise.
1127 2008-08-02  Roland McGrath  <roland@frob.com>
1129         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1130         Add memory clobbers.
1132 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1134         * manual/arith.texi: Avoid @strong{Note:}.
1135         * manual/creature.texi: Likewise.
1136         * manual/filesys.texi: Likewise.
1137         * manual/math.texi: Likewise.
1138         * manual/memory.texi: Likewise.
1139         * manual/resource.texi: Likewise.
1140         * manual/syslog.texi: Likewise.
1141         * manual/time.texi: Likewise.
1143         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1144         to prevent warning.
1146 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1148         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1149         new epoll_create1 interface.
1150         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1151         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1152         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1154         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1155         (NS_GET32): Likewise.
1157         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1158         syscalls, too.
1160         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1161         use the AT_EXECFN value if it is no absolute path.
1162         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1163         __ASSUME_AT_EXECFN.
1165         * Versions.def: Add GLIBC_2.9 to libresolv.
1166         * include/resolv.h: Remove hidden proto declarations for __ns_*
1167         functions.  Add them for __dn_count_labels and __p_secstodate.
1168         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1169         Define ns_msg_getflags macro here.
1170         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1171         and __p_secstodate.
1172         * resolv/Versions: Export functions from <arpa/nameser.h> from
1173         libresolv in version GLIBC_2.9.
1174         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1175         hidden definitions.
1176         * resolv/ns_netint.c: Likewise.
1177         * resolv/ns_parse.c: Likewise.
1178         * resolv/ns_print.c: Likewise.
1179         * resolv/ns_samedomain.c: Likewise.
1180         * resolv/ns_ttl.c: Likewise.
1181         * resolv/arpa/nameser_compat.h: Likewise.
1182         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1183         function calls.
1184         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1185         instead of ns_get16.
1186         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1187         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1188         (gaih_getanswer_slice): Likewise.
1189         * resolv/Makefile (libresolv-routines): Add ns_date.
1190         * resolv/ns_date.c: New file.
1192         * elf/Makefile (check-localplt.out): Also check libresolv and
1193         libcrypt.
1195 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1197         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1198         __ASSUME_O_CLOEXEC.
1200 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1202         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1203         buffer passed to NSS functions.
1205         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1207         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1208         Define.
1210         * misc/syslog.c (openlog_internal): Fix compile problem.
1212 2008-07-28  Roland McGrath  <roland@redhat.com>
1214         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1216 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1218         * io/ftw.c (add_object): Remove inline to avoid warning.
1220         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1222         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1223         Use it instead of locally defined resplen2 variable.
1224         (res_nsend): Adjust for __libc_res_nsend interface change.
1225         (send_vc): Initialize *resplen2 if necessary.  Read length of
1226         package into an appropriately aligned variable.  Store converted length
1227         in new variable and use it appropriately.
1228         Add branch prediction help.
1229         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1230         and pass it on to __libc_res_nsend.  Adjust all callers.
1231         (__libc_res_nsearch): Likewise.
1232         (__libc_res_nqeurydomain): Likewise.
1233         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1234         change.
1235         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1236         Define resplen2 variable and pass it to __libc_res_nsearch and then
1237         to gaih_getanswer.
1238         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1239         Add branch prediction.
1240         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1241         (gaih_getanswer): Don't decode second slice if first one failed due
1242         to a too small buffer.  Don't let not found status of second
1243         decoder shadow results of the first.
1244         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1245         and __libc_res_nquery interface changes
1246         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1247         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1248         __libc_res_nsearch, and __libc_res_nsend.
1249         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1250         change.
1251         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1252         __libc_res_nsearch interface changes.
1254 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1256         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1258         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1259         file descriptors with close-on-exec set.
1260         (exec_comm_child): Fix the case where the write end of the pipe is
1261         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1263         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1264         * io/pipe2.c: Likewise.
1265         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1266         instead of __ASSUME_PACCEPT.
1267         * include/unistd.h: Declare __have_pipe2.
1268         * libio/iopopen.c: Implement "e" flag.
1269         * libio/Makefile (tests): Add tst-popen1.
1270         * libio/tst-popen1.c: New file.
1272         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1273         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1275 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1277         [BZ #6771]
1278         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1279         success call of _IO_SEEKOFF or calls which failed because the
1280         descriptor is for a pipe.
1282         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1283         magic number.
1285         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1287         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1288         F_SETFD use if we know fopen set the flag.
1290         * login/utmp_file.c (setutent_file): Minor optimization in case
1291         O_CLOEXEC is available.
1293 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1295         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1296         * elf/Makefile: Use pie-ccflag variable.
1297         * nscd/Makefile: Likewise.
1298         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1300 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1302         [BZ #6724]
1303         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1304         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1305         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1306         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1307         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1308         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1309         utmp32, utmpx32 and login32.
1310         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1311         versions of struct utmp functions to libc and libutil.
1312         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1313         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1314         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1315         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1316         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1317         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1318         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1319         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1320         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1321         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1322         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1323         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1324         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1325         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1326         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1327         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1328         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1329         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1330         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1331         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1332         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1333         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1335 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1337         * scripts/gen-as-const.awk: Generate more widely usable code by
1338         using 64-bit arithmetic.
1340         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1341         the same treatment as narrow output code in last patch.
1343         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1345         [BZ #6763]
1346         * elf/dl-load.c (local_strdup): Remove inline.
1347         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1348         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1349         part of the object.
1351         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1353 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1355         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1356         the new syscalls, too.
1358         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1359         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1361         [BZ #6698]
1362         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1363         parameter for end of buffer.  If temporary copy is too large use
1364         malloc.
1365         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1366         interface change.
1367         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1368         string rewrite when allocating buffer.
1370         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1371         syscalls, too.
1373         * nscd/connections.c (nscd_init): Clean up fcntl call.
1375         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1376         SOCK_NONBLOCK if possible.
1378         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1379         SOCK_CLOEXEC if available.
1381         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1382         __libc_clntudp_bufcreate_internal.
1383         * include/sys/socket.h: Declare __have_sock_cloexec.
1384         * socket/Makefile (aux): Add have_sock_cloexec.
1385         * socket/have_sock_cloexec.c: New file.
1386         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1387         __libc_clntudp_bufcreate.
1388         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1389         which takes an additional parameter.  Create socket with non-blocking
1390         mode and close-on-exec flag set, if wanted.
1391         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1392         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1393         instead of clntudp_create.  The socket has already the close-on-exec
1394         flag set if SOCK_CLOEXEC is defined.
1396 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1398         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1399         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1400         appropriate.
1401         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1402         non-blocking mode by using socket, paccept, and inotify_init1.
1404         * Versions.def (glibc): Add GLIBC_2.9.
1405         * io/Makefile (routines): Add dup3 and pipe2.
1406         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1407         * io/dup3.c: New file.
1408         * io/pipe2.c: New file.
1409         * posix/unistd.h: Declare dup3 and pipe2.
1410         * socket/Makefile (routines): Add paccept.
1411         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1412         * socket/paccept.c: New file.
1413         * socket/sys/socket.h: Declare paccept.
1414         * sysdeps/unix/syscalls.list: Add entry for dup3.
1415         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1416         epoll_create2 and inotify_init1.
1417         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1418         * sysdeps/unix/sysv/linux/paccept.c: New file.
1419         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1420         possible.
1421         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1422         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1423         inotify_init1, and pipe2 entries.
1424         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1425         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1426         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1427         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1428         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1429         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1430         SOCK_NONBLOCK.
1431         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1432         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1433         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1434         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1435         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1436         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1437         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1438         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1439         EPOLL_NONBLOCK.  Declare epoll_create2.
1440         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1441         EFD_NONBLOCK.
1442         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1443         IN_NONBLOCK.  Declare inotify_init1.
1444         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1445         SFD_NONBLOCK.
1446         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1447         TFD_NONBLOCK.
1449         * elf/elf.h: Define AT_EXECFN.
1450         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1451         LD_ORIGIN_PATH.
1452         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1453         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1454         if __ASSUME_AT_EXECFN is defined.
1455         (_dl_aux_init): Handle AT_EXECFN.
1456         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1457         for 2.6.27 and up.
1458         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1459         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1460         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1461         _dl_execfn if available and avoid compatibility code if
1462         __ASSUME_AT_EXECFN is defined.
1464         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1465         _dl_discover_osversion only for older kernels.
1467 2008-07-22  Roland McGrath  <roland@frob.com>
1469         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1471 2008-07-21  Roland McGrath  <roland@frob.com>
1473         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1474         returned too much data out of line.
1476 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1478         * locale/setlocale.c (setname): Remove inline to avoid compiler
1479         warning.
1481         [BZ #6712]
1482         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1484 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1486         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1487         doesn't manage to write anything, fail.
1489         * malloc/hooks.c (__malloc_check_init): Remove printf.
1491 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1493         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1495 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1497         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1498         from inotify.
1499         (main_loop_epoll): Likewise.
1501 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1503         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1505         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1506         if DEBUG is defined.
1508         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1509         query.  Adjust buffer size computation for padding.
1511 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1513         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1514         * stdio-common/tst-setvbuf1.c: New file.
1515         * stdio-common/tst-setvbuf1.expect: New file.
1517         [BZ #6719]
1518         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1519         when selecting fully-buffered stream.
1520         Patch by Wang Xin <wxinee@gmail.com>.
1522 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1524         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1525         (__open_2): New function.
1526         (__open64_2): New alias to __open_2.
1527         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1528         (__openat_2): New function.
1529         (__openat64_2): New alias to __openat_2.
1531 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1533         [BZ #6723]
1534         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1536 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1538         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1539         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1540         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1541         __hurd_dfail.
1542         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1543         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1544         * sysdeps/mach/hurd/send.c (__send): Likewise.
1545         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1546         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1548 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1550         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1551         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1552         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1553         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1554         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1555         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1557 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1559         [BZ #6657]
1560         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1561         of %EY.
1562         Patch by Petr Baudis.
1564 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1566         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1567         Patch by Peter Jones <pjones@redhat.com>.
1569 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1571         [BZ #6654]
1572         * stdlib/canonicalize.c (__realpath): readlink can write too much
1573         into the buffer on platforms without PATH_MAX.
1575 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1577         [BZ #6653]
1578         * posix/tst-regex.c (main): Rename to...
1579         (do_test): ... this. Remove cmdline option processing.
1580         (TIMEOUT): Define.
1581         (TEST_FUNCTION): Define.
1582         (CMDLINE_OPTIONS): Define.
1584 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1586         [BZ #5210]
1587         * configure.in: Add -Werror to -fstack-protector test to catch
1588         unsupported architectures.
1589         Patch by Gilles Esponasse <g.esp@free.fr>.
1591 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1593         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1594         getcontext returns ENOSYS.
1596 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1598         * nscd/connections.c (main_loop_poll): Fix test for read error.
1599         (main_loop_epoll): Likewise.
1601 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1603         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1604         better place so it is not called when nscd is used.
1606         * nscd/connections.c: Also recognize and handle changes to the
1607         resolver configuration file.
1609 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1611         * time/strftime.c: Pass reference to tzset_called around to handle
1612         recursive calls.
1614         [BZ #6612]
1615         * time/strftime.c (__strftime_internal): Call tzset() only
1616         when printing timezone-dependent values.
1617         Based on a patch by Petr Baudis <pasky@suse.cz>.
1619         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1620         unconditionally use second gaih_getanswer_slice result.
1622         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1623         (getaddrinfo): RES must always be non-NULL.
1625 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1627         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1628         cr[34] registers.
1629         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1630         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1631         Likewise.
1632         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1633         register.
1635 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1637         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1638         fields.
1639         * nscd/connections.c (inotify_fd): New variable.
1640         (nscd_init): Try to open an inotify descriptor.
1641         If successful, watch files for databases using inotify instead of
1642         having prune threads stat the files.
1643         (nscd_run_prune): Recognize clear_cache flag being set and call
1644         prune_cache appropriately.
1645         (main_loop_poll): Add inotify descriptor to wait set and handle the
1646         reported changes.
1647         (main_loop_epoll): Likewise.
1648         * nscd/cache.c (prune_cache): Don't stat files for databases if
1649         inotify is used.
1650         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1651         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1653         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1654         fixed-size portion of the record.
1655         * nscd/servicescache.c (cache_addserv): Likewise.
1656         * nscd/pwdcache.c (cache_addpw): Likewise.
1657         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1659 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1661         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1662         out we don't use uninitialized memory.
1664         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1665         the client.
1667 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1669         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1670         ignore T_DNAME messages.
1671         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1673 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1675         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1676         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1678 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1680         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1681         instead of portstr to nscd_getserv_r.  Patch by
1682         Roman Kagan <rkagan@mail.ru>.
1684 2008-05-26  Jim Meyering  <meyering@redhat.com>
1686         Remove more useless "if" tests before "free".
1687         * include/inline-hashtab.h (htab_delete): Likewise.
1688         * libio/freopen.c (freopen): Likewise.
1689         * libio/freopen64.c (freopen64): Likewise.
1690         * locale/programs/ld-collate.c (collate_read): Likewise.
1691         * misc/fstab.c (libc_freeres_fn): Likewise.
1692         * posix/glob.c (globfree): Likewise.
1694 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1696         * string/Makefile (strop-tests): Add memmem.
1697         * string/test-memmem.c: New file.
1698         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1699         (test_init): Size buf1 according to BUF1PAGES.
1701 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1703         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1704         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1705         (CFLAGS-scanf17.c): New.
1706         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1707         * stdio-common/scanf15.c (main): Likewise.
1708         * stdio-common/scanf16.c: New file.
1709         * stdio-common/scanf17.c: New file.
1711 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1713         * resolv/res_send.c (send_dg): If we already have one of two
1714         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1715         use the one answer insted of failing.
1717 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1719         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1720         being executed on PowerPC as the expected result exceeds IBM
1721         long double 128 __LDBL_MAX__.
1723 2008-05-21  Roland McGrath  <roland@redhat.com>
1725         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1727         * Makefile (check-data): Use $(abi-name) before other guesses.
1728         Look in $(add-ons) dirs before scripts/data/.
1729         * elf/Makefile (check-data): Likewise.
1731         * scripts/soversions.awk: Grok ABI line.
1732         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1733         Emit definition for abi-name variable.
1735 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1737         * string/endian.h: Define new fixed-size hto* and *toh macros only
1738         if [__USE_BSD].
1740         * iconvdata/Depend: Add localedata.
1742 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1744         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1746 2008-05-08  David S. Miller  <davem@davemloft.net>
1748         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1749         HIDDEN_JUMPTARGET.
1750         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1751         (__SYSCALL_CLOBBERS): Remove %g* registers.
1752         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1753         (__SYSCALL_CLOBBERS): Likewise.
1754         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1755         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1757 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1759         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1760         (CALL_ERRNO_LOCATION): Define.
1761         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1762         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1763         (CALL_ERRNO_LOCATION): Define.
1764         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1765         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1766         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1768 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1770         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1771         variable.
1773 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1775         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1776         (FIRST_FRAME_POINTER): Define.
1778 2008-05-09  David S. Miller  <davem@davemloft.net>
1780         * sysdeps/sparc/sparc64/backtrace.c: New file.
1782 2008-05-14  David S. Miller  <davem@davemloft.net>
1784         * sysdeps/sparc/machine-gmon.h: New file.
1785         * sysdeps/sparc/sparc-mcount.S: Likewise.
1786         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1787         sysdep_routines in gmon directory.
1789 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1791         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1793 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1795         * resolv/res_query.c (__libc_res_nquery): In case one of two
1796         answer was too short don't try to read that answer's header.
1798         * resolv/res_send.c (send_dg): In case of timeout and there are
1799         two queries and one has been answered, return value indicating
1800         success.
1802 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1804         * nscd/cache.c (cache_add): Take additional parameter specifying
1805         whether this is in response of a cache refill.  Check alignment
1806         of package data.  Revamp waking of pruning thread.
1807         (prune_cache): Small optimization.
1808         * nscd/nscd.h: Adjust cache_add prototypes.
1809         * nscd/aicache.c: Adjust cache_add calls.
1810         * nscd/grpcache.c: Likewise.
1811         * nscd/hstcache.c: Likewise.
1812         * nscd/initgrcache.c: Likewise.
1813         * nscd/pwdcache.c: Likewise.
1814         * nscd/servicescache.c: Likewise.
1815         * nscd/connections.c (restart): Really disable cache use before
1816         exec attempt.  If it fails, reenable cache.
1817         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1818         time to max to be able to notice concurrent cache additions.  Unlock
1819         prune_lock while performing gc.  Afterwards compute wakeup time with
1820         current wakeup_time value in mind.
1822 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1824         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1826         * nscd/mem.c (gc): Correctly determine highest used array element
1827         in mark.
1829         * nscd/mem.c (markrange): Add assert to check entries are all
1830         aligned.  Small cleanup in bitmap use.
1832         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1833         blockoff of type nscd_ssize_t.
1834         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1835         (mempoll_alloc): Record block offset and not address.
1837         * nscd/mem.c (gc): Fix test for stack overuse.
1839         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1840         more asserts.
1842         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1843         entry is available, believe it.
1845         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1846         no answers return NSS_STATUS_NOTFOUND.
1847         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1848         buffer does not have any content.
1850 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1852         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1854         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1855         lookup, don't assign canon unconditionally.
1857 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1859         * string/Makefile (distribute): Add str-two-way.h.
1861 2008-03-29  Eric Blake  <ebb9@byu.net>
1863         Rewrite string searches to O(n) rather than O(n^2).
1864         * string/str-two-way.h: New file.  For linear fixed-allocation
1865         string searching.
1866         * string/memmem.c: New implementation.
1867         * string/strstr.c: New implementation.
1868         * string/strcasestr.c: New implementation.
1870 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1872         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1873         opr.ctx_type.
1874         (calc_first): Initialize constraint field.
1875         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1876         Use search_duplicated_node to avoid loops.  Fix grammar.
1877         (duplicate_node): Merge constraint field for all node types.
1878         (calc_eclosure_iter): Look at constraint field for all node types.
1879         * posix/regex_internal.c (create_cd_newstate): Don't look at
1880         create_cd_newstate.
1882 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1884         [BZ #6428]
1885         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1887         [BZ #6442]
1888         * string/endian.h: Add macros for fixed-size endian conversion.
1889         * bits/byteswap.h: Allow inclusion from <endian.h>.
1890         * sysdeps/i386/bits/byteswap.h: Likewise.
1891         * sysdeps/ia64/bits/byteswap.h: Likewise.
1892         * sysdeps/s390/bits/byteswap.h: Likewise.
1893         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1894         * string/Makefile (tests): Add tst-endian.
1895         * string/tst-endian.c: New file.
1897         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1898         Patch by Reuben Thomas.
1900 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1902         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1904 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1906         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1908         [BZ #6461]
1909         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1910         Add missing braces.
1911         (BODY for __gconv_transform_internal_ascii): Likewise.
1913         [BZ #6472]
1914         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1915         to be treated like link-local addresses.
1916         (match_prefix): Don't treat IPv4 loopback address special when
1917         converting to v4 mapped addressed.
1919         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1920         if necessary.
1921         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1922         * posix/tst-rfc3484-2.c: Likewise.
1923         * posix/tst-rfc3484-3.c: Likewise.
1925         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1926         and SCTP.
1928         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1930         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1932         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1934 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1936         * po/lt.po: New file.  From Lituanian translation team.
1938 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1940         Introduce TLS descriptors for i386 and x86_64.
1941         * include/inline-hashtab.h: New file, copied from 2005's
1942         libiberty, with fix for memory leak imported afterwards by
1943         Glauber de Oliveira Costa.
1944         * elf/tlsdeschtab.h: New file.
1945         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1946         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1947         (CHECK_STATIC_TLS): Move to...
1948         * elf/dynamic-link.h: ... this file.
1949         (TRY_STATIC_TLS): New macro.
1950         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1951         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1952         R_386_TLS_DESC): Define.
1953         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1954         binutils.
1955         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1956         R_X86_64_TLSDESC): Define.
1957         (R_386_NUM, R_X86_64_NUM): Adjust.
1958         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1959         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1960         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1961         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1962         release tlsdesc_table.
1963         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1964         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1965         (elf_machine_rel): Handle R_386_TLS_DESC.
1966         (elf_machine_rela): Likewise.
1967         (elf_machine_lazy_rel): Likewise.
1968         (elf_machine_lazy_rela): Likewise.
1969         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1970         * sysdeps/i386/dl-tlsdesc.S: New file.
1971         * sysdeps/i386/dl-tlsdesc.h: New file.
1972         * sysdeps/i386/tlsdesc.c: New file.
1973         * sysdeps/i386/tlsdesc.sym: New file.
1974         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1975         tlsdesc_table.
1976         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1977         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1978         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1979         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1980         release tlsdesc_table.
1981         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1982         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1983         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1984         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1985         (elf_machine_rela): Likewise.
1986         (elf_machine_lazy_rel): Likewise.
1987         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1988         (__tls_get_addr): Do not declare for non-shared compiles.
1989         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1990         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1991         * sysdeps/x86_64/tlsdesc.c: New file.
1992         * sysdeps/x86_64/tlsdesc.sym: New file.
1993         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1994         tlsdesc_table for both 32- and 64-bit structs.
1996 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1998         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1999         its own function.  This reduces the frame setup costs and more.
2001 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2003         [BZ #3406]
2004         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2005         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2007 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2009         * io/openat.c (__openat_2): Also pass fd to __openat.
2010         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2011         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2013         * string/tester.c (test_memcmp): Add a few more tests.
2014         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2016 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2018         * nscd/cache.c (cache_add): Before returning with failure and this
2019         is the first use of the record, mark it as unusable.
2020         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2021         reporting a failure.
2022         * nscd/grpcache.c: Likewise
2023         * nscd/hstcache.c: Likewise.
2024         * nscd/initgrcache.c: Likewise.
2025         * nscd/pwdcache.c: Likewise.
2026         * nscd/servicescache.c: Likewise.
2028 2008-05-10  Roland McGrath  <roland@redhat.com>
2030         [BZ #6505]
2031         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2033 2008-05-08  David S. Miller  <davem@davemloft.net>
2035         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2037         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2038         (__ieee754_y0l): Likewise.
2039         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2040         (__ieee754_y1l): Likewise.
2041         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2042         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2043         frexpl and ldexpl.  math_private.h provides them and the latter
2044         is not even used.
2045         (__log1pl): Use __frexpl.
2047 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2049         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2050         prototypes.
2051         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2052         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2053         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2054         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2055         af==AF_UNSPEC.
2056         (_nss_nis_gethostbyname4_r): New function.
2057         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2058         Change to also handle af==AF_UNSPEC.
2059         (get_tablename): New function.  Use it to avoid duplication.
2060         (_nss_nisplus_gethostbyname4_r): New function.
2061         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2062         available.
2063         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2064         * nss/nss.h: Define struct gaih_addrtuple.
2065         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2066         af==AF_UNSPEC.
2067         (_nss_files_gethostbyname4_r): New function.
2068         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2069         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2070         calls.
2071         * resolv/res_query.c (__libc_res_nquery): Take two additional
2072         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2073         look up IPv4 and IPv6.
2074         Change all callers.
2075         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2076         for an additional query and answer buffer.  Pass to send_vc and
2077         send_dg.
2078         (send_vc): Send possibly two requests and receive two answers.
2079         (send_dg): Likewise.
2080         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2081         __libc_res_nquery.
2082         (_nss_dns_gethostbyname4_r): New function.
2083         (gaih_getanswer_slice): Likewise.
2084         (gaih_getanswer): Likewise.
2085         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2086         __libc_res_nquery call.
2087         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2088         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2089         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2090         available.
2092 2008-05-05  David S. Miller  <davem@davemloft.net>
2094         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2095         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2097 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2099         Fix termios bit macros.
2100         Move *DLY definitions where they belong, in termios.h.
2101         Add *[0-3] definitions.
2102         Fixes confusion between VT and FF.
2103         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2104         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2105         are already defined to avoid collision with termios.h.
2106         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2107         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2108         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2109         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2110         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2111         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2112         VTDLY, VT0, VT1): New macros.
2113         [__USE_GNU] (OLCUC): Change value of macro.
2114         [__USE_XOPEN] (OFILL): New macro.
2115         [__USE_BSD] (CRTSCTS): Change value.
2116         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2117         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2118         (B7200, B14400, B28800, B76800): New macros.
2120 2008-05-01  David S. Miller  <davem@davemloft.net>
2122         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2123         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2124         (gen-as-const-headers): Add it.
2125         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2126         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2127         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2128         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2130         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2131         six system call parameters.
2132         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2134 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2136         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2137         RUSAGE_LWP.
2138         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2139         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2141 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2143         * stdlib/tst-setcontext.c: Include unistd.h.
2145 2008-04-25  David S. Miller  <davem@davemloft.net>
2147         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2148         Pass "union semun" properly in to sys_ipc, it must be passed
2149         by value, not by reference.
2151 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2153         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2154         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2155         * nscd/connections.c (mem_in_flight): Likewise.
2157         * nscd/nscd.h (dbs): Make hidden.
2159         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2160         Avoid returning -1, return 0 instead.
2162 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2164         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2166 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2168         [BZ #5209]
2169         * sysdeps/unix/sysv/linux/times.c: New file.
2171         [BZ #5381]
2172         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2173         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2174         prototype.
2175         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2176         appropriate mem_in_flight element.
2177         (gc): Take allocations which have not yet been committed to the
2178         database into account.
2179         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2180         Reset mem_in_flight before returning.
2181         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2182         cue it up in mem_in_flight_list.
2183         * nscd/aicache.c: Adjust mempool_alloc call.
2184         * nscd/grpcache.c: Likewise.
2185         * nscd/hstcache.c: Likewise.
2186         * nscd/initgrcache.c: Likewise.
2187         * nscd/pwdcache.c: Likewise.
2188         * nscd/servicescache.c: Likewise.
2189         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2190         of -fpie.
2192         * nscd/connections.c (handle_request): Provide better error message
2193         in case SELinux forbids the service.
2195         * version.h (VERSION): Bump to 2.8.90.
2197 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2199         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2201 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2203         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2204         Also use for 32-bit.
2205         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2206         __nextafter instead of nextafter to avoid local PLT.
2207         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2208         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2210         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2212         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2213         __fe_nomask_env.
2214         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2215         <fenv_libc.h> instead of <fenv.h>.
2216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2219         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2221         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2222         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2223         function from fegetexcept and make old name weak alias.
2224         * include/fenv.h: Declare __fegetexcept.
2225         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2226         fegetexcept.
2227         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2228         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2229         to fetestexcept.
2230         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2231         instead of frexpl to avoid local PLT.
2232         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2233         ilogbl to avoid local PLT.
2234         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2235         instead of ldexpl to avoid local PLT.
2236         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2237         __roundl not roundl to avoid local PLT.
2238         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2239         local PLTs.  Use __sincosl instead of separate sinl and cosl
2240         calls.
2241         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2243         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2244         version for ppc64 to 2.4.21 since without it makecontext will fail.
2246         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2247         to the ABI in use.
2248         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2249         .__tls_get_addr.
2250         [__powerpc64__] (TLS_GD): Likewise.
2252 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2254         [BZ #4997]
2255         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2256         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2257         mantissa.
2258         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2259         Likewise.  Also account for when x is an odd number between 2^52
2260         and 2^53-1.
2261         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2262         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2263         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2264         detect aforementioned erroneous conditions.
2266 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2268         * configure.in: Check for -fno-section-anchors in addition to
2269         -fno-toplevel-reorder.
2271 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2273         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2275         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2276         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2277         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2278         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2279         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2280         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2282 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2284         [BZ #5443]
2285         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2286         * time/alt_digit.c: Likewise.
2287         * wcsmbs/wcsmbsload.c: Likewise.
2289 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2291         * version.h (VERSION): Bump to 2.8.
2293         * timzeone/asia: Update from tzdata2008b.
2294         * timezone/backward: Likewise.
2295         * timezone/europe: Likewise.
2296         * timezone/northamerica: Likewise.
2297         * timezone/southamerica: Likewise.
2298         * timezone/iso3166.tab: Likewise.
2299         * timezone/leapseconds: Likewise.
2300         * timezone/zone.tab: Likewise.
2301         * timezone/private.h: Update from tzcode2008a.
2302         * timezone/zdump.c: Likewise.
2303         * timezone/zic.c: Likewise.
2305 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2307         [BZ #5741]
2308         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2309         Define additonal Data Cache Block instruction macros.
2310         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2311         Replace dcbst with dcbf and sync with sync/isync.
2313 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2315         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2316         Always set ELF_RTYPE_CLASS_PLT.
2317         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2319 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2321         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2322         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2323         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2324         For ISA 2.01 and later replace mftb with mfspr 268.
2326 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2328         [BZ #5768]
2329         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2330         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2332 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2334         [BZ #5768]
2335         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2336         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2337         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2338         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2340 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2342         * stdlib/tst-makecontext.c (othervar): New variable.
2343         (cf): Test sign extending the argument to long.
2345 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2347         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2348         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2349         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2350         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2351         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2352         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2353         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2355 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2357         * elf/Makefile (tests): Substitute tests-vis-yes here.
2358         (tests-vis-yes): Delete.
2359         (modules-name, modules-vis-yes): Similarly.
2361 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2363         [BZ #4407]
2364         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2365         Preserve sign in signgamp when x is zero.
2367 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2369         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2370         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2371         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2372         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2373         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2374         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2376 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2378         [BZ #4314]
2379         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2380         buffers.
2382         [BZ #5209]
2383         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2384         a reserved error value.
2386         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2387         value to check for correct sign extension.
2389         [BZ #5436]
2390         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2391         Copy 64-bit parameter values even though this is not required in
2392         the standard.
2394         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2395         PC save.
2397 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2399         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2400         PC save.
2402 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2404         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2406 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2408         [BZ #5998]
2409         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2410         in line-buffered stream failed.
2411         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2413 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2415         [BZ #6024]
2416         * scripts/abi-versions.awk: If the version specified by
2417         --enable-oldest-abi is older than the first version for this
2418         architecture, use the default version.
2420         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2421         as well when ignoring the whole category.
2423 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2425         [BZ #6042]
2426         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2427         ETHERTYPE_* definitions.
2428         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2430 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2432         * stdlib/mbtowc.c (__no_r_state): Remove.
2433         (mbtowc): New static state variable.  Use it instead of
2434         __no_r_state.
2435         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2436         (__wctomb_state): New hidden variable.
2437         (wctomb): Use __wctomb_state instead of __no_r_state.
2438         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2439         (__wctomb_state): New extern decl.
2440         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2442 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2444         [BZ #5475]
2445         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2447 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2449         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2451 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2453         * po/nl.po: Update from translation team.
2455 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2457         [BZ #6007]
2458         * string/strfry.c: Handle empty strings again.
2460 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2462         [BZ #5443]
2463         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2464         before looking for translation.
2465         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2466         * locale/freelocale.c: Likewise.
2467         * locale/newlocale.c: Likewise.
2468         * locale/setlocale.c: Likewise.
2469         Based partially on a patch by ryo@np.css.fujitsu.com.
2471 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2473         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2474         acquiring wrlock.  Do conv_tab allocation while holding lock.
2475         * intl/Makefile: Add rules to build and run tst-gettext6.
2476         * intl/tst-gettext6.c: New test.
2477         * intl/tst-gettext6.sh: New file.
2479 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2481         * po/nl.po: Update from translation team.
2483         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2484         provided through st_blksize, try the default size before giving up.
2486 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2488         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2490         [BZ #5939]
2491         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2493         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2494         error message.  POSIX today does not require the messages to be in
2495         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2497         [BZ #5979]
2498         * sunrpc/auth_unix.c: Unify printed strings.
2499         * sunrpc/clnt_tcp.c: Likewise.
2500         * sunrpc/clnt_udp.c: Likewise.
2501         * sunrpc/clnt_unix.c: Likewise.
2502         * sunrpc/svc_tcp.c: Likewise.
2503         * sunrpc/svc_udp.c: Likewise.
2504         * sunrpc/svc_unix.c: Likewise.
2505         * sunrpc/xdr.c: Likewise.
2506         * sunrpc/xdr_array.c: Likewise.
2507         * sunrpc/xdr_rec.c: Likewise.
2508         * sunrpc/xdr_ref.c: Likewise.
2509         * locale/programs/ld-time.c (time_finish): Unify messages.
2510         * locale/programs/locfile.c (handle_copy): Fix typo.
2511         * nscd/nscd.c (options): Fix typo.
2513         [BZ #5995]
2514         * stdlib/strtod_l.c: Use correct sign for result in one more
2515         underflow case.
2516         Patch by Eric Blake <ebb9@byu.net>.
2518 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2520         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2521         and creat system calls.
2522         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2523         call.
2524         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2525         system calls.
2526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2527         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2528         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2530 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2532         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2533         <linux/limits.h> has defined it.
2534         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2535         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2536         headers.
2537         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2538         it instead of ARG_MAX.
2540 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2542         * posix/gai.conf: Fix comment for scope nullbits.
2543         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2544         default to 128 bits for v4 mapped addresses.
2546 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2548         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2549         ptrace call to get the ieee_instruction_pointer from the kernel.
2550         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2551         ptrace call to set the ieee_instructtion_pointer.
2552         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2553         Add comment that ieee_instruction_pointer is always 0.
2555 2008-03-09  Andreas Jaeger  <aj@suse.de>
2557         [BZ #5857]
2558         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2559         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2560         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2562         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2563         (rint_test): Likewise.
2565 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2567         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2568         call.
2569         (__nisfind_server): Similar for open readColdStartFile call.
2570         Patch partially by Jim Meyering.
2571         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2572         around internal_setent call.
2574         * po/vi.po: New Vietnamese translation.
2576         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2577         ADJ_OFFSET_SS_READ.
2579         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2580         remove CLONE_STOPPED.
2582 2008-02-10  Jim Meyering  <meyering@redhat.com>
2584         Remove useless "if" before "free":
2585         * elf/ldconfig.c (parse_conf_include): Likewise.
2586         * gmon/gmon.c (weak_alias): Likewise.
2587         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2588         * inet/rcmd.c (__validuser2_sa): Likewise.
2589         * intl/bindtextdom.c (set_binding_values): Likewise.
2590         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2591         * libio/genops.c (save_for_backup): Likewise.
2592         * libio/wgenops.c (save_for_wbackup): Likewise.
2593         * locale/programs/ld-collate.c (collate_read): Likewise.
2594         * locale/programs/linereader.c (get_string): Likewise.
2595         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2596         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2597         * resolv/res_debug.c (do_section): Likewise.
2598         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2599         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2600         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2601         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2602         * time/tzset.c (tzset_internal): Likewise.
2604 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2606         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2607         of ASSEMBLER.
2609 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2611         [BZ #5903]
2612         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2613         not stream for output file.  Open output file here.
2614         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2615         and output file name.
2616         (process_fd): Likewise.
2617         (process_file): Likewise.
2618         (main): Adjust callers of changed functions.
2619         * iconv/iconv_prog.h: Adjust prototype.
2621 2008-03-09  Andreas Jaeger  <aj@suse.de>
2623         [BZ #5753]
2624         * sysdeps/ia64/ieee754.h: Use protected namespace
2625         __BIG_ENDIAN/__LITTLE_ENDIAN.
2626         * sysdeps/ieee754/ieee754.h: Likewise.
2627         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2629 2008-03-08  Roland McGrath  <roland@frob.com>
2631         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2632         ignore a signal that came from a machine exception, treat it as a
2633         fatal core-dump signal instead.
2634         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2636         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2637         Clear DF bit in thread state's eflags.
2638         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2640 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2642         [BZ #5774]
2643         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2644         of NAN(...) sequence.
2645         * stdlib/Makefile (tests): Add tst-strtod6.
2646         * stdlib/tst-strtod6.c: New file.
2648         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2650         [BZ #5762]
2651         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2652         putting offending option character in quotes.  Clean up error
2653         messages.
2654         * po/be.po: Adjust msgstr in translation file.
2655         * po/bg.po: Likewise.
2656         * po/ca.po: Likewise.
2657         * po/cs.po: Likewise.
2658         * po/da.po: Likewise.
2659         * po/de.po: Likewise.
2660         * po/es.po: Likewise.
2661         * po/fr.po: Likewise.
2662         * po/hr.po: Likewise.
2663         * po/ko.po: Likewise.
2664         * po/nl.po: Likewise.
2665         * po/rw.po: Likewise.
2666         * po/sk.po: Likewise.
2667         * po/sv.po: Likewise.
2668         * po/tr.po: Likewise.
2669         * po/zh_CN.po: Likewise.
2670         * po/zh_TW.po: Likewise.
2672         [BZ #5760]
2673         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2674         Patch by Roland Bless <roland@bless.de>.
2676         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2677         .o file.
2678         * elf/Makefile (routines): Add dl-sysdep.
2679         (elide-routines.os): Likewise.
2681 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2683         [BZ #5786]
2684         * elf/dl-sysdep.c: Undefine ROUND after use.
2685         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2686         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2687         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2688         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2689         to ...
2690         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2691         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2692         if necessary.
2693         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2695         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2696         _dl_tls_get_addr_soft element.
2697         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2698         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2699         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2700         GLRO.
2701         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2702         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2703         of internal_function.
2705         * stdlib/Makefile (aux): Add tens_in_limb.
2706         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2707         * stdlib/tens_in_limb.c: ...here.  New file.
2709         [BZ #5778]
2710         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2711         __statfs_chown_restricted.
2712         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2713         for _PC_CHOWN_RESTRICTED.
2714         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2715         Implement __statfs_chown_restricted.
2716         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2717         _POSIX_CHOWN_RESTRICTED value to zero.
2718         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2719         defined to zero.
2721         * sysdeps/x86_64/rtld-memset.c: New file.
2723 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2725         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2727         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2728         Barcelona machine.  Make default fall through branch of
2729         __x86_64_preferred_memory_instruction check as the integer code path.
2731 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2733         * sysdeps/x86_64/cacheinfo.c
2734         (__x86_64_preferred_memory_instruction): New variable.
2735         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2737         * sysdeps/x86_64/memset.S: Rewrite.
2739 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2741         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2742         __obstack_printf_chk): New prototypes.
2743         (__vasprintf_chk, __vdprintf_chk,
2744         __obstack_vprintf_chk): Likewise.
2745         Add libc_hidden_proto.
2746         * libio/obprintf.c
2747         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2748         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2749         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2750         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2751         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2752         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2753         __obstack_vprintf_chk): New prototypes.
2754         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2755         obstack_vprintf): New inlines.
2756         * debug/dprintf_chk.c: New file.
2757         * debug/vdprintf_chk.c: New file.
2758         * debug/asprintf_chk.c: New file.
2759         * debug/vasprintf_chk.c: New file.
2760         * debug/obprintf_chk.c: New file.
2761         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2762         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2763         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2764         @@GLIBC_2.8.
2765         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2766         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2767         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2768         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2769         libc_hidden_proto.
2770         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2771         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2772         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2773         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2774         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2775         @@GLIBC_2.8.
2776         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2777         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2778         obstack_vprintf_chk.
2779         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2780         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2781         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2782         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2783         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2784         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2786 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2788         [BZ #5779]
2789         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2790         Patch by Roy Marples <roy@marples.name>.
2792         [BZ #5736]
2793         * malloc/malloc.c: Fix typo in comment.
2795         [BZ #5627]
2796         * locale/iso-639.def: Add Shuswap.
2798 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2800         [BZ #5790]
2801         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2802         overwrite *h_errnop/*errnop values from getanswer_r in case of
2803         failure.
2805 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2807         [BZ #5818]
2808         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2809         (verify_persistent_db): Remove one unnecessary test and add a new one
2810         for bad configuration.
2811         (nscd_init): Improve error reported when persistent database cannot
2812         be reused.
2813         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2814         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2815         .suggested_module and .max_db_size and case config file says the
2816         values are zero.
2817         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2819         [BZ #5854]
2820         * nis/ypclnt.c (yp_order): Fix handling of return value of
2821         do_ypcall_tr call.
2822         Patch by Jeff Moyer <jmoyer@redhat.com>.
2824         * po/fr.po: Update from translation team.
2826 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2827             Carlos O'Donell <carlos@systemhalted.org>
2829         [BZ #5012]
2830         * FAQ.in: Describe why glibc needs to be compiled with
2831         optimization.
2833 2008-02-19  Roland McGrath  <roland@redhat.com>
2835         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2837 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2839         [BZ #5737]
2840         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2841         __USE_MISC is defined.
2843 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2845         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2846         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2847         sys/timerfd.h.
2848         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2849         timerfd_gettime, timerfd_settime.
2850         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2851         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2853 2008-02-08  Roland McGrath  <roland@redhat.com>
2855         * elf/elf.h (NT_PPC_SPE): New macro.
2857 2008-02-06  Roland McGrath  <roland@redhat.com>
2859         * Makerules ($(common-objpfx)sysd-rules):
2860         Depend on $(sysdep-makeconfigs).
2862 2008-01-31  Roland McGrath  <roland@redhat.com>
2864         [BZ #5442]
2865         * configure.in: Use -print-file-name if it yields a directory,
2866         for each of include and include-fixed.
2867         * configure: Regenerated.
2869         * Makeconfig (sysd-rules-targets): New variable.
2870         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2871         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2873 2008-01-30  Roland McGrath  <roland@redhat.com>
2875         * manual/libc.texinfo: Update back-cover text.
2877         * elf/elf.h (NT_386_TLS): New macro.
2879 2008-01-29  Roland McGrath  <roland@redhat.com>
2881         * Makeconfig (sysd-rules-patterns): New variable.
2882         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2883         (check-inhibit-asm): New canned sequence, replaces ...
2884         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2885         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2886         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2887         (CFLAGS-rtld): Variable removed.
2889 2008-01-24  Roland McGrath  <roland@redhat.com>
2891         * configure.in: Let configure fragments set base_os.
2892         * configure: Regenerated.
2894 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2896         * po/ko.po: Update from translation team.
2898 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2900         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2902 2008-01-12  Andreas Jaeger  <aj@suse.de>
2904         [BZ #5040]
2905         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2906         Add EPOLLRDHUP.
2908 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2910         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2911         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2912         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2914 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2916         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2917         * elf/dl-close.c (_dl_close): Check for it.
2918         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2919         (_dl_allocate_static_tls): Likewise.
2920         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2921         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2922         to it.
2923         * elf/tst-tls16.c: New file.
2924         * elf/tst-tlsmod16a.c: New file.
2925         * elf/tst-tlsmod16b.c: New file.
2926         * elf/Makefile: Add rules to build and run tst-tls16.
2928 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2930         [BZ #5628]
2931         * bits/shm.h: Fix comment describing shmid_ds.
2932         * sysdeps/gnu/bits/shm.h: Likewise.
2933         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2934         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2935         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2936         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2937         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2938         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2939         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2940         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2941         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2943         [BZ #5607]
2944         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2945         prototypes.
2946         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2947         additional suffixes.
2948         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2949         Add optional functions mq_timedreceive and mq_timedsend.
2950         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2951         * conform/data/pthread.h-data: Fix prototype of
2952         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2953         * conform/data/semaphore.h-data: Allow time.h definitions.
2954         * conform/data/signal.h-data: Likewise.
2955         * conform/data/stdio.h-data: getw and putw are not required in v6.
2956         * conform/data/stdlib.h-data: Change setstate prototype.
2957         * conform/data/string.h-data: Fix strerror_r prototype.
2958         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2959         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2960         Fix readlink prototype.
2961         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2962         in6addr_loopback.
2963         * inet/netinet/in.h: Cleanup namespace.
2964         * posix/regex.h: Likewise.
2965         * resolv/netdb.h: Likewise.
2966         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2967         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2968         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2969         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2970         of names of in in6_addr.
2971         (default_precedence): Likewise.
2972         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2973         NULL definition.
2975 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2977         * conform/data/fmtmsg.h-data: Add missing allows.
2978         * conform/data/ftw.h-data: Likewise.
2979         * conform/data/inttypes.h-data: Likewise.
2980         * conform/data/math.h-data: Likewise.
2981         * conform/data/signal.h-data: Likewise.
2982         * conform/data/net/if.h-data: Likewise.
2983         * conform/data/netinet/in.h-data: Likewise.
2984         * conform/data/sys/socket.h-data: Likewise.
2986         [BZ #5614]
2987         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2988         (__strtok_r): Simplify.
2989         * string/tester.c (test_strtok_r): Add test case for futile search
2990         with single-character seach string.
2992 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2994         * po/ko.po: Update from translation team.
2996 2008-01-11  Andreas Jaeger  <aj@suse.de>
2998         [BZ #5600]
2999         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3000         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3001         kernel header.
3003 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3005         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3006         native interface lookup in all the relevant places.
3008 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3009             Ulrich Drepper  <drepper@redhat.com>
3011         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3012         field.  Use sockaddr_in6 for source_addr.
3013         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3014         (match_prefix): Likewise.
3015         (get_label): Likewise.
3016         (get_precedence): Likewise.
3017         (rfc3484_sort): Change to use indirect access to results array.
3018         Adjust to use of sockaddr_in6.  Replace service_order test with
3019         simple index comparison.
3020         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3021         service_order field.  Adjust qsort_t calls.  Access sorted result
3022         array indirectly through order array.
3023         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3024         * posix/tst-rfc3484-2.c: Likewise.
3025         * posix/tst-rfc3484-3.c: Likewise.
3027 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3029         [BZ #5541]
3030         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3031         pollfd structures.
3032         Patch by André Cruz.
3034         [BZ #5545]
3035         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3036         (clnt_spcreateerror): Likewise.
3038         [BZ #5553]
3039         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3040         (public_mEMALIGn): Likewise.
3041         Patch mostly by Daniel Jacobowitz.
3043 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3045         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3046         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3047         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3048         * stdlib/tst-makecontext2.c: New test.
3050 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3052         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3053         defined.
3054         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3055         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3056         transliteration hooks and REINIT_PARAMS afterwards.
3057         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3058         status.
3059         (REINIT_PARAMS): Define.
3060         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3061         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3062         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3063         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3064         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3065         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3066         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3067         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3068         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3069         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3070         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3071         * iconvdata/tst-iconv7.c: New test.
3073 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3075         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3077 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3079         [BZ #5112]
3080         * nscd/connections.c (restart): Fix condition.
3082 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3084         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3085         __ctype_toupper_loc): Add __THROW.
3087 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3089         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3090         recognition of interface family.
3092         * posix/getconf.c: Update copyright year.
3093         * nss/getent.c: Likewise.
3094         * iconv/iconvconfig.c: Likewise.
3095         * iconv/iconv_prog.c: Likewise.
3096         * elf/ldconfig.c: Likewise.
3097         * catgets/gencat.c: Likewise.
3098         * csu/version.c: Likewise.
3099         * elf/ldd.bash.in: Likewise.
3100         * elf/sprof.c (print_version): Likewise.
3101         * locale/programs/locale.c: Likewise.
3102         * locale/programs/localedef.c: Likewise.
3103         * nscd/nscd.c (print_version): Likewise.
3104         * debug/xtrace.sh: Likewise.
3105         * malloc/memusage.sh: Likewise.
3106         * malloc/mtrace.pl: Likewise.
3107         * debug/catchsegv.sh: Likewise.
3109 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3111         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3112         second lookup.
3114 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3116         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3117         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3119 2007-12-17  Roland McGrath  <roland@redhat.com>
3121         * inet/ether_line.c (ether_line): Remove unused variable.
3123 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3125         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3126         and winp.
3127         * login/openpty.c (openpty): Likewise.
3128         * login/pty.h (openpty, forkpty): Likewise.
3129         * manual/terminal.texi (openpty, forkpty): Likewise.
3131 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3133         * malloc/malloc.c (public_cALLOc): For arenas other than
3134         main_arena, count all bytes inside the mprotect_size range of the
3135         heap as uninitialized.
3137 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3139         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3140         executable stacks.
3142         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3143         mTRIm for all of them.
3144         (mTRIm): Additionally iterate over all free blocks and use madvise
3145         to free memory for all those blocks which contain at least one
3146         memory page.
3147         * malloc/tst-trim1.c: New file.
3148         * malloc/Makefile (tests): Add tst-trim1.
3150         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3152 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3154         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3155         First cast argument to long
3156         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3157         Return long.
3158         (__vdso_clock_gettime): Likewise.
3159         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3160         return long.
3162 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3164         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3165         * locale/nl_langinfo_l.c: Real implementation, copied from
3166         nl_langinfo.c.
3167         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3169 2007-12-01  Jim Meyering  <meyering@redhat.com>
3171         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3172         that would inhibit utf8-optimization of a regexp containing line-
3173         or buffer-anchors, e.g., `^', `$'.
3175 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3177         * time/bug-getdate1.c (do_test): Don't use century values which
3178         aren't valid on 32-bit systems.
3180 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3182         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3183         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3184         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3185         __strcat_g, __strncat_g): Add __asm__.
3187 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3189         [BZ #5477]
3190         * io/fchmodat.c: Fix typo in stub_warning use.
3191         Patch by Petr Salinger.
3193 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3195         * iconvdata/hp-thai8.c: New file.
3196         * iconvdata/Makefile: Add rules for hp-thai8.c.
3197         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3198         * iconvdata/gconv-modules: Likewise.
3200         [BZ #5464]
3201         * iconvdata/hp-greek8.c: New file.
3202         * iconvdata/Makefile: Add rules for hp-greek8.c.
3203         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3204         * iconvdata/gconv-modules: Likewise.
3206         [BZ #5463]
3207         * iconvdata/hp-turkish8.c: New file.
3208         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3209         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3210         * iconvdata/gconv-modules: Likewise.
3212         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3213         (shrink_heap): ... this new function.
3214         (heap_trim): Call shrink_heap instead of grow_heap.
3216         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3217         case don't call alloc_perturb.
3219 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3221         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3222         possible.
3223         * sysdeps/unix/sysv/linux/kernel-features.h
3224         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3225         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3227 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3229         [BZ #5424]
3230         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3231         * stdio-common/Makefile (tests): Add bug22.
3232         * stdio-common/bug22.c: New file.
3234         [BZ #5451]
3235         * time/getdate.c: Fix filling in default values.
3236         * time/bug-getdate1.c: New file.
3237         * time/Makefile: Add rules to build and run bug-getdate1.
3239         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3240         * iconvdata/ebcdic-es.c: Likewise.
3241         * iconvdata/ebcdic-es-a.c: Likewise.
3242         * iconvdata/ebcdic-uk.c: Likewise.
3243         * iconvdata/iso8859-16.c: Likewise.
3244         * iconvdata/viscii.c: Likewise.
3245         * iconvdata/iso8859-9e.c: Likewise.
3246         * iconvdata/Makefile: Adjust appropriately.
3248         [BZ #5428]
3249         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3250         __need_wint_t.
3252 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3254         [BZ #5427]
3255         * iconvdata/hp-roman9.c: New file.
3256         * iconvdata/Makefile: Add rules for hp-roman9.c.
3257         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3258         * iconvdata/gconv-modules: Likewise.
3260         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3261         * iconvdata/Makefile: Adjust appropriately.
3263         [BZ #5441]
3264         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3265         structure, it's allocated with alloca.
3266         * stdio-common/Makefile (tests): Add bug21.
3267         * stdio-common/bug21.c: New file.
3269 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3271         [BZ #5452]
3272         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3273         keyword for gcc's braced-groups.
3275 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3277         [BZ #5454]
3278         * inet/ether_line.c: Strip hostname of whitespaces.
3279         * inet/Makefile (tests): Add tst-ether_line.
3280         * inet/tst-ether_line.c: New file.
3282 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3284         [BZ #5439]
3285         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3287         [BZ #5435]
3288         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3290         * stdlib/tst-setcontext.c: Catch the case where the links gets
3291         messed up and we do not reach main again.
3293         * po/ca.po: Update from translation team.
3295 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3297         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3298         * posix/regex.h (REG_ENOSYS): Likewise.
3299         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3301 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3303         * nscd/nscd.h (MAX_STACK_USE): Define.
3304         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3305         (gc): Initialize stack_used based on allocation in prune_cache.
3306         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3307         Clear array before use.
3309         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3310         memory allocation failed.
3311         * nscd/hstcache.c (cache_addhst): Likewise.
3312         * nscd/grpcache.c (cache_addgr): Likewise.
3313         * nscd/servicescache.c (cache_addserv): Likewise.
3314         * nscd/pwdcache.c (cache_addpw): Likewise.
3315         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3317 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3320         and creat system calls.
3322         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3324 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3326         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3327         Add netiucv/iucv.h.
3328         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3329         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3330         protocol.
3331         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3332         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3333         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3335 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3337         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3338         strncat): Define as macros to avoid compile errors.
3340         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3341         creat entries.
3343 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3345         [BZ #5382]
3346         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3347         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3348         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3349         overflow it.
3350         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3352         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3353         Return zero in case the thread library is not NPTL.
3355         [BZ #5375]
3356         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3357         initializing interface list.
3359         [BZ #5378]
3360         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3361         use result of nss_getgrgid_r if nothing was found.  For other
3362         error return with a failure.
3363         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3365         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3366         macro name.
3368 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3370         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3371         (get_scope): For IPv4 scope, use scopes table.
3372         (fini): Free scopes table if necessary.
3373         (free_scopelist): New function.
3374         (scopecmp): New function.
3375         (gaiconf_init): Also handle scopev4 entries.
3376         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3377         * posix/tst-rfc3484-2.c (do_test): Likewise.
3378         * posix/gai.conf: Document scopev4 defaults.
3379         * posix/Makefile (tests): Add tst-rfc3484-3.
3380         * posix/tst-rfc3484-3.c: New file.
3382         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3383         Teredo tunnels.
3384         * posix/gai.conf: Update for current default tables.
3386 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3388         * po/tr.po: Update from translation team.
3390 2007-11-18  Roland McGrath  <roland@frob.com>
3392         * manual/arith.texi (Remainder Functions): Spelling fix.
3393         From Shaun Silk <genix@mysoul.com.au>.
3395         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3397 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3399         * po/zh_CN.po: Update from translation team.
3401         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3402         Add sys/signalfd.h and sys/eventfd.h.
3404 2007-11-15  Bruno Haible  <bruno@clisp.org>
3406         [BZ #5346]
3407         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3408         union.
3409         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3410         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3411         it needs only fixed stack space. Delay the initialization of
3412         msgid_len until it is needed.
3414 2007-11-15  Andreas Jaeger  <aj@suse.de>
3416         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3417         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3419 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3421         * po/ko.po: Update from translation team.
3423 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3425         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3426         significantly.  The device type is also part of the ifinfomsg data.
3428         * po/sv.po: Update from translation team.
3429         * po/nl.po: Likewise.
3431         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3432         to wake up in 24 hours.
3434         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3436 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3438         * po/cs.po: Update from translation team.
3439         * po/pl.po: Likewise.
3441         * include/ifaddrs.h: Remove in6ai_temporary.
3442         (struct in6addrinfo): Add index element.
3443         Declare __check_native.
3444         * inet/Makefile (aux): Add check_native.
3445         * sysdeps/unix/sysv/linux/check_native.c: New file.
3446         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3447         IFA_F_TEMPORARY.  Pass back ifa_index.
3448         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3449         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3450         call __check_native if necessary.
3451         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3452         to sort addresses.  Pass information about the results.
3453         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3454         of rfc3484_sort interface.
3455         * posix/tst-rfc3484-2.c: Likewise.
3457         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3458         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3459         for _quicksort.
3460         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3461         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3462         on as third parameter to compare function and _quicksort.
3463         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3464         to the compare function.
3465         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3466         * Versions.def: Add GLIBC_2.8 for libc.
3468         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3469         * posix/tst-rfc3484-2.c: Likewise.
3471         * include/kernel-features.h: Moved to...
3472         * sysdeps/mach/hurd/kernel-features.h: ...here.
3474 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3476         * sysdeps/i386/i586/memcpy_chk.S: New file.
3477         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3478         * sysdeps/i386/i586/memset_chk.S: Likewise.
3480 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3482         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3483         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3484         list of interfaces.  Also store prefix length.
3485         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3486         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3487         prefix if source and destination address are in the same subnet.
3488         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3489         Always look for matching record in in6ai list.
3490         Correct source_addr_len value for IPv6->IPv4 converted records.
3492 2007-11-11  Roland McGrath  <roland@frob.com>
3494         * include/kernel-features.h: New file.
3496 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3498         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3499         complications for 64-bit platforms.
3501         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3502         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3503         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3504         open64_2.
3505         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3506         entries.
3507         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3508         * sysdeps/wordsize-64/alphasort.c: New file.
3509         * sysdeps/wordsize-64/alphasort64.c: New file.
3510         * sysdeps/wordsize-64/fseeko.c: New file.
3511         * sysdeps/wordsize-64/fseeko64.c: New file.
3512         * sysdeps/wordsize-64/ftello.c: New file.
3513         * sysdeps/wordsize-64/ftello64.c: New file.
3514         * sysdeps/wordsize-64/ftw.c: New file.
3515         * sysdeps/wordsize-64/ftw64.c: New file.
3516         * sysdeps/wordsize-64/iofgetpos.c: New file.
3517         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3518         * sysdeps/wordsize-64/iofopen.c: New file.
3519         * sysdeps/wordsize-64/iofopen64.c: New file.
3520         * sysdeps/wordsize-64/iofsetpos.c: New file.
3521         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3522         * sysdeps/wordsize-64/lockf.c: New file.
3523         * sysdeps/wordsize-64/lockf64.c: New file.
3524         * sysdeps/wordsize-64/mkostemp.c: New file.
3525         * sysdeps/wordsize-64/mkostemp64.c: New file.
3526         * sysdeps/wordsize-64/mkstemp.c: New file.
3527         * sysdeps/wordsize-64/mkstemp64.c: New file.
3528         * sysdeps/wordsize-64/scandir.c: New file.
3529         * sysdeps/wordsize-64/scandir64.c: New file.
3530         * sysdeps/wordsize-64/tmpfile.c: New file.
3531         * sysdeps/wordsize-64/tmpfile64.c: New file.
3532         * sysdeps/wordsize-64/versionsort.c: New file.
3533         * sysdeps/wordsize-64/versionsort64.c: New file.
3534         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3535         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3536         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3537         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3538         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3539         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3540         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3541         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3542         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3543         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3544         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3545         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3547         * crypt/sha256-crypt.c: Fix a comment.
3548         * crypt/sha512-crypt.c: Likewise.
3550 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3552         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3554 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3556         [BZ #5277]
3557         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3558         because output buffer is too small break, don't loop.
3559         * iconvdata/Makefile (tests): Add bug-iconv6.
3560         * iconvdata/bug-iconv6.c: New file.
3562 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3564         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3565         with size_t type.
3566         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3567         size_t.  Add casts where needed.
3569         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3570         old headers, don't call avc_has_perm if we don't have the
3571         permission information.
3573 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3575         * elf/rtld.c (dl_main): Use the page size to find the map start.
3577 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3579         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3580         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3582         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3583         when the lookup call failed.
3585         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3586         Add prune_cond and wakeup_time.
3587         (CACHE_PRUNE_INTERNAL): Define.
3588         Update declarations of prune_cache and setup_thread.
3589         * nscd/connections.c (dbs): Update initializers.
3590         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3591         (nscd_init): Default number of threads is now 4.
3592         (invalidate_cache): Take lock before calling prune_cache.
3593         (handle_request): If SELinux forbids the request, say so.
3594         (readylist_cond): Use static initializer.
3595         (nscd_run_prune): New function.  Used only by pruning threads.
3596         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3597         here.
3598         (fd_ready): Update nscd_run reference.
3599         (start_threads): No need to initialize readylist_cond.
3600         Start pruning threads separately.
3601         * nscd/nscd_setup_thread.c: Change return value type to int and always
3602         return 0.
3603         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3604         to int and return nonzero value if we can use the TID address hack.
3605         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3606         the database is later than the new entry's timeout, update the
3607         wakeup time and wake the cleanup thread.
3608         (prune_cache): Return seconds the next entry in the database is still
3609         valid.  Remove locking for pruning here.
3610         * nscd/nscd.conf: Document default number of threads.
3612 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3614         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3615         stack is properly aligned for the target function.
3616         Correct unwind info.
3618         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3619         when using auditing libraries.
3621 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3623         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3624         _nss_dns_getnetbyaddr2_r.
3625         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3626         extra parameter to getanswer_r.
3627         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3628         _nss_dns_getnetbyaddr2_r.
3630         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3631         gethstbynm3_r.
3632         * nscd/gethstbynm2_r.c: Remove.
3633         * nscd/gethstbynm3_r.c: New file.
3634         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3635         __gethostbyaddr_r.
3636         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3637         __gethostbyaddr_r compatibility wrapper.
3638         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3639         determining timeout of entry.
3640         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3641         __gethostbyaddr2_r.
3642         (addhstbyX): Pass reference to variable for TTL to lookup and
3643         cache_addhst.
3644         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3645         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3646         and __nss_next2.  Remove __nss_services_lookup.
3647         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3648         Add compat wrapper.
3649         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3650         __nss_next2.
3651         * nss/getXXent_r.c: Likewise.
3652         * nss/getnssent_r.c: Likewise.
3653         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3654         does not exist in module, try the optional second name.
3655         (__nss_next2): New function.
3656         (__nss_next): Now wrapper around __nss_next2.
3657         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3658         Declare __nss_next2.
3659         Adjust definition of db_lookup_function type.
3660         * nss/service-lookup.c: Define NO_COMPAT.
3661         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3662         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3663         * inet/ether_ntoh.c: Likewise.
3664         * sunrpc/netname.c: Likewise.
3665         * sunrpc/publickey.c: Likewise.
3666         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3667         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3668         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3669         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3670         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3672         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3674         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3676 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3678         [BZ #5204]
3679         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3680         * crypt/sha512c-test.c: Likewise.
3682         [BZ #5225]
3683         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3684         to keep track of end of %[ format string element.
3685         * stdio-common/Makefile (tests): Add bug20.
3686         * stdio-common/bug20.c: New file.
3688         [BZ #5222]
3689         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3690         path elements in counting mode.
3692 2007-10-27  Andreas Jaeger  <aj@suse.de>
3694         [BZ #5040]
3695         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3697         [BZ #3112]
3698         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3699         (__cleanup): Free shared library when exiting.
3700         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3701         (__cleanup): Free shared library when exiting.
3703 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3705         [BZ #2549]
3706         * math/libm-test.inc (check_float_internal): Support
3707         denormalized return.
3709 2007-10-23  Andreas Jaeger  <aj@suse.de>
3711         [BZ #5208]
3712         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3713         __LONG_LONG_PAIR to handle little endian byte order.
3714         Suggested by abhishekrai@google.com
3716 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3718         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3720 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3722         * nscd/cache.c (prune_cache): Move test for modified file outside
3723         of locking.
3725 2007-10-21  Andreas Jaeger  <aj@suse.de>
3727         * manual/texinfo.tex: Update to latest version.
3729         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3731         * manual/arith.texi (Status bit operations): Fix formatting.
3733         * manual/errno.texi (Error Messages): Fix formatting.
3735         * manual/sysinfo.texi (System Parameters): Fix formatting.
3737         * manual/libc.texinfo: Update VERSION and UPDATED.
3739 2007-10-19  Roland McGrath  <roland@redhat.com>
3741         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3743 2007-10-06  David S. Miller  <davem@davemloft.net>
3745         * configure.in: Add sparcv9v2 and sparc64v2.
3746         * scripts/config.sub: Likewise.
3747         * configure: Regenerate.
3748         * elf/elf.h (HWCAP_SPARC_N2): New.
3749         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3750         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3751         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3752         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3753         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3754         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3755         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3757 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3759         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3760         even if the poll result indicates there is data to read.
3761         Patch by Jeff Moyer <jmoyer@redhat.com>.
3763 2007-10-18  Roland McGrath  <roland@redhat.com>
3765         * elf/elf.h (NT_PPC_VMX): New macro.
3767 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3769         * version.h (VERSION): Set to 2.7.90.
3771 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3773         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3774         weak_alias.
3776 2007-10-17  Roland McGrath  <roland@frob.com>
3778         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3779         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3781 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3783         * version.h (VERSION): Bump to 2.7.
3784         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3786         [BZ #5186]
3787         * time/tzset.c (__tz_convert): Don't force testing for a change of
3788         TZ if not called from localtime.  But then also see whether the
3789         file changed, in case __use_tzfile is set.
3791         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3792         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3793         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3794         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3795         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3796         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3797         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3798         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3800 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3802         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3803         and admin selects to be able to replace the gai.conf file, lock
3804         data structures around the qsort call.
3806 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3808         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3809         new memset.
3810         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3811         too high for the improvements.  Implement bzero unconditionally for
3812         use in libc.
3814 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3815             Jakub Jelinek  <jakub@redhat.com>
3817         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3818         even when time_t is 32-bit.
3819         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3820         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3821         always set after the search.
3823 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3825         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3826         unreachable code on 32-bit machines.
3828 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3830         [BZ #5184]
3831         * time/strftime_l.c: Include stdbool.h.
3832         (my_strftime): New wrapper, old function renamed to...
3833         (__strftime_internal): ... new function.  Add tzset_called
3834         argument, pass it down to recursive calls, don't call tzset ()
3835         if already true, set to true after call to tzset ().
3837 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3839         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3840         into account when copying TZ string.
3842 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3844         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3845         num_transition rather than num_transitions - 1.
3847 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3849         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3850         PIC indirect jump.
3852         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3853         a local label rather than HIDDEN_JUMPTARGET.
3855 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3857         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3858         (init_cacheinfo): Initialize it.
3859         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3860         Always define bzero.
3861         Remove non-glibc code.
3862         * sysdeps/x86_64/bzero.S: Make an empty file.
3864 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3866         * sysdeps/x86_64/cacheinfo.c
3867         (__x86_64_preferred_memory_instruction): New.
3868         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3870         * sysdeps/x86_64/memset.S: Rewrite.
3872 2007-10-15  Roland McGrath  <roland@redhat.com>
3874         * po/libc.pot: Regenerated.
3876 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3878         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3879         pointers.
3881         [BZ #3425]
3882         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3883         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3884         address record to T_A/T_AAAA requests.
3886 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3888         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3890         * posix/glob.c: Add some branch prediction throughout.
3892         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3893         read from nscd.
3895         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3896         service_order.
3897         (rfc3484_sort): Make sure that even if qsort doesn't support
3898         stable sorting out sorting here is stable by comparing service_order.
3899         (getaddrinfo): Initialize service_order.
3900         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3901         service_order field to sorting structure.
3902         * posix/tst-rfc3484-2.c (do_test): Likewise.
3904         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3905         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3906         __tzset_parse_tz and updating of daylight, timezone, tzname into
3907         update_vars.
3908         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3909         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3910         happens in __tz_compute.
3911         * time/tzfile.c (__tzfile_read): Also read TZ string.
3912         (find_transition): Fold into __tzfile_compute.
3913         (__tzfile_compute): For times beyond the last transition try to
3914         use the TZ string.
3915         * timezone/tst-timezone.c: Information in daylight and tzname does
3916         change for Asia/Tokyo timezone with more concrete information.
3917         Remove the test.
3919         * include/stdio.h: Add libc_hidden_proto for ftello.
3920         * libio/ftello.c: Add libc_hidden_def.
3922         [BZ #1140]
3923         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3924         on the specified time and not the last entries in the file.  Move
3925         code to determine tzname[] to...
3926         (find_transition): ...here.  Add ugly guess for times before the
3927         first transition.
3929 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3931         [BZ #3195]
3932         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3933         no entry.
3934         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3935         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3936         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3937         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3939         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3940         read mechanism when there are no group members and avoid no-op
3941         read syscall in this case.
3943         [BZ #3242]
3944         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3945         (__readall): If reading failed due to EAGAIN error wait a bit
3946         and possibly try again.
3947         (__readvall): Likewise.
3949 2007-10-13  Bruno Haible  <bruno@clisp.org>
3951         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3952         when we cannot recode the message.
3954 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3956         [BZ #4359]
3957         * libio/__freading.c (__freading): Don't return true for
3958         write-only streams.  For read/write streams, check whether we
3959         performed a read operation already.
3960         * libio/Makefile (tests): Add tst-ext2.
3961         * libio/tst-ext2.c: New file.
3963 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3965         * locale/programs/repertoire.c (repertoire_read): Always free
3966         memory for repertoire file name [Coverity CID 270].
3968         * elf/cache.c (save_aux_cache): Free memory allocated for
3969         temporary file name [Coverity CID 267].
3971 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3973         * misc/Makefile (headers): Add bits/error.h.
3975 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3977         * posix/fnmatch_loop.c: Take rule index returned as part of
3978         findidx return value into account when accessing weights.
3979         * posix/regcomp.c: Likewise.
3980         * posix/regexec.c: Likewise.
3982         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3983         (skip_to): Fix problems with parameter of elifdef/elifndef.
3985 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3987         * iconv/gconv_simple.c: Add some branch prediction.
3989 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3991         * locale/programs/ld-collate.c (collate_read): If ignore_content
3992         and nowtok is tok_define, eat any tok_eol tokens.
3994 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3996         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3997         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3999         * inet/netinet/in.h: Don't include bits/socket.h.
4000         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4001         macro.
4002         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4004 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4006         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4007         and tok_elifndef.
4008         * locale/programs/locfile-kw.gperf: Likewise.
4009         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4011 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4013         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4014         (__find_specwc): Change into __extern_always_inline function.
4015         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4016         (__parse_one_specmb): Remove ps argument.
4017         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4018         Adjust __find_specmb and __parse_one_specmb callers.
4019         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4020         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4021         Removed.
4022         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4023         caller.
4025 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4027         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4028         with some Pentium Ds.
4030 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4032         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4033         __read not read.
4034         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4035         __write not write.
4037 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4039         [BZ #181]
4040         * locale/C-time.c: Set week_1stday data to 19971201.
4041         * locale/programs/ld-time.c (time_finish): Default for
4042         first_workday is Monday.
4044         [BZ #2633]
4045         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4047         [BZ #5103]
4048         * posix/glob.c (glob): Recognize patterns starting \/.
4049         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4050         (main): Add test for pattern starting \/.
4052         * misc/error.h: Use __const instead of const.
4053         * misc/bits/error.h: Likewise.
4055 2007-10-07  Andreas Jaeger  <aj@suse.de>
4057         * include/bits/error.h: New file.
4059         * misc/bits/error.h (error_at_line): Fix prototype.
4061 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4063         [BZ #3924]
4064         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4065         more little bugs in creating the stack frame when pltexit has to
4066         be called.
4068         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4069         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4071         [BZ #4407]
4072         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4073         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4074         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4075         * math/libm-test.inc: Add test for this case.
4077         [BZ #5010]
4078         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4079         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4080         map service succeeded.
4081         (svc_is_mapped): New function.
4082         (svc_unregister): Use it before trying to unmap service.
4084 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4086         * timezone/zic.c: Update from tzcode2007h.
4088         [BZ #5063]
4089         * timezone/africa: Update from tzdata2007h.
4090         * timezone/antarctica: Likewise.
4091         * timezone/asia: Likewise.
4092         * timezone/australasia: Likewise.
4093         * timezone/europe: Likewise.
4094         * timezone/leapseconds: Likewise.
4095         * timezone/northamerica: Likewise.
4096         * timezone/southamerica: Likewise.
4097         * timzeone/zone.tab: Likewise.
4099         [BZ #5104]
4100         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4102         [BZ #5113]
4103         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4104         avoid warning with -Wconversion.
4105         (__strndup): Likewise.
4106         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4108         [BZ #5112]
4109         * nscd/connections.c (restart): Don't resync if database is
4110         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4112         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4113         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4115         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4116         evetnfd_read, eventfd_write.
4117         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4118         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4119         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4120         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4121         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4122         eventfd_write for GLIBC_2.7.
4124         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4125         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4126         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4127         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4129 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4131         * stdlib/msort.c: Include stdint.h.
4132         (struct msort_param): New type.
4133         (msort_with_tmp): Use struct msort_param pointer for unchanging
4134         parameters.  Add optimized handling for several common sizes
4135         and indirect sorting mode.
4136         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4137         sorting.
4138         Suggested by Belazougui Djamel .
4140         * stdlib/Makefile (tests): Add tst-qsort2.
4141         * stdlib/tst-qsort2.c: New test.
4143 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4145         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4146         for dup2 in case another thread races with the current one.  Retry
4147         in this case.
4149         * misc/error.h: Remove support for use outside of libc.  We have to
4150         include <features.h> now.  Include <bits/error.h> if possible.
4151         * misc/bits/error.h: New file.
4153 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4155         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4156         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4157         __extern_always_inline functions unconditionally, drop macros.
4159         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4160         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4161         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4163         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4164         add __artificial__ attribute.
4166 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4168         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4169         backward to forward direction.
4171         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4173         [BZ #645]
4174         * locale/programs/ld-collate.c (collate_finish): Compare against last
4175         used section which is known to have rules defined.
4176         (collate_read): After order_start, correctly record order of sections
4177         and queue sections up.
4179 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4181         [BZ #5071]
4182         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4183         the same number of pages.
4184         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4186         * locale/programs/ld-collate.c (collate_read): After initial copy
4187         statement, continue in state 0.
4189         * include/stdio_ext.h (__fsetlocking): Define as macro.
4191 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4193         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4194         of section order.
4196         * po/pt_BR.po: Fix typo.
4198 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4200         * iconvdata/Makefile (modules): Add ISO8859-9E.
4201         (distribute): Add iso8859-9e.c.
4202         (gen-8bit-gap-modules): Add iso8859-9e.
4203         * iconvdata/iso8859-9e.c: New file.
4204         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4205         * iconvdata/TESTS: Likewise.
4206         * iconvdata/tst-tables.sh: Likewise.
4208         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4210         * locale/iso-639.def: Add several new entries.
4212 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4214         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4215         void * pointers instead of struct link_map **.
4216         (_dl_scope_free): Change argument type to void *.
4217         * include/link.h (struct link_map): Change type of l_reldeps
4218         to struct link_map_reldeps, move l_reldepsact into that
4219         struct too.
4220         * elf/dl-deps.c: Include atomic.h.
4221         (_dl_map_object_deps): Only change l->l_initfini when it is
4222         fully populated, use _dl_scope_free for freeing it.  Optimize
4223         removal of libs from reldeps by using l_reserved flag, when
4224         some removal is needed, allocate a new list instead of
4225         reallocating and free the old with _dl_scope_free.  Adjust
4226         for l_reldeps and l_reldepsact changes.
4227         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4228         searching in l_initfini and l_reldeps without holding dl_load_lock.
4229         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4230         l_reldepsact changes.
4231         * elf/dl-close.c (_dl_close_worker): Likewise.
4232         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4234 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4236         * iconvdata/Makefile (modules): Add KOI8-RU.
4237         (distribute): Add koi8-ru.c.
4238         (gen-8bit-gap-modules): Add koi8-ru.
4239         * iconvdata/koi8-ru.c: New file.
4240         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4241         * iconvdata/TESTS: Likewise.
4242         * iconvdata/tst-tables.sh: Likewise.
4244         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4246 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4248         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4249         with __warning__/__error__ attributes.
4250         (__warnattr): Define.
4251         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4252         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4253         __warnattr.
4254         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4255         of __*_chk if compile time detectable overflow is found.
4256         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4257         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4258         with __warnattr.
4259         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4260         instead of __*_chk if compile time detectable overflow is found.
4261         (__gets_alias): Rename to...
4262         (__gets_warn): ... this.  Add __warnattr.
4263         (gets): Call __gets_warn instead of __gets_alias.
4264         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4265         aliases with __warnattr.
4266         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4267         time detectable overflow is found.
4268         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4269         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4270         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4271         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4272         __getdomainname_chk_warn): New aliases with __warnattr.
4273         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4274         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4275         __*_chk_warn instead of __*_chk if compile time detectable overflow
4276         is found.
4277         (__getgroups_chk): Rename argument to __listlen from listlen.
4278         (__getwd_alias): Rename to...
4279         (__getwd_warn): ... this.  Add __warnattr.
4280         (getwd): Call __getwd_warn instead of __getwd_alias.
4281         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4282         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4283         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4284         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4285         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4286         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4287         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4288         compile time detectable overflow is found.
4289         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4290         to use __*_chk or not.
4291         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4292         in comparisons which function should be called and in __*_chk*
4293         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4294         detectable overflow is found.
4295         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4296         __*_chk argument.
4297         * debug/tst-chk1.c (do_test): Add a few more tests.
4299 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4301         [BZ #5058]
4302         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4303         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4304         (_nl_unload_domain): Finalize conversions_lock.
4305         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4306         handling table of known conversions.
4308 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4310         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4311         close_not_cancel_no_status instead of close.
4313 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4315         [BZ #5028]
4316         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4317         nrules != 0 for multibyte chars.
4319 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4321         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4322         Provide better error message in case the type is unknown.
4324         [BZ #4963]
4325         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4326         * string/stratcliff.c: Make usable to test wide char functions.
4327         * wcsmbs/wcsatcliff.c: New file.
4328         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4330         [BZ #4972]
4331         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4332         (distribute): Add mac-centraleurope.c.
4333         (gen-8bit-gap-modules): Add mac-centraleurope.
4334         * iconvdata/mac-centraleurope.c: New file.
4335         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4336         * iconvdata/TESTS: Likewise.
4337         * iconvdata/tst-tables.sh: Likewise.
4339         [BZ #5043]
4340         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4342 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4344         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4345         from __x86_64_core_cache_size_half.
4346         (init_cacheinfo): Compute shared cache size for AMD processors with
4347         shared L3 correctly.
4348         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4349         name change.
4350         Patch in large parts by Evandro Menezes.
4352 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4354         * elf/dl-lookup.c (add_dependency): Handle failing memory
4355         allocation for dependency list.  Remove unnecessary check.
4357         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4358         open/close when determining source addresses.
4360         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4361         sha512-crypt, and sha512.
4362         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4363         (distribute): Add sha256.h and sha512.h.
4364         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4365         and call the appropriate code.
4366         * crypt/sha256-crypt.c: New file.
4367         * crypt/sha256.c: New file.
4368         * crypt/sha256.h: New file.
4369         * crypt/sha256c-test.c: New file.
4370         * crypt/sha256test.c: New file.
4371         * crypt/sha512-crypt.c: New file.
4372         * crypt/sha512.c: New file.
4373         * crypt/sha512.h: New file.
4374         * crypt/sha512c-test.c: New file.
4375         * crypt/sha512test.c: New file.
4377 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4379         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4380         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4381         __syslog_chk.
4383 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4385         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4386         %as in fscanf format strings.
4388         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4389         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4390         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4391         Likewise.
4392         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4393         Likewise.
4395         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4396         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4397         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4398         * elf/dl-sym.c (do_sym): Likewise.
4399         * include/link.h (struct link_map): Add l_serial field.
4400         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4401         * elf/dl-lookup.c (add_dependency): Add flags argument.
4402         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4403         flags, use THREAD_GSCOPE_RESET_FLAG before and
4404         THREAD_GSCOPE_SET_FLAG after
4405         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4406         Don't dereference map until it has been found on some list.
4407         If map->l_serial changed, return -1.
4409 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4411         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4412         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4413         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4414         libc_hidden_proto.
4415         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4416         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4417         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4418         add libc_hidden_proto.
4419         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4420         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4421         conformance requested.
4422         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4423         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4424         conformance requested.
4425         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4426         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4427         conformance requested.
4428         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4429         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4430         ISO C99 or POSIX conformance requested.
4431         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4432         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4433         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4434         and __isoc99_vsscanf@@GLIBC_2.7.
4435         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4436         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4437         (tests): Add scanf14.
4438         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4439         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4440         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4441         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4442         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4443         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4444         from using internal headers.
4445         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4446         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4447         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4448         and __isoc99_vswscanf@@GLIBC_2.7.
4449         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4450         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4451         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4452         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4453         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4454         * stdio-common/isoc99_scanf.c: New file.
4455         * stdio-common/isoc99_vsscanf.c: New file.
4456         * stdio-common/isoc99_vscanf.c: New file.
4457         * stdio-common/isoc99_vfscanf.c: New file.
4458         * stdio-common/isoc99_fscanf.c: New file.
4459         * stdio-common/isoc99_sscanf.c: New file.
4460         * wcsmbs/isoc99_fwscanf.c: New file.
4461         * wcsmbs/isoc99_vswscanf.c: New file.
4462         * wcsmbs/isoc99_swscanf.c: New file.
4463         * wcsmbs/isoc99_wscanf.c: New file.
4464         * wcsmbs/isoc99_vwscanf.c: New file.
4465         * wcsmbs/isoc99_vfwscanf.c: New file.
4466         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4467         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4468         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4469         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4470         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4471         * stdio-common/scanf14.c: New test.
4472         * stdio-common/scanf15.c: New test.
4473         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4474         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4475         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4476         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4477         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4478         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4479         __nldbl___isoc99_scanf@@GLIBC_2.7,
4480         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4481         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4482         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4483         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4484         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4485         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4486         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4487         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4488         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4489         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4490         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4491         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4492         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4493         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4494         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4495         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4496         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4497         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4498         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4499         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4500         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4501         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4502         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4503         functions.
4504         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4505         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4506         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4507         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4508         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4509         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4510         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4511         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4512         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4513         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4514         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4515         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4517         * stdio-common/Makefile (tests): Add scanf13.
4518         (scanf13-ENV): New.
4519         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4520         m modifier followed by l.
4521         (STRING_ARG): Add width argument.
4522         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4523         <case L_('C')>: Handle %mlc and %mC.
4524         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4525         arguments.
4526         * stdio-common/scanf13.c: New test.
4528         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4529         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4531 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4533         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4534         type and __THROW marker of splice, vmsplice, and tee.
4535         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4536         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4537         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4538         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4539         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4540         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4541         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4542         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4543         as cancellation points.
4545 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4547         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4548         parse more than three parts of the version number.
4550 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4552         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4553         modifier.  Patch by Jakub Jelinek.
4555 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4557         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4558         call_fallocate in misc subdir.
4559         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4560         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4561         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4562         instead of __fallocate64.
4563         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4565 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4567         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4568         * rt/Makefile (headers): Add bits/mqueue2.h.
4569         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4570         optimizing with GCC and __va_arg_pack_len is defined.
4571         * rt/bits/mqueue2.h: New file.
4572         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4573         (mq_open): New strong_alias.
4574         (__mq_open_2): New function.
4575         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4576         (mq_open): New strong_alias.
4577         (__mq_open_2): New function.
4578         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4579         * Versions.def (librt): Add GLIBC_2.7 version.
4580         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4581         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4583         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4584         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4585         is defined rather than when not C++.
4586         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4587         __openat64_alias): New redirects.
4588         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4589         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4590         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4591         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4592         functions instead of function-like macros.
4594 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4596         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4597         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4598         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4600 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4602         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4603         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4605 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4607         * inet/tst-network.c: Increment ERRORS for failing tests.
4609 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4611         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4612         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4613         implement as __extern_always_inline function.
4614         (vsyslog): Define as __extern_always_inline function unconditionally.
4615         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4616         When __va_arg_pack is defined, implement as __extern_always_inline
4617         functions.
4618         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4619         __extern_always_inline functions unconditionally.
4620         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4621         bits/stdio2.h will be included.
4622         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4623         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4624         implement as __extern_always_inline functions.
4625         (vswprintf, vwprintf, vfwprintf): Define as
4626         __extern_always_inline functions unconditionally.
4627         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4629 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4631         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4632         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4633         attribute.
4634         * include/features.h (__USE_EXTERN_INLINES): Define only when
4635         __extern_inline is defined.
4636         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4637         is defined instead of when not __cplusplus.
4638         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4639         is defined instead of when not __cplusplus.
4640         * socket/sys/socket.h: Include bits/socket2.h when
4641         __extern_always_inline is defined instead of when not __cplusplus.
4642         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4643         is defined instead of when not __cplusplus.
4644         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4645         is defined instead of when not __cplusplus.
4646         * string/string.h: Include bits/string3.h when __extern_always_inline
4647         is defined instead of when not __cplusplus.
4648         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4649         is defined instead of when not __cplusplus.
4650         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4651         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4652         is not defined.
4653         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4654         defined __extern_always_inline instead of !defined __cplusplus.
4655         * libio/bits/stdio-ldbl.h: Likewise.
4656         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4657         * misc/bits/syslog.h (syslog): Don't define for C++.
4658         (vsyslog): Use __extern_always_inline function for C++ instead of
4659         a macro.
4660         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4661         whenever that macro is defined.
4662         (vprintf): Don't provide the inline for C++.
4663         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4664         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4665         define the macros for C++.
4666         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4667         __extern_always_inline functions for C++.
4668         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4669         stat64, lstat64, fstat64, fstatat64): Don't define if not
4670         __USE_EXTERN_INLINES.
4671         * wcsmbs/bits/wchar2.h: Fix #error message.
4672         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4673         (vswprintf, vwprintf, vfwprintf): Define using
4674         __extern_always_inline functions for C++.
4675         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4676         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4677         strncpy, strcat, strncat): Define as __extern_always_inline
4678         functions instead of macros for C++.
4679         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4680         defined __extern_inline.
4681         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4682         to __extern_inline whenever that macro is defined.
4683         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4684         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4685         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4686         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4687         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4688         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4689         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4690         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4691         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4692         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4693         prototypes.  Only provide __extern_inline routines if
4694         __USE_EXTERN_INLINES.
4695         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4696         tests.
4697         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4698         For now avoid some *printf tests in C++.  Skip all testing
4699         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4700         is not.
4701         * debug/tst-chk4.cc: New file.
4702         * debug/tst-chk5.cc: New file.
4703         * debug/tst-chk6.cc: New file.
4704         * debug/tst-lfschk4.cc: New file.
4705         * debug/tst-lfschk5.cc: New file.
4706         * debug/tst-lfschk6.cc: New file.
4707         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4708         prototypes in C++.
4709         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4710         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4711         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4713 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4715         * po/cs.po: Update from translation team.
4717 2007-09-11  Roland McGrath  <roland@redhat.com>
4719         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4720         compiling.
4722 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4724         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4726 2007-09-05  Roland McGrath  <roland@redhat.com>
4728         * manual/signal.texi (Signaling Another Process): Typo fix.
4729         From Karl Berry <karl@freefriends.org>.
4731 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4733         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4734         zero if not defined.
4735         (make_request): Recognize optimistic addresses and treat them like
4736         deprecated addresses.
4737         Reported by Neil Horman <nhorman@redhat.com>.
4739 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4741         * nscd/connections.c (send_ro_fd): Also transfer file size.
4742         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4743         file size don't call fstat.
4745         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4746         ahead and map the file.  This should always be correct and we can
4747         catch problems later.
4749 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4751         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4752         prototypes.
4753         (__fread_alias, __fread_unlocked_alias): New aliases.
4754         (fread): New extern inline.
4755         (fread_unlocked): Likewise.  Undef macro before definition of
4756         the inline function.
4757         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4758         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4759         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4760         and __fread_unlocked_chk@@GLIBC_2.7.
4761         * debug/fread_chk.c: New file.
4762         * debug/fread_u_chk.c: New file.
4763         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4765 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4767         * sysdeps/unix/sysv/linux/syscalls.list
4768         (personality): Change caller to EXTRA.
4770 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4772         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4773         to keep gcc quiet.
4774         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4776         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4777         NDEBUG is defined.
4779         * Makerules: Use -p option with mkdir.
4781         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4782         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4783         (_xdr_directory_obj): Likewise.
4784         (xdr_entry_obj): Likewise.
4785         (xdr_group_obj): Likewise.
4786         (xdr_link_obj): Likewise.
4787         (xdr_table_obj): Likewise.
4788         (_xdr_nis_result): Likewise.
4789         (_xdr_ns_request): Likewise.
4790         (_xdr_ib_request): Likewise.
4791         (_xdr_nis_taglist): Likewise.
4792         (xdr_cback_data): Likewise.
4793         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4794         (xdr_ypresp_maplist): Likewise.
4796         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4798         * posix/regex_internal.h: Prevent some declarations and definitions
4799         to be seen when used in tests.
4801         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4802         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4804         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4806         * config.make.in (datarootdir): Add to shut up configure.
4808         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4809         associativity for fully-associative caches.
4811         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4812         requests.  Fill on more associativity values for L2.
4813         Patch mostly by Evandro Menezes.
4815 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4817         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4818         (_libc_vdso_platform_setup): Avoid using exported variable by using
4819         alias.
4821         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4823         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4824         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4825         defined.
4827 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4829         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4830         align stack for call if pltexit is to be used.
4832         [BZ #3924]
4833         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4834         align for function call in case pltexit has to be called later.
4836         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4837         implicit atomic operation when storing function pointer.
4838         (_dl_runtime_profile): Likewise.
4840 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4842         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4843         NIS_NOTFOUND.
4845 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4847         [BZ #4566]
4848         * string/strtok.c: Fix typo in comment.
4850         [BZ #4582]
4851         * debug/segfault.c: Fix typos in comments.
4853         [BZ #4588]
4854         * stdio-common/tempnam.c: Fix comment, it is not checked that
4855         TMPDIR points to a writable directory.
4857         [BZ #4726]
4858         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4859         memory allocated for the name server address.
4861         [BZ #4946]
4862         * nscd/connections.c (handle_request): Using sendfile always
4863         requires that mmap is used for the database.
4864         Patch by Petr Baudis <pasky@suse.cz>.
4866         [BZ #4905]
4867         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4868         suddenly has two or more addresses, ignore it and remove the old
4869         entry.
4871         [BZ #4814]
4872         * resolv/res_hconf.c: Prepare for compiling outside libc.
4873         * nscd/res_hconf.c: New file.
4874         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4875         the new file.
4876         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4877         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4879         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4881         [BZ #4925]
4882         * debug/pcprofiledump.c: Turn on internationalization by calling
4883         setlocale.  Patch mostly by Benno Schulenberg.
4885         [BZ #4936]
4886         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4887         the state.
4888         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4889         * iconvdata/bug-iconv5.c: New file.
4891 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4893         [BZ #4896]
4894         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4895         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4896         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4897         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4898         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4899         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4900         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4901         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4903 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4905         [BZ #4937]
4906         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4907         lookup loop.  Suggested by John Reiser.
4909 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4911         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4913 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4915         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4916         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4917         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4918         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4919         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4920         to...
4921         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4923 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4925         * po/nl.po: Update from translation team.
4927 2007-08-16  Andreas Jaeger  <aj@suse.de>
4929         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4930         Reported by Peter Festner <peter.festner@ewetel.net>.
4932 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4934         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4936 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4938         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4939         to check for undefined symbols.
4941         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4942         If the syscall fails, set errno to the actual returned error number
4943         rather than EINVAL.
4944         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4945         arguments are incorrect, set errno to EINVAL, if the syscall
4946         fails, set errno to the actual returned error number.
4948         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4949         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4951         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4952         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4953         file.
4954         (ASI_PNF, ASI_BLK_P): Don't define.
4955         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4956         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4957         file.
4958         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4959         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4960         file.
4962 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4964         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4965         FE_UNDERFLOW on Niagara CPUs.
4967         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4968         exceptions.
4970 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4972         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4973         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4974         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4975         flush should be used or not inside of the function.
4976         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4978         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4979         __thread_start): Use HIDDEN_JUMPTARGET.
4980         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4981         __thread_start): Likewise.
4982         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4984         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4985         Add libc_hidden_proto.
4986         (STRTOF): Add libc_hidden_proto.
4987         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4988         (strtold_l, wcstold_l): Use them as second argument for
4989         long_double_symbol.
4991 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4993         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4995 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4997         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4999 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5001         * po/bg.po: New file.  From the translation team.
5003 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5005         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5006         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5007         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5008         when each feature was introduced.
5010         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5011         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5012         (CHECK_HASH): New macro.
5013         (PREPARE_VERSION): Use it.
5015         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5016         prototype if not __ASSUME_PSELECT.
5017         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5018         prototype if not __ASSUME_PPOLL.
5020         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5022         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5023         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5024         is defined.
5026 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5028         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5029         (_libc_vdso_platform_setup): If vDSO is not available point
5030         __vdso_gettimeofday to the vsyscall.
5031         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5032         __vdso_gettimeofday instead of vsyscall.
5034 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5036         * nscd/servicescache.c: Include kernel-features.h.
5037         * nscd/gai.c: Likewise.
5038         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5039         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5040         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5041         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5042         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5043         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5044         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5045         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5046         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5048 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5050         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5051         and _dl_get_origin defines anymore.
5053         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5054         Build fix for systems which might lack POSIX timer support.
5056         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5057         (_libc_vdso_platform_setup): Mangle function pointers before storing
5058         them.
5059         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5060         Demangle vdso pointer before use.
5061         (INTERNAL_VSYSCALL): Likewise.
5063         * elf/cache.c (primes): Mark as const.
5064         Noted by Roland McGrath.
5066 2007-08-01  Andreas Jaeger  <aj@suse.de>
5067             Jakub Jelinek  <jakub@redhat.com>
5069         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5070         (options): Add option.
5071         (parse_opt): Handle option.
5072         (manual_link): Adjust process_file caller.  Call implicit_soname.
5073         (search_dir): Formatting.  Use and populate auxiliary cache.
5074         (main): Load and save auxiliary cache.
5075         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5076         stat64 from fstat64 to caller.
5077         (implicit_soname): New function.
5078         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5079         leave *soname as NULL.
5080         * elf/cache.c: Include libgen.h.
5081         (print_entry, print_cache, compare, save_cache, add_to_cache):
5082         Formatting and cleanups.
5083         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5084         aux_cache_file): New structures.
5085         (AUX_CACHEMAGIC): Define.
5086         (primes): New array.
5087         (aux_hash_size, aux_hash): New variables.
5088         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5089         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5090         load_aux_cache, save_aux_cache): New functions.
5091         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5092         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5093         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5094         (process_file): Adjust prototype.
5096 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5098         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5099         with __need_size_t.
5101 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5103         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5104         r_found_version structure as second parameter.
5105         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5106         (_dl_vdso_vsym): Change type of second parameter accordingly.
5107         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5108         (_libc_vdso_platform_setup): Adjust.
5109         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5110         (_libc_vdso_platform_setup): Likewise.
5112         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5113         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5114         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5115         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5116         * csu/libc-start.c: Pretty printing.
5117         Use VDSO_SETUP if defined.
5118         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5119         and let generic code call into _libc_vdso_platform_setup.
5120         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5121         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5122         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5123         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5124         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5125         for GLIBC_PRIVATE.
5126         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5127         (sysdep_rountines): Add dl-vdso.
5129         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5130         of routines.
5132         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5133         attribute_hidden to __vdso_gettimeofday prototype.
5135 2007-08-12  Roland McGrath  <roland@redhat.com>
5137         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5138         From: Karl Berry <karl@freefriends.org>.
5140 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5142         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5143         an atime update for the files we read.
5145 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5147         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5149         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5150         instead of mkstemp.
5152         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5153         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5154         * misc/mkostemp.c: New file.
5155         * misc/mkostemp64.c: New file.
5156         * stdlib/stdlib.h: Declare the new functions.
5157         * sysdeps/posix/tempname.c: Add new parameter which is added to
5158         the flags for open.  Remove __GT_BIGFILE handling.
5159         * stdio-common/tempname.c: Likewise.
5160         * include/stdio.h: Adjust __gen_tempname prototype.
5161         Renumber __GT_* constants.
5162         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5163         * misc/mkdtemp.c: Likewise.
5164         * misc/mkstemp.c: Likewise.
5165         * misc/mkstemp64.c: Likewise.
5166         * misc/mktemp.c: Likewise.
5167         * stdio-common/tempnam.c: Likewise.
5168         * stdio-common/tmpfile.c: Likewise.
5169         * stdio-common/tmpfile64.c: Likewise.
5170         * stdio-common/tmpnam.c: Likewise.
5171         * stdio-common/tmpnam_r.c: Likewise.
5173 2007-08-10  Roland McGrath  <roland@frob.com>
5175         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5176         New macros.
5177         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5178         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5180 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5182         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5183         possible.
5184         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5185         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5186         * nss/nss_files/files-have_o_cloexec.c: New file.
5188         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5189         available.
5191 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5193         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5194         ___new_wcstold_l): New weak aliases.
5195         (strtold_l, wcstold_l): Use them as second argument for
5196         long_double_symbol.
5198 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5200         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5201         register in test for error.
5203         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5204         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5206         * po/sv.po: Update from translation team.
5208 2007-08-06  Roland McGrath  <roland@redhat.com>
5210         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5211         Remove __strto*_l inlines.
5212         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5213         * stdlib/strtod.c: Add libc_hidden_def.
5214         * stdlib/strtod_l.c: Likewise.
5215         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5216         for __new_strtold and __new_wcstold.
5217         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5218         __STRTOF, STRTOF.
5219         * stdlib/strtol.c: Add libc_hidden_def.
5220         * stdlib/strtol_l.c: Likewise.
5221         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5222         strtoq.
5224         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5226         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5227         * scripts/data/localplt-generic.data: ... here.
5228         * elf/Makefile (check-data): Get generic file if no other.
5229         ($(objpfx)check-localplt.out): Make target unconditional.
5231         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5232         Use ElfW(Nhdr).
5234 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5236         * po/zh_CN.po: Updated translation from translation team.
5238 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5241         Don't use CGOTSETUP and CGOTRESTORE macros.
5243 2007-08-04  Roland McGrath  <roland@redhat.com>
5245         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5247 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5249         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5250         __extension__ around the whole statement expression.
5252 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5254         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5255         elements during initialization.
5257         * po/pl.po: Updated translation from translation team.
5258         * po/tr.po: Likewise.
5259         * po/nl.po: Likewise.
5261 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5263         * rt/aio.h: Add __nonnull attributes.
5265 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5267         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5268         * stdlib/Makefile (tests): Add tst-strtod5.
5269         (tst-strtod5-ENV): New.
5270         * stdlib/tst-strtod5.c: New file.
5272         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5273         failed.
5274         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5275         on failure.
5277         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5278         allocated.
5280 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5282         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5283         numbers.
5285 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5287         * io/Makefile (aux): Add have_o_cloexec.
5288         * include/fcntl.h: Declare __have_o_cloexec.
5289         * io/have_o_cloexec.c: New file.
5290         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5291         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5292         fcntl call if not necessary.
5293         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5294         of local variable.
5296         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5297         Avoid memset, add explicit initialization.
5298         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5299         to the end and change into zero-sized array.
5300         Move lock member to fill a hole on 64-bit platforms.
5302         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5303         inline functions.
5304         * include/stdlib.h: Add __strto*_internal prototypes here.
5305         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5306         inline functions.
5307         * include/wchar.h: Add __wcsto*_internal prototypes.
5308         * sysdeps/generic/inttypes.h: No need to protect the declaration
5309         of the __strto*_internal and __wcsto*_internal members here.
5311         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5313 2007-08-02  Roland McGrath  <roland@redhat.com>
5315         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5316         $(inst_bindir)/getconf if possible.
5318         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5319         (generated): Add it.
5320         ($(inst_libexecdir)/getconf): Use it.
5322 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5324         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5325         /proc is faster and sufficient.  /sys is still needed for
5326         __get_nprocs_conf.
5328 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5330         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5331         syscall as __fallocate64.
5332         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5333         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5335 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5337         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5338         value.
5340         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5341         if off_t is different rank from size_t.
5343         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5344         uw_frame_state_for): Avoid type punning warnings.
5345         * sysdeps/generic/unwind-dw2-fde-glibc.c
5346         (_Unwind_IteratePhdrCallback): Likewise.
5347         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5348         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5349         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5350         pointers.
5352 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5354         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5355         total processors using sysfs.
5356         (__get_nprocs): Use sysfs to determine which processors are online.
5358 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5360         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5361         syscall arguments count.
5363         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5365 2007-07-30  Roland McGrath  <roland@redhat.com>
5367         * manual/libc.texinfo: Update copyrights, formatting magic, and
5368         @dircategory.  From Karl Berry <karl@freefriends.org>.
5370 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5372         [BZ #4860]
5373         * io/Makefile (headers): Add bits/fcntl2.h.
5375         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5376         using gcc builtin.
5377         (__CPU_EQUAL_S): Likewise.
5379         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5380         (tests): Add tst-cpuset.
5381         * posix/sched_cpualloc.c: New file.
5382         * posix/sched_cpufree.c: New file.
5383         * posix/tst-cpuset.c: New file.
5384         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5385         GLIBC_2.7.
5386         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5387         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5388         macros.  Define CPU_*_S macros.
5390 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5392         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5393         entry.
5395         [BZ #4858]
5396         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5397         #.0g and value rounded to 1.0.
5398         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5400 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5402         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5403         for int_frac_digits and frac_digits.
5405         * login/logout.c (logout): Avoid aliasing violation.
5406         * login/logwtmp.c (logwtmp): Likewise.
5408         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5410         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5411         to avoid warning.
5412         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5413         warning.
5414         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5415         warning.
5416         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5417         to avoid warnings.
5419         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5420         void **.
5421         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5423         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5424         char * to avoid warning.
5425         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5427         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5429         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5430         allocate_arrays): Cast second argument to charmap_find_symbol
5431         to char * to avoid warnings.
5433         * locale/programs/repertoire.c (repertoire_new_char): Change
5434         from_nr, to_nr and cnt to unsigned long, adjust printf format
5435         string.
5437         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5438         Cast second argument to new_element to char * to avoid warnings.
5440         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5442         * intl/gettextP.h (struct loaded_domain): Change plural to const
5443         struct expression *.
5444         * intl/plural-eval.c (plural_eval): Change first argument to
5445         const struct expression *.
5446         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5447         argument to const struct expression **.
5448         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5449         prototypes.
5450         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5451         in call to __gettext_free_exp.
5453         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5454         unitialized wstring/wpattern var warnings.
5456         * posix/runtests.c (struct a_test): Make data field const char *.
5458         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5459         vars if not LDBL_MANT_DIG >= 106.
5461         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5463         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5464         __find_specmb to avoid warning.
5466         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5468         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5469         to avoid warnings.
5471         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5472         initializer.
5474         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5475         tv var when it will be actually used.
5477         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5478         to avoid warnings.
5480         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5481         char array resp. pointer.
5482         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5483         char array.
5484         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5485         to const unsigned char **.
5486         (ucs4_to_cns11643): Change second argument to unsigned char *.
5487         * iconvdata/euc-tw.c (BODY): Change endp type to
5488         const unsigned char *.
5489         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5490         to unsigned char *.
5491         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5492         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5493         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5494         types to unsigned char pointers/arrays instead of char.
5495         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5496         to unsigned char *.
5497         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5498         * iconvdata/jis0212.h: Include assert.h.
5499         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5500         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5501         of trying to handle that.
5502         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5503         shut up a warning.
5504         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5505         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5506         two dimensional const unsigned char arrays.
5507         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5508         Initialize endp to inptr to shut up a warning.
5510 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5512         [BZ #4772]
5513         * time/strptime_l.c (__strptime_internal): Silently ignore
5514         strftime modifiers and field width in recursive calls.
5516         * include/time.h (enum ptime_locale_status): Remove.
5517         (__strptime_internal): Remove decided and era_cnt arguments,
5518         add statep argument.
5519         * time/strptime_l.c (__strptime_internal): Remove decided
5520         and era_cnt arguments, add statep argument.  Don't recompute
5521         any fields in recursive calls, only update caller's tm
5522         and state, if recursive call fails, don't change tm nor
5523         any state.
5524         (get_alt_number): Adjust.
5525         (recursive): Adjust caller.
5526         (strptime): Likewise.
5527         * time/strptime.c (strptime): Likewise.
5529 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5531         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5532         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5533         if from and to charsets are the same.
5534         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5535         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5536         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5538 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5540         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5541         Don't define wint_t when __need_mbstate_t unless it
5542         is necessary.
5543         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5544         in the typedef if possible.
5545         * wctype/wctype.h (wint_t): Define by including
5546         wchar.h with __need_wint_t instead of including stddef.h
5547         with __need_wint_t and as fallback definining it ourselves.
5548         * iconv/gconv.h (__need_wint_t): Define before including
5549         wchar.h.
5550         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5551         or _GLIBCPP_USE_WCHAR_T.
5552         (__need_wchar_t): Don't define
5553         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5554         (__need_wint_t): Don't define before including stddef.h,
5555         define before including wchar.h only if _LIBC or
5556         _GLIBCPP_USE_WCHAR_T.
5557         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5558         * sysdeps/mach/hurd/_G_config.h: Likewise.
5559         * sysdeps/generic/_G_config.h: Likewise.
5560         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5561         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5562         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5563         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5565 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5567         * sysdeps/posix/posix_fallocate64.c: Undefine
5568         __posix_fallocate64_l64 before alias handling.
5569         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5570         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5571         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5572         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5574         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5576 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5578         * locale/programs/ld-collate.c (atwc): New variable.
5579         (add_to_tablewc): New toplevel function, moved from collate_output.
5580         (collate_output): Remove add_to_tablewc nested function.
5582         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5583         (name_insert): New function.
5584         (write_output): Remove hash_table and hash_size vars and name_insert
5585         nested function.
5587 2007-07-24  Roland McGrath  <roland@redhat.com>
5589         * Makerules (install-others-programs-nosubdir): New target.
5590         (install-no-libc.a-nosubdir): Depend on it.
5592         * iconv/Makefile (install-others-programs): Set this instead of
5593         install-others.
5594         * login/Makefile (install-others-programs): Likewise.
5595         * posix/Makefile (install-others-programs): Likewise.
5597         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5598         dependencies.
5600 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5602         * io/Makefile (tests): Add tst-posix_fallocate.
5603         * io/tst-posix_fallocate.c: New file.
5605         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5606         __ASSUME_FALLOCATE.
5608 2007-07-22  Roland McGrath  <roland@frob.com>
5610         * hurd/getdport.c: Add missing copyright year update.
5612         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5613         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5615 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5617         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5619         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5620         O_CLOEXEC is needed.
5621         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5622         Avoid additional fcntl to set O_CLOEXEC if not needed.
5623         * nis/nss_compat/compat-initgroups.c: Likewise.
5624         * nis/nss_compat/compat-pwd.c: Likewise.
5625         * nis/nss_compat/compat-spwd.c: Likewise.
5627 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5629         [BZ #3665]
5630         * manual/errno.texi: Change ECANCELED value to 119.
5632         [BZ #4610]
5633         * mach/lock-intern.h: Include <sys/cdefs.h>.
5635         [BZ #4178]
5636         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5637         reading A.
5639         [BZ #4126]
5640         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5641         to __sigsuspend.
5643         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5645 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5647         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5648         `__ASSEMBLER__'.
5649         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5651 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5653         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5654         descriptor received from nscd.
5656         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5658         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5659         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5660         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5661         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5662         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5663         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5665 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5667         [BZ #4816]
5668         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5670         [BZ #4813]
5671         * login/forkpty.c (forkpty): Close master and slave fds on
5672         fork failure.  Patch by
5673         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5675 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5677         * include/features.h (__USE_ISOC95): New define.
5678         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5679         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5680         for -std=iso9899:199409.
5681         * CONFORMANCE: Remove comments about unsupported AMD1.
5683 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5685         * sysdeps/ia64/sched_cpucount.c: New file.
5686         * sysdeps/powerpc/sched_cpucount.c: New file.
5688         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5689         __BEGIN_DECLS/__END_DECLS around the prototype.
5690         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5691         pointer to const cpu_set_t.
5693         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5694         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5695         __need_size_t and include stddef.h.
5696         * sysvipc/sys/msg.h: Likewise.
5697         * posix/sched.h: Likewise.
5698         * hurd/hurd/signal.h (__need_size_t): Define.
5700         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5701         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5702         no longer defines wint_t or wchar_t.
5704         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5705         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5706         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5707         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5708         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5709         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5710         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5711         * debug/printf_chk.c (__printf_chk): Likewise.
5712         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5713         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5715         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5716         Define.
5718         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5719         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5721 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5723         [BZ #4792]
5724         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5725         * malloc/malloc.h (realloc): Likewise.
5727         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5728         if one of proc_file_chain streams has that fileno.
5729         * stdio-common/Makefile (tests): Add tst-popen2.
5730         * stdio-common/tst-popen2.c: New test.
5732 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5734         * elf/ldconfig.c: Allow GPLv2 or any later version.
5735         * elf/readlib.c: Likewise.
5736         * elf/chroot_canon.c: Likewise.
5737         * elf/cache.c: Likewise.
5738         * nscd/mem.c: Likewise.
5739         * nscd/getpwuid_r.c: Likewise.
5740         * nscd/grpcache.c: Likewise.
5741         * nscd/aicache.c: Likewise.
5742         * nscd/getsrvbynm_r.c: Likewise.
5743         * nscd/nscd.c: Likewise.
5744         * nscd/servicescache.c: Likewise.
5745         * nscd/getsrvbypt_r.c: Likewise.
5746         * nscd/initgrcache.c: Likewise.
5747         * nscd/gethstbyad_r.c: Likewise.
5748         * nscd/gethstbynm2_r.c: Likewise.
5749         * nscd/getgrnam_r.c: Likewise.
5750         * nscd/nscd_setup_thread.c: Likewise.
5751         * nscd/getpwnam_r.c: Likewise.
5752         * nscd/gai.c: Likewise.
5753         * nscd/connections.c: Likewise.
5754         * nscd/dbg_log.c: Likewise.
5755         * nscd/cache.c: Likewise.
5756         * nscd/hstcache.c: Likewise.
5757         * nscd/nscd_conf.c: Likewise.
5758         * nscd/getgrgid_r.c: Likewise.
5759         * nscd/pwdcache.c: Likewise.
5760         * catgets/gencat.c: Likewise.
5761         * locale/programs/linereader.h: Likewise.
5762         * locale/programs/locarchive.c: Likewise.
5763         * locale/programs/ld-paper.c: Likewise.
5764         * locale/programs/locfile-kw.h: Likewise.
5765         * locale/programs/ld-address.c: Likewise.
5766         * locale/programs/xmalloc.c: Likewise.
5767         * locale/programs/ld-time.c: Likewise.
5768         * locale/programs/localedef.c: Likewise.
5769         * locale/programs/simple-hash.c: Likewise.
5770         * locale/programs/xstrdup.c: Likewise.
5771         * locale/programs/ld-numeric.c: Likewise.
5772         * locale/programs/locfile-kw.gperf: Likewise.
5773         * locale/programs/ld-collate.c: Likewise.
5774         * locale/programs/charmap-kw.gperf: Likewise.
5775         * locale/programs/charmap.h: Likewise.
5776         * locale/programs/charmap-kw.h: Likewise.
5777         * locale/programs/config.h: Likewise.
5778         * locale/programs/locfile.c: Likewise.
5779         * locale/programs/ld-ctype.c: Likewise.
5780         * locale/programs/charmap.c: Likewise.
5781         * locale/programs/ld-messages.c: Likewise.
5782         * locale/programs/repertoire.h: Likewise.
5783         * locale/programs/locale.c: Likewise.
5784         * locale/programs/ld-name.c: Likewise.
5785         * locale/programs/linereader.c: Likewise.
5786         * locale/programs/locfile.h: Likewise.
5787         * locale/programs/3level.h: Likewise.
5788         * locale/programs/ld-monetary.c: Likewise.
5789         * locale/programs/ld-measurement.c: Likewise.
5790         * locale/programs/charmap-dir.c: Likewise.
5791         * locale/programs/ld-identification.c: Likewise.
5792         * locale/programs/localedef.h: Likewise.
5793         * locale/programs/charmap-dir.h: Likewise.
5794         * locale/programs/repertoire.c: Likewise.
5795         * locale/programs/simple-hash.h: Likewise.
5796         * locale/programs/ld-telephone.c: Likewise.
5797         * locale/programs/locale-spec.c: Likewise.
5798         * locale/programs/locfile-token.h: Likewise.
5799         * posix/getconf.c: Likewise.
5800         * iconv/dummy-repertoire.c: Likewise.
5801         * iconv/iconv_charmap.c: Likewise.
5802         * iconv/iconvconfig.c: Likewise.
5803         * iconv/iconv_prog.c: Likewise.
5804         * malloc/memusagestat.c: Likewise.
5805         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5807 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5809         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5810         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5811         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5812         check for the first argument.
5814 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5816         [BZ #4775]
5817         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5818         (__tgmath_real_type): Fix if expr is const int or other const
5819         qualified integral type.
5820         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5821         expressions and handle const qualified arguments.
5822         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5823         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5824         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5825         statement expressions.
5826         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5827         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5828         (__TGMATH_UNARY_IMAG): Define.
5829         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5830         * math/Makefile (tests): Add test-tgmath2.
5831         (CFLAGS-test-tgmath2.c): Add.
5832         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5833         count_cfloat, count_cldouble): New variables.
5834         (NCCALLS): Define.
5835         (main): Check number of complex calls as well.
5836         (F(compile_test)): Add complex tests and tests with const qualified
5837         arguments.
5838         (y, z, ccount): Define.
5839         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5840         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5841         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5842         F(cproj)): New functions.
5843         * math/test-tgmath2.c: New test.
5845 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5847         [BZ #4776]
5848         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5849         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5850         instead output ".".
5851         * dlfcn/Makefile (distribute): Add glreflib3.c.
5852         (module-names): Add glreflib3.
5853         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5854         glreflib1.so.
5855         (LDFLAGS_glreflib3.so): New.
5856         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5857         glreflib1.so.
5858         * dlfcn/glreflib3.c: New file.
5860         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5861         returned -1, return NULL.
5862         * intl/explodename.c (_nl_explode_name): Return -1 if
5863         _nl_normalize_codeset failed.
5865 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5867         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5868         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5869         and avoid branch misspredicts for > 31 bytes memset case.
5870         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5871         Remove toc ref to __cache_line_size.
5873         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5874         to get ISA-V2.0 branch hints.
5875         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5876         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5877         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5878         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5879         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5880         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5881         Remove toc ref to __cache_line_size.
5883         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5884         Include math_ldbl_opt.h.
5886 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5888         [BZ #4773]
5889         * time/strptime_l.c (__strptime_internal): Implement greedy
5890         matching of weekday and month names.
5892 2007-07-09  Roland McGrath  <roland@redhat.com>
5894         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5895         (ELF_NOTE_ABI): Use it.
5896         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5898 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5900         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5901         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5903 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5905         [BZ #4745]
5906         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5907         in loop to look for conversion specifier to avoid testing of
5908         wrong errno value.
5909         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5910         * stdio-common/bug18.c: New file.
5911         * stdio-common/bug18a.c: New file.
5912         * stdio-common/bug19.c: New file.
5913         * stdio-common/bug19a.c: New file.
5915 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5917         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5918         running awk script.
5920 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5922         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5923         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5924         Return NULL if mmap failed instead of asserting it does not.
5925         (calloc): Check for integer overflow.
5927         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5928         than LONG_MAX / 10.
5930 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5932         [BZ #4702]
5933         * nis/nss-default.c: Include errno.h.
5934         (init): Preserve errno.
5936 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5938         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5940 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5942         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5944 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5946         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5948 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5950         * sysdeps/s390/dl-procinfo.c: New file.
5951         * sysdeps/s390/dl-procinfo.h: New file.
5952         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5954 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5956         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5957         in PT_NOTE segments with multiple notes.
5958         * elf/readelflib.c (process_elf_file): Likewise.
5960 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5962         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5963         ISO C compliant.
5965 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5967         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5969 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5971         * include/link.h: Don't include rtld-lowlevel.h.
5972         (struct link_map): Remove l_scope_lock.
5973         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5974         (_dl_scope_free_list): New field (variable) in _rtld_global.
5975         (DL_LOOKUP_SCOPE_LOCK): Remove.
5976         (_dl_scope_free): New prototype.
5977         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5978         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5979         (_dl_profile_fixup): Likewise.
5980         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5981         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5982         THREAD_GSCOPE_RESET_FLAG around it.
5983         * elf/dl-close.c (_dl_close_worker): Don't use
5984         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5985         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5986         scopes were queued or if l_scope_mem has been abandoned.
5987         * elf/dl-open.c (_dl_scope_free): New function.
5988         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5989         * elf/dl-support.c (_dl_scope_free_list): New variable.
5990         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5991         Remove DL_LOOKUP_SCOPE_LOCK handling.
5992         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5993         handling.
5994         * elf/dl-object.c (_dl_new_object): Don't use
5995         __rtld_mrlock_initialize.
5997 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5999         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6000         to fill in holes
6001         (rtld_global_ro): Likewise.
6003 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6005         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6006         Move PT_LOAD checking to...
6007         (_dl_addr_inside_object): ... here, new function.
6008         * elf/dl-sym.c (do_sym): If not l_contiguous,
6009         call _dl_addr_inside_object.
6010         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6011         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6012         * elf/dl-open.c (dl_open_worker): Likewise.
6013         (_dl_addr_inside_object): New function if IS_IN_rtld.
6014         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6015         holes are present or are PROT_NONE protected.
6016         * include/link.h (struct link_map): Add l_contiguous field.
6017         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6019 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6020             Tomas Janousek  <tjanouse@redhat.com>
6021             Ulrich Drepper  <drepper@redhat.com>
6023         [BZ #4647]
6024         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6025         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6026         socket.
6027         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6028         unused member a bitmap.
6029         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6030         servers are configured.
6032 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6034         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6036 2007-06-17  Andreas Schwab  <schwab@suse.de>
6038         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6040 2007-06-16  Andreas Jaeger  <aj@suse.de>
6042         [BZ #4125]
6043         * sysdeps/unix/sysv/linux/sys/ptrace.h
6044         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6045         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6046         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6047         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6048         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6049         Define.
6050         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6051         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6052         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6053         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6055 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6057         [BZ #4599]
6058         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6059         determining whether there are IPv4/IPv6 addresses, ignore loopback
6060         addresses.
6062 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6064         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6065         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6066         as the return type.  Change type of "r" variable to CMPtype.
6067         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6068         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6069         * soft-fp/gedf2.c (__gedf2): Likewise.
6070         * soft-fp/gesf2.c (__gesf2): Likewise.
6071         * soft-fp/getf2.c (__getf2): Likewise.
6072         * soft-fp/ledf2.c (__ledf2): Likewise.
6073         * soft-fp/lesf2.c (__lesf2): Likewise.
6074         * soft-fp/letf2.c (__letf2): Likewise.
6075         * soft-fp/unorddf2 (__unorddf2): Likewise.
6076         * soft-fp/unordsf2 (__unordsf2): Likewise.
6077         * soft-fp/unordtf2 (__unordtf2): Likewise.
6079 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6081         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6082         make sure gcc doesn't mess around with this.
6084 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6086         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6088 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6090         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6091         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6092         at most once per _dl_close_worker.
6094 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6096         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6097         __sched_cpucount as const.
6098         * posix/sched_cpucount.c: Adjust.
6100         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6101         instruction for counting bits.
6102         * sysdeps/x86_64/sched_cpucount.c: New file.
6104 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6106         * configure.in: Avoid variable named BASH.
6107         * config.make.in: Likewise.
6108         Patch in part by Mike Frysinger.
6110 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6112         [BZ #4586]
6113         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6114         pseudo-zeros as zero.
6115         * sysdeps/x86_64/ldbl2mpn.c: New file.
6116         * sysdeps/ia64/ldbl2mpn.c: New file.
6118 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6120         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6121         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6122         Remove unreachable code at the end.
6124 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6126         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6127         ldbl-128ibm in comment.
6128         (fpclassifyl): Correct classification of denormals.
6129         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6130         return value for MIN denormal. Rewrite using long double math too
6131         correctly handle denormals and canonicalize the results.
6133 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6135         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6136         (__mpn_construct_long_double): Fix conversion where result ought
6137         to be smaller than __LDBL_MIN__, or the low double should be
6138         denormal.  Fix decision where to negate low double - honor round
6139         to even rules.
6140         * stdio-common/tst-sprintf2.c: Include string.h.
6141         (COMPARE_LDBL): Define.
6142         (TEST): Also test whether a string hexadecimal float representation
6143         can be parsed back to the number.
6144         (main): Add a couple of further tests.
6146 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6148         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6149         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6150         is non-zero, but smaller than 2 * __DBL_MIN__.
6151         * stdio-common/tst-sprintf2.c: New test.
6152         * stdio-common/Makefile (tests): Add tst-sprintf2.
6154         * math/test-misc.c (main): Don't run last batch of tests with
6155         IBM long double format.
6157 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6159         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6160         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6161         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6162         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6163         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6164         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6165         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6166         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6167         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6168         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6171         New file.
6172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6173         New file.
6174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6175         New file.
6176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6177         New file.
6178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6179         New file.
6180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6182         New file.
6183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6184         New file.
6185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6186         New file.
6187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6188         New file.
6189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6190         New file.
6192 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6194         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6195         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6196         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6197         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6198         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6199         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6200         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6201         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6203 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6205         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6206         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6207         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6208         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6209         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6210         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6211         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6212         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6214 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6216         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6217         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6218         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6219         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6221 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6223         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6224         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6226 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6228         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6229         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6230         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6231         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6233 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6235         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6236         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6238 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6240         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6241         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6243         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6244         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6245         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6246         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6248 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6250         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6251         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6252         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6253         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6255 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6257         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6258         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6259         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6260         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6261         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6262         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6264 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6266         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6267         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6268         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6269         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6271 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6273         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6274         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6275         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6276         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6277         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6278         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6279         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6280         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6281         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6282         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6283         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6284         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6285         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6286         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6287         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6288         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6290 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6292         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6293         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6295 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6297         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6298         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6300 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6302         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6303         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6304         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6305         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6306         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6307         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6308         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6309         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6310         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6311         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6313 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6315         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6317 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6319         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6320         branch miss-predicts. Ensure that cache line crossing does not impact
6321         dispatch grouping.
6323 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6325         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6326         "../../powerpc32/power4/memcopy.h".
6327         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6328         "../../powerpc32/power4/wordcopy.c".
6330 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6332         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6333         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6334         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6335         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6336         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6337         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6339 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6341         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6343 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6345         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6346         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6347         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6348         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6349         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6350         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6351         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6352         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6354 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6356         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6358 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6360         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6361         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6362         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6363         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6364         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6365         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6366         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6368 2007-05-29  Roland McGrath  <roland@redhat.com>
6370         * po/Makefile (po-sed-cmd): New variable.
6371         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6373 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6375         * crypt/md5-crypt.c: Fix comment.
6377         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6378         of crashing.  When this is the case or if the reply is malformed,
6379         don't try to close the new file descriptor since it does not
6380         exist.
6381         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6383 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6385         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6386         if __NR_utimensat is not defined.
6388 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6390         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6392 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6394         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6395         (open): Fix comment typos.  Don't call __open_2 if flags
6396         is a compile time constant without O_CREAT.
6397         (__open64_2): Add nonnull attribute.
6398         (open64): Fix comment typos.  Don't call __open64_2 if flags
6399         is a compile time constant without O_CREAT.
6400         (__openat_2): Add nonnull attribute, fix nonnull attribute
6401         on redirect.
6402         (openat): Fix comment typos.  Don't call __openat_2 if flags
6403         is a compile time constant without O_CREAT.
6404         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6405         on redirect.
6406         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6407         is a compile time constant without O_CREAT.
6409 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6411         * Makerules (sysd-rules): Define PTW for ptw-* files.
6412         * Versions: Define GLIBC_2.7 for libc.
6413         * include/stdio.h: Declare __fortify_fail.
6414         * debug/fortify_fail.c: New file.
6415         * debug/Makefile (routines): Add fortify_fail.
6416         * debug/chk_fail.c: Use __fortify_fail.
6417         * debug/stack_chk_fail.c: Likewise.
6418         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6419         __openat64_2 for GLIBC_2.7.
6420         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6421         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6422         and fails if necessary.
6423         * io/open64.c: Likewise.
6424         * io/openat.c: Likewise.
6425         * io/openat64.c: Likewise.
6426         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6427         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6428         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6429         * io/bits/fcntl2.h: New file.
6430         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6431         __openat64_2.
6432         * include/bits/fcntl2.h: New file.
6433         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6434         Add open_2.
6435         * sysdeps/unix/sysv/linux/open_2.c: New file.
6437 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6439         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6440         as second parameter to handle_intel.
6442         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6443         the entry.
6445         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6446         handling to ...
6447         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6448         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6449         cacheinfo.
6450         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6451         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6452         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6454         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6456 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6458         [BZ #4525]
6459         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6460         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6461         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6463         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6465         [BZ #4514]
6466         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6467         reinitialize workend at the start of each do_positional format spec
6468         loop, free workstart before do_positional loops.
6469         (printf_unknown): Fix size of work_buffer.
6470         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6472         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6473         (public_sET_STATe): If ms->version < 3, put all chunks into
6474         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6475         chunks.
6477         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6478         * malloc/hooks.c: Likewise.
6479         * malloc/arena.c: Likewise.
6480         * malloc/malloc.c (do_check_malloc_state): Don't assert
6481         n_mmaps is not greater than n_mmaps_max.  This removes the need
6482         for the previous change.
6484         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6485         2007-05-07 commit.
6487 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6489         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6490         Define for kernel >= 2.6.22.
6492 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6494         * elf/dl-close.c (_dl_close_worker): When removing object from
6495         global scope, wait for all lookups to finish afterwards.
6496         * elf/dl-open.c (add_to_global): When global scope array must
6497         grow, allocate a new one and free old array only after all
6498         lookups finish.
6499         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6500         (_dl_lookup_symbol_x): Likewise.
6501         * elf/dl-support.c: Define _dl_wait_lookup_done.
6502         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6503         _dl_wait_lookup_done.
6505         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6506         not overlapping with arena.
6508         * malloc/mcheck.c (reallochook): If size==0, free the block.
6510         * rt/tst-shm.c: Use fstat64 instead of fstat.
6512         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6513         __NR_sync_file_range is not defined.
6515 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6517         Dummy files to prevent stub versions from being used.
6518         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6519         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6520         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6521         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6523         * version.h (VERSION): Set to 2.6.90.
6525 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6527         * version.h (VERSION): Define to 2.6.
6528         * include/features.h (__GLIBC_MINOR__): Define to 6.
6530         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6532         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6533         sizes.
6535 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6537         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6538         number of mmaps.  n_mmaps_max is the target.
6539         * malloc/hooks.c: Likewise.
6540         * malloc/arena.c: Likewise.
6542 2007-05-12  Andreas Jaeger  <aj@suse.de>
6544         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6545         getpid.
6547 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6549         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6550         adding new variables.
6552         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6553         optimize.  Completely extend global scope array before making the
6554         new entries visible.
6556 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6558         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6559         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6560         tst-getcpu.
6562         * include/link.h: Move l_version and l_nversion members around to
6563         fill gaps.
6565         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6567         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6568         (__sched_setaffinity_new): If syscall was successful and
6569         RESET_VGETCPU_CACHE is defined, use it before returning.
6570         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6572         * io/sys/stat.h: Make sure struct timespec is defined for
6573         __USE_ATFILE.
6575         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6576         UTIME_OMIT.
6577         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6578         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6579         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6580         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6581         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6582         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6583         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6584         * io/sys/stat.h: Declare utimensat, futimens.
6585         * io/utimensat.c: New file.
6586         * io/futimens.c: New file.
6587         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6588         * sysdeps/unix/sysv/linux/futimens.c: New file.
6589         * io/Makefile (routines): Add utimensat, futimens.
6590         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6591         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6592         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6593         available.
6595         * include/sys/cdefs.h: Redefine __nonnull so that test for
6596         incorrect parameters in the libc code itself are not omitted.
6598 2006-07-02  Jakub Jelinek  <jakub@redhat.com>
6600         * nscd/connections.c (sighup_pending): New variable.
6601         (nscd_run): If sighup_pending, prune all 3 caches.
6602         (sighup_handler): Don't prune caches here, rather just set
6603         sighup_pending flag.
6605 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6607         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6608         exception in addition to inexact when asked to raise only FE_INEXACT.
6610         [BZ #3427]
6611         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6612         in *envp.
6614 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6616         [BZ #4403]
6617         * string/strfry.c (strfry): Make result more random.
6619 2007-05-07  Richard Henderson  <rth@redhat.com>
6621         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6622         if __NO_LONG_DOUBLE_MATH.
6623         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6624         available in the compiler, add .arch directive to the assembly.
6626 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6628         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6629         compat_symbol to GLIBC_2_1.
6630         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6631         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6632         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6633         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6634         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6635         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6636         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6637         libc, not libm.
6638         (__isnanl): New compat_symbol.
6640 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6641             Jakub Jelinek  <jakub@redhat.com>
6643         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6644         (new_heap): Initialize mprotect_size.
6645         (grow_heap): When growing, only mprotect from mprotect_size till
6646         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6647         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6649 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6650             Peter Bergner  <bergner@us.ibm.com>
6652         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6653         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6654         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6655         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6656         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6657         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6658         Call __fe_mask_env() if all FP exceptions disabled.
6659         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6660         from old FPSCR to new fenv to propagate DFP rounding modes.
6661         Call __fe_mask_env() if FP exceptions previously enabled.
6662         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6663         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6664         transitioning from all exceptions disabled to any exception enabled
6665         or visa versa.
6666         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6667         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6668         when transitioning from all exceptions disabled to any exception
6669         enabled or visa versa.
6670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6677 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6679         [BZ #4465]
6680         * posix/unistd.h: Remove __THROW from fdatasync.
6682 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6684         [BZ #4465]
6685         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6687 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6689         * stdio-common/vfprintf.c (process_string_arg): Optimize
6690         ridiculous precision in wide char code printing multi-byte string.
6691         Reported by Jim Meyering <jim@meyering.net>.
6693         [BZ #4131]
6694         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6695         boundaries to work around systems with overlapping binary loading.
6696         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6698 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6700         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6701         __mbsnrtowcs after last change.
6703         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6704         (get_ident): Likewise.
6706 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6708         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6709         with setting the sticky bit.
6710         * math/test-misc.c (main): Add more truncation tests.
6712 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6714         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6715         double in the function declaration.
6716         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6717         double in the function declaration.
6718         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6719         float in the function declaration.
6720         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6721         float in the function declaration.
6723         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6724         denormal operands.  Do not generate FP_EX_DENORM exception.
6725         (FP_UNPACK_RAW_EP): Ditto.
6726         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6727         undefined _FP_UNPACK_RAW_E.
6728         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6729         undefined _FP_UNPACK_RAW_EP.
6730         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6731         undefined _FP_PACK_RAW_E.
6732         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6733         undefined _FP_PACK_RAW_EP.
6735         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6736         _FP_FRAC_COPY_2.
6737         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6738         _FP_FRAC_COPY_4.
6740 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6741             Jakub Jelinek  <jakub@redhat.com>
6743         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6744         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6745         this case.
6746         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6748 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6750         * math/test-misc.c (main): Add tests for rounding long double
6751         values close to smallest double denormalized value to double.
6753 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6755         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6756         condition for truncating to 0.  Set sticky bit for such
6757         truncation.
6759 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6761         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6762         fixed length array for ignore.
6764 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6766         [BZ #4438]
6767         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6768         stack for large precisions.
6769         * stdio-common/test-vfprintf.c (main): Add test for large
6770         precision.
6772 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6774         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6775         for exponent 0.
6776         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6778         [BZ #4439]
6779         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6780         account in the size check.
6781         * resolv/tst-inet_ntop.c: New test.
6782         * resolv/Makefile (tests): Add tst-inet_ntop.
6784 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6785             Jakub Jelinek  <jakub@redhat.com>
6787         [BZ #4349]
6788         * malloc/malloc.c: Keep separate list for first blocks on the bin
6789         lists with a given size.  This helps skipping over list elements
6790         we know won't fit in two places.
6791         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6793 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6795         [BZ #4102]
6796         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6797         label to Teredo tunnel addresses 2001://32.
6799 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6801         * locale/programs/ld-collate.c (collate_read): Allow order_start
6802         after copy.
6804         * locale/programs/ld-collate.c (collate_read): Fix printing of
6805         error message.
6807         [BZ #3213]
6808         * locale/C-translit.h.in: Add entry for U2044.
6810         [BZ #4342]
6811         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6812         hexa-decimal floats without exponent.
6813         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6815 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6817         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6818         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6819         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6820         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6821         GLIBC_2.6.
6822         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6823         Add sched_getcpu.
6825 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6827         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6828         of 0 after the out_fail label.
6830 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6832         [BZ #4406]
6833         * iconv/gconv_charset.h (strip): Allow ':'.
6834         * iconv/iconv_open.c (iconv_open): Adjust comment.
6836 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6838         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6839         version.
6841 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6843         [BZ #4381]
6844         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6845         alignment of buffer and tmp_buffer.
6846         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6847         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6848         alignment of buffer.
6849         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6850         bigger than INT_MAX.
6851         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6852         h_errnop arguments.  Fail if buflen is too small.
6853         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6855 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6857         [BZ #4405]
6858         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6859         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6861 2007-04-22  Roland McGrath  <roland@redhat.com>
6863         * elf/elf.h (NT_PRXFPREG): New macro.
6865 2007-04-19  Andreas Jaeger  <aj@suse.de>
6867         [BZ #3905]
6868         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6869         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6870         Added.
6872 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6874         * include/sys/mman.h: Mark madvise hidden.
6875         * misc/madvise.c: Add libc_hidden_def.
6877 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6879         * nis/nis_domain_of.c (__nis_domain_of): New function.
6880         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6881         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6882         * nis/nis_call.c (rec_dirsearch): Likewise.
6883         (first_shoot): Likewise.  Remove search_parent_first argument.
6884         (struct nis_server_cache): Rename search_parent_first field
6885         to search_parent.
6886         (nis_server_cache_search, nis_server_cache_add): Rename
6887         search_parent_first argument to search_parent.
6888         (__nisfind_server): Likewise.  If search_parent, call
6889         __nis_domain_of.
6891 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6893         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6895 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6897         [BZ #4368]
6898         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6900 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6902         * locale/programs/locarchive.c (add_alias, insert_name): Remove static.
6904 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6906         [BZ #4364]
6907         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6909 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6911         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6912         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6913         current number of locales in SUPPORTED.
6914         (create_archive): Initialize serial.
6915         (enlarge_archive): Preserve aliases rather than duplicating
6916         their locrecs.
6918 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6920         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6921         after _IO_un_link, not before it.
6923         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6924         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6925         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6927 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6929         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6930         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6931         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6932         Remove __THROW.
6933         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6934         _IO_file_xsgetn_maybe_mmap): Likewise.
6935         * libio/oldfileops.c (old_do_write): Likewise.
6936         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6937         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6938         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6939         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6940         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6941         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6942         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6943         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6944         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6945         _IO_file_underflow, _IO_file_underflow_mmap,
6946         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6947         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6948         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6949         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6950         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6951         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6952         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6953         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6954         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6955         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6956         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6957         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6958         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6959         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6960         _IO_adjust_column_internal, _IO_default_uflow_internal,
6961         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6962         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6963         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6964         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6965         _IO_file_close_it_internal, _IO_file_underflow_internal,
6966         _IO_file_overflow_internal, _IO_file_attach_internal,
6967         _IO_file_fopen_internal, _IO_file_sync_internal,
6968         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6969         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6970         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6971         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6972         _IO_seekpos_unlocked): Likewise.
6973         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6974         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6976 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6978         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6979         argument in xmalloc size computation.
6981 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6983         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6984         math_opt_barrier and math_force_eval macros.
6986 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6988         [BZ #3306]
6989         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6990         * sysdeps/i386/fpu/math_private.h: New file.
6991         * sysdeps/x86_64/fpu/math_private.h: New file.
6992         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6993         math_force_eval macros.  Use "+m" constraint on asm rather than
6994         "=m" and "m".
6995         * math/s_nextafter.c (__nextafter): Likewise.
6996         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6997         Likewise.
6998         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6999         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7000         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7001         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7002         math_opt_barrier and math_force_eval macros.
7003         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7004         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7005         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7006         (__nexttoward): Use math_opt_barrier and
7007         math_force_eval macros.  Use "+m" constraint on asm rather than
7008         "=m" and "m".  Only use asm to force double result if
7009         FLT_EVAL_METHOD is 2.
7010         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7011         (__nexttowardf): Use math_opt_barrier and
7012         math_force_eval macros.  Use "+m" constraint on asm rather than
7013         "=m" and "m".  Only use asm to force double result if
7014         FLT_EVAL_METHOD is not 0.
7015         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7016         (__nexttowardf): Use math_opt_barrier and
7017         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7018         x to float using asm.
7019         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7020         (__nldbl_nexttowardf): Use math_opt_barrier and
7021         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7022         x to float using asm.
7023         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7024         (__nexttowardf): Use math_opt_barrier and math_force_eval
7025         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7026         * math/bug-nextafter.c (zero, inf): New variables.
7027         (main): Add new tests.
7028         * math/bug-nexttoward.c (zero, inf): New variables.
7029         (main): Add new tests.
7031 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7033         [BZ #3427]
7034         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7035         exceptions both in SW and MXCSR.
7036         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7037         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7038         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7039         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7040         in MXCSR if SSE is available.
7041         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7042         and ldsodefs.h.
7043         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7044         Fix comment typo.
7045         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7046         Return 0 rather than 1.
7047         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7048         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7049         * math/test-fenv.c (feholdexcept_tests): New function.
7050         (main): Call it.
7052 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7054         [BZ #3427]
7055         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7056         in SW.
7058 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7060         [BZ #4344]
7061         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7062         Reported by David Anderson <davea42@earthlink.net>.
7064 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7066         * posix/sys/wait.h: Remove unnecessary forward declaration.
7068 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7070         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7071         with obj->do_servers after first_shoot.
7073 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7075         * posix/Makefile (routines): Add sched_cpucount.
7076         (tests): Add tst-cpucount.
7077         * posix/sched_cpucount.c: New file.
7078         * posix/tst-cpucount.c: New file.
7079         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7080         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7081         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7082         * posix/sched.h: Define CPU_COUNT.
7084 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7086         * posix/fnmatch.c (STRUCT): Define.
7087         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7088         * posix/fnmatch_loop.c (struct STRUCT): New type.
7089         (FCT): Add ends argument.  If ends != NULL and normal * is
7090         seen in the pattern, store current pattern and string pointers
7091         and return.  Adjust recursive calls.
7092         (EXT): Adjust FCT callers.
7093         (STRUCT): Undef at the end of the file.
7094         * posix/Makefile (tests): Add tst-fnmatch2.
7095         * posix/tst-fnmatch2.c: New test.
7097 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7099         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7100         and 1 on failure.
7102         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7103         Change last argument to unsigned int.
7105 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7107         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7109 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7111         * config.h.in (HAVE_LIBCAP): Add.
7112         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7113         sys/capabilities.h.
7114         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7115         free_caps.  Cast away const from 4th cap_set_flag argument.
7117 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7119         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7120         GLIBC_2.6.
7121         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7122         Add sync_file_range.
7123         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7125 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7127         * sysdeps/powerpc/bits/atomic.h
7128         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7129         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7130         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7131         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7132         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7133         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7134         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7135         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7136         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7137         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7138         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7139         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7140         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7141         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7142         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7143         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7144         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7145         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7146         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7147         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7149 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7151         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7152         (__cache_line_size): Define the variable here.  Add
7153         attribute_hidden, remove weak_extern.
7154         (__libc_start_main): Set __cache_line_size
7155         unconditionally.
7156         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7157         (__cache_line_size): Define the variable here.  Add
7158         attribute_hidden, remove weak_extern.
7159         (DL_PLATFORM_AUXV): Set __cache_line_size
7160         unconditionally.
7161         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7162         weak_extern, add attribute_hidden.
7163         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7164         defined in ld.so.
7165         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7166         definition.
7167         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7169 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7171         [BZ #4276]
7172         * timezone/africa: Update from tzdata2007d.
7173         * timezone/asia: Likewise.
7174         * timezone/australasia: Likewise.
7175         * timezone/backward: Likewise.
7176         * timezone/europe: Likewise.
7177         * timezone/iso3166.tab: Likewise.
7178         * timezone/leapseconds: Likewise.
7179         * timezone/northamerica: Likewise.
7180         * timezone/southamerica: Likewise.
7181         * timezone/zone.tab: Likewise.
7183         * timezone/private.h: Update from tzcode2007d.
7184         * timezone/zdump.c: Likewise.
7185         * timezone/zic.c: Likewise.
7187 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7189         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7190         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7191         variables.
7192         (nis_server_cache_search, nis_server_cache_add): New functions.
7193         (__nisfind_server): Use them.  Add dbp and flags argument, if
7194         call __nisbind_create.
7195         (__nisbind_create): Add server_used and current_ep arguments,
7196         only call __nis_findfastest if server_used is ~0.
7197         (__do_niscall2, __prepare_niscall): Adjust callers.
7198         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7199         ckey_cache_euid, ckey_cache_lock): New variables.
7200         (get_ckey): New function.
7201         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7202         __pmap_getnisport.  Save __pmap_getnisport result in
7203         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7204         key.
7205         * nis/nis_lookup.c (nis_lookup): Likewise.
7206         * nis/nis_table.c (nis_list): Likewise.
7207         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7208         prototypes.
7210         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7211         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7212         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7213         _nss_nisplus_getservbyport_r): Likewise.
7214         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7215         _nss_nisplus_getnetbyaddr_r): Likewise.
7216         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7217         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7218         _nss_nisplus_getntohost_r): Likewise.
7219         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7220         _nss_nisplus_getrpcbynumber_r): Likewise.
7222 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7224         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7225         * configure: Rebuilt.
7227         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7228         bit-fields.
7229         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7231 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7233         [BZ #2831]
7234         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7235         bit-fields.
7237 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7239         * nscd/gai.c: Include alloca.h.
7240         (__libc_use_alloca): Define.
7242 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7244         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7245         smaller scopes.
7246         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7247         (DL_DST_REQUIRED): Adjust user.
7249         * include/dlfcn.h (struct link_map): New forward decl.
7251         * inet/getnameinfo.c: Include stddef.h.
7252         (getnameinfo): Use offsetof.
7254         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7256         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7258         * string/strerror_l.c: Include stdlib.h.
7260         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7261         * config.make.in (gnu89-inline-CFLAGS): New variable.
7262         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7263         -std=gnu99.
7264         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7265         * argp/argp.h: Use it.
7266         * bits/mathinline.h: Likewise.
7267         * bits/sigset.h: Likewise.
7268         * bits/string.h: Likewise.
7269         * ctype/ctype.h: Likewise.
7270         * hurd/hurd.h: Likewise.
7271         * hurd/hurd/fd.h: Likewise.
7272         * hurd/hurd/port.h: Likewise.
7273         * hurd/hurd/signal.h: Likewise.
7274         * hurd/hurd/threadvar.h: Likewise.
7275         * hurd/hurd/userlink.h: Likewise.
7276         * io/sys/stat.h: Likewise.
7277         * libio/bits/stdio.h: Likewise.
7278         * libio/bits/stdio2.h: Likewise.
7279         * mach/lock-intern.h: Likewise.
7280         * mach/mach/mig_support.h: Likewise.
7281         * math/bits/cmathcalls.h: Likewise.
7282         * posix/bits/unistd.h: Likewise.
7283         * socket/bits/socket2.h: Likewise.
7284         * stdlib/bits/stdlib.h: Likewise.
7285         * stdlib/stdlib.h: Likewise.
7286         * string/argz.h: Likewise.
7287         * string/bits/string2.h: Likewise.
7288         * string/bits/string3.h: Likewise.
7289         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7290         * sysdeps/generic/inttypes.h: Likewise.
7291         * sysdeps/generic/machine-lock.h: Likewise.
7292         * sysdeps/generic/machine-sp.h: Likewise.
7293         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7294         * sysdeps/i386/i486/bits/string.h: Likewise.
7295         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7296         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7297         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7298         * sysdeps/mach/i386/machine-lock.h: Likewise.
7299         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7300         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7301         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7302         * sysdeps/s390/bits/string.h: Likewise.
7303         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7304         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7305         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7306         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7307         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7308         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7309         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7310         * wcsmbs/bits/wchar2.h: Likewise.
7311         * wcsmbs/wchar.h: Likewise.
7312         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7313         __extern_inline definition.
7315 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7317         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7318         NULL.
7320         [BZ #3919]
7321         * math/libm-test.inc (log_test): Test -Inf and NaN.
7322         (log10_test, log1p_test, log2_test): Test -Inf.
7323         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7324         FE_INVALID when argument is qNaN.
7325         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7326         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7327         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7328         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7329         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7330         testb $4, %ah and jump if non-zero.
7331         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7332         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7334         [BZ #4101]
7335         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7336         ancestors with the same depths.
7337         Patch by Niels Moeller <nisse@lysator.liu.se>.
7338         (filter_doc): Don't crash if argp is NULL.
7339         * argp/Makefile (tests): Add tst-argp2.
7340         * argp/tst-argp2.c: New test.
7342         [BZ #4130]
7343         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7344         open_not_cancel_2.
7345         (updwtmp_file): Likewise.
7347         [BZ #4181]
7348         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7349         (inet6_opt_append): Don't check extlen is big enough if extbuf
7350         is NULL.
7351         (inet6_opt_finish): Likewise.
7352         * inet/Makefile (tests): Add test-inet6_opt.
7353         * inet/test-inet6_opt.c: New test.
7355         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7356         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7357         NLMSG_ERR.  Instead use a page sized buffer.
7358         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7359         buffer.
7361 2007-03-14  Richard Henderson  <rth@redhat.com>
7363         * sysdeps/alpha/fpu/s_llround.c: New file.
7364         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7365         * sysdeps/alpha/fpu/s_lround.c: New file.
7366         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7367         * sysdeps/alpha/fpu/s_round.c: New file.
7368         * sysdeps/alpha/fpu/s_roundf.c: New file.
7369         * sysdeps/alpha/fpu/s_trunc.c: New file.
7370         * sysdeps/alpha/fpu/s_truncf.c: New file.
7372         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7373         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7374         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7375         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7376         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7377         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7379         * sysdeps/alpha/fpu/s_fmax.S: New file.
7380         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7381         * sysdeps/alpha/fpu/s_fmin.S: New file.
7382         * sysdeps/alpha/fpu/s_fminf.S: New file.
7383         * sysdeps/alpha/fpu/s_isnan.c: New file.
7384         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7385         * sysdeps/alpha/fpu/s_llrint.c: New file.
7386         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7387         * sysdeps/alpha/fpu/s_lrint.c: New file.
7388         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7389         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7390         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7392         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7393         (__fdimf, fdimf, __fdim, fdim): Remove.
7394         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7395         (__isnanf, __isnan, __isnanl): New.
7397 2007-03-13  Richard Henderson  <rth@redhat.com>
7399         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7401 2007-03-13  Richard Henderson  <rth@redhat.com>
7403         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7404         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7405         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7406         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7407         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7408         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7410 2007-03-13  Richard Henderson  <rth@redhat.com>
7412         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7413         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7414         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7415         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7416         Move to dl-auxv.h; initialize instead of extern weak.
7417         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7418         weak symbol.
7419         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7420         Extern instead of initialized.
7422 2007-03-13  Richard Henderson  <rth@redhat.com>
7424         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7425         __sigsuspend_nocancel.
7427 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7429         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7430         172.16/12 address range.
7432 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7434         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7435         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7436         message.
7438 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7440         [BZ #4069]
7441         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7442         earlier.
7443         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7445         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7446         for x qNaN and y either +-inf or non-integer value.
7447         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7448         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7449         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7451 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7453         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7454         from sysdep_headers.
7456 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7458         * time/tzfile.c (find_transition): Instead of a linear search try to
7459         guess the transition index, use a linear search if the result is at
7460         most 10 transitions away from the guess or binary search otherwise.
7462 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7464         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7465         memory reallocation.
7467 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7469         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7470         and fix some typos.
7471         Optimize use of TOLOWER.
7473         [BZ #3325]
7474         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7475         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7476         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7478         [BZ #3458]
7479         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7480         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7482         [BZ #4076]
7483         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7484         (open_dir_stream): Likewise.
7485         * io/Makefile (tests): Add bug-ftw5.
7486         * io/bug-ftw5.c: New file.
7488         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7489         * nscd/servicescache.c (cache_addserv): Likewise.
7491         * nscd/grpcache.c (cache_addgr): In case a record changed on
7492         refresh, adjust key_copy.
7494         [BZ #4074]
7495         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7496         refresh, adjust key_copy.
7498         [BZ #4070]
7499         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7500         special cases.
7501         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7503 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7505         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7506         optimization.
7508         * stdio-common/vfscanf.c: Small cleanups throughout.
7510 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7512         [BZ #3325]
7513         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7514         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7515         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7516         Patch by Jared Casper <jaredcasper@gmail.com>.
7518         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7519         * sysdeps/unix/opendir.c: Likewise.
7520         * sysdeps/unix/readdir.c: Likewise.
7522         [BZ #2211]
7523         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7524         point numbers.
7525         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7527         * stdio-common/vfscanf.c: Fix problems in width accounting.
7528         * stdio-common/tst-sscanf.c (double_tests): New tests.
7529         (main): Hook them up.
7531         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7532         More simplifications of floating-point reader.
7534         * stdio-common/Makefile (tests): Add tst-swscanf.
7535         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7536         testing.
7537         * stdio-common/tst-swscanf.c: New file.
7539 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7541         [BZ #2633]
7542         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7543         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7544         Remove using for __jmp_buf_tag.
7545         * locale/locale.h (struct lconv): Also define in std namespace.
7546         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7548         [BZ #3842]
7549         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7550         using __libc_enable_secure.
7552         [BZ #3818]
7553         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7555         [BZ #3745]
7556         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7557         of names for ellipsises.
7559         [BZ #3348]
7560         * malloc/memusage.sh: Cleanups.
7561         * debug/xtrace.sh: Quoting and trap changes.
7563 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7565         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7567         * locale/iso-3166.def: Update entry for Serbia.
7568         * locale/iso-4217.def: Define RSD, remove CSD.
7570         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7571         and 64-bit operations.
7573         [BZ #4040]
7574         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7575         16-bit operations.
7577         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7578         of writev.
7580 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7582         [BZ #3991]
7583         * assert/assert.h (assert): Simplify.
7584         (assert_perror): Likewise.
7585         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7587         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7588         reqdata.
7590         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7591         change: don't pass NULL in place of an integer.
7593 2007-02-02  Bruno Haible  <bruno@clisp.org>
7595         [BZ #3954]
7596         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7597         Add mapping for U+327E.
7598         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7599         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7600         mapping of 0xD9 0xE8.
7601         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7602         mapping of U+327E.
7603         Reported by Jungshik Shin <jungshik@google.com>.
7605         [BZ #3955]
7606         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7607         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7608         Reported by Jungshik Shin <jungshik@google.com>.
7610 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7612         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7613         byte variants.
7615         [BZ #4040]
7616         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7617         byte variants.  Patch mostly be tom@tommay.net.
7619 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7621         [BZ #3996]
7622         * posix/glob.c (attribute_hidden): Define if not defined.
7623         (glob): Unescape dirname, filename or username when needed and not
7624         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7625         is NULL.  Handle unescaped [ in pattern without closing ].
7626         Don't pass GLOB_CHECK down to recursive glob for directories.
7627         (__glob_pattern_type): New function.
7628         (__glob_pattern_p): Implement using __glob_pattern_type.
7629         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7630         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7631         Remove unreachable code.
7632         * posix/globtest.sh: Add a couple of new tests.
7634 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7636         * po/ru.po: Update from translation team.
7638 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7640         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7641         to the list of i486+ CPUs.
7642         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7644 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7646         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7647         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7648         references.
7650 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7652         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7654         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7655         * resolv/res_mkquery.c: Define __res_nopt.
7656         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7657         try adding EDNS0 record.
7658         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7659         EDNS0 record was send make sure we don't try it again.
7660         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7661         * include/resolv.h: Declare __res_nopt.
7663 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7665         [BZ #3944]
7666         * time/strptime_l.c (__strptime_internal): Set have_mon for
7667         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7668         have been computed from tm_yday and tm_year.  Don't crash
7669         in day_of_the_week or day_of_the_year if not have_mon
7670         and tm_mon contains bogus value.
7671         * time/Makefile (tests): Add tst-strptime3.
7672         * time/tst-strptime3.c: New test.
7674 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7676         [BZ #3957]
7677         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7678         bit for RE_HAT_LISTS_NOT_NEWLINE.
7679         (build_charclass_op): Remove bogus comment.
7680         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7681         * posix/bug-regex27.c: New test.
7682         * posix/bug-regex28.c: New test.
7684 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7686         * po/sv.po: Update from translation team.
7688 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7690         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7692 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7694         * include/locale.h (__uselocale): Add libc_hidden_proto.
7695         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7697         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7698         gettimeofday.
7700 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7702         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7703         returning.
7704         (PTR_DEMANGLE): Real definition now that it's not the same as
7705         PRT_MANGLE anymore.
7706         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7708         * string/strerror_l.c: New file.
7709         * string/Makefile (routines): Add strerror_l.
7710         * string/string.h: Declare strerror_l.
7711         * string/Versions: Export strerror_l for GLIBC_2.6.
7713 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7715         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7716         as parameter.  Construct request record.  Try sending request
7717         before the first poll use, it usually succeeds.  Adjust all
7718         callers.
7719         * nscd/nscd-client.h: Define MAXKEYLEN.
7720         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7722 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7724         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7725         from return value.
7726         * nscd/nscd_helper.c: Include string.h.
7727         (__nscd_cache_search): Remove const qualifier from return value.
7728         On strict alignment architectures check hash entry and data head
7729         alignment.
7730         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7731         mmapped data during GC cycle contains garbage.  If
7732         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7733         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7734         dropped to 0.
7735         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7736         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7737         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7738         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7739         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7741 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7743         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7745 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7747         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7748         names not numbers in cfi_*.
7750 2007-01-26  Andreas Jaeger  <aj@suse.de>
7752         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7753         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7754         Correct values of PER_HPUX and PER_OSF4.
7756 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7758         * elf/dl-minimal.c: Undefine _itoa first.
7759         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7760         * malloc/mtrace.c: Revert last change.
7761         * posix/wordexp.c: Likewise.
7763 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7765         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7766         and __geode__ to the list of i486+ CPUs.
7767         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7769 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7771         * stdio-common/_itoa.c: Include <limits.h>.
7772         * stdio-common/_itowa.c: Likewise.
7774 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7776         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7777         platforms.
7778         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7779         64-bit platforms.
7780         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7781         possible.
7782         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7783         if possible.
7785         [BZ #3902]
7786         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7787         * stdio-common/Makefile (tests): Add bug17.
7788         * stdio-common/bug17.c: New file.
7790 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7792         * iconvdata/brf.c: New file.
7793         * iconvdata/testdata/BRF: New file.
7794         * iconvdata/testdata/BRF..UTF8: New file.
7795         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7796         * iconvdata/Makefile: Add rules to build BRF.
7797         * iconvdata/TESTS: Add BRF entry.
7798         * iconvdata/gconv-modules: Likewise.
7799         * iconvdata/tst-tables.sh: Likewise.
7801 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7803         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7804         type `long long int', not `long int'.
7805         (wcstoq): Likewise.
7807 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7809         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7810         of values on 64-bit platforms which are too large.
7812 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7813             Joe Kerian  <jkerian@us.us.ibm.com>
7815         [BZ #2749]
7816         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7817         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7818         (__copysignl): Use signbit() for comparison.
7819         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7820         SET_LDOUBLE_WORDS64.
7822         [BZ #2423, #2749]
7823         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7824         (__ceill): Remove calls to fegetround(), fesetround().
7825         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7826         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7827         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7829 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7831         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7833         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7835 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7837         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7838         demangle pointer.
7839         * csu/libc-start.c: Likewise.
7841 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7843         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7844         really work anyway.
7846 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7848         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7849         users.
7850         (handle_request): Remove unnecessary tests.
7852         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7854 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7856         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7857         workbits in semi-raw fraction.
7859         * math/test-misc.c: Add new tests.
7861 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7863         * math/basic-test.c: Include test-skeleton.c.
7864         (TEST_TRUNC): Define.
7865         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7866         (main): Rename to ...
7867         (do_test): ...this.  Run new tests.
7868         (TEST_FUNCTION): Define.
7870 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7871             Joe Kerian  <jkerian@us.us.ibm.com>
7873         [BZ #2749]
7874         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7875         handling for high words.
7876         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7877         and overflow for infinity.
7879 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7881         * nscd/connections.c (handle_request): Add a __builtin_expect.
7883         * nscd/connections.c (serv2db): Change type into structure which
7884         also says whether this is a request for data.  Renamed to
7885         servinfo.  All users changed.
7886         (handle_request): Much simpler test whether we should search the cache.
7888         * nscd/connections.c (handle_request): Fix thinko in selinux test
7889         invocation.
7891         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7892         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7893         it before getting dl_load_lock and then relock.
7894         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7895         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7896         case we unlocked the scope.
7897         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7898         _dl_lookup_symbol_x in case we locked the scope.
7899         (_dl_profile_fixup): Likewise.
7900         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7901         set DL_LOOKUP_SCOPE_LOCK.
7903 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7905         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7906         CFLAGS-getsrvbynpt_r.c.
7907         * nscd/getsrvbynm_r.c: New file.
7908         * nscd/getsrvbypt_r.c: New file.
7909         * nscd/nscd_getserv_r.c: New file.
7910         * nscd/servicescache.c: New file.
7911         * nscd/Makefile (routines): Add nscd_getserv_r.
7912         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7913         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7914         CFLAGS-getsrvbypt_r.c.
7915         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7916         table.  Add entries for services database.
7917         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7918         services database.
7919         (dbs): Add .reset_res and servdb initialization.
7920         (serv2db): Add entries for services database.
7921         (verify_persistent_db): Accept dbnr == servdb.
7922         (invalidate_cache): Rewrite database name recognition to use a table.
7923         Call res_init() if .reset_res is set for database.
7924         (handle_request): Add code to handle services database.
7925         * nscd/gai.c: Don't define __getservbyname_r.
7926         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7927         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7928         (serv_response_header): Define.
7929         (struct datahead): Add serv_response_header member.
7930         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7931         using table.
7932         * nscd/nscd.conf: Add entries for services database.
7933         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7934         Declare serv_iov_disabled.
7935         Declare addservbyname, readdservbyname, addservbyport, and
7936         readdservbyport.
7937         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7938         (find_db): Fix error message.
7939         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7940         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7941         * nscd/selinux.c (perms): Add entries for services database.
7942         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7943         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7945         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7946         * nscd/hstcache.c: Likewise.
7947         * nscd/pwdcache.c: Likewise.
7949         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7950         computation of keylen.
7952         * include/string.h: Only redefine strndupa if this is really for
7953         libc code.
7955 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7957         * nscd/nscd_gethst_r.c: Minor cleanups.
7959         * nscd/connections.c (handle_request): Check selinux permissions
7960         for all non-admin commands.
7962         * sysdeps/i386/i486/bits/atomic.h: Define
7963         atomic_compare_and_exchange_val_acq,
7964         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7965         using __sync_* built-ins for gcc >= 4.1.
7966         * sysdeps/x86_64/bits/atomic.h: Likewise.
7968         [BZ #3840]
7969         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7970         and .oS.d files.
7972 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7974         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7975         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7976         (do_test): Check errno and exit(0) if ENOSYS.
7978 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7980         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7981         thousands separators.
7982         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7983         * stdlib/tst-strtod4.c: New test.
7985         [BZ #3855]
7986         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7987         hexadecimal digit should accept just the initial 0.
7988         * stdlib/tst-strtod2.c (tests): New variable.
7989         (do_test): Run several tests rather than just one.
7991 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7993         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7994         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7996 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7998         * io/fts.c: Make sure fts_cur is always valid after return from
7999         fts_read.
8000         Patch by Miloslav Trmac <mitr@redhat.com>.
8002 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8004         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8005         (R_MIPS_NUM): Bump by 1.
8007 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8009         * posix/execvp.c: Include alloca.h.
8010         (allocate_scripts_argv): Renamed to...
8011         (scripts_argv): ... this.  Don't allocate buffer here nor count
8012         arguments.
8013         (execvp): Use alloca if possible.
8014         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8015         * posix/tst-vfork3.c: New test.
8017 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8019         * string/Makefile (tst-strxfrm2-ENV): Define.
8020         * stdlib/Makefile (tst-strtod3-ENV): Define.
8022 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8024         * posix/getconf.c: Update copyright year.
8025         * nss/getent.c: Likewise.
8026         * iconv/iconvconfig.c: Likewise.
8027         * iconv/iconv_prog.c: Likewise.
8028         * elf/ldconfig.c: Likewise.
8029         * catgets/gencat.c: Likewise.
8030         * csu/version.c: Likewise.
8031         * elf/ldd.bash.in: Likewise.
8032         * elf/sprof.c (print_version): Likewise.
8033         * locale/programs/locale.c: Likewise.
8034         * locale/programs/localedef.c: Likewise.
8035         * nscd/nscd.c (print_version): Likewise.
8036         * debug/xtrace.sh: Likewise.
8037         * malloc/memusage.sh: Likewise.
8038         * malloc/mtrace.pl: Likewise.
8039         * debug/catchsegv.sh: Likewise.
8041 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8043         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8044         attempts.
8046 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8048         * posix/wordexp.c: Remove some unnecessary tests.
8050 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8052         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8053         blacklist the group till after we look it up.
8055 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8057         * include/atomic.h (atomic_forced_read): New macro.
8059 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8061         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8063 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8065         * nss/getXXbyYY_r.c: Include atomic.h.
8066         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8067         add atomic_write_barrier () in between.
8069         * stdlib/Makefile (tests): Add tst-makecontext.
8070         * stdlib/tst-makecontext.c: New test.
8072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8073         (__makecontext): Don't realign uc_mcontext.uc_regs.
8075 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8077         * elf/dl-support.c: Include dl-procinfo.h.
8078         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8079         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8080         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8081         Define.
8082         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8083         hardcoded constants.
8084         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8085         PPC_PLATFORM_* macros for array designators.
8087 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8089         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8090         names to the beginning.
8091         (_dl_powerpc_platforms): Add "power6x".
8092         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8093         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8094         (_DL_PLATFORMS_COUNT): Increase.
8095         (_dl_string_platform): Handle power6x case.
8096         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8097         PPC_FEATURE_POWER6_EXT): Define.
8098         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8100 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8102         [BZ #3747]
8103         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8104         [-2^31 .. 2^31) range.
8105         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8106         targets.
8107         * stdlib/tst-rand48-2.c: New test.
8108         * stdlib/Makefile (tests): Add tst-rand48-2.
8110 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8112         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8114 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8116         * misc/tst-pselect.c (do_test): Make sure the helper process is
8117         terminating when the test is aborted.
8119 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8121         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8122         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8123         Handle relatime mount option.
8125         [BZ #2337]
8126         * libio/Makefile (tests): Add tst-setvbuf1.
8127         * libio/tst-setvbuf1.c: New file.
8129 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8131         [BZ #2337]
8132         * libio/genops.c (__uflow): Fix a typo.
8133         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8134         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8135         the narrow buffer size.
8137 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8139         [BZ #2337]
8140         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8141         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8142         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8143         in _flags.
8144         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8145         _IO_wstr_finish): Likewise.
8146         * libio/wmemstream.c (open_wmemstream): Likewise.
8147         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8148         even for wide streams.
8150 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8153         kernel-features.h.
8155 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8157         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8158         separators also if no non-zero digits found.
8159         * stdlib/Makefile (tests): Add tst-strtod3.
8161 2006-12-10  Jakub Jelinek  <jakub@redhat.com>
8163         * sysdeps/unix/sysv/linux/netlinkaccess.h: Include linux/if_addr.h
8164         if IFA_MAX is not defined.
8165         (IFA_RTA, IFA_PAYLOAD, IFLA_RTA, IFLA_PAYLOAD): Define if not
8166         defined.
8167         * sysdeps/unix/sysv/linux/check_pf.c: Include netlinkaccess.h
8168         instead of asm/types.h, linux/netlink.h and linux/rtnetlink.h.
8170 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8172         [BZ #3632]
8173         * include/features.h: Fix comment about default value for
8174         _POSIX_C_SOURCE.
8176         [BZ #3664]
8177         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8178         empty parsed strings.
8179         * stdlib/Makefile (tests): Add tst-strtod2.
8180         * stdlib/tst-strtod2.c: New file.
8182         [BZ #3673]
8183         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8184         computation.
8185         * stdlib/Makefile (tests): Add tst-atof2.
8186         * stdlib/tst-atof2.c: New file.
8188         [BZ #3674]
8189         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8190         correctly if removing trailing zero of hex-float.
8191         * stdlib/Makefile (tests): Add tst-atof1.
8192         * stdlib/tst-atof1.c: New file.
8194 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8196         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8197         Start searching for next comma at p rather than rest.
8198         * misc/Makefile (tests): Add tst-mntent2.
8199         * misc/tst-mntent2.c: New test.
8201         * misc/getusershell.c (initshells): Check for integer overflows.
8202         Make strings buffer one bigger as fgets always succeeds when second
8203         argument is 1.  Don't use calloc for shells array.  Disallow
8204         / as shell.
8206 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8208         * malloc/memusage.c: Handle realloc with new size of zero and
8209         non-NULL pointer correctly.
8210         (me): Really write first record twice.
8211         (struct entry): Make format bi-arch safe.
8212         (dest): Write out more realloc statistics.
8213         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8215 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8217         * nis/nis_subr.c (nis_getnames): Revert last change.
8219 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8221         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8222         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8223         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8224         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8225         ENOTTY.
8226         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8227         * io/tst-ttyname_r.c: New test.
8229 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8231         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8233 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8235         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8236         jump table entries.
8238 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8240         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8241         `clone' function to ensure proper unwinding stop of gdb.
8242         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8244 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8246         * nscd/nscd.init: Remove obsolete and commented-out -S option
8247         handling.
8249 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8251         [BZ #3514]
8252         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8254         [BZ #3515]
8255         * manual/string.texi (strtok): Remove duplicate paragraph.
8257 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8259         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8260         libgcc not supporting `rflags' unwinding (register # >= 17).
8262 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8264         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8265         succeeded.
8267 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8268             Jakub Jelinek  <jakub@redhat.com>
8269             Jan Kratochvil  <jan.kratochvil@redhat.com>
8271         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8272         unwind information.
8273         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8274         'restore_rt' even in the 'signal' directory.
8275         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8277 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8279         [BZ #3559]
8280         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8281         malloc crashed.  Don't allocate memory unnecessarily in each
8282         loop.
8284 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8286         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8288 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8290         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8292 2006-11-18  Bruno Haible  <bruno@clisp.org>
8294         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8295         __sysconf only after having tried to call getgroups32.
8297 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8299         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8300         addresses for IPv4 queries if they can be mapped.
8302 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8304         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8305         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8306         (signmask): Add .size directive.
8307         (othermask): Add .type directive.
8309 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8311         * po/nl.po: Update from translation team.
8313         * timezone/zdump.c: Redo fix for BZ #3137.
8315 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8317         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8318         to first_unused after parsing :include: file.
8320 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8322         * timezone/africa: Update from tzdata2006o.
8323         * timezone/antarctica: Likewise.
8324         * timezone/asia: Likewise.
8325         * timezone/australasia: Likewise.
8326         * timezone/backward: Likewise.
8327         * timezone/europe: Likewise.
8328         * timezone/iso3166.tab: Likewise.
8329         * timezone/northamerica: Likewise.
8330         * timezone/southamerica: Likewise.
8331         * timezone/zone.tab: Likewise.
8333         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8334         on machines with 64-bit time_t.
8336         * timezone/checktab.awk: Update from tzcode2006o.
8337         * timezone/ialloc.c: Likewise.
8338         * timezone/private.h: Likewise.
8339         * timezone/scheck.c: Likewise.
8340         * timezone/tzfile.h: Likewise.
8341         * timezone/tzselect.ksh: Likewise.
8342         * timezone/zdump.c: Likewise.
8343         * timezone/zic.c: Likewise.
8345         [BZ #3483]
8346         * elf/ldconfig.c (main): Call setlocale and textdomain.
8347         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8349         [BZ #3480]
8350         * manual/argp.texi: Fix typos.
8351         * manual/charset.texi: Likewise.
8352         * manual/errno.texi: Likewise.
8353         * manual/filesys.texi: Likewise.
8354         * manual/lang.texi: Likewise.
8355         * manual/maint.texi: Likewise.
8356         * manual/memory.texi: Likewise.
8357         * manual/message.texi: Likewise.
8358         * manual/resource.texi: Likewise.
8359         * manual/search.texi: Likewise.
8360         * manual/signal.texi: Likewise.
8361         * manual/startup.texi: Likewise.
8362         * manual/stdio.texi: Likewise.
8363         * manual/sysinfo.texi: Likewise.
8364         * manual/syslog.texi: Likewise.
8365         * manual/time.texi: Likewise.
8366         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8368         [BZ #3465]
8369         * sunrpc/clnt_raw.c: Minimal message improvements.
8370         * sunrpc/pm_getmaps.c: Likewise.
8371         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8372         * nis/nis_print_group_entry.c: Likewise.
8373         * locale/programs/repertoire.c: Likewise.
8374         * locale/programs/charmap.c: Likewise.
8375         * malloc/memusage.sh: Likewise.
8376         * elf/dl-deps.c: Likewise.
8377         * locale/programs/ld-collate.c: Likewise.
8378         * libio/vswprintf.c: Likewise.
8379         * malloc/memusagestat.c: Likewise.
8380         * sunrpc/auth_unix.c: Likewise.
8381         * sunrpc/rpc_main.c: Likewise.
8382         * nscd/cache.c: Likewise.
8383         * locale/programs/repertoire.c: Unify output messages.
8384         * locale/programs/charmap.c: Likewise.
8385         * locale/programs/ld-ctype.c: Likewise.
8386         * locale/programs/ld-monetary.c: Likewise.
8387         * locale/programs/ld-numeric.c: Likewise.
8388         * locale/programs/ld-time.c: Likewise.
8389         * elf/ldconfig.c: Likewise.
8390         * nscd/selinux.c: Likewise.
8391         * elf/cache.c: Likewise.
8392         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8394         [BZ #3451]
8395         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8396         change atomic.
8397         (ceil): Likewise.
8399 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8401         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8402         if N is one bigger than return value.
8403         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8404         and l1 last arguments, if buf is defined, verify the return value
8405         equals to strlen (buf) and verify no byte beyond passed length
8406         is modified.
8408 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8410         * po/sv.po: Update from translation team.
8412 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8414         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8415         noinline attribute.
8417 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8419         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8420         noinline attribute.
8422         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8423         Use __new_sys_siglist instead of _sys_siglist_internal as
8424         second macro argument.
8425         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8426         strong_alias.
8428 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8430         [BZ #3493]
8431         * posix/unistd.h (sysconf): Remove const attribute.
8433         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8434         temporary or deprecated addresses.
8435         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8437         * string/Makefile (tests): Add tst-strxfrm2.
8438         * string/tst-strxfrm2.c: New file.
8440 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8442         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8443         rather than r->r_brk.
8445 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8447         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8448         optimization even if needed > n.
8450         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8451         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8452         return false, otherwise return true.
8453         (cache_rpath): Return decompose_rpath return value.
8455 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8457         * include/libc-symbols.h (declare_symbol): Rename to...
8458         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8459         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8460         .size directive.
8461         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8462         changes.
8463         * sysdeps/gnu/siglist.c: Likewise.
8465 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8467         * sysdeps/powerpc/fpu/bits/mathinline.h
8468         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8469         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8471 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8473         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8474         Update handling of cache descriptor 0x49 for new models.
8475         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8476         Likewise.
8478 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8480         * malloc/memusage.c (dest): Reset not_me back to false after
8481         printing statistics.
8483 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8485         * configure.in: Work around ld --help change and avoid -z relro
8486         test completely if the architecture doesn't care about security.
8488 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8490         * po/sv.po: Update from translation team.
8492 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8494         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8495         generate compatibility version.
8497 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8499         * configure.in: Relax -z relro requirement a bit.
8501         * po/sv.po: Update from translation team.
8503 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8505         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8506         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8507         * elf/dl-close.c (_dl_close_worker): Likewise.
8508         * elf/dl-open.c (_dl_open_worker): Likewise.
8509         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8511 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8513         * configure.in: Require assembler support for visibility, compiler
8514         support for visibility and aliases, linker support for various -z
8515         options.
8516         * Makeconfig: Remove conditional code which now is unnecessary.
8517         * config.h.in: Likewise.
8518         * config.make.in: Likewise.
8519         * dlfcn/Makefile: Likewise.
8520         * elf/Makefile: Likewise.
8521         * elf/dl-load.c: Likewise.
8522         * elf/rtld.c: Likewise.
8523         * include/libc-symbols.h: Likewise.
8524         * include/stdio.h: Likewise.
8525         * io/Makefile: Likewise.
8526         * io/fstat.c: Likewise.
8527         * io/fstat64.c: Likewise.
8528         * io/fstatat.c: Likewise.
8529         * io/fstatat64.c: Likewise.
8530         * io/lstat.c: Likewise.
8531         * io/lstat64.c: Likewise.
8532         * io/mknod.c: Likewise.
8533         * io/mknodat.c: Likewise.
8534         * io/stat.c: Likewise.
8535         * io/stat64.c: Likewise.
8536         * libio/stdio.c: Likewise.
8537         * nscd/Makefile: Likewise.
8538         * stdlib/Makefile: Likewise.
8539         * stdlib/atexit.c: Likewise.
8540         * sysdeps/generic/ldsodefs.h: Likewise.
8541         * sysdeps/i386/dl-machine.h: Likewise.
8542         * sysdeps/i386/sysdep.h: Likewise.
8543         * sysdeps/i386/i686/memcmp.S: Likewise.
8544         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8545         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8546         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8548         * Makerules: USE_TLS support is now default.
8549         * tls.make.c: Likewise.
8550         * csu/Versions: Likewise.
8551         * csu/libc-start.c: Likewise.
8552         * csu/libc-tls.c: Likewise.
8553         * csu/version.c: Likewise.
8554         * dlfcn/dlinfo.c: Likewise.
8555         * elf/dl-addr.c: Likewise.
8556         * elf/dl-cache.c: Likewise.
8557         * elf/dl-close.c: Likewise.
8558         * elf/dl-iteratephdr.c: Likewise.
8559         * elf/dl-load.c: Likewise.
8560         * elf/dl-lookup.c: Likewise.
8561         * elf/dl-object.c: Likewise.
8562         * elf/dl-open.c: Likewise.
8563         * elf/dl-reloc.c: Likewise.
8564         * elf/dl-support.c: Likewise.
8565         * elf/dl-sym.c: Likewise.
8566         * elf/dl-sysdep.c: Likewise.
8567         * elf/dl-tls.c: Likewise.
8568         * elf/ldconfig.c: Likewise.
8569         * elf/rtld.c: Likewise.
8570         * elf/tst-tls-dlinfo.c: Likewise.
8571         * elf/tst-tls1.c: Likewise.
8572         * elf/tst-tls10.h: Likewise.
8573         * elf/tst-tls14.c: Likewise.
8574         * elf/tst-tls2.c: Likewise.
8575         * elf/tst-tls3.c: Likewise.
8576         * elf/tst-tls4.c: Likewise.
8577         * elf/tst-tls5.c: Likewise.
8578         * elf/tst-tls6.c: Likewise.
8579         * elf/tst-tls7.c: Likewise.
8580         * elf/tst-tls8.c: Likewise.
8581         * elf/tst-tls9.c: Likewise.
8582         * elf/tst-tlsmod1.c: Likewise.
8583         * elf/tst-tlsmod13.c: Likewise.
8584         * elf/tst-tlsmod13a.c: Likewise.
8585         * elf/tst-tlsmod14a.c: Likewise.
8586         * elf/tst-tlsmod2.c: Likewise.
8587         * elf/tst-tlsmod3.c: Likewise.
8588         * elf/tst-tlsmod4.c: Likewise.
8589         * elf/tst-tlsmod5.c: Likewise.
8590         * elf/tst-tlsmod6.c: Likewise.
8591         * include/errno.h: Likewise.
8592         * include/link.h: Likewise.
8593         * include/tls.h: Likewise.
8594         * locale/global-locale.c: Likewise.
8595         * locale/localeinfo.h: Likewise.
8596         * malloc/arena.c: Likewise.
8597         * malloc/hooks.c: Likewise.
8598         * malloc/malloc.c: Likewise.
8599         * resolv/Versions: Likewise.
8600         * sysdeps/alpha/dl-machine.h: Likewise.
8601         * sysdeps/alpha/libc-tls.c: Likewise.
8602         * sysdeps/generic/ldsodefs.h: Likewise.
8603         * sysdeps/generic/tls.h: Likewise.
8604         * sysdeps/i386/dl-machine.h: Likewise.
8605         * sysdeps/ia64/dl-machine.h: Likewise.
8606         * sysdeps/ia64/libc-tls.c: Likewise.
8607         * sysdeps/mach/hurd/fork.c: Likewise.
8608         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8609         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8610         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8611         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8612         * sysdeps/s390/libc-tls.c: Likewise.
8613         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8614         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8615         * sysdeps/sh/dl-machine.h: Likewise.
8616         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8617         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8618         * sysdeps/x86_64/dl-machine.h: Likewise.
8620         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8621         split out locking and parameter checking.
8622         (_dl_close): Call _dl_close_worker after locking and checking.
8623         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8624         _dl_close.
8625         * elf/Makefile: Add rules to build and run tst-thrlock.
8626         * elf/tst-thrlock.c:  New file.
8628         [BZ #3426]
8629         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8630         reality.
8632         [BZ #3429]
8633         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8634         we are sure we do not need it anymore for _dl_close.  Also move
8635         the asserts inside the lock region.
8636         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8638 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8640         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8641         argument.
8642         (_dl_lookup_symbol_x): Adjust caller.
8644         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8645         _ns_global_scope.
8646         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8648         * elf/dl-libc.c: Revert l_scope name changes.
8649         * elf/dl-load.c: Likewise.
8650         * elf/dl-object.c: Likewise.
8651         * elf/rtld.c: Likewise.
8652         * elf/dl-close.c (_dl_close): Likewise.
8653         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8654         always use __rtld_mrlock_{change,done}.  Always free old scope list
8655         here if not l_scope_mem.
8656         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8657         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8658         the lookup and __rtld_mrlock_unlock it after the lookup.
8659         * elf/dl-sym.c: Likewise.
8660         * include/link.h (struct r_scoperec): Remove.
8661         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8662         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8664 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8666         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8668 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8670         * configure.in: Disable building profile libraries by default.
8672 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8674         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8675         as signed longs, check for x_base + pos overflow.
8676         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8677         * sunrpc/tst-xdrmem2.c: New test.
8679 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8681         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8682         _dl_lookup_symbol_x code.
8684 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8686         * elf/dl-runtime.c: Include sysdep-cancel.h.
8687         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8688         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8689         instead of catomic_* macros.
8690         * elf/dl-sym.c: Include sysdep-cancel.h.
8691         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8692         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8693         * elf/dl-close.c: Include sysdep-cancel.h.
8694         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8695         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8696         * elf/dl-open.c: Include sysdep-cancel.h.
8697         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8698         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8700 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8702         [BZ #3313]
8703         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8704         fastbin rather than end of fastbin array.
8706 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8708         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8709         body macro.
8710         * sysdeps/x86_64/bits/atomic.h
8711         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8712         (catomic_decrement): Use correct body macro.
8714 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8716         * include/atomic.h: Add a unique prefix to all local variables
8717         in macros.
8718         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8720 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8722         [BZ #3369]
8723         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8724         and 7.
8726 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8728         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8730 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8732         [BZ #3313]
8733         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8734         determine highest fast bin to consolidate, always look into all of
8735         them.
8736         (do_check_malloc_state): Only require for empty bins for large
8737         sizes in main arena.
8739         * libio/stdio.h: Add more __wur attributes.
8741         * elf/dl-minimal.c (realloc): Optimize last patch.
8743 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8745         [BZ #3352]
8746         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8747         and use memcpy() if it does.
8749 2006-11-12  Andreas Jaeger  <aj@suse.de>
8751         [BZ #2510]
8752         * manual/search.texi (Hash Search Function): Clarify.
8753         (Array Search Function): Clarify.
8755 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8757         [BZ #2830]
8758         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8759         shifting.
8760         * math/atest-exp2.c (read_mpn_hex): Likewise.
8761         * math/atest-sincos.c (main): Likewise.
8763 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8765         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8766         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8767         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8768         version GLIBC_2.6.
8769         * Versions.def: Add GLIBC_2.6 for libc.
8771         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8773         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8775 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8777         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8779         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8781         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8782         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8784 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8786         * include/atomic.c: Define catomic_* operations.
8787         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8788         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8789         * malloc/memusage.c: Likewise.
8790         * gmon/mcount.c: Likewise.
8791         * elf/dl-close.c: Likewise.
8792         * elf/dl-open.c: Likewise.
8793         * elf/dl-profile.c: Likewise.
8794         * elf/dl-sym.c: Likewise.
8795         * elf/dl-runtime.c: Likewise.
8796         * elf/dl-fptr.c: Likewise.
8797         * resolv/res_libc.c: Likewise.
8799 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8801         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8802         components which lack them.
8804         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8805         at least one entry consisting of the parameter concatenated with
8806         the domain.
8808 2006-10-10  Roland McGrath  <roland@frob.com>
8810         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8811         * sysdeps/mach/hurd/futimes.c: Likewise.
8812         * sysdeps/mach/hurd/lutimes.c: Likewise.
8814 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8815             Jakub Jelinek  <jakub@redhat.com>
8817         Implement reference counting of scope records.
8818         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8819         from the list in objects which remain.  Always allocate new scope
8820         record.
8821         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8822         don't resize, allocate a new one.
8823         * elf/dl-runtime.c: Update reference counters before using a scope
8824         array.
8825         * elf/dl-sym.c: Likewise.
8826         * elf/dl-libc.c: Adjust for l_scope name change.
8827         * elf/dl-load.c: Likewise.
8828         * elf/dl-object.c: Likewise.
8829         * elf/rtld.c: Likewise.
8830         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8831         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8832         Add l_scoperec_lock.
8833         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8834         * sysdeps/generic/rtld-lowlevel.h: New file.
8836         * include/atomic.h: Rename atomic_and to atomic_and_val and
8837         atomic_or to atomic_or_val.  Define new macros atomic_and and
8838         atomic_or which do not return values.
8839         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8840         Various cleanups.
8841         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8843         * po/sv.po: Update from translation team.
8845 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8847         * Versions.def: Add GLIBC_2.6 to libpthread.
8849         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8850         (versioned_symbol): Likewise.
8851         (compat_symbol): Likewise.
8853         * po/tr.po: Update from translation team.
8855 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8857         * nis/Banner: Removed.  It's been integral part forever and the
8858         author info is incomplete anyway.
8859         * libio/Banner: Likewise.
8861         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8862         code, make sure the nis_freeresult call doesn't crash and that the
8863         result is reported correctly.
8865 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8867         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8868         when callback is NULL.
8870         * nis/Versions (libnss_nisplus): Add
8871         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8872         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8873         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8874         _nss_create_tablename): Rename to...
8875         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8876         ... these.  No longer static.
8877         (internal_setgrent): Adjust users.
8878         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8879         Don't use locking around _nss_grp_create_tablename call.
8880         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8882 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8884         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8886 2006-10-06  Andreas Jaeger  <aj@suse.de>
8888         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8890 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8892         * po/pl.po: Update from translation team.
8894         * nscd/nscd.c (main): Fix typo in message.
8895         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8897 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8899         [BZ #3291]
8900         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8901         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8902         (__sigprocmask): Define.
8904 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8906         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8907         used.
8909 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8911         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8912         in oldtotal and newtotal calculation.
8913         * nscd/nscd-client.h (struct mapped_database): Add datasize
8914         field.
8915         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8916         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8917         increased.
8918         (__nscd_cache_search): Add checks to make sure we never reference
8919         data beyond the current mapping.
8921 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8923         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8924         variables const to avoid compiler warnings.
8926         * io/fts.c (fts_close): Remove redundant checks.
8927         (fts_build): Likewise.
8928         (fts_palloc): Likewise.
8930         * manual/message.texi (Advanced gettext functions,
8931         Using gettextized software): Fix typos.
8933 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8935         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8936         explain why there are no leaks.
8938 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8940         * libio/wmemstream.c: Include <wchar.h>.
8941         * libio/bug-wmemstream1.c: Likewise.
8942         * libio/tst-wmemstream1.c: Likewise.
8943         * libio/tst-wmemstream2.c: Likewise.
8945         * version.h (RELEASE): Bump to 2.5.
8946         * README: Regenerated.
8948         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8950         [BZ #3273]
8951         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8952         found no group members.
8953         Patch by Petr Baudis.
8955 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8957         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8958         assert bootstrap_map.l_tls_modid is zero.
8959         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8960         if USE___THREAD.
8962 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8964         * libio/stdio.h: Move open_wmemstream prototype to ...
8965         * wcsmbs/wchar.h: ... here.
8967 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8969         [BZ #3252]
8970         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8971         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8972         __{,l}chown to handle the rest.
8973         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8974         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8975         __{,l}chown to handle the rest.
8976         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8977         i386/fchownat.c.
8978         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8979         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8981         [BZ #3253]
8982         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8983         time, rather allocate increasingly bigger arrays of pointers, if
8984         possible with alloca, if too large with malloc.
8986 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8988         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8990         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8992 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8994         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8995         home addresses.
8996         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8997         IFA_F_HOMEADDRESS flag for interfaces.
8998         * include/ifaddrs.h (struct in6addrinfo): Define
8999         in6ai_homeaddress.
9001 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9003         [BZ #3225]
9004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9005         PTR_DEMANGLE3): Define.
9006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9007         PTR_DEMANGLE3): Likewise.
9008         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9009         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9010         Likewise.
9011         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9013 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9015         * po/libc.pot: Regenerated.
9016         * po/be.po: Updated.
9017         * po/ca.po: Likewise.
9018         * po/cs.po: Likewise.
9019         * po/da.po: Likewise.
9020         * po/de.po: Likewise.
9021         * po/el.po: Likewise.
9022         * po/en_GB.po: Likewise.
9023         * po/es.po: Likewise.
9024         * po/fi.po: Likewise.
9025         * po/fr.po: Likewise.
9026         * po/gl.po: Likewise.
9027         * po/hr.po: Likewise.
9028         * po/hu.po: Likewise.
9029         * po/ja.po: Likewise.
9030         * po/ko.po: Likewise.
9031         * po/nb.po: Likewise.
9032         * po/nl.po: Likewise.
9033         * po/pl.po: Likewise.
9034         * po/pt_BR.po: Likewise.
9035         * po/ru.po: Likewise.
9036         * po/rw.po: Likewise.
9037         * po/sk.po: Likewise.
9038         * po/sv.po: Likewise.
9039         * po/tr.po: Likewise.
9040         * po/zh_CN.po: Likewise.
9041         * po/zh_TW.po: Likewise.
9043         [BZ #3137]
9044         * iconv/iconv_prog.c (main): Fix spelling in error message.
9045         * iconv/iconvconfig.c (main): Likewise.
9046         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9047         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9048         * locale/programs/localedef.c (main): Likewise.
9049         * locale/programs/repertoire.c (repertoire_read): Likewise.
9050         * timezone/zdump.c (main): Likewise.
9051         * nscd/connections.c (handle_request): Fix spelling in log message.
9052         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9054 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9056         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9057         interfaces.
9059 2006-09-20  Andreas Jaeger  <aj@suse.de>
9061         * math/libm-test.inc (lrint_test_upward): Fix typo.
9063 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9065         [BZ #2592]
9066         * math/libm-test.inc (lrint_test_tonearest): New function.
9067         (lrint_test_towardzero): New function.
9068         (lrint_test_downward): New function.
9069         (lrint_test_upward): New function.
9070         (main): Run these new tests.
9071         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9072         of values near to 0.
9073         (two52): Use double not long double.
9074         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9075         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9076         (two23): Use float not double.
9077         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9078         (two23): Use float not double.
9079         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9080         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9081         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9082         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9084 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9086         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9087         Cast sp to unsigned long to avoid compiler warning.
9088         Use __makecontext_ret function instead of a trampoline on the stack.
9089         (__makecontext_ret): New function.
9090         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9092 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9094         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9095         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9096         bits.
9098 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9100         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9101         sure no reference to the unloaded map's search list remains in the
9102         dependency's scope.
9104 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9106         * elf/Makefile: Add rules to build and run unload7 test.
9107         * elf/unload7.c: New test.
9108         * elf/unload7mod1.c: New file.
9109         * elf/unload7mod2.c: New file.
9111 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9113         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9114         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9115         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9116         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9117         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9118         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9119         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9120         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9121         PTRACE_GETEVENTMSG): Likewise.
9122         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9123         values.
9125 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9127         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9128         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9129         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9130         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9132 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9134         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9135         write '\0' to the fd.
9136         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9137         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9138         Change regs to unsigned long pointer from unsigned int, fix fscr
9139         offset.
9141 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9143         * io/Makefile (CFLAGS-fstatat.c): Set.
9144         (CFLAGS-fstatat64.c): Likewise.
9145         (CFLAGS-mknodat.c): Likewise.
9147         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9148         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9149         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9150         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9152 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9153             Steven Munroe  <sjmunroe@us.ibm.com>
9155         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9156         names to the beginning.  Rename "cell" to "cellbe".
9157         (_dl_powerpc_platforms): New.
9158         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9159         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9160         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9161         (_DL_HWCAP_PLATFORM): Define to new mask.
9162         (_dl_platform_string, _dl_string_platform): New functions.
9163         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9164         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9166 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9168         [BZ #2526]
9169         * README.libm: Fix a thinko in sqrt algorithm description.
9171         [BZ #3143]
9172         * manual/string.texi (argz_delete): Fix prototype.
9173         Patch by <alpt@freaknet.org>.
9175 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9177         [BZ #3138]
9178         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9179         * io/tst-fcntl.c (do_prepare): Likewise.
9180         * posix/tst-exec.c (do_prepare): Likewise.
9181         * posix/tst-preadwrite.c (do_prepare): Likewise.
9182         * posix/tst-spawn.c (do_prepare): Likewise.
9183         * posix/tst-truncate.c (do_prepare): Likewise.
9184         * rt/tst-aio.c (do_prepare): Likewise.
9185         * rt/tst-aio64.c (do_prepare): Likewise.
9186         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9187         size_t.
9189 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9191         [BZ #2821]
9192         * time/mktime.c (guess_time_tm): Fix overflow detection.
9193         * time/Makefile (tests): Add bug-mktime1.
9194         * time/bug-mktime1.c: New file.
9196         [BZ #3189, #3188]
9197         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9198         (mremap): Likewise.
9200 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9202         [BZ #1006]
9203         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9204         Ensure relocation doesn't clobber any bits outside of the
9205         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9206         R_SPARC_HI22 and R_SPARC_H44.
9208         [BZ #2775]
9209         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9210         (long) (MINSIZE + nb - old_size) is positive.
9212         * malloc/arena.c (grow_heap): When growing bail even if new_size
9213         is negative.
9215         [BZ #3155]
9216         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9217         stack below r1.
9219 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9221         * posix/regex_internal.c (re_string_reconstruct): Handle
9222         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9223         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9224         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9225         re_string_context_at.
9226         * posix/Makefile: Add rules to build and run bug-regex26 test.
9227         * posix/bug-regex26.c: New test.
9229         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9230         rather than col_sym_free.  Move seqp declaration earlier.
9232         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9234 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9236         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9237         decl before first goto out.
9239 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9241         * Makerules (shlib.lds): If have-hash-style, put .hash section
9242         at the end of the RO segment.
9244 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9246         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9247         style hash table format is used.
9249 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9251         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9252         randomization rather than before.
9253         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9255 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9257         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9259         * malloc/malloc.c (_int_malloc): Use full list insert and not
9260         shortcut which assumes the list is empty for large requests
9261         too.
9263         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9265 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9267         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9268         and offout arguments to the prototype.
9269         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9270         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9271         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9272         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9273         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9274         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9275         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9276         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9278 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9280         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9282         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9283         dlopen parameters.
9285 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9287         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9288         only if herrno is NETDB_INTERNAL.  Handle errors other than
9289         ERANGE outside of the loops, handle TRY_AGAIN.
9291         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9292         if other's ctype category was missing.
9293         * locale/programs/ld-collate.c (collate_read): Return if
9294         copy_locale's collate category is missing.
9296 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9298         [BZ #2684]
9299         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9300         arenas if allocation failed.
9301         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9303 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9305         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9306         waste bins[0..1].
9307         (malloc_state): Reduce bins size by 2.
9308         (_int_malloc): Fix test for large enough buffer for early termination.
9309         When no unsorted block matches perfectly and an exiting block has
9310         to be split, use full list insert and not shortcut which assumes
9311         the list is empty.
9313         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9314         failure.
9316 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9318         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9319         do anything.
9321         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9322         symbol require exact match (these are PLTs).
9323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9324         (_dl_ppc64_addr_sym_match): Likewise.
9326         [BZ #2683]
9327         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9328         If symbol has a value use it.
9329         * elf/tst-dladdr1.c: New file.
9330         * elf/Makefile: Add rules to build and run tst-addr1.
9332 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9334         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9335         keeps failing and heap growth or new heap creation isn't
9336         successful either.
9337         * malloc/tst-malloc.c (main): Add new tests.
9339 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9341         [BZ #2734]
9342         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9343         as in the x86-64 code to use bswap.
9345 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9347         [BZ #2680]
9348         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9349         __USE_UNIX98.
9350         * posix/bits/unistd.h: Likewise.
9352 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9354         [BZ #2751]
9355         * string/strchr.c: Add cast to avoid warning.
9357 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9359         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9360         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9361         limit is needed to avoid the exploding of the address space
9362         requirement for secondary heaps.
9363         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9364         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9366 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9368         [BZ #3018]
9369         * Makerules (depfiles): Handle extra-test-objs the same as
9370         extra-objs.
9371         (common-mostlyclean): Likewise.
9372         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9373         instead.
9374         * elf/Makefile (extra-objs): Likewise.
9375         * stdlib/Makefile (extra-objs): Likewise.
9377 2006-08-14  Eric Blake  <ebb9@byu.net>
9379         [BZ #3044]
9380         * misc/error.h: Assume C89 or better.
9381         * misc/error.c: Likewise.
9383 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9385         [BZ #3040]
9386         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9387         __ASSUME_ATFCTS is defined.
9389 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9391         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9392         to sort in each call.
9394         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9395         is empty simply return and use next service.
9396         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9398         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9399         tells us when not finding a charmap file is an error.
9400         * locale/programs/charmap.h: Adjust charmap_read prototype.
9401         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9402         cannot find a charmap.
9403         * locale/programs/localedef.c (main): Adjust charmap_read call.
9405 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9407         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9408         sysdeps/posix/pause.c implementation instead.
9410 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9412         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9413         to EPERM.
9415 2006-08-13  Andreas Schwab  <schwab@suse.de>
9417         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9418         Don't clobber caller's LRSAVE.
9419         (_dl_prof_resolve): Likewise.
9421 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9423         [BZ #1996]
9424         * libio/memstream.c (open_memstream): Allocate initial buffer with
9425         calloc.
9426         * libio/wmemstream.c (open_wmemstream): Likewise.
9427         * libio/strops.c: Pretty printing.
9428         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9429         (enlarge_userbuf): New function.
9430         (_IO_str_seekoff): Call it if seek position is larger than current
9431         buffer.
9432         * libio/wstrops.c: Likewise.
9433         * libio/vasprintf.c: Add comment as to why we do not have to use
9434         calloc instead of malloc to allocate initial buffer.
9435         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9436         * libio/bug-memstream1.c: New file.
9437         * libio/bug-wmemstream1.c: New file.
9439 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9441         * libio/wstrops.c: Remove dead macro definitions and comments.
9442         * libio/strops.c: Likewise.
9444         [BZ #2764]
9445         * login/utmpname.c (__utmpname): Remove unnecessary test.
9447 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9449         [BZ #2832]
9450         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9451         0s from integers.
9453 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9455         [BZ #2987]
9456         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9457         for CPU clocks.
9458         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9459         setting of CPU clocks.
9461 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9463         [BZ #2841]
9464         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9465         since C99 requires the result to promote to 'int' when uint_least8_t
9466         and uint_least16_t promote to 'int'.
9468 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9470         [BZ #3013]
9471         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9472         lenght of one output field, correct bitmask creation.
9473         * locale/programs/ld-time.c: Add alignment.
9475         [BZ #2997]
9476         * misc/error.c: Add space between program name and message if file
9477         name is missing.
9479 2006-08-03  Eric Blake  <ebb9@byu.net>
9481         [BZ #2998]
9482         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9484 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9486         * malloc/memusagestat.c: Silence warnings.
9488         * malloc/malloc.c: Dynamically size mmap treshold if the program
9489         frees mmaped blocks.
9490         Patch by Valerie Henson and Arjan van de Ven.
9492 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9494         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9495         __USE_GNU.
9497         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9498         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9499         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9500         Only provide var definitions in strtol_l (or for *ull*
9501         in strtoll_l).
9503         * stdio-common/bug16.c (tests): New array.
9504         (do_tests): Allow the first hexadecimal digit
9505         to be 1, 2, 4 or 8.  Do 3 additional tests.
9507         * sysdeps/s390/fpu/libm-test-ulps: Update.
9509         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9510         fchownat syscall if available.
9511         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9512         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9513         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9515 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9517         * nis/nis_xdr.c: Avoid some function calls.
9519 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9520             Ulrich Drepper  <drepper@redhat.com>
9522         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9523         short cut if only one name component is stripped away.
9525 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9527         * nis/nis_call.c: Minor cleanups throughout.
9528         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9529         (first_shoot): Add search_parent_first parameter.  Only if it is set
9530         search parent server first.
9531         If directory for table found through cold start cache is not the same
9532         as referenced in the cache, don't use it.
9533         (__nisfind_server): Take additional parameter.  Pass it on to
9534         first_shoot.
9535         (__prepare_niscall): Adjust __nisfind_server call.
9536         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9537         * nis/nis_table.c: Adjust __nisfind_server call.
9538         * nis/nis_lookup.c: Likewise.
9539         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9541 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9543         [BZ #2182]
9544         * math/s_cacosh.c: Return values from positive branch.
9545         * math/s_cacoshf.c: Likewise.
9546         * math/s_cacoshl.c: Likewise.
9548         [BZ #2883]
9549         * sysvipc/sys/msg.h: Change return value to ssize_t.
9550         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9551         * sysvipc/msgrcv.c: Likewise.
9552         * include/sys/msg.h: Likewise.
9554         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9555         test introduced in patch for bz #661.
9556         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9557         element for NEWGROUPS.
9559         [BZ #2908]
9560         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9561         'f', use '1' as leading digit not '\1'.
9562         * stdio-common/Makefile (tests): Add bug16.
9563         * stdio-common/bug16.c: New file.
9565         [BZ #2914]
9566         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9567         and don't try to open it.  The patch introducing the macro
9568         contained a bug and used the same file name as the new file
9569         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9570         this out completely.
9572         [BZ #2926]
9573         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9574         Patch by Jerry James <Jerry.James@usu.edu>.
9576         * rt/Makefile (tests): Add tst-clock2.
9577         * rt/tst-clock2.c: New file.
9579         [BZ #2978]
9580         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9581         function and its parameters and pass it to new thread.
9582         (__gai_notify): Add support for alternative waiting for completion.
9583         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9584         waiting for completion.
9585         * resolv/getaddrinfo_a.c: Likewise.
9586         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9587         waiting for completion is used.
9588         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9589         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9590         * resolv/gai_error.c: Likewise.
9591         * resolv/gai_sigqueue.c: Likewise.
9593 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9595         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9596         errno to EBADF and return MACH_PORT_NULL.
9598 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9600         [BZ #2980]
9601         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9603 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9605         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9606         walk them instead of the symbol table.
9608 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9610         [BZ #2098]
9611         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9612         status of NSS calls, not the number of returned entries.
9614         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9615         request_key, keyctl.
9617 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9619         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9621 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9623         * elf/tst-auditmod1.c: Fix typo in #error.
9625 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9627         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9629         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9631 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9633         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9634         that the directory is empty even on non-POSIX filesystems.
9636 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9638         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9640         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9641         the backend NSS module.  If backend setgrent call failed, don't have
9642         internal_setgrent fail.  Just remember this until it is needed.
9643         * nis/nss_compat/compat-pwd.c: Likewise.
9644         * nis/nss_compat/compat-spwd.c: Likewise.
9646 2006-07-30  Roland McGrath  <roland@redhat.com>
9648         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9649         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9650         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9651         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9653         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9654         (nanosleep_not_cancel): New macro.
9655         (sigsuspend_not_cancel): new macro.
9656         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9657         (do_sigsuspend): Define as inline.
9658         (__sigsuspend): Always use do_sigsuspend.
9659         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9660         * include/signal.h: Declare __sigsuspend_nocancel.
9661         * sysdeps/posix/pause.c
9662         [! NO_CANCELLATION] (__pause_nocancel): New function.
9664         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9665         * include/time.h (__nanosleep_nocancel): Likewise.
9667 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9669         * locale/programs/localedef.c (add_to_readlist): Rename local
9670         variables to avoid confusion.
9672         * locale/programs/charmap.c (charmap_read): Emit error message if
9673         charmap couldn't be found or read.
9675 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9677         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9678         __ASSUME_FUTEX_LOCK_PI.
9679         * include/time.h: Declare __nanosleep_nocancel.
9680         * include/unistd.h: Declare __pause_nocancel.
9682         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9683         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9684         get the __stack_chk_fail_local definition when it's needed.
9686 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9688         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9689         * dlfcn/bug-atexit3.c: New file.
9690         * dlfcn/bug-atexit3-lib.cc: New file.
9692         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9693         used when the namespace is not the base namespace.
9695 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9697         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9698         (__new_exitfn): Bump it in every successful call.
9699         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9700         more exit handlers, call them right away.
9701         * stdlib/exit.h: Declare __new_exitfn_called.
9703 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9705         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9706         calling registered handler.
9708         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9709         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9710         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9711         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9712         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9713         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9714         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9715         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9717 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9719         * elf/dl-lookup.c (dl_new_hash): New functions.
9720         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9721         value here.  Compute new-style hash value.  Pass new hash value
9722         and reference to variable with the old value to do_lookup_x.
9723         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9724         old-style hash table.
9725         (_dl_debug_bindings): Pass new hash value and reference to variable
9726         with the old value to do_lookup_x.
9727         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9728         new-style hash value and change old-style hash value parameter to
9729         be a reference.  Reoganize functions to determine whether
9730         new-style hash table is available.  Only fall back on old-style
9731         table.  If old-style hash value is needed, compute it here.
9732         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9733         entry.
9734         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9735         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9736         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9737         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9738         * Makeconfig: If linker supports --hash-style option add it to all
9739         linker command lines to build DSOs.
9740         * config.make.in: Define have-hash-style.
9741         * configure.in: Test whether linker supports --hash-style option.
9743         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9744         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9746 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9748         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9749         auditing.
9751         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9752         RPATH of main map twice.
9754 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9756         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9757         look further, return original strings.
9758         (_nl_find_msg): Do not return found translation if the conversion
9759         failed.  Either signal the string is unusable or that something went
9760         wrong and the original should be used.
9762 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9764         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9766 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9768         [BZ #2766]
9769         * misc/insremque.c (insque): Handle prev == NULL.
9770         * misc/Makefile (tests): Add tst-insremque.
9771         * misc/tst-insremque.c: New test.
9773 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9775         [BZ #2792]
9776         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9777         conflict with DL_DST_REQUIRED.
9779 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9781         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9782         match what Solaris does.
9784 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9786         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9787         local_setegid instead of seteuid and setegid.
9788         * sysdeps/generic/local-setxid.h: New file.
9789         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9791         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9793         * string/Makefile (tests): Add bug-envz1.
9794         * string/bug-envz1.c: New file.
9796 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9798         * posix/regex_internal.c (re_string_skip_chars): If no character has
9799         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9800         to the byte which couldn't be converted.
9801         (re_string_reconstruct): Don't clear valid_raw_len before calling
9802         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9803         tip_context using re_string_context_at.
9804         * posix/Makefile: Add rules to build and run bug-regex25 test.
9805         * posix/bug-regex25.c: New test.
9807 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9809         [BZ #2703]
9810         * string/envz.c (envz_strip): Correct erroneously reversed src
9811         and dest parameters to memmove() invocation.
9813 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9815         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9816         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9817         to make sure the database has been already invalidated.
9818         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9819         after the cache has been invalidated.  Use pthread_mutex_lock rather
9820         than pthread_mutex_trylock if fd != -1.
9821         * nscd/connections.c (invalidate_cache): Add fd argument, write
9822         response to fd if not calling prune_cache, pass fd to prune_cache.
9823         (handle_request): Adjust invalidate_cache caller.
9824         (nscd_run): Pass -1 as fd to prune_cache.
9826 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9828         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9829         the correct place.
9831 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9833         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9834         * nscd/cache.c (prune_cache): Take prunelock before starting the
9835         work.  Just return in case it is already taken.
9836         * nscd/connections.c (dbs): Initialize .prunelock.
9838 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9840         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9841         copying.  No need to allocate new array for group members.  Just
9842         move the pointers and update the size.
9844         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9845         Avoid memory leak in case realloc fails.  Simplification for
9846         better code generation.
9848         Avoid deprecation warning because of libc_hidden_proto for
9849         inet6_option_alloc.
9850         * inet/inet6_option.c (option_alloc): Renamed from
9851         inet6_option_alloc.  Made static.
9852         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9853         (inet6_option_append): Call option_alloc.
9854         * include/netinet/in.h: Remove libc_hidden_proto for
9855         inet6_option_alloc.
9857         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9858         for cleanup when cb!=NULL [Coverity CID 233].
9860 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9862         [BZ #2693]
9863         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9864         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9865         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9866         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9867         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9868         and inet6_rth_getaddr.
9869         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9870         array.
9871         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9872         Mark inet6_option_* interfaces as deprecated.
9873         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9874         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9875         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9876         inet6_rth_segments, and inet6_rth_getaddr.
9877         * inet/inet6_opt.c: New file.
9878         * inet/inet6_rth.c: New file.
9880         * inet/netinet/icmp6.h: Pretty printing.
9882         [BZ #2683]
9883         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9885 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9887         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9888         doing it all here.  When server does not know the answer do not
9889         fail immediate, try parent first.
9891         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9892         overflow test.
9894 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9896         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9897         from __do_niscall.
9898         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9899         and exported.
9900         (__follow_path): New function.  Split out from nis_list.
9901         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9902         _xdr_nis_result.
9903         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9904         _xdr_nis_result.
9905         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9906         and __follow_path.
9907         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9908         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9909         from libnsl for version GLIBC_PRIVATE.
9910         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9911         Remove entry parameter from _nss_nisplus_parse_pwent and
9912         _nss_nisplus_parse_grent.
9913         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9914         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9915         again.  Rewrite getpwent handling to not use nis_first_entry and
9916         nis_next_entry.  Roll out own niscall handling.
9917         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9919         * sunrpc/xdr_rec.c: Fix typo in comment.
9921 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9923         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9924         handling.
9926         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9927         to allocate memory for my_pollfd.  Better initialization of
9928         cb_is_running.  Use TEMP_FAILURE_RETRY.
9930         * malloc/memusage.sh (memusageso): Add quotes.
9931         (memusagestat): Likewise.
9932         * debug/xtrace.sh (pcprofileso): Likewise.
9933         (pcprofiledump): Likewise.
9934         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9935         replacement.
9936         * malloc/Makefile ($(objpfx)memusage): Likewise.
9938         * nis/nis_callback.c (__nis_create_callback): Calls to
9939         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9940         asprintf call fails.
9942         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9943         no uninitialized memory is passed to sendto.
9945 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9947         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9948         of snprintf+strdup.  Handle OOM.
9949         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9950         cb->serv together.  Remove now obsolete free calls.
9951         (__nis_destroy_callback): Remove now obsolete free call.
9953 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9955         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9956         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9957         and ULA respectively). Set precedence for IPv4 address to 10 as
9958         defined in RFC3484 for preferring IPv6.
9959         * posix/gai.conf: Update to match the new default tables.
9961 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9963         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9964         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9965         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9966         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9968         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9969         Removed.
9970         (init_nss_interface): Remove initialization of these variables.
9972 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9974         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9975         nis_free_directory forward to avoid duplication.
9977 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9979         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9980         rec_dirsearch returning NULL.
9981         (first_shoot): Handle __nis_finddirectory returning NULL.
9982         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9984         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9985         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9987 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9989         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9990         pid changed.
9992 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9994         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9996         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9997         * nscd/nscd_getgr_r.c: Likewise.
9999         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10001         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10002         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10004         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10006         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10008         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10010         * include/rpc/auth.h: Mark xdr_des_block_internal and
10011         xdr_opaque_auth_internal as hidden.
10013         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10014         hidden.
10016         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10018         * misc/getusershell.c (okshells): Don't use static initializers,
10019         do it dynamically.
10021         * stdlib/fmtmsg.c (keywords): Change type of len element to
10022         uint32_t to not waste space on 64bit machines.
10024         * locale/setlocale.c: Change _nl_category_names into a string.
10025         Add new _nl_category_name_idxs.  Change all users.
10026         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10027         Declare _nl_category_name_idxs.
10028         * locale/findlocale.c: Adjust for _nl_category_names change.
10029         * locale/loadlocale.c: Likewise.
10030         * locale/newlocale.c: Likewise.
10031         * intl/dcigettext.c: Likewise.
10033         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10034         (add_alias2): ...here.  New function.
10035         (__gconv_read_conf): Simplify builtin alias handling.
10036         (builtin_aliases): Convert to string to avoid relocations.
10037         * iconv/gconv_builtin.h: Add comment about correct formatting.
10039 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10041         * resolv/res_debug.c (loc_ntoa): Make error const.
10043 2006-05-14  Andreas Schwab  <schwab@suse.de>
10045         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10047 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10049         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10050         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10051         sizeof (cpu_set_t).
10053 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10055         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10057         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10059         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10060         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10062         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10063         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10065         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10066         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10067         xdr_cback_data.
10069         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10070         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10071         xdr_ypupdate_args.
10073         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10074         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10076         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10077         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10079         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10080         * include/rpcsvc/nis_callback.h: New file.
10082         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10083         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10085         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10086         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10088         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10089         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10091         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10092         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10094         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10095         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10096         xdr_ypdelete_args.
10098         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10099         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10101         * nis/nis_error.c: Remove table of strings.  Use position
10102         independent mechanism.
10103         * nis/nis_error.h: New file.
10105 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10107         * locale/programs/ld-time.c (time_finish): If wide era name or
10108         format aren't provided, set both wname and wformat to L"".
10110 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10112         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10113         results if the call was succesful.
10115         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10117         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10118         as hidden.
10120 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10122         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10124 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10126         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10127         caller makes sure this is not the case.
10128         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10130 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10132         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10133         calls.
10135         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10136         [Coverity CID 229, 230]
10138         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10139         DGETTEXT calls.
10140         (hol_help): Likewise.  [Coverity CID 226, 227]
10142         * string/argz-replace.c (__argz_replace): Unconditionally call
10143         free on SRC.  [Coverity CID 225]
10145         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10146         the return value of __nis_default_owner and __nis_default_group,
10147         it has been especially allocated.  [Coverity CID 224]
10149         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10150         searchgroup and searchowner.  Significantly simplified.
10151         (__nis_default_owner): Remove duplication.  Do not locally copy the
10152         string before duplicating it.
10153         (__nis_default_group): Likewise.
10155         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10156         we must clear the variable before calling __nisfind_server.
10158         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10159         nis_getnames.  [Coverity CID 223]
10161         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10162         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10164         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10165         allocate memory for the input to add_bytes.  [Coverity CID 221]
10167         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10168         was allocated here.  [Coverity CID 219, 220]
10170         * posix/getconf.c (print_all): Free confstr data after printing.
10171         [Coverity CID 218]
10173         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10174         list allocation fails.  [Coverity CID 215]
10176         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10177         [Coverity CID 213]
10179         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10180         string is NULL.  [Coverity CID 212]
10181         * argp/Makefile: Add rules to build and run bug-argp1.
10182         * argp/bug-argp1.c: New file.
10184         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10185         end of string.
10186         * stdlib/canonicalize.c (__realpath): Likewise.
10188         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10189         pointer.  [Coverity CID 206]
10191         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10192         in statically linked code.
10193         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10194         statically built code, be prepared to have no link map.
10195         [Coverity CID 205]
10197         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10198         dgettext calls. [Coverity CID 204]
10200         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10201         the one user.
10202         (uparam_names): Reduce size.  Avoid relative relocations.
10203         Moved to read-only segment.
10204         (fill_in_uparams): Update for new layout.
10206         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10207         assumed to always be != NULL. [Coverity CID 202]
10209         * argp/argp-help.c (hol_entry_help): Remove some dead code
10210         [Coverity CID 200].
10212         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10213         away a few more unconditional yperr2nss calls.
10214         (_nss_nis_getservbyname_r): Likewise.
10216 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10218         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10219         architectures.
10221         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10222         that unused memory passed to sendto is nevertheless initialized.
10224         [BZ #2499]
10225         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10226         possibly unaligned memory accesses.
10228         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10229         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10230         and __putlong respectively.  Correct buffer overflow check for
10231         NS_NOTIFY_OP.
10233         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10235         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10236         (send_dg): Rewrite error handling to be more compact and avoid
10237         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10239         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10241         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10242         instead of ns_get16.
10243         (res_queriesmatch): Likewise.  Minor optimization.
10245         [BZ #2499]
10246         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10247         __libc_res_nsend might reallocate the buffer for the answer.  In
10248         this case we have to reload the HP pointer.
10250 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10252         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10253         some branch prediction hints.
10255         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10256         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10257         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10258         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10259         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10260         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10261         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10262         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10264 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10266         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10267         by a GOT relocation to make Scrt1.o position independent.
10268         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10270         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10271         six system call parameters.
10272         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10274 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10276         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10277         malloc&bzero.
10279         * sunrpc/svc_udp.c (BZERO): Remove definition.
10280         (CALLOC): Define.
10281         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10283         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10284         (des_SPtrans): Use uint32_t type.
10285         (des_skb): Likewise.
10287         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10289 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10291         [BZ #2509]
10292         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10293         on 32-bit arches.
10295 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10297         * locale/programs/ld-address.c (address_finish): Fix one more
10298         place where the iso639 array might be accessed beyond the limits.
10300 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10302         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10303         filling it for the first time.
10305         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10306         Adjust all callers.
10307         Free res object content before returning.
10309         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10311         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10312         client->cl_auth.
10314         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10315         cleanup for initial thread, just the free call on TVP.
10317         * nscd/gai.c (__getline): Define.
10320 See ChangeLog.16 for earlier changes.