* io/sys/stat.h: The lstat functions have been mandatory since 2001.
[glibc.git] / ChangeLog
blob204d9964d65a14ff6871d31ec758a8aad87e3305
1 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
3         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
5         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
7 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
9         * po/bg.po: Update from translation team.
11 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
13         * stdlib/monetary.h: Uglify function parameter names.
14         * sunrpc/rpc/pmap_clnt.h: Likewise.
15         * sunrpc/rpc/svc.h: Likewise.
16         * sunrpc/rpc/xdr.h: Likewise.
17         * sunrpc/rpc/clnt.h: Likewise.
18         * resolv/netdb.h: Likewise.
19         * resolv/arpa/nameser.h: Likewise.
20         * resolv/resolv.h: Likewise.
21         * argp/argp.h: Likewise.
22         * locale/langinfo.h: Likewise.
23         * io/sys/stat.h: Likewise.
24         * posix/spawn.h: Likewise.
25         * nis/rpcsvc/nislib.h: Likewise.
26         * malloc/obstack.h: Likewise.
27         * sysdeps/ia64/bits/link.h: Likewise.
28         * sysdeps/i386/bits/link.h: Likewise.
29         * sysdeps/s390/bits/link.h: Likewise.
30         * sysdeps/powerpc/bits/link.h: Likewise.
31         * sysdeps/x86_64/bits/link.h: Likewise.
32         * sysdeps/sparc/bits/link.h: Likewise.
33         * sysdeps/sh/bits/link.h: Likewise.
34         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
35         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
36         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
37         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
39 2008-12-01  Fredrik Unger  <fred@tree.se>
41         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
42         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
43         _FP_UNPACK_RAW_2, fix up first argument.
45 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
47         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
48         (GET_NPROCS_PARSER): Change parameters and use next_line.
49         (__get_nprocs): Rewrite to not use stdio routines.
50         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
51         Change parameters and use next_line.
53 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
55         [BZ #5381]
56         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
57         Change mempool_alloc prototype.
58         * nscd/mem.c (gc): Don't handle mem_in_flight.
59         (mempool_alloc): Third parameter now only indicates whether this is the
60         first call (to allocate data) or not.  If it is, get db rdlock.
61         Release it on error.  Don't handle mem_in_flight.
62         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
63         Adjust third parameter of mempool_alloc calls.
64         Nothing to do here in case mempool_alloc fails.
65         Avoid local variable shadowing parameter.  No need to get db rdlock
66         before calling cache_add.
67         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
68         no mem_in_flight array anymore.
69         * nscd/connections.c: Remove definition and handling of mem_in_flight.
70         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
71         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
72         in case mempool_alloc fails. No need to get db rdlock before calling
73         cache_add.
74         * nscd/hstcache.c (cache_addhst): Likewise.
75         * nscd/initgrcache.c (addinitgroupsX): Likewise.
76         * nscd/servicescache.c (cache_addserv): Likewise.
77         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
79 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
81         * po/lt.po: Update from translation team.
83 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
85         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
86         defined, allow additional data to be added using the optional
87         MORE_ELF_HEADER_DATA macro.
88         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
89         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
91 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
93         * include/atomic.h: Define catomic_and if not already defined.
94         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
95         * sysdeps/i386/i486/bits/atomic.h: Likewise.
97 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
99         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
100         Change all callers.
101         (_int_realloc): Likewise.  Third argument is now padded size
102         All _int_* functions are now static.
104         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
105         * malloc/arena.c: Likewise.
106         * include/malloc.h: Remove now unnecessary declarations of the _int_*
107         functions.
109         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
110         easily.
112         * malloc/malloc.c: Add branch prediction for use of the hooks.
114         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
116 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
118         [BZ #7095]
119         * bits/confname.h: Add SUSv7 macros for getconf environments.
120         * bits/environments.h: Likewise.
121         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
122         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
123         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
124         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
125         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
126         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
127         * posix/getconf.c: Likewise.
128         * posix/sysconf.c: Likewise.
129         * sysdeps/posix/sysconf.c: Likewise.
130         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
131         environments.
133 2009-01-16  Petr Baudis  <pasky@suse.cz>
135         [BZ #9753]
136         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
137         even if we currently have zero nscount.
139 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
141         [BZ #9781]
142         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
143         the input line is too long.
145         * po/Makefile (libc.pot): Add f_print as function taking c-format
146         parameter.
148         * debug/xtrace.sh: Unify translatable messages.
149         * elf/ldd.bash.in: Likewise.
150         * elf/sprof.c: Likewise.
151         * locale/programs/locale.c: Likewise.
152         * malloc/memusage.sh: Likewise.
153         * nss/getent.c: Likewise.
155 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
157         * debug/pcprofiledump.c (print_version,
158         argp_program_version_hook): New function.
159         * elf/ldconfig.c (more_help): New function.
160         (argp): Use it.
161         * elf/sln.c (usage): New function.
162         (main): Support --help and --version.
163         * malloc/memusagestat.c (print_version): New function.
164         (argp_program_version_hook): New variable.
165         * nscd/nscd.c (more_help): New function.
166         (argp): Use it.
167         * posix/getconf.c (main): Send --version output to stdout.
168         Support --help.
169         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
170         arguments.  All callers changed.
171         (print_version): New function.
172         (parseargs): Support --help and --version.
173         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
174         changed.
175         (print_version): New function.
176         (main): Use getopt_long.  Support --help and --version.
177         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
178         --version.
180 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
182         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
183         (update_data): Fix handling of wrapping back
184         to the beginning of the buffer.
186         [BZ #9823]
187         * stdio-common/psignal.c (psignal): Fix test for empty string.
189 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
191         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
192         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
193         move _null_auth to .rodata.
195         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
196         value of 24.
198         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
200         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
201         today than when the original code was written.  Use larger
202         buffers.  This also makes it unnecessary to have stat information,
203         if this causes extra efforts.
204         (__opendir): In case O_DIRECTORY works, don't call fstat just for
205         __alloc_dir.
207 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
209         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
210         is set.
211         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
212         * sysdeps/sh/sh4/__longjmp.S: Likewise.
213         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
214         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
215         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
216         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
218 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
220         * po/ru.po: Update from translation team.
222 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
224         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
225         Add _tid slot to maintain consistency with kernel.
227 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
229         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
230         incomplete characters at end of input buffer.
231         * libio/Makefile (tests): Add tst-fgetwc.
232         * libio/tst-fgetwc.c: New file.
233         * libio/tst-fgetwc.input: New file.
235 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
237         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
239 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
241         [BZ #9793]
242         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
243         *OUTBUFSTART unless the whole output fit into the buffer.
244         * iconv/Makefile (tests): Add tst-iconv4.
245         * iconv/tst-iconv4.c: New file.
247 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
249         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
250         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
252 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
254         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
255         newer linker scripts.
257 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
259         [BZ #7040]
260         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
261         inotify_rm_watch should have type int.
263 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
265         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
266         Make aligned_restore_vmx a local symbol.
267         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
268         Likewise.
270 2009-01-30  Andreas Jaeger  <aj@suse.de>
272         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
273         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
274         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
275         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
276         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
277         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
278         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
280 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
282         [BZ #9726]
283         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
284         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
286 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
288         [BZ #9726]
289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
290         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
292         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
294 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
296         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
297         memcpy instead of memcmp.
298         (_dl_setup_pointer_guard): Likewise.
300 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
302         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
303         manipulated brk, use malloc_printerr.
304         * misc/sbrk.c (__sbrk): Better error handling for nonsense
305         requests.
307 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
309         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
310         rindex): For C++ add inlines so that they can be recognized as
311         builtins.
312         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
314 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
315             Jakub Jelinek  <jakub@redhat.com>
317         * string/string.h: Define correct C++ prototypes for gcc 4.4.
318         * wcsmbs/wchar.h: Likewise.
320 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
322         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
323         (stackinfo_sub_sp): Define.
325 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
327         [BZ #9750]
328         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
329         * include/alloca.h (alloca_account): Define.
330         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
331         (stackinfo_sub_sp): Define.
333         * nscd/connections.c (nscd_init): If database file access fails
334         check whether this is due to permission problems and bail in that
335         case.
337         [BZ #9741]
338         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
339         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
341 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
343         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
344         Add "t" to clobber list.
345         (INTERNAL_SYSCALL_NCS): Likewise.
347 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
349         * nss/getent.c (print_networks): Don't print comma between aliases.
351 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
353         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
355         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
356         the hash table.
357         * misc/Makefile (tests): Add bug-hsearch1.
358         * misc/bug-hsearch1.c: New file.
360 2009-01-22  Roland McGrath  <roland@redhat.com>
362         * Makeconfig (%.v.i): Strip trailing # comments,
363         not only whole-line comments.
365 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
367         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
368         one parameter.  If non-NULL use it to initialize return value.
369         (_dl_setup_pointer_guard): New function.
370         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
371         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
372         * elf/rtld.c (security_init): Pass _dl_random to
373         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
374         pointer_chk_guard.
375         * elf/dl-sysdep.c (_dl_random): New variable.
376         (_dl_sysdep_start): Handle AT_RANDOM.
377         (_dl_show_auxv): Likewise.
378         * elf/dl-support.c (_dl_random): New variable.
379         (_dl_aux_init): Handle AT_RANDOM.
380         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
381         to _dl_setup_stack_chk_guard.
383         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
385 2009-01-10  Roland McGrath  <roland@redhat.com>
387         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
389 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
391         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
393         [BZ #9706]
394         * nss/nss_files/files-parse.c (strtou32): New function.
395         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
396         across 32-bit and 64-bit platforms.
397         (INT_FIELD_MAYBE_NULL): Likewise.
399 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
401         [BZ #9720]
402         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
403         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
404         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
405         Likewise.
407 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
409         [BZ #697]
410         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
411         being NULL also if there are no backreferences.
412         * posix/rxspencer/tests: Add testcases.
414 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
416         [BZ #9697]
417         * posix/bug-regex17.c: Add testcases.
418         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
419         handling.
421 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
423         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
424         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
425         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
426         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
427         for elf subdir.
428         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
429         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
430         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
431         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
432         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
433         * sysdeps/unix/sysv/linux/s390/Versions: New file.
435 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
437         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
438         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
439         re_string_skip_chars, re_string_reconstruct): Likewise.
440         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
442 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
444         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
445         adjust the buffer alignment.
447 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
449         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
450         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
451         net/route.h.
453         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
454         flavor to description only when flavor is not NULL.
456         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
457         mutex after SIGIO/SIGURG lookup loop.
459 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
461         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
463 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
465         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
466         handling.
468 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
470         * sysdeps/unix/sysv/linux/kernel-features.h
471         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
473         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
474         if no output is written.
476         * version.h: Bump to 2.10 development.
478         * posix/getconf.c: Update copyright year.
479         * nss/getent.c: Likewise.
480         * iconv/iconvconfig.c: Likewise.
481         * iconv/iconv_prog.c: Likewise.
482         * elf/ldconfig.c: Likewise.
483         * catgets/gencat.c: Likewise.
484         * csu/version.c: Likewise.
485         * elf/ldd.bash.in: Likewise.
486         * elf/sprof.c (print_version): Likewise.
487         * locale/programs/locale.c: Likewise.
488         * locale/programs/localedef.c: Likewise.
489         * nscd/nscd.c (print_version): Likewise.
490         * debug/xtrace.sh: Likewise.
491         * malloc/memusage.sh: Likewise.
492         * malloc/mtrace.pl: Likewise.
493         * debug/catchsegv.sh: Likewise.
495 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
497         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
498         script.
500 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
502         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
503         gethostbyname4_r function call succeeded, just leave the loop.
505         [BZ #9694]
506         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
507         very end.
508         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
509         * wctype/Makefile (tests): Add bug-wctypeh.
510         * wctype/bug-wctypeh.c: New file.
512         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
513         LOCALDOMAIN is defined.
514         * nscd/nscd_getai.c (__nscd_getai): Likewise.
516         * sysdeps/x86_64/bits/select.h: New file.
518         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
520 2008-12-21  Bruno Haible  <bruno@clisp.org>
522         [BZ #9677]
523         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
524         if no output is written.
526 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
528         * login/utmp_file.c (pututline_file): Replace call to dup2 with
529         libc internal symbol __dup2 to avoid access through the PLT.
531 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
533         [BZ #6545]
534         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
535         available only for __USE_GNU.
537         * inet/Makefile (tests): Add tst-getni2.
538         * inet/tst-getni2.c: New file.
540         [BZ #7080]
541         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
542         NULL when NI_NAMEREQD is set.
543         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
544         * inet/Makefile (tests): Add tst-getni1.
545         * inet/tst-getni1.c: New file.
547 2008-12-03  Petr Baudis  <pasky@suse.cz>
549         [BZ #7067]
550         * nscd/connections.c (invalidate_cache): Use prune_run_lock
551         instead of prune_lock.
552         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
553         * nscd/nscd.h (database_dyn): Add prune_run_cache.
555 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
557         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
558         use.
560         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
561         handling.
563         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
564         after reading name server list.
566         [BZ #7058]
567         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
568         handling for host name aliases.
570 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
572         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
573         instead of doing things manually.
575 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
577         * posix/regex_internal.h (build_wcs_upper_buffer):
578         Return type is reg_error_t.
580 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
582         * posix/globtest.sh: Use mktemp to create temporary file and
583         directory.
585         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
586         sets correctly.
587         (__CPU_CLR_S): Likewise.
588         (__CPU_ISSET_S): Likewise.
590 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
591             Ulrich Drepper  <drepper@redhat.com>
593         * scripts/firstversion.awk: Use custom comparison function to compare
594         version numbers.
595         * scripts/versions.awk: Use sort invocation which can handle
596         multi-digit sub-version numbers.
598 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
600         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
601         * locale/iso-639.def: Add Chhattisgarhi entry.
603 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
605         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
606         ESRCH return value.
607         (_nss_dns_gethostbyname4_r): Likewise.
608         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
609         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
610         gethostbyname4_r, we don't have a separate IPv6 status, so copy
611         the no_data variable.
613         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
614         information at the correct index.
616         * socket/sys/socket.h: Declare accept4.
617         * socket/accept4.c: New file.
618         * sysdeps/unix/sysv/linux/accept4.c: New file.
619         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
620         * socket/Makefile (routines): Add accept4.
621         * socket/Versions: Export accept4 with version GLIBC_2.10.
622         * socket/paccept.c: Removed.
623         * sysdeps/unix/sysv/linux/paccept.c: Removed.
624         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
625         * Versions.def: Define GLIBC_2.10 for libc.
626         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
628         * nscd/connections.c: Use accept4.
630         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
632 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
634         * resolv/res_send.c (send_dg): Create sockets with non-blocking
635         flag already set.
637         * stdlib/setenv.c (unsetenv): Don't search environment if it does
638         not exist.
639         * stdlib/Makefile (tests): Add tst-unsetenv1.
640         * stdlib/tst-unsetenv1.c: New file.
642 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
644         * login/utmp_file.c (file_writable): New variable.
645         (setutent_file): Don't try to open file for writing.
646         (pututline_file): Before writing, make descriptor writable if
647         necessary.
649 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
651         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
652         to IPv4 or IPv6 if an interface has been found.
654 2008-11-26  Roland McGrath  <roland@redhat.com>
656         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
657         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
659         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
660         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
661         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
663         * elf/elf.h (NT_386_IOPERM): New macro.
664         (NT_PPC_VSX): New macro.
666 2008-11-25  Roland McGrath  <roland@redhat.com>
668         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
669         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
670         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
671         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
672         Subdirectories moved to ports repository.
673         * configure.in (base_machine): Remove alpha case.
675 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
677         * sysdeps/mach/strerror_l.c: New file.
679 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
681         [BZ #6411]
682         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
683         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
684         magic numbers.
685         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
686         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
687         (relax_fenv_state): Same as above.
688         (FPSCR_29): Reserve bit in ISA 2.05.
689         (FPSCR_NI): Provide define for compat.
690         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
691         magic numbers.
692         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
693         magic numbers.
694         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
695         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
696         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
697         access to hwcap to account for hwcap size increase to uint64_t.
698         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
699         Likewise.
700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
701         (*setcontext): Likewise.
702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
703         New file.
704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
705         New file.
706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
707         (*setcontext): dynamically select mtfsf insn based on
708         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
709         increase to uint64_t.
710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
711         (*swapcontext): dynamically select mtfsf insn based on
712         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
713         increase to uint64_t.
714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
715         New file.
716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
717         New file.
718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
719         (*setcontext): dynamically select mtfsf insn based on
720         PPC_FEATURE_HAS_DFP.
721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
722         (*swapcontext): dynamically select mtfsf insn based on
723         PPC_FEATURE_HAS_DFP.
725 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
727         * version.h: Bump for 2.9 release.
728         * include/features.h (__GLIBC_MINOR__): Bump to 9.
730         [BZ #7029]
731         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
732         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
733         all the rounding.
735 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
737         [BZ #7009]
738         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
739         unknown request types for now.
741 2008-11-11  Roland McGrath  <roland@redhat.com>
743         * sysdeps/x86_64/configure: New file.
745         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
746         * configure: Regenerated.
748 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
750         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
751         correct instruction to remove the stack frame.
753 2008-11-03  Michael Matz  <matz@suse.de>
755         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
756         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
758 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
760         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
761         Remove.
763         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
764         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
765         of the thread variable instead of void *.
766         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
767         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
768         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
769         __libc_tsd_define arguments.
770         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
771         __libc_tsd_address arguments.  Remove union hack.
772         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
773         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
774         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
775         Adjust __libc_tsd_{set,get} arguments.
776         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
777         __libc_tsd_define arguments.
778         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
779         arguments.
780         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
781         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
782         (LOCALE): Adjust __libc_tsd_define arguments.
783         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
784         arguments.
785         (LOCALE): Adjust __libc_tsd_define arguments.
786         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
787         arguments.
788         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
789         arguments.
791 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
793         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
794         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
796 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
798         [BZ #6966]
799         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
801 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
802             Ulrich Drepper  <drepper@redhat.com>
804         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
805         definition for GCC 3.1 and later.
807 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
809         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
810         refetch dtv, as it might have changed.
811         * elf/Makefile: Add rules to build and run tst-tls18.
812         * elf/tst-tls18.c: New test.
813         * elf/tst-tlsmod18a.c: New file.
815 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
817         [BZ #6875]
818         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
820 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
822         [BZ #6867]
823         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
825         [BZ #6919]
826         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
827         Fix length of copy operation.
829 2008-10-02  Pierre Habouzit <madcoder@debian.org>
831         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
832         and fix its calling convention.
834 2008-10-07  Andreas Schwab  <schwab@suse.de>
836         [BZ #6942]
837         * resolv/res_send.c (send_vc): Fix last change.
838         (send_dg): Align here as well.
840 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
842         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
843         return value in case rlimit is RLIM_INFINITY.
845         [BZ #6947]
846         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
847         for UL_SETFSIZE.
848         * resource/Makefile (tests): Add bug-ulimit1.
849         * resource/bug-ulimit1.c: New file.
851         [BZ #6974]
852         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
853         without dot.  Properly terminate the string with a null byte.
854         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
856         [BZ #6980]
857         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
858         negative sizees.
859         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
860         negative __size.
862         [BZ #6995]
863         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
865 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
867         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
868         abort if there is no initgroups_dyn function.
870         * resolv/res_send.c (send_dg): On timeout, only return nonzero
871         result if any of the queries really provided an answer.
873 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
875         * po/lt.po: Update from translation team.
877 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
879         * po/id.po: Update from translation team.
881 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
883         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
884         Fix tests for existence of second reply.
886 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
888         * po/id.po: New file.
889         Contributed by the Indonesian translation team.
891 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
893         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
894         initialization.
896 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
898         * elf/Makefile: Add rules to build and run tst-tls17.
899         * elf/tst-tls17.c: New test.
900         * elf/tst-tlsmod17a.c: New file.
901         * elf/tst-tlsmod17b.c: Likewise.
903 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
905         * stdlib/divmod_1.c: Use correct type for dummy variable.
906         * stdlib/mod_1.c: Likewise.
908 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
910         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
912 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
914         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
915         __nonnull order for C++.
916         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
917         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
919 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
921         * stdlib/longlong.h: Update from GCC.
923 2008-10-09  Jakub Jelinek <jakub@redhat.com>
924             David S. Miller  <davem@davemloft.net>
926         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
927         make sure any registers used with 64-bit 'branch-on-register'
928         instructions have their top 32-bits clear.
929         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
930         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
932 2008-09-18  Andreas Schwab  <schwab@suse.de>
934         [BZ #6942]
935         * resolv/res_send.c (send_vc): Fix use of unaligned address.
936         Properly handle partial reads.
938 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
940         * elf/elf.h (STO_MIPS_PLT): New.
941         (R_MIPS_COPY): New.
942         (R_MIPS_JUMP_SLOT): New.
943         (R_MIPS_NUM): Redefine to 128.
944         (DT_MIPS_PLTGOT): New.
945         (DT_MIPS_RWPLT): New.
946         (DT_MIPS_NUM): Redefine to 0x35.
948 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
950         * timezone/africa: Update from tzdata2008f.
951         * timezone/asia: Likewise.
952         * timezone/australasia: Likewise.
953         * timezone/europe: Likewise.
954         * timezone/leapseconds: Likewise.
955         * timezone/northamerica: Likewise.
956         * timezone/southamerica: Likewise.
957         * timezone/zone.tab: Likewise.
959 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
961         * nscd/connections.c: Disable use of paccept for now.
963 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
965         * socket/Versions: Remove paccept export for GLIBC_2.9.
966         * socket/Makefile (routines): Remove paccept.
967         * socket/sys/socket.h: Remove paccept declaration.
969         * po/sv.po: Update from translation team.
971 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
973         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
974         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
976 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
978         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
979         Patch by Olivier Fourdan <ofourdan@redhat.com>.
981 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
983         * sunrpc/rpc/svc.h: Declare svcfd_create.
984         Patch by Michael Solberg <msolberg@redhat.com>.
986 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
987             Ulrich Drepper  <drepper@redhat.com>
989         * malloc/malloc.c (public_vALLOc): Try other arenas in case
990         _int_valloc fails.
991         (public_pVALLOc): Likewise.
993 2008-09-02  Andreas Jaeger  <aj@suse.de>
995         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
996         commit.
998 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1000         [BZ #6860]
1001         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1003 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1005         * Makefile (check-data): Check data directory in add-ons.
1006         * elf/Makefile (check-data): Likewise.
1008 2008-08-18  Roland McGrath  <roland@redhat.com>
1010         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1011         * configure: Regenerated.
1012         * config.make.in (cflags-cpu): New substituted variable.
1013         (with-cpu): Variable removed.
1014         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1016 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1018         [BZ #6845]
1019         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1020         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1021         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1022         redundant.  Functions which call floating point assembler operations
1023         should go into a sysdeps powerpc/fpu directory.
1025 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1027         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1028         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1030 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1032         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1034         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1035         change related to AT_EXECFN.  We cannot use that string.
1036         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1037         _dl_execfn member.
1038         * elf/dl-support.c: Remove _dl_execfn variable.
1039         (_dl_aux_init): Remove handling of AT_EXECFN.
1040         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1041         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1043 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1045         [BZ #6544]
1046         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1047         byte gets added to writes and seeks from the end use the length of
1048         the buffer and not the currently terminating NUL byte.
1050         [BZ #6634]
1051         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1052         Set to true if locking failed.
1053         (getutid_r_file): Adjust caller.
1054         (pututline_file): Likewise.  Return NULL in this case.
1055         Patch mostly by halesh.s@gmail.com.
1057 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1059         [BZ #6589]
1060         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1061         Define.
1062         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1064 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1066         [BZ #6839]
1067         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1068         macro since it is now available in elf/dynamic-link.h.
1070 2008-08-12  Roland McGrath  <roland@frob.com>
1072         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1073         in case used outside of libc.
1074         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1076 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1078         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1079         directly instead of going through dn_comp.
1081 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1083         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1084         Fix asm constraints.
1086 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1088         [BZ #6790]
1089         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1090         (IPV6_PMTUDISC_PROBE): Likewise.
1092 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1094         [BZ #6791]
1095         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1097 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1098             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1100         [BZ #6817]
1101         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1102         Added the members 'vsx' and 'arch_2_06'.
1103         (_dl_powerpc_platforms): Add the member 'power7'.
1104         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1105         to reflect the changes required by VSX and ISA 2.06.
1106         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1107         'power7'.
1108         Defined PPC_PLATFORM_POWER7.
1109         (_dl_string_platform): Add support for POWER7.
1110         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1111         capability and ISA 2.06.
1113 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1115         [BZ #6824]
1116         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1117         macro to detect use of 128 bit long double.
1118         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1120 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1122         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1124         [BZ #5794]
1125         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1126         parameters.
1127         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1128         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1130 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1132         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1133         guaranteed to be large enough to read inotify event.  Ignore
1134         EAGAIN error.  Better error message.  Add branch predicition.
1135         (main_loop_epoll): Likewise.
1137 2008-08-02  Roland McGrath  <roland@frob.com>
1139         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1140         Add memory clobbers.
1142 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1144         * manual/arith.texi: Avoid @strong{Note:}.
1145         * manual/creature.texi: Likewise.
1146         * manual/filesys.texi: Likewise.
1147         * manual/math.texi: Likewise.
1148         * manual/memory.texi: Likewise.
1149         * manual/resource.texi: Likewise.
1150         * manual/syslog.texi: Likewise.
1151         * manual/time.texi: Likewise.
1153         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1154         to prevent warning.
1156 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1158         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1159         new epoll_create1 interface.
1160         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1161         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1162         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1164         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1165         (NS_GET32): Likewise.
1167         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1168         syscalls, too.
1170         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1171         use the AT_EXECFN value if it is no absolute path.
1172         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1173         __ASSUME_AT_EXECFN.
1175         * Versions.def: Add GLIBC_2.9 to libresolv.
1176         * include/resolv.h: Remove hidden proto declarations for __ns_*
1177         functions.  Add them for __dn_count_labels and __p_secstodate.
1178         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1179         Define ns_msg_getflags macro here.
1180         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1181         and __p_secstodate.
1182         * resolv/Versions: Export functions from <arpa/nameser.h> from
1183         libresolv in version GLIBC_2.9.
1184         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1185         hidden definitions.
1186         * resolv/ns_netint.c: Likewise.
1187         * resolv/ns_parse.c: Likewise.
1188         * resolv/ns_print.c: Likewise.
1189         * resolv/ns_samedomain.c: Likewise.
1190         * resolv/ns_ttl.c: Likewise.
1191         * resolv/arpa/nameser_compat.h: Likewise.
1192         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1193         function calls.
1194         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1195         instead of ns_get16.
1196         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1197         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1198         (gaih_getanswer_slice): Likewise.
1199         * resolv/Makefile (libresolv-routines): Add ns_date.
1200         * resolv/ns_date.c: New file.
1202         * elf/Makefile (check-localplt.out): Also check libresolv and
1203         libcrypt.
1205 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1207         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1208         __ASSUME_O_CLOEXEC.
1210 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1212         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1213         buffer passed to NSS functions.
1215         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1217         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1218         Define.
1220         * misc/syslog.c (openlog_internal): Fix compile problem.
1222 2008-07-28  Roland McGrath  <roland@redhat.com>
1224         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1226 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1228         * io/ftw.c (add_object): Remove inline to avoid warning.
1230         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1232         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1233         Use it instead of locally defined resplen2 variable.
1234         (res_nsend): Adjust for __libc_res_nsend interface change.
1235         (send_vc): Initialize *resplen2 if necessary.  Read length of
1236         package into an appropriately aligned variable.  Store converted length
1237         in new variable and use it appropriately.
1238         Add branch prediction help.
1239         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1240         and pass it on to __libc_res_nsend.  Adjust all callers.
1241         (__libc_res_nsearch): Likewise.
1242         (__libc_res_nqeurydomain): Likewise.
1243         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1244         change.
1245         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1246         Define resplen2 variable and pass it to __libc_res_nsearch and then
1247         to gaih_getanswer.
1248         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1249         Add branch prediction.
1250         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1251         (gaih_getanswer): Don't decode second slice if first one failed due
1252         to a too small buffer.  Don't let not found status of second
1253         decoder shadow results of the first.
1254         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1255         and __libc_res_nquery interface changes
1256         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1257         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1258         __libc_res_nsearch, and __libc_res_nsend.
1259         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1260         change.
1261         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1262         __libc_res_nsearch interface changes.
1264 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1266         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1268         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1269         file descriptors with close-on-exec set.
1270         (exec_comm_child): Fix the case where the write end of the pipe is
1271         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1273         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1274         * io/pipe2.c: Likewise.
1275         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1276         instead of __ASSUME_PACCEPT.
1277         * include/unistd.h: Declare __have_pipe2.
1278         * libio/iopopen.c: Implement "e" flag.
1279         * libio/Makefile (tests): Add tst-popen1.
1280         * libio/tst-popen1.c: New file.
1282         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1283         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1285 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1287         [BZ #6771]
1288         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1289         success call of _IO_SEEKOFF or calls which failed because the
1290         descriptor is for a pipe.
1292         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1293         magic number.
1295         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1297         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1298         F_SETFD use if we know fopen set the flag.
1300         * login/utmp_file.c (setutent_file): Minor optimization in case
1301         O_CLOEXEC is available.
1303 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1305         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1306         * elf/Makefile: Use pie-ccflag variable.
1307         * nscd/Makefile: Likewise.
1308         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1310 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1312         [BZ #6724]
1313         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1314         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1315         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1316         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1317         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1318         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1319         utmp32, utmpx32 and login32.
1320         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1321         versions of struct utmp functions to libc and libutil.
1322         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1323         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1324         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1325         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1326         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1327         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1328         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1329         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1330         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1331         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1332         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1333         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1334         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1335         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1336         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1337         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1338         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1339         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1340         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1341         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1342         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1343         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1345 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1347         * scripts/gen-as-const.awk: Generate more widely usable code by
1348         using 64-bit arithmetic.
1350         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1351         the same treatment as narrow output code in last patch.
1353         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1355         [BZ #6763]
1356         * elf/dl-load.c (local_strdup): Remove inline.
1357         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1358         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1359         part of the object.
1361         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1363 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1365         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1366         the new syscalls, too.
1368         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1369         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1371         [BZ #6698]
1372         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1373         parameter for end of buffer.  If temporary copy is too large use
1374         malloc.
1375         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1376         interface change.
1377         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1378         string rewrite when allocating buffer.
1380         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1381         syscalls, too.
1383         * nscd/connections.c (nscd_init): Clean up fcntl call.
1385         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1386         SOCK_NONBLOCK if possible.
1388         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1389         SOCK_CLOEXEC if available.
1391         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1392         __libc_clntudp_bufcreate_internal.
1393         * include/sys/socket.h: Declare __have_sock_cloexec.
1394         * socket/Makefile (aux): Add have_sock_cloexec.
1395         * socket/have_sock_cloexec.c: New file.
1396         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1397         __libc_clntudp_bufcreate.
1398         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1399         which takes an additional parameter.  Create socket with non-blocking
1400         mode and close-on-exec flag set, if wanted.
1401         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1402         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1403         instead of clntudp_create.  The socket has already the close-on-exec
1404         flag set if SOCK_CLOEXEC is defined.
1406 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1408         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1409         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1410         appropriate.
1411         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1412         non-blocking mode by using socket, paccept, and inotify_init1.
1414         * Versions.def (glibc): Add GLIBC_2.9.
1415         * io/Makefile (routines): Add dup3 and pipe2.
1416         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1417         * io/dup3.c: New file.
1418         * io/pipe2.c: New file.
1419         * posix/unistd.h: Declare dup3 and pipe2.
1420         * socket/Makefile (routines): Add paccept.
1421         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1422         * socket/paccept.c: New file.
1423         * socket/sys/socket.h: Declare paccept.
1424         * sysdeps/unix/syscalls.list: Add entry for dup3.
1425         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1426         epoll_create2 and inotify_init1.
1427         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1428         * sysdeps/unix/sysv/linux/paccept.c: New file.
1429         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1430         possible.
1431         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1432         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1433         inotify_init1, and pipe2 entries.
1434         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1435         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1436         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1437         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1438         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1439         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1440         SOCK_NONBLOCK.
1441         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1442         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1443         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1444         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1445         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1446         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1447         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1448         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1449         EPOLL_NONBLOCK.  Declare epoll_create2.
1450         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1451         EFD_NONBLOCK.
1452         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1453         IN_NONBLOCK.  Declare inotify_init1.
1454         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1455         SFD_NONBLOCK.
1456         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1457         TFD_NONBLOCK.
1459         * elf/elf.h: Define AT_EXECFN.
1460         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1461         LD_ORIGIN_PATH.
1462         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1463         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1464         if __ASSUME_AT_EXECFN is defined.
1465         (_dl_aux_init): Handle AT_EXECFN.
1466         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1467         for 2.6.27 and up.
1468         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1469         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1470         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1471         _dl_execfn if available and avoid compatibility code if
1472         __ASSUME_AT_EXECFN is defined.
1474         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1475         _dl_discover_osversion only for older kernels.
1477 2008-07-22  Roland McGrath  <roland@frob.com>
1479         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1481 2008-07-21  Roland McGrath  <roland@frob.com>
1483         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1484         returned too much data out of line.
1486 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1488         * locale/setlocale.c (setname): Remove inline to avoid compiler
1489         warning.
1491         [BZ #6712]
1492         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1494 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1496         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1497         doesn't manage to write anything, fail.
1499         * malloc/hooks.c (__malloc_check_init): Remove printf.
1501 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1503         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1505 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1507         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1508         from inotify.
1509         (main_loop_epoll): Likewise.
1511 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1513         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1515         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1516         if DEBUG is defined.
1518         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1519         query.  Adjust buffer size computation for padding.
1521 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1523         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1524         * stdio-common/tst-setvbuf1.c: New file.
1525         * stdio-common/tst-setvbuf1.expect: New file.
1527         [BZ #6719]
1528         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1529         when selecting fully-buffered stream.
1530         Patch by Wang Xin <wxinee@gmail.com>.
1532 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1534         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1535         (__open_2): New function.
1536         (__open64_2): New alias to __open_2.
1537         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1538         (__openat_2): New function.
1539         (__openat64_2): New alias to __openat_2.
1541 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1543         [BZ #6723]
1544         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1546 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1548         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1549         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1550         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1551         __hurd_dfail.
1552         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1553         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1554         * sysdeps/mach/hurd/send.c (__send): Likewise.
1555         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1556         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1558 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1560         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1561         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1562         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1563         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1564         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1565         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1567 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1569         [BZ #6657]
1570         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1571         of %EY.
1572         Patch by Petr Baudis.
1574 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1576         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1577         Patch by Peter Jones <pjones@redhat.com>.
1579 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1581         [BZ #6654]
1582         * stdlib/canonicalize.c (__realpath): readlink can write too much
1583         into the buffer on platforms without PATH_MAX.
1585 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1587         [BZ #6653]
1588         * posix/tst-regex.c (main): Rename to...
1589         (do_test): ... this. Remove cmdline option processing.
1590         (TIMEOUT): Define.
1591         (TEST_FUNCTION): Define.
1592         (CMDLINE_OPTIONS): Define.
1594 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1596         [BZ #5210]
1597         * configure.in: Add -Werror to -fstack-protector test to catch
1598         unsupported architectures.
1599         Patch by Gilles Esponasse <g.esp@free.fr>.
1601 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1603         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1604         getcontext returns ENOSYS.
1606 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1608         * nscd/connections.c (main_loop_poll): Fix test for read error.
1609         (main_loop_epoll): Likewise.
1611 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1613         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1614         better place so it is not called when nscd is used.
1616         * nscd/connections.c: Also recognize and handle changes to the
1617         resolver configuration file.
1619 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1621         * time/strftime.c: Pass reference to tzset_called around to handle
1622         recursive calls.
1624         [BZ #6612]
1625         * time/strftime.c (__strftime_internal): Call tzset() only
1626         when printing timezone-dependent values.
1627         Based on a patch by Petr Baudis <pasky@suse.cz>.
1629         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1630         unconditionally use second gaih_getanswer_slice result.
1632         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1633         (getaddrinfo): RES must always be non-NULL.
1635 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1637         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1638         cr[34] registers.
1639         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1640         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1641         Likewise.
1642         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1643         register.
1645 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1647         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1648         fields.
1649         * nscd/connections.c (inotify_fd): New variable.
1650         (nscd_init): Try to open an inotify descriptor.
1651         If successful, watch files for databases using inotify instead of
1652         having prune threads stat the files.
1653         (nscd_run_prune): Recognize clear_cache flag being set and call
1654         prune_cache appropriately.
1655         (main_loop_poll): Add inotify descriptor to wait set and handle the
1656         reported changes.
1657         (main_loop_epoll): Likewise.
1658         * nscd/cache.c (prune_cache): Don't stat files for databases if
1659         inotify is used.
1660         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1661         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1663         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1664         fixed-size portion of the record.
1665         * nscd/servicescache.c (cache_addserv): Likewise.
1666         * nscd/pwdcache.c (cache_addpw): Likewise.
1667         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1669 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1671         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1672         out we don't use uninitialized memory.
1674         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1675         the client.
1677 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1679         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1680         ignore T_DNAME messages.
1681         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1683 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1685         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1686         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1688 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1690         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1691         instead of portstr to nscd_getserv_r.  Patch by
1692         Roman Kagan <rkagan@mail.ru>.
1694 2008-05-26  Jim Meyering  <meyering@redhat.com>
1696         Remove more useless "if" tests before "free".
1697         * include/inline-hashtab.h (htab_delete): Likewise.
1698         * libio/freopen.c (freopen): Likewise.
1699         * libio/freopen64.c (freopen64): Likewise.
1700         * locale/programs/ld-collate.c (collate_read): Likewise.
1701         * misc/fstab.c (libc_freeres_fn): Likewise.
1702         * posix/glob.c (globfree): Likewise.
1704 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1706         * string/Makefile (strop-tests): Add memmem.
1707         * string/test-memmem.c: New file.
1708         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1709         (test_init): Size buf1 according to BUF1PAGES.
1711 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1713         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1714         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1715         (CFLAGS-scanf17.c): New.
1716         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1717         * stdio-common/scanf15.c (main): Likewise.
1718         * stdio-common/scanf16.c: New file.
1719         * stdio-common/scanf17.c: New file.
1721 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1723         * resolv/res_send.c (send_dg): If we already have one of two
1724         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1725         use the one answer insted of failing.
1727 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1729         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1730         being executed on PowerPC as the expected result exceeds IBM
1731         long double 128 __LDBL_MAX__.
1733 2008-05-21  Roland McGrath  <roland@redhat.com>
1735         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1737         * Makefile (check-data): Use $(abi-name) before other guesses.
1738         Look in $(add-ons) dirs before scripts/data/.
1739         * elf/Makefile (check-data): Likewise.
1741         * scripts/soversions.awk: Grok ABI line.
1742         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1743         Emit definition for abi-name variable.
1745 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1747         * string/endian.h: Define new fixed-size hto* and *toh macros only
1748         if [__USE_BSD].
1750         * iconvdata/Depend: Add localedata.
1752 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1754         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1756 2008-05-08  David S. Miller  <davem@davemloft.net>
1758         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1759         HIDDEN_JUMPTARGET.
1760         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1761         (__SYSCALL_CLOBBERS): Remove %g* registers.
1762         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1763         (__SYSCALL_CLOBBERS): Likewise.
1764         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1765         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1767 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1769         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1770         (CALL_ERRNO_LOCATION): Define.
1771         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1772         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1773         (CALL_ERRNO_LOCATION): Define.
1774         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1775         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1776         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1778 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1780         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1781         variable.
1783 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1785         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1786         (FIRST_FRAME_POINTER): Define.
1788 2008-05-09  David S. Miller  <davem@davemloft.net>
1790         * sysdeps/sparc/sparc64/backtrace.c: New file.
1792 2008-05-14  David S. Miller  <davem@davemloft.net>
1794         * sysdeps/sparc/machine-gmon.h: New file.
1795         * sysdeps/sparc/sparc-mcount.S: Likewise.
1796         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1797         sysdep_routines in gmon directory.
1799 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1801         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1803 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1805         * resolv/res_query.c (__libc_res_nquery): In case one of two
1806         answer was too short don't try to read that answer's header.
1808         * resolv/res_send.c (send_dg): In case of timeout and there are
1809         two queries and one has been answered, return value indicating
1810         success.
1812 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1814         * nscd/cache.c (cache_add): Take additional parameter specifying
1815         whether this is in response of a cache refill.  Check alignment
1816         of package data.  Revamp waking of pruning thread.
1817         (prune_cache): Small optimization.
1818         * nscd/nscd.h: Adjust cache_add prototypes.
1819         * nscd/aicache.c: Adjust cache_add calls.
1820         * nscd/grpcache.c: Likewise.
1821         * nscd/hstcache.c: Likewise.
1822         * nscd/initgrcache.c: Likewise.
1823         * nscd/pwdcache.c: Likewise.
1824         * nscd/servicescache.c: Likewise.
1825         * nscd/connections.c (restart): Really disable cache use before
1826         exec attempt.  If it fails, reenable cache.
1827         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1828         time to max to be able to notice concurrent cache additions.  Unlock
1829         prune_lock while performing gc.  Afterwards compute wakeup time with
1830         current wakeup_time value in mind.
1832 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1834         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1836         * nscd/mem.c (gc): Correctly determine highest used array element
1837         in mark.
1839         * nscd/mem.c (markrange): Add assert to check entries are all
1840         aligned.  Small cleanup in bitmap use.
1842         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1843         blockoff of type nscd_ssize_t.
1844         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1845         (mempoll_alloc): Record block offset and not address.
1847         * nscd/mem.c (gc): Fix test for stack overuse.
1849         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1850         more asserts.
1852         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1853         entry is available, believe it.
1855         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1856         no answers return NSS_STATUS_NOTFOUND.
1857         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1858         buffer does not have any content.
1860 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1862         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1864         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1865         lookup, don't assign canon unconditionally.
1867 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1869         * string/Makefile (distribute): Add str-two-way.h.
1871 2008-03-29  Eric Blake  <ebb9@byu.net>
1873         Rewrite string searches to O(n) rather than O(n^2).
1874         * string/str-two-way.h: New file.  For linear fixed-allocation
1875         string searching.
1876         * string/memmem.c: New implementation.
1877         * string/strstr.c: New implementation.
1878         * string/strcasestr.c: New implementation.
1880 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1882         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1883         opr.ctx_type.
1884         (calc_first): Initialize constraint field.
1885         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1886         Use search_duplicated_node to avoid loops.  Fix grammar.
1887         (duplicate_node): Merge constraint field for all node types.
1888         (calc_eclosure_iter): Look at constraint field for all node types.
1889         * posix/regex_internal.c (create_cd_newstate): Don't look at
1890         create_cd_newstate.
1892 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1894         [BZ #6428]
1895         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1897         [BZ #6442]
1898         * string/endian.h: Add macros for fixed-size endian conversion.
1899         * bits/byteswap.h: Allow inclusion from <endian.h>.
1900         * sysdeps/i386/bits/byteswap.h: Likewise.
1901         * sysdeps/ia64/bits/byteswap.h: Likewise.
1902         * sysdeps/s390/bits/byteswap.h: Likewise.
1903         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1904         * string/Makefile (tests): Add tst-endian.
1905         * string/tst-endian.c: New file.
1907         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1908         Patch by Reuben Thomas.
1910 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1912         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1914 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1916         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1918         [BZ #6461]
1919         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1920         Add missing braces.
1921         (BODY for __gconv_transform_internal_ascii): Likewise.
1923         [BZ #6472]
1924         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1925         to be treated like link-local addresses.
1926         (match_prefix): Don't treat IPv4 loopback address special when
1927         converting to v4 mapped addressed.
1929         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1930         if necessary.
1931         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1932         * posix/tst-rfc3484-2.c: Likewise.
1933         * posix/tst-rfc3484-3.c: Likewise.
1935         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1936         and SCTP.
1938         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1940         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1942         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1944 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1946         * po/lt.po: New file.  From Lituanian translation team.
1948 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1950         Introduce TLS descriptors for i386 and x86_64.
1951         * include/inline-hashtab.h: New file, copied from 2005's
1952         libiberty, with fix for memory leak imported afterwards by
1953         Glauber de Oliveira Costa.
1954         * elf/tlsdeschtab.h: New file.
1955         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1956         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1957         (CHECK_STATIC_TLS): Move to...
1958         * elf/dynamic-link.h: ... this file.
1959         (TRY_STATIC_TLS): New macro.
1960         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1961         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1962         R_386_TLS_DESC): Define.
1963         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1964         binutils.
1965         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1966         R_X86_64_TLSDESC): Define.
1967         (R_386_NUM, R_X86_64_NUM): Adjust.
1968         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1969         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1970         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1971         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1972         release tlsdesc_table.
1973         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1974         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1975         (elf_machine_rel): Handle R_386_TLS_DESC.
1976         (elf_machine_rela): Likewise.
1977         (elf_machine_lazy_rel): Likewise.
1978         (elf_machine_lazy_rela): Likewise.
1979         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1980         * sysdeps/i386/dl-tlsdesc.S: New file.
1981         * sysdeps/i386/dl-tlsdesc.h: New file.
1982         * sysdeps/i386/tlsdesc.c: New file.
1983         * sysdeps/i386/tlsdesc.sym: New file.
1984         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1985         tlsdesc_table.
1986         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1987         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1988         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1989         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1990         release tlsdesc_table.
1991         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1992         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1993         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1994         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1995         (elf_machine_rela): Likewise.
1996         (elf_machine_lazy_rel): Likewise.
1997         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1998         (__tls_get_addr): Do not declare for non-shared compiles.
1999         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2000         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2001         * sysdeps/x86_64/tlsdesc.c: New file.
2002         * sysdeps/x86_64/tlsdesc.sym: New file.
2003         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2004         tlsdesc_table for both 32- and 64-bit structs.
2006 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2008         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2009         its own function.  This reduces the frame setup costs and more.
2011 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2013         [BZ #3406]
2014         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2015         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2017 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2019         * io/openat.c (__openat_2): Also pass fd to __openat.
2020         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2021         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2023         * string/tester.c (test_memcmp): Add a few more tests.
2024         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2026 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2028         * nscd/cache.c (cache_add): Before returning with failure and this
2029         is the first use of the record, mark it as unusable.
2030         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2031         reporting a failure.
2032         * nscd/grpcache.c: Likewise
2033         * nscd/hstcache.c: Likewise.
2034         * nscd/initgrcache.c: Likewise.
2035         * nscd/pwdcache.c: Likewise.
2036         * nscd/servicescache.c: Likewise.
2038 2008-05-10  Roland McGrath  <roland@redhat.com>
2040         [BZ #6505]
2041         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2043 2008-05-08  David S. Miller  <davem@davemloft.net>
2045         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2047         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2048         (__ieee754_y0l): Likewise.
2049         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2050         (__ieee754_y1l): Likewise.
2051         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2052         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2053         frexpl and ldexpl.  math_private.h provides them and the latter
2054         is not even used.
2055         (__log1pl): Use __frexpl.
2057 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2059         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2060         prototypes.
2061         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2062         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2063         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2064         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2065         af==AF_UNSPEC.
2066         (_nss_nis_gethostbyname4_r): New function.
2067         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2068         Change to also handle af==AF_UNSPEC.
2069         (get_tablename): New function.  Use it to avoid duplication.
2070         (_nss_nisplus_gethostbyname4_r): New function.
2071         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2072         available.
2073         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2074         * nss/nss.h: Define struct gaih_addrtuple.
2075         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2076         af==AF_UNSPEC.
2077         (_nss_files_gethostbyname4_r): New function.
2078         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2079         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2080         calls.
2081         * resolv/res_query.c (__libc_res_nquery): Take two additional
2082         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2083         look up IPv4 and IPv6.
2084         Change all callers.
2085         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2086         for an additional query and answer buffer.  Pass to send_vc and
2087         send_dg.
2088         (send_vc): Send possibly two requests and receive two answers.
2089         (send_dg): Likewise.
2090         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2091         __libc_res_nquery.
2092         (_nss_dns_gethostbyname4_r): New function.
2093         (gaih_getanswer_slice): Likewise.
2094         (gaih_getanswer): Likewise.
2095         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2096         __libc_res_nquery call.
2097         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2098         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2099         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2100         available.
2102 2008-05-05  David S. Miller  <davem@davemloft.net>
2104         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2105         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2107 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2109         Fix termios bit macros.
2110         Move *DLY definitions where they belong, in termios.h.
2111         Add *[0-3] definitions.
2112         Fixes confusion between VT and FF.
2113         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2114         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2115         are already defined to avoid collision with termios.h.
2116         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2117         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2118         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2119         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2120         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2121         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2122         VTDLY, VT0, VT1): New macros.
2123         [__USE_GNU] (OLCUC): Change value of macro.
2124         [__USE_XOPEN] (OFILL): New macro.
2125         [__USE_BSD] (CRTSCTS): Change value.
2126         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2127         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2128         (B7200, B14400, B28800, B76800): New macros.
2130 2008-05-01  David S. Miller  <davem@davemloft.net>
2132         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2133         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2134         (gen-as-const-headers): Add it.
2135         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2136         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2137         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2138         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2140         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2141         six system call parameters.
2142         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2144 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2146         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2147         RUSAGE_LWP.
2148         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2149         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2151 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2153         * stdlib/tst-setcontext.c: Include unistd.h.
2155 2008-04-25  David S. Miller  <davem@davemloft.net>
2157         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2158         Pass "union semun" properly in to sys_ipc, it must be passed
2159         by value, not by reference.
2161 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2163         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2164         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2165         * nscd/connections.c (mem_in_flight): Likewise.
2167         * nscd/nscd.h (dbs): Make hidden.
2169         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2170         Avoid returning -1, return 0 instead.
2172 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2174         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2176 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2178         [BZ #5209]
2179         * sysdeps/unix/sysv/linux/times.c: New file.
2181         [BZ #5381]
2182         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2183         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2184         prototype.
2185         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2186         appropriate mem_in_flight element.
2187         (gc): Take allocations which have not yet been committed to the
2188         database into account.
2189         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2190         Reset mem_in_flight before returning.
2191         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2192         cue it up in mem_in_flight_list.
2193         * nscd/aicache.c: Adjust mempool_alloc call.
2194         * nscd/grpcache.c: Likewise.
2195         * nscd/hstcache.c: Likewise.
2196         * nscd/initgrcache.c: Likewise.
2197         * nscd/pwdcache.c: Likewise.
2198         * nscd/servicescache.c: Likewise.
2199         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2200         of -fpie.
2202         * nscd/connections.c (handle_request): Provide better error message
2203         in case SELinux forbids the service.
2205         * version.h (VERSION): Bump to 2.8.90.
2207 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2209         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2211 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2213         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2214         Also use for 32-bit.
2215         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2216         __nextafter instead of nextafter to avoid local PLT.
2217         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2218         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2220         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2222         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2223         __fe_nomask_env.
2224         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2225         <fenv_libc.h> instead of <fenv.h>.
2226         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2229         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2231         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2232         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2233         function from fegetexcept and make old name weak alias.
2234         * include/fenv.h: Declare __fegetexcept.
2235         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2236         fegetexcept.
2237         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2238         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2239         to fetestexcept.
2240         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2241         instead of frexpl to avoid local PLT.
2242         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2243         ilogbl to avoid local PLT.
2244         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2245         instead of ldexpl to avoid local PLT.
2246         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2247         __roundl not roundl to avoid local PLT.
2248         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2249         local PLTs.  Use __sincosl instead of separate sinl and cosl
2250         calls.
2251         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2253         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2254         version for ppc64 to 2.4.21 since without it makecontext will fail.
2256         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2257         to the ABI in use.
2258         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2259         .__tls_get_addr.
2260         [__powerpc64__] (TLS_GD): Likewise.
2262 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2264         [BZ #4997]
2265         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2266         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2267         mantissa.
2268         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2269         Likewise.  Also account for when x is an odd number between 2^52
2270         and 2^53-1.
2271         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2272         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2273         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2274         detect aforementioned erroneous conditions.
2276 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2278         * configure.in: Check for -fno-section-anchors in addition to
2279         -fno-toplevel-reorder.
2281 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2283         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2285         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2286         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2287         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2288         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2289         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2290         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2292 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2294         [BZ #5443]
2295         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2296         * time/alt_digit.c: Likewise.
2297         * wcsmbs/wcsmbsload.c: Likewise.
2299 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2301         * version.h (VERSION): Bump to 2.8.
2303         * timzeone/asia: Update from tzdata2008b.
2304         * timezone/backward: Likewise.
2305         * timezone/europe: Likewise.
2306         * timezone/northamerica: Likewise.
2307         * timezone/southamerica: Likewise.
2308         * timezone/iso3166.tab: Likewise.
2309         * timezone/leapseconds: Likewise.
2310         * timezone/zone.tab: Likewise.
2311         * timezone/private.h: Update from tzcode2008a.
2312         * timezone/zdump.c: Likewise.
2313         * timezone/zic.c: Likewise.
2315 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2317         [BZ #5741]
2318         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2319         Define additonal Data Cache Block instruction macros.
2320         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2321         Replace dcbst with dcbf and sync with sync/isync.
2323 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2325         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2326         Always set ELF_RTYPE_CLASS_PLT.
2327         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2329 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2331         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2332         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2333         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2334         For ISA 2.01 and later replace mftb with mfspr 268.
2336 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2338         [BZ #5768]
2339         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2340         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2342 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2344         [BZ #5768]
2345         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2346         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2347         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2348         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2350 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2352         * stdlib/tst-makecontext.c (othervar): New variable.
2353         (cf): Test sign extending the argument to long.
2355 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2357         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2358         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2359         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2360         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2361         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2362         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2363         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2365 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2367         * elf/Makefile (tests): Substitute tests-vis-yes here.
2368         (tests-vis-yes): Delete.
2369         (modules-name, modules-vis-yes): Similarly.
2371 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2373         [BZ #4407]
2374         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2375         Preserve sign in signgamp when x is zero.
2377 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2379         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2380         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2381         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2382         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2383         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2384         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2386 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2388         [BZ #4314]
2389         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2390         buffers.
2392         [BZ #5209]
2393         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2394         a reserved error value.
2396         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2397         value to check for correct sign extension.
2399         [BZ #5436]
2400         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2401         Copy 64-bit parameter values even though this is not required in
2402         the standard.
2404         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2405         PC save.
2407 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2409         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2410         PC save.
2412 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2414         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2416 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2418         [BZ #5998]
2419         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2420         in line-buffered stream failed.
2421         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2423 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2425         [BZ #6024]
2426         * scripts/abi-versions.awk: If the version specified by
2427         --enable-oldest-abi is older than the first version for this
2428         architecture, use the default version.
2430         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2431         as well when ignoring the whole category.
2433 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2435         [BZ #6042]
2436         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2437         ETHERTYPE_* definitions.
2438         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2440 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2442         * stdlib/mbtowc.c (__no_r_state): Remove.
2443         (mbtowc): New static state variable.  Use it instead of
2444         __no_r_state.
2445         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2446         (__wctomb_state): New hidden variable.
2447         (wctomb): Use __wctomb_state instead of __no_r_state.
2448         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2449         (__wctomb_state): New extern decl.
2450         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2452 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2454         [BZ #5475]
2455         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2457 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2459         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2461 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2463         * po/nl.po: Update from translation team.
2465 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2467         [BZ #6007]
2468         * string/strfry.c: Handle empty strings again.
2470 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2472         [BZ #5443]
2473         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2474         before looking for translation.
2475         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2476         * locale/freelocale.c: Likewise.
2477         * locale/newlocale.c: Likewise.
2478         * locale/setlocale.c: Likewise.
2479         Based partially on a patch by ryo@np.css.fujitsu.com.
2481 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2483         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2484         acquiring wrlock.  Do conv_tab allocation while holding lock.
2485         * intl/Makefile: Add rules to build and run tst-gettext6.
2486         * intl/tst-gettext6.c: New test.
2487         * intl/tst-gettext6.sh: New file.
2489 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2491         * po/nl.po: Update from translation team.
2493         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2494         provided through st_blksize, try the default size before giving up.
2496 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2498         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2500         [BZ #5939]
2501         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2503         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2504         error message.  POSIX today does not require the messages to be in
2505         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2507         [BZ #5979]
2508         * sunrpc/auth_unix.c: Unify printed strings.
2509         * sunrpc/clnt_tcp.c: Likewise.
2510         * sunrpc/clnt_udp.c: Likewise.
2511         * sunrpc/clnt_unix.c: Likewise.
2512         * sunrpc/svc_tcp.c: Likewise.
2513         * sunrpc/svc_udp.c: Likewise.
2514         * sunrpc/svc_unix.c: Likewise.
2515         * sunrpc/xdr.c: Likewise.
2516         * sunrpc/xdr_array.c: Likewise.
2517         * sunrpc/xdr_rec.c: Likewise.
2518         * sunrpc/xdr_ref.c: Likewise.
2519         * locale/programs/ld-time.c (time_finish): Unify messages.
2520         * locale/programs/locfile.c (handle_copy): Fix typo.
2521         * nscd/nscd.c (options): Fix typo.
2523         [BZ #5995]
2524         * stdlib/strtod_l.c: Use correct sign for result in one more
2525         underflow case.
2526         Patch by Eric Blake <ebb9@byu.net>.
2528 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2530         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2531         and creat system calls.
2532         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2533         call.
2534         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2535         system calls.
2536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2537         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2538         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2540 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2542         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2543         <linux/limits.h> has defined it.
2544         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2545         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2546         headers.
2547         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2548         it instead of ARG_MAX.
2550 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2552         * posix/gai.conf: Fix comment for scope nullbits.
2553         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2554         default to 128 bits for v4 mapped addresses.
2556 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2558         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2559         ptrace call to get the ieee_instruction_pointer from the kernel.
2560         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2561         ptrace call to set the ieee_instructtion_pointer.
2562         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2563         Add comment that ieee_instruction_pointer is always 0.
2565 2008-03-09  Andreas Jaeger  <aj@suse.de>
2567         [BZ #5857]
2568         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2569         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2570         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2572         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2573         (rint_test): Likewise.
2575 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2577         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2578         call.
2579         (__nisfind_server): Similar for open readColdStartFile call.
2580         Patch partially by Jim Meyering.
2581         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2582         around internal_setent call.
2584         * po/vi.po: New Vietnamese translation.
2586         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2587         ADJ_OFFSET_SS_READ.
2589         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2590         remove CLONE_STOPPED.
2592 2008-02-10  Jim Meyering  <meyering@redhat.com>
2594         Remove useless "if" before "free":
2595         * elf/ldconfig.c (parse_conf_include): Likewise.
2596         * gmon/gmon.c (weak_alias): Likewise.
2597         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2598         * inet/rcmd.c (__validuser2_sa): Likewise.
2599         * intl/bindtextdom.c (set_binding_values): Likewise.
2600         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2601         * libio/genops.c (save_for_backup): Likewise.
2602         * libio/wgenops.c (save_for_wbackup): Likewise.
2603         * locale/programs/ld-collate.c (collate_read): Likewise.
2604         * locale/programs/linereader.c (get_string): Likewise.
2605         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2606         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2607         * resolv/res_debug.c (do_section): Likewise.
2608         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2609         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2610         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2611         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2612         * time/tzset.c (tzset_internal): Likewise.
2614 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2616         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2617         of ASSEMBLER.
2619 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2621         [BZ #5903]
2622         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2623         not stream for output file.  Open output file here.
2624         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2625         and output file name.
2626         (process_fd): Likewise.
2627         (process_file): Likewise.
2628         (main): Adjust callers of changed functions.
2629         * iconv/iconv_prog.h: Adjust prototype.
2631 2008-03-09  Andreas Jaeger  <aj@suse.de>
2633         [BZ #5753]
2634         * sysdeps/ia64/ieee754.h: Use protected namespace
2635         __BIG_ENDIAN/__LITTLE_ENDIAN.
2636         * sysdeps/ieee754/ieee754.h: Likewise.
2637         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2639 2008-03-08  Roland McGrath  <roland@frob.com>
2641         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2642         ignore a signal that came from a machine exception, treat it as a
2643         fatal core-dump signal instead.
2644         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2646         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2647         Clear DF bit in thread state's eflags.
2648         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2650 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2652         [BZ #5774]
2653         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2654         of NAN(...) sequence.
2655         * stdlib/Makefile (tests): Add tst-strtod6.
2656         * stdlib/tst-strtod6.c: New file.
2658         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2660         [BZ #5762]
2661         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2662         putting offending option character in quotes.  Clean up error
2663         messages.
2664         * po/be.po: Adjust msgstr in translation file.
2665         * po/bg.po: Likewise.
2666         * po/ca.po: Likewise.
2667         * po/cs.po: Likewise.
2668         * po/da.po: Likewise.
2669         * po/de.po: Likewise.
2670         * po/es.po: Likewise.
2671         * po/fr.po: Likewise.
2672         * po/hr.po: Likewise.
2673         * po/ko.po: Likewise.
2674         * po/nl.po: Likewise.
2675         * po/rw.po: Likewise.
2676         * po/sk.po: Likewise.
2677         * po/sv.po: Likewise.
2678         * po/tr.po: Likewise.
2679         * po/zh_CN.po: Likewise.
2680         * po/zh_TW.po: Likewise.
2682         [BZ #5760]
2683         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2684         Patch by Roland Bless <roland@bless.de>.
2686         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2687         .o file.
2688         * elf/Makefile (routines): Add dl-sysdep.
2689         (elide-routines.os): Likewise.
2691 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2693         [BZ #5786]
2694         * elf/dl-sysdep.c: Undefine ROUND after use.
2695         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2696         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2697         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2698         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2699         to ...
2700         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2701         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2702         if necessary.
2703         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2705         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2706         _dl_tls_get_addr_soft element.
2707         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2708         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2709         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2710         GLRO.
2711         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2712         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2713         of internal_function.
2715         * stdlib/Makefile (aux): Add tens_in_limb.
2716         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2717         * stdlib/tens_in_limb.c: ...here.  New file.
2719         [BZ #5778]
2720         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2721         __statfs_chown_restricted.
2722         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2723         for _PC_CHOWN_RESTRICTED.
2724         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2725         Implement __statfs_chown_restricted.
2726         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2727         _POSIX_CHOWN_RESTRICTED value to zero.
2728         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2729         defined to zero.
2731         * sysdeps/x86_64/rtld-memset.c: New file.
2733 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2735         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2737         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2738         Barcelona machine.  Make default fall through branch of
2739         __x86_64_preferred_memory_instruction check as the integer code path.
2741 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2743         * sysdeps/x86_64/cacheinfo.c
2744         (__x86_64_preferred_memory_instruction): New variable.
2745         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2747         * sysdeps/x86_64/memset.S: Rewrite.
2749 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2751         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2752         __obstack_printf_chk): New prototypes.
2753         (__vasprintf_chk, __vdprintf_chk,
2754         __obstack_vprintf_chk): Likewise.
2755         Add libc_hidden_proto.
2756         * libio/obprintf.c
2757         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2758         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2759         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2760         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2761         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2762         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2763         __obstack_vprintf_chk): New prototypes.
2764         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2765         obstack_vprintf): New inlines.
2766         * debug/dprintf_chk.c: New file.
2767         * debug/vdprintf_chk.c: New file.
2768         * debug/asprintf_chk.c: New file.
2769         * debug/vasprintf_chk.c: New file.
2770         * debug/obprintf_chk.c: New file.
2771         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2772         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2773         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2774         @@GLIBC_2.8.
2775         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2776         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2777         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2778         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2779         libc_hidden_proto.
2780         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2781         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2782         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2783         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2784         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2785         @@GLIBC_2.8.
2786         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2787         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2788         obstack_vprintf_chk.
2789         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2790         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2791         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2792         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2793         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2794         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2796 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2798         [BZ #5779]
2799         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2800         Patch by Roy Marples <roy@marples.name>.
2802         [BZ #5736]
2803         * malloc/malloc.c: Fix typo in comment.
2805         [BZ #5627]
2806         * locale/iso-639.def: Add Shuswap.
2808 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2810         [BZ #5790]
2811         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2812         overwrite *h_errnop/*errnop values from getanswer_r in case of
2813         failure.
2815 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2817         [BZ #5818]
2818         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2819         (verify_persistent_db): Remove one unnecessary test and add a new one
2820         for bad configuration.
2821         (nscd_init): Improve error reported when persistent database cannot
2822         be reused.
2823         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2824         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2825         .suggested_module and .max_db_size and case config file says the
2826         values are zero.
2827         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2829         [BZ #5854]
2830         * nis/ypclnt.c (yp_order): Fix handling of return value of
2831         do_ypcall_tr call.
2832         Patch by Jeff Moyer <jmoyer@redhat.com>.
2834         * po/fr.po: Update from translation team.
2836 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2837             Carlos O'Donell <carlos@systemhalted.org>
2839         [BZ #5012]
2840         * FAQ.in: Describe why glibc needs to be compiled with
2841         optimization.
2843 2008-02-19  Roland McGrath  <roland@redhat.com>
2845         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2847 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2849         [BZ #5737]
2850         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2851         __USE_MISC is defined.
2853 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2855         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2856         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2857         sys/timerfd.h.
2858         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2859         timerfd_gettime, timerfd_settime.
2860         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2861         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2863 2008-02-08  Roland McGrath  <roland@redhat.com>
2865         * elf/elf.h (NT_PPC_SPE): New macro.
2867 2008-02-06  Roland McGrath  <roland@redhat.com>
2869         * Makerules ($(common-objpfx)sysd-rules):
2870         Depend on $(sysdep-makeconfigs).
2872 2008-01-31  Roland McGrath  <roland@redhat.com>
2874         [BZ #5442]
2875         * configure.in: Use -print-file-name if it yields a directory,
2876         for each of include and include-fixed.
2877         * configure: Regenerated.
2879         * Makeconfig (sysd-rules-targets): New variable.
2880         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2881         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2883 2008-01-30  Roland McGrath  <roland@redhat.com>
2885         * manual/libc.texinfo: Update back-cover text.
2887         * elf/elf.h (NT_386_TLS): New macro.
2889 2008-01-29  Roland McGrath  <roland@redhat.com>
2891         * Makeconfig (sysd-rules-patterns): New variable.
2892         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2893         (check-inhibit-asm): New canned sequence, replaces ...
2894         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2895         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2896         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2897         (CFLAGS-rtld): Variable removed.
2899 2008-01-24  Roland McGrath  <roland@redhat.com>
2901         * configure.in: Let configure fragments set base_os.
2902         * configure: Regenerated.
2904 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2906         * po/ko.po: Update from translation team.
2908 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2910         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2912 2008-01-12  Andreas Jaeger  <aj@suse.de>
2914         [BZ #5040]
2915         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2916         Add EPOLLRDHUP.
2918 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2920         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2921         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2922         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2924 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2926         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2927         * elf/dl-close.c (_dl_close): Check for it.
2928         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2929         (_dl_allocate_static_tls): Likewise.
2930         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2931         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2932         to it.
2933         * elf/tst-tls16.c: New file.
2934         * elf/tst-tlsmod16a.c: New file.
2935         * elf/tst-tlsmod16b.c: New file.
2936         * elf/Makefile: Add rules to build and run tst-tls16.
2938 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2940         [BZ #5628]
2941         * bits/shm.h: Fix comment describing shmid_ds.
2942         * sysdeps/gnu/bits/shm.h: Likewise.
2943         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2944         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2945         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2946         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2947         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2948         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2949         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2950         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2951         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2953         [BZ #5607]
2954         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2955         prototypes.
2956         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2957         additional suffixes.
2958         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2959         Add optional functions mq_timedreceive and mq_timedsend.
2960         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2961         * conform/data/pthread.h-data: Fix prototype of
2962         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2963         * conform/data/semaphore.h-data: Allow time.h definitions.
2964         * conform/data/signal.h-data: Likewise.
2965         * conform/data/stdio.h-data: getw and putw are not required in v6.
2966         * conform/data/stdlib.h-data: Change setstate prototype.
2967         * conform/data/string.h-data: Fix strerror_r prototype.
2968         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2969         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2970         Fix readlink prototype.
2971         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2972         in6addr_loopback.
2973         * inet/netinet/in.h: Cleanup namespace.
2974         * posix/regex.h: Likewise.
2975         * resolv/netdb.h: Likewise.
2976         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2977         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2978         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2979         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2980         of names of in in6_addr.
2981         (default_precedence): Likewise.
2982         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2983         NULL definition.
2985 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2987         * conform/data/fmtmsg.h-data: Add missing allows.
2988         * conform/data/ftw.h-data: Likewise.
2989         * conform/data/inttypes.h-data: Likewise.
2990         * conform/data/math.h-data: Likewise.
2991         * conform/data/signal.h-data: Likewise.
2992         * conform/data/net/if.h-data: Likewise.
2993         * conform/data/netinet/in.h-data: Likewise.
2994         * conform/data/sys/socket.h-data: Likewise.
2996         [BZ #5614]
2997         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2998         (__strtok_r): Simplify.
2999         * string/tester.c (test_strtok_r): Add test case for futile search
3000         with single-character seach string.
3002 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3004         * po/ko.po: Update from translation team.
3006 2008-01-11  Andreas Jaeger  <aj@suse.de>
3008         [BZ #5600]
3009         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3010         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3011         kernel header.
3013 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3015         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3016         native interface lookup in all the relevant places.
3018 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3019             Ulrich Drepper  <drepper@redhat.com>
3021         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3022         field.  Use sockaddr_in6 for source_addr.
3023         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3024         (match_prefix): Likewise.
3025         (get_label): Likewise.
3026         (get_precedence): Likewise.
3027         (rfc3484_sort): Change to use indirect access to results array.
3028         Adjust to use of sockaddr_in6.  Replace service_order test with
3029         simple index comparison.
3030         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3031         service_order field.  Adjust qsort_t calls.  Access sorted result
3032         array indirectly through order array.
3033         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3034         * posix/tst-rfc3484-2.c: Likewise.
3035         * posix/tst-rfc3484-3.c: Likewise.
3037 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3039         [BZ #5541]
3040         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3041         pollfd structures.
3042         Patch by André Cruz.
3044         [BZ #5545]
3045         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3046         (clnt_spcreateerror): Likewise.
3048         [BZ #5553]
3049         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3050         (public_mEMALIGn): Likewise.
3051         Patch mostly by Daniel Jacobowitz.
3053 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3055         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3056         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3057         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3058         * stdlib/tst-makecontext2.c: New test.
3060 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3062         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3063         defined.
3064         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3065         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3066         transliteration hooks and REINIT_PARAMS afterwards.
3067         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3068         status.
3069         (REINIT_PARAMS): Define.
3070         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3071         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3072         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3073         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3074         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3075         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3076         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3077         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3078         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3079         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3080         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3081         * iconvdata/tst-iconv7.c: New test.
3083 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3085         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3087 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3089         [BZ #5112]
3090         * nscd/connections.c (restart): Fix condition.
3092 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3094         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3095         __ctype_toupper_loc): Add __THROW.
3097 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3099         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3100         recognition of interface family.
3102         * posix/getconf.c: Update copyright year.
3103         * nss/getent.c: Likewise.
3104         * iconv/iconvconfig.c: Likewise.
3105         * iconv/iconv_prog.c: Likewise.
3106         * elf/ldconfig.c: Likewise.
3107         * catgets/gencat.c: Likewise.
3108         * csu/version.c: Likewise.
3109         * elf/ldd.bash.in: Likewise.
3110         * elf/sprof.c (print_version): Likewise.
3111         * locale/programs/locale.c: Likewise.
3112         * locale/programs/localedef.c: Likewise.
3113         * nscd/nscd.c (print_version): Likewise.
3114         * debug/xtrace.sh: Likewise.
3115         * malloc/memusage.sh: Likewise.
3116         * malloc/mtrace.pl: Likewise.
3117         * debug/catchsegv.sh: Likewise.
3119 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3121         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3122         second lookup.
3124 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3126         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3127         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3129 2007-12-17  Roland McGrath  <roland@redhat.com>
3131         * inet/ether_line.c (ether_line): Remove unused variable.
3133 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3135         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3136         and winp.
3137         * login/openpty.c (openpty): Likewise.
3138         * login/pty.h (openpty, forkpty): Likewise.
3139         * manual/terminal.texi (openpty, forkpty): Likewise.
3141 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3143         * malloc/malloc.c (public_cALLOc): For arenas other than
3144         main_arena, count all bytes inside the mprotect_size range of the
3145         heap as uninitialized.
3147 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3149         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3150         executable stacks.
3152         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3153         mTRIm for all of them.
3154         (mTRIm): Additionally iterate over all free blocks and use madvise
3155         to free memory for all those blocks which contain at least one
3156         memory page.
3157         * malloc/tst-trim1.c: New file.
3158         * malloc/Makefile (tests): Add tst-trim1.
3160         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3162 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3164         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3165         First cast argument to long
3166         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3167         Return long.
3168         (__vdso_clock_gettime): Likewise.
3169         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3170         return long.
3172 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3174         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3175         * locale/nl_langinfo_l.c: Real implementation, copied from
3176         nl_langinfo.c.
3177         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3179 2007-12-01  Jim Meyering  <meyering@redhat.com>
3181         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3182         that would inhibit utf8-optimization of a regexp containing line-
3183         or buffer-anchors, e.g., `^', `$'.
3185 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3187         * time/bug-getdate1.c (do_test): Don't use century values which
3188         aren't valid on 32-bit systems.
3190 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3192         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3193         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3194         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3195         __strcat_g, __strncat_g): Add __asm__.
3197 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3199         [BZ #5477]
3200         * io/fchmodat.c: Fix typo in stub_warning use.
3201         Patch by Petr Salinger.
3203 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3205         * iconvdata/hp-thai8.c: New file.
3206         * iconvdata/Makefile: Add rules for hp-thai8.c.
3207         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3208         * iconvdata/gconv-modules: Likewise.
3210         [BZ #5464]
3211         * iconvdata/hp-greek8.c: New file.
3212         * iconvdata/Makefile: Add rules for hp-greek8.c.
3213         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3214         * iconvdata/gconv-modules: Likewise.
3216         [BZ #5463]
3217         * iconvdata/hp-turkish8.c: New file.
3218         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3219         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3220         * iconvdata/gconv-modules: Likewise.
3222         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3223         (shrink_heap): ... this new function.
3224         (heap_trim): Call shrink_heap instead of grow_heap.
3226         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3227         case don't call alloc_perturb.
3229 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3231         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3232         possible.
3233         * sysdeps/unix/sysv/linux/kernel-features.h
3234         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3235         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3237 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3239         [BZ #5424]
3240         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3241         * stdio-common/Makefile (tests): Add bug22.
3242         * stdio-common/bug22.c: New file.
3244         [BZ #5451]
3245         * time/getdate.c: Fix filling in default values.
3246         * time/bug-getdate1.c: New file.
3247         * time/Makefile: Add rules to build and run bug-getdate1.
3249         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3250         * iconvdata/ebcdic-es.c: Likewise.
3251         * iconvdata/ebcdic-es-a.c: Likewise.
3252         * iconvdata/ebcdic-uk.c: Likewise.
3253         * iconvdata/iso8859-16.c: Likewise.
3254         * iconvdata/viscii.c: Likewise.
3255         * iconvdata/iso8859-9e.c: Likewise.
3256         * iconvdata/Makefile: Adjust appropriately.
3258         [BZ #5428]
3259         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3260         __need_wint_t.
3262 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3264         [BZ #5427]
3265         * iconvdata/hp-roman9.c: New file.
3266         * iconvdata/Makefile: Add rules for hp-roman9.c.
3267         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3268         * iconvdata/gconv-modules: Likewise.
3270         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3271         * iconvdata/Makefile: Adjust appropriately.
3273         [BZ #5441]
3274         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3275         structure, it's allocated with alloca.
3276         * stdio-common/Makefile (tests): Add bug21.
3277         * stdio-common/bug21.c: New file.
3279 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3281         [BZ #5452]
3282         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3283         keyword for gcc's braced-groups.
3285 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3287         [BZ #5454]
3288         * inet/ether_line.c: Strip hostname of whitespaces.
3289         * inet/Makefile (tests): Add tst-ether_line.
3290         * inet/tst-ether_line.c: New file.
3292 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3294         [BZ #5439]
3295         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3297         [BZ #5435]
3298         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3300         * stdlib/tst-setcontext.c: Catch the case where the links gets
3301         messed up and we do not reach main again.
3303         * po/ca.po: Update from translation team.
3305 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3307         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3308         * posix/regex.h (REG_ENOSYS): Likewise.
3309         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3311 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3313         * nscd/nscd.h (MAX_STACK_USE): Define.
3314         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3315         (gc): Initialize stack_used based on allocation in prune_cache.
3316         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3317         Clear array before use.
3319         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3320         memory allocation failed.
3321         * nscd/hstcache.c (cache_addhst): Likewise.
3322         * nscd/grpcache.c (cache_addgr): Likewise.
3323         * nscd/servicescache.c (cache_addserv): Likewise.
3324         * nscd/pwdcache.c (cache_addpw): Likewise.
3325         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3327 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3330         and creat system calls.
3332         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3334 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3336         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3337         Add netiucv/iucv.h.
3338         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3339         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3340         protocol.
3341         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3342         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3343         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3345 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3347         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3348         strncat): Define as macros to avoid compile errors.
3350         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3351         creat entries.
3353 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3355         [BZ #5382]
3356         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3357         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3358         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3359         overflow it.
3360         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3362         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3363         Return zero in case the thread library is not NPTL.
3365         [BZ #5375]
3366         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3367         initializing interface list.
3369         [BZ #5378]
3370         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3371         use result of nss_getgrgid_r if nothing was found.  For other
3372         error return with a failure.
3373         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3375         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3376         macro name.
3378 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3380         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3381         (get_scope): For IPv4 scope, use scopes table.
3382         (fini): Free scopes table if necessary.
3383         (free_scopelist): New function.
3384         (scopecmp): New function.
3385         (gaiconf_init): Also handle scopev4 entries.
3386         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3387         * posix/tst-rfc3484-2.c (do_test): Likewise.
3388         * posix/gai.conf: Document scopev4 defaults.
3389         * posix/Makefile (tests): Add tst-rfc3484-3.
3390         * posix/tst-rfc3484-3.c: New file.
3392         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3393         Teredo tunnels.
3394         * posix/gai.conf: Update for current default tables.
3396 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3398         * po/tr.po: Update from translation team.
3400 2007-11-18  Roland McGrath  <roland@frob.com>
3402         * manual/arith.texi (Remainder Functions): Spelling fix.
3403         From Shaun Silk <genix@mysoul.com.au>.
3405         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3407 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3409         * po/zh_CN.po: Update from translation team.
3411         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3412         Add sys/signalfd.h and sys/eventfd.h.
3414 2007-11-15  Bruno Haible  <bruno@clisp.org>
3416         [BZ #5346]
3417         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3418         union.
3419         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3420         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3421         it needs only fixed stack space. Delay the initialization of
3422         msgid_len until it is needed.
3424 2007-11-15  Andreas Jaeger  <aj@suse.de>
3426         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3427         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3429 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3431         * po/ko.po: Update from translation team.
3433 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3435         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3436         significantly.  The device type is also part of the ifinfomsg data.
3438         * po/sv.po: Update from translation team.
3439         * po/nl.po: Likewise.
3441         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3442         to wake up in 24 hours.
3444         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3446 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3448         * po/cs.po: Update from translation team.
3449         * po/pl.po: Likewise.
3451         * include/ifaddrs.h: Remove in6ai_temporary.
3452         (struct in6addrinfo): Add index element.
3453         Declare __check_native.
3454         * inet/Makefile (aux): Add check_native.
3455         * sysdeps/unix/sysv/linux/check_native.c: New file.
3456         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3457         IFA_F_TEMPORARY.  Pass back ifa_index.
3458         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3459         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3460         call __check_native if necessary.
3461         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3462         to sort addresses.  Pass information about the results.
3463         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3464         of rfc3484_sort interface.
3465         * posix/tst-rfc3484-2.c: Likewise.
3467         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3468         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3469         for _quicksort.
3470         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3471         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3472         on as third parameter to compare function and _quicksort.
3473         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3474         to the compare function.
3475         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3476         * Versions.def: Add GLIBC_2.8 for libc.
3478         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3479         * posix/tst-rfc3484-2.c: Likewise.
3481         * include/kernel-features.h: Moved to...
3482         * sysdeps/mach/hurd/kernel-features.h: ...here.
3484 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3486         * sysdeps/i386/i586/memcpy_chk.S: New file.
3487         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3488         * sysdeps/i386/i586/memset_chk.S: Likewise.
3490 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3492         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3493         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3494         list of interfaces.  Also store prefix length.
3495         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3496         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3497         prefix if source and destination address are in the same subnet.
3498         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3499         Always look for matching record in in6ai list.
3500         Correct source_addr_len value for IPv6->IPv4 converted records.
3502 2007-11-11  Roland McGrath  <roland@frob.com>
3504         * include/kernel-features.h: New file.
3506 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3508         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3509         complications for 64-bit platforms.
3511         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3512         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3513         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3514         open64_2.
3515         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3516         entries.
3517         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3518         * sysdeps/wordsize-64/alphasort.c: New file.
3519         * sysdeps/wordsize-64/alphasort64.c: New file.
3520         * sysdeps/wordsize-64/fseeko.c: New file.
3521         * sysdeps/wordsize-64/fseeko64.c: New file.
3522         * sysdeps/wordsize-64/ftello.c: New file.
3523         * sysdeps/wordsize-64/ftello64.c: New file.
3524         * sysdeps/wordsize-64/ftw.c: New file.
3525         * sysdeps/wordsize-64/ftw64.c: New file.
3526         * sysdeps/wordsize-64/iofgetpos.c: New file.
3527         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3528         * sysdeps/wordsize-64/iofopen.c: New file.
3529         * sysdeps/wordsize-64/iofopen64.c: New file.
3530         * sysdeps/wordsize-64/iofsetpos.c: New file.
3531         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3532         * sysdeps/wordsize-64/lockf.c: New file.
3533         * sysdeps/wordsize-64/lockf64.c: New file.
3534         * sysdeps/wordsize-64/mkostemp.c: New file.
3535         * sysdeps/wordsize-64/mkostemp64.c: New file.
3536         * sysdeps/wordsize-64/mkstemp.c: New file.
3537         * sysdeps/wordsize-64/mkstemp64.c: New file.
3538         * sysdeps/wordsize-64/scandir.c: New file.
3539         * sysdeps/wordsize-64/scandir64.c: New file.
3540         * sysdeps/wordsize-64/tmpfile.c: New file.
3541         * sysdeps/wordsize-64/tmpfile64.c: New file.
3542         * sysdeps/wordsize-64/versionsort.c: New file.
3543         * sysdeps/wordsize-64/versionsort64.c: New file.
3544         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3545         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3546         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3547         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3548         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3549         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3550         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3551         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3552         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3553         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3554         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3555         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3557         * crypt/sha256-crypt.c: Fix a comment.
3558         * crypt/sha512-crypt.c: Likewise.
3560 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3562         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3564 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3566         [BZ #5277]
3567         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3568         because output buffer is too small break, don't loop.
3569         * iconvdata/Makefile (tests): Add bug-iconv6.
3570         * iconvdata/bug-iconv6.c: New file.
3572 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3574         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3575         with size_t type.
3576         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3577         size_t.  Add casts where needed.
3579         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3580         old headers, don't call avc_has_perm if we don't have the
3581         permission information.
3583 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3585         * elf/rtld.c (dl_main): Use the page size to find the map start.
3587 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3589         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3590         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3592         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3593         when the lookup call failed.
3595         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3596         Add prune_cond and wakeup_time.
3597         (CACHE_PRUNE_INTERNAL): Define.
3598         Update declarations of prune_cache and setup_thread.
3599         * nscd/connections.c (dbs): Update initializers.
3600         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3601         (nscd_init): Default number of threads is now 4.
3602         (invalidate_cache): Take lock before calling prune_cache.
3603         (handle_request): If SELinux forbids the request, say so.
3604         (readylist_cond): Use static initializer.
3605         (nscd_run_prune): New function.  Used only by pruning threads.
3606         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3607         here.
3608         (fd_ready): Update nscd_run reference.
3609         (start_threads): No need to initialize readylist_cond.
3610         Start pruning threads separately.
3611         * nscd/nscd_setup_thread.c: Change return value type to int and always
3612         return 0.
3613         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3614         to int and return nonzero value if we can use the TID address hack.
3615         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3616         the database is later than the new entry's timeout, update the
3617         wakeup time and wake the cleanup thread.
3618         (prune_cache): Return seconds the next entry in the database is still
3619         valid.  Remove locking for pruning here.
3620         * nscd/nscd.conf: Document default number of threads.
3622 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3624         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3625         stack is properly aligned for the target function.
3626         Correct unwind info.
3628         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3629         when using auditing libraries.
3631 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3633         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3634         _nss_dns_getnetbyaddr2_r.
3635         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3636         extra parameter to getanswer_r.
3637         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3638         _nss_dns_getnetbyaddr2_r.
3640         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3641         gethstbynm3_r.
3642         * nscd/gethstbynm2_r.c: Remove.
3643         * nscd/gethstbynm3_r.c: New file.
3644         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3645         __gethostbyaddr_r.
3646         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3647         __gethostbyaddr_r compatibility wrapper.
3648         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3649         determining timeout of entry.
3650         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3651         __gethostbyaddr2_r.
3652         (addhstbyX): Pass reference to variable for TTL to lookup and
3653         cache_addhst.
3654         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3655         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3656         and __nss_next2.  Remove __nss_services_lookup.
3657         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3658         Add compat wrapper.
3659         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3660         __nss_next2.
3661         * nss/getXXent_r.c: Likewise.
3662         * nss/getnssent_r.c: Likewise.
3663         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3664         does not exist in module, try the optional second name.
3665         (__nss_next2): New function.
3666         (__nss_next): Now wrapper around __nss_next2.
3667         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3668         Declare __nss_next2.
3669         Adjust definition of db_lookup_function type.
3670         * nss/service-lookup.c: Define NO_COMPAT.
3671         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3672         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3673         * inet/ether_ntoh.c: Likewise.
3674         * sunrpc/netname.c: Likewise.
3675         * sunrpc/publickey.c: Likewise.
3676         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3677         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3678         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3679         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3680         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3682         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3684         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3686 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3688         [BZ #5204]
3689         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3690         * crypt/sha512c-test.c: Likewise.
3692         [BZ #5225]
3693         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3694         to keep track of end of %[ format string element.
3695         * stdio-common/Makefile (tests): Add bug20.
3696         * stdio-common/bug20.c: New file.
3698         [BZ #5222]
3699         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3700         path elements in counting mode.
3702 2007-10-27  Andreas Jaeger  <aj@suse.de>
3704         [BZ #5040]
3705         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3707         [BZ #3112]
3708         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3709         (__cleanup): Free shared library when exiting.
3710         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3711         (__cleanup): Free shared library when exiting.
3713 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3715         [BZ #2549]
3716         * math/libm-test.inc (check_float_internal): Support
3717         denormalized return.
3719 2007-10-23  Andreas Jaeger  <aj@suse.de>
3721         [BZ #5208]
3722         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3723         __LONG_LONG_PAIR to handle little endian byte order.
3724         Suggested by abhishekrai@google.com
3726 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3728         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3730 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3732         * nscd/cache.c (prune_cache): Move test for modified file outside
3733         of locking.
3735 2007-10-21  Andreas Jaeger  <aj@suse.de>
3737         * manual/texinfo.tex: Update to latest version.
3739         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3741         * manual/arith.texi (Status bit operations): Fix formatting.
3743         * manual/errno.texi (Error Messages): Fix formatting.
3745         * manual/sysinfo.texi (System Parameters): Fix formatting.
3747         * manual/libc.texinfo: Update VERSION and UPDATED.
3749 2007-10-19  Roland McGrath  <roland@redhat.com>
3751         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3753 2007-10-06  David S. Miller  <davem@davemloft.net>
3755         * configure.in: Add sparcv9v2 and sparc64v2.
3756         * scripts/config.sub: Likewise.
3757         * configure: Regenerate.
3758         * elf/elf.h (HWCAP_SPARC_N2): New.
3759         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3760         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3761         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3762         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3763         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3764         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3765         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3767 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3769         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3770         even if the poll result indicates there is data to read.
3771         Patch by Jeff Moyer <jmoyer@redhat.com>.
3773 2007-10-18  Roland McGrath  <roland@redhat.com>
3775         * elf/elf.h (NT_PPC_VMX): New macro.
3777 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3779         * version.h (VERSION): Set to 2.7.90.
3781 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3783         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3784         weak_alias.
3786 2007-10-17  Roland McGrath  <roland@frob.com>
3788         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3789         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3791 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3793         * version.h (VERSION): Bump to 2.7.
3794         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3796         [BZ #5186]
3797         * time/tzset.c (__tz_convert): Don't force testing for a change of
3798         TZ if not called from localtime.  But then also see whether the
3799         file changed, in case __use_tzfile is set.
3801         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3802         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3803         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3804         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3805         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3806         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3807         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3808         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3810 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3812         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3813         and admin selects to be able to replace the gai.conf file, lock
3814         data structures around the qsort call.
3816 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3818         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3819         new memset.
3820         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3821         too high for the improvements.  Implement bzero unconditionally for
3822         use in libc.
3824 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3825             Jakub Jelinek  <jakub@redhat.com>
3827         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3828         even when time_t is 32-bit.
3829         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3830         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3831         always set after the search.
3833 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3835         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3836         unreachable code on 32-bit machines.
3838 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3840         [BZ #5184]
3841         * time/strftime_l.c: Include stdbool.h.
3842         (my_strftime): New wrapper, old function renamed to...
3843         (__strftime_internal): ... new function.  Add tzset_called
3844         argument, pass it down to recursive calls, don't call tzset ()
3845         if already true, set to true after call to tzset ().
3847 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3849         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3850         into account when copying TZ string.
3852 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3854         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3855         num_transition rather than num_transitions - 1.
3857 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3859         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3860         PIC indirect jump.
3862         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3863         a local label rather than HIDDEN_JUMPTARGET.
3865 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3867         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3868         (init_cacheinfo): Initialize it.
3869         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3870         Always define bzero.
3871         Remove non-glibc code.
3872         * sysdeps/x86_64/bzero.S: Make an empty file.
3874 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3876         * sysdeps/x86_64/cacheinfo.c
3877         (__x86_64_preferred_memory_instruction): New.
3878         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3880         * sysdeps/x86_64/memset.S: Rewrite.
3882 2007-10-15  Roland McGrath  <roland@redhat.com>
3884         * po/libc.pot: Regenerated.
3886 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3888         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3889         pointers.
3891         [BZ #3425]
3892         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3893         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3894         address record to T_A/T_AAAA requests.
3896 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3898         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3900         * posix/glob.c: Add some branch prediction throughout.
3902         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3903         read from nscd.
3905         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3906         service_order.
3907         (rfc3484_sort): Make sure that even if qsort doesn't support
3908         stable sorting out sorting here is stable by comparing service_order.
3909         (getaddrinfo): Initialize service_order.
3910         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3911         service_order field to sorting structure.
3912         * posix/tst-rfc3484-2.c (do_test): Likewise.
3914         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3915         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3916         __tzset_parse_tz and updating of daylight, timezone, tzname into
3917         update_vars.
3918         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3919         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3920         happens in __tz_compute.
3921         * time/tzfile.c (__tzfile_read): Also read TZ string.
3922         (find_transition): Fold into __tzfile_compute.
3923         (__tzfile_compute): For times beyond the last transition try to
3924         use the TZ string.
3925         * timezone/tst-timezone.c: Information in daylight and tzname does
3926         change for Asia/Tokyo timezone with more concrete information.
3927         Remove the test.
3929         * include/stdio.h: Add libc_hidden_proto for ftello.
3930         * libio/ftello.c: Add libc_hidden_def.
3932         [BZ #1140]
3933         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3934         on the specified time and not the last entries in the file.  Move
3935         code to determine tzname[] to...
3936         (find_transition): ...here.  Add ugly guess for times before the
3937         first transition.
3939 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3941         [BZ #3195]
3942         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3943         no entry.
3944         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3945         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3946         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3947         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3949         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3950         read mechanism when there are no group members and avoid no-op
3951         read syscall in this case.
3953         [BZ #3242]
3954         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3955         (__readall): If reading failed due to EAGAIN error wait a bit
3956         and possibly try again.
3957         (__readvall): Likewise.
3959 2007-10-13  Bruno Haible  <bruno@clisp.org>
3961         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3962         when we cannot recode the message.
3964 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3966         [BZ #4359]
3967         * libio/__freading.c (__freading): Don't return true for
3968         write-only streams.  For read/write streams, check whether we
3969         performed a read operation already.
3970         * libio/Makefile (tests): Add tst-ext2.
3971         * libio/tst-ext2.c: New file.
3973 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3975         * locale/programs/repertoire.c (repertoire_read): Always free
3976         memory for repertoire file name [Coverity CID 270].
3978         * elf/cache.c (save_aux_cache): Free memory allocated for
3979         temporary file name [Coverity CID 267].
3981 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3983         * misc/Makefile (headers): Add bits/error.h.
3985 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3987         * posix/fnmatch_loop.c: Take rule index returned as part of
3988         findidx return value into account when accessing weights.
3989         * posix/regcomp.c: Likewise.
3990         * posix/regexec.c: Likewise.
3992         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3993         (skip_to): Fix problems with parameter of elifdef/elifndef.
3995 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3997         * iconv/gconv_simple.c: Add some branch prediction.
3999 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4001         * locale/programs/ld-collate.c (collate_read): If ignore_content
4002         and nowtok is tok_define, eat any tok_eol tokens.
4004 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4006         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4007         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4009         * inet/netinet/in.h: Don't include bits/socket.h.
4010         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4011         macro.
4012         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4014 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4016         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4017         and tok_elifndef.
4018         * locale/programs/locfile-kw.gperf: Likewise.
4019         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4021 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4023         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4024         (__find_specwc): Change into __extern_always_inline function.
4025         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4026         (__parse_one_specmb): Remove ps argument.
4027         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4028         Adjust __find_specmb and __parse_one_specmb callers.
4029         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4030         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4031         Removed.
4032         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4033         caller.
4035 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4037         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4038         with some Pentium Ds.
4040 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4042         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4043         __read not read.
4044         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4045         __write not write.
4047 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4049         [BZ #181]
4050         * locale/C-time.c: Set week_1stday data to 19971201.
4051         * locale/programs/ld-time.c (time_finish): Default for
4052         first_workday is Monday.
4054         [BZ #2633]
4055         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4057         [BZ #5103]
4058         * posix/glob.c (glob): Recognize patterns starting \/.
4059         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4060         (main): Add test for pattern starting \/.
4062         * misc/error.h: Use __const instead of const.
4063         * misc/bits/error.h: Likewise.
4065 2007-10-07  Andreas Jaeger  <aj@suse.de>
4067         * include/bits/error.h: New file.
4069         * misc/bits/error.h (error_at_line): Fix prototype.
4071 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4073         [BZ #3924]
4074         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4075         more little bugs in creating the stack frame when pltexit has to
4076         be called.
4078         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4079         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4081         [BZ #4407]
4082         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4083         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4084         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4085         * math/libm-test.inc: Add test for this case.
4087         [BZ #5010]
4088         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4089         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4090         map service succeeded.
4091         (svc_is_mapped): New function.
4092         (svc_unregister): Use it before trying to unmap service.
4094 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4096         * timezone/zic.c: Update from tzcode2007h.
4098         [BZ #5063]
4099         * timezone/africa: Update from tzdata2007h.
4100         * timezone/antarctica: Likewise.
4101         * timezone/asia: Likewise.
4102         * timezone/australasia: Likewise.
4103         * timezone/europe: Likewise.
4104         * timezone/leapseconds: Likewise.
4105         * timezone/northamerica: Likewise.
4106         * timezone/southamerica: Likewise.
4107         * timzeone/zone.tab: Likewise.
4109         [BZ #5104]
4110         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4112         [BZ #5113]
4113         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4114         avoid warning with -Wconversion.
4115         (__strndup): Likewise.
4116         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4118         [BZ #5112]
4119         * nscd/connections.c (restart): Don't resync if database is
4120         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4122         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4123         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4125         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4126         evetnfd_read, eventfd_write.
4127         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4128         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4129         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4130         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4131         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4132         eventfd_write for GLIBC_2.7.
4134         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4135         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4136         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4137         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4139 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4141         * stdlib/msort.c: Include stdint.h.
4142         (struct msort_param): New type.
4143         (msort_with_tmp): Use struct msort_param pointer for unchanging
4144         parameters.  Add optimized handling for several common sizes
4145         and indirect sorting mode.
4146         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4147         sorting.
4148         Suggested by Belazougui Djamel .
4150         * stdlib/Makefile (tests): Add tst-qsort2.
4151         * stdlib/tst-qsort2.c: New test.
4153 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4155         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4156         for dup2 in case another thread races with the current one.  Retry
4157         in this case.
4159         * misc/error.h: Remove support for use outside of libc.  We have to
4160         include <features.h> now.  Include <bits/error.h> if possible.
4161         * misc/bits/error.h: New file.
4163 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4165         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4166         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4167         __extern_always_inline functions unconditionally, drop macros.
4169         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4170         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4171         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4173         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4174         add __artificial__ attribute.
4176 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4178         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4179         backward to forward direction.
4181         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4183         [BZ #645]
4184         * locale/programs/ld-collate.c (collate_finish): Compare against last
4185         used section which is known to have rules defined.
4186         (collate_read): After order_start, correctly record order of sections
4187         and queue sections up.
4189 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4191         [BZ #5071]
4192         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4193         the same number of pages.
4194         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4196         * locale/programs/ld-collate.c (collate_read): After initial copy
4197         statement, continue in state 0.
4199         * include/stdio_ext.h (__fsetlocking): Define as macro.
4201 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4203         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4204         of section order.
4206         * po/pt_BR.po: Fix typo.
4208 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4210         * iconvdata/Makefile (modules): Add ISO8859-9E.
4211         (distribute): Add iso8859-9e.c.
4212         (gen-8bit-gap-modules): Add iso8859-9e.
4213         * iconvdata/iso8859-9e.c: New file.
4214         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4215         * iconvdata/TESTS: Likewise.
4216         * iconvdata/tst-tables.sh: Likewise.
4218         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4220         * locale/iso-639.def: Add several new entries.
4222 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4224         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4225         void * pointers instead of struct link_map **.
4226         (_dl_scope_free): Change argument type to void *.
4227         * include/link.h (struct link_map): Change type of l_reldeps
4228         to struct link_map_reldeps, move l_reldepsact into that
4229         struct too.
4230         * elf/dl-deps.c: Include atomic.h.
4231         (_dl_map_object_deps): Only change l->l_initfini when it is
4232         fully populated, use _dl_scope_free for freeing it.  Optimize
4233         removal of libs from reldeps by using l_reserved flag, when
4234         some removal is needed, allocate a new list instead of
4235         reallocating and free the old with _dl_scope_free.  Adjust
4236         for l_reldeps and l_reldepsact changes.
4237         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4238         searching in l_initfini and l_reldeps without holding dl_load_lock.
4239         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4240         l_reldepsact changes.
4241         * elf/dl-close.c (_dl_close_worker): Likewise.
4242         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4244 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4246         * iconvdata/Makefile (modules): Add KOI8-RU.
4247         (distribute): Add koi8-ru.c.
4248         (gen-8bit-gap-modules): Add koi8-ru.
4249         * iconvdata/koi8-ru.c: New file.
4250         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4251         * iconvdata/TESTS: Likewise.
4252         * iconvdata/tst-tables.sh: Likewise.
4254         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4256 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4258         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4259         with __warning__/__error__ attributes.
4260         (__warnattr): Define.
4261         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4262         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4263         __warnattr.
4264         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4265         of __*_chk if compile time detectable overflow is found.
4266         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4267         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4268         with __warnattr.
4269         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4270         instead of __*_chk if compile time detectable overflow is found.
4271         (__gets_alias): Rename to...
4272         (__gets_warn): ... this.  Add __warnattr.
4273         (gets): Call __gets_warn instead of __gets_alias.
4274         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4275         aliases with __warnattr.
4276         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4277         time detectable overflow is found.
4278         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4279         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4280         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4281         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4282         __getdomainname_chk_warn): New aliases with __warnattr.
4283         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4284         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4285         __*_chk_warn instead of __*_chk if compile time detectable overflow
4286         is found.
4287         (__getgroups_chk): Rename argument to __listlen from listlen.
4288         (__getwd_alias): Rename to...
4289         (__getwd_warn): ... this.  Add __warnattr.
4290         (getwd): Call __getwd_warn instead of __getwd_alias.
4291         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4292         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4293         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4294         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4295         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4296         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4297         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4298         compile time detectable overflow is found.
4299         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4300         to use __*_chk or not.
4301         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4302         in comparisons which function should be called and in __*_chk*
4303         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4304         detectable overflow is found.
4305         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4306         __*_chk argument.
4307         * debug/tst-chk1.c (do_test): Add a few more tests.
4309 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4311         [BZ #5058]
4312         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4313         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4314         (_nl_unload_domain): Finalize conversions_lock.
4315         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4316         handling table of known conversions.
4318 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4320         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4321         close_not_cancel_no_status instead of close.
4323 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4325         [BZ #5028]
4326         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4327         nrules != 0 for multibyte chars.
4329 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4331         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4332         Provide better error message in case the type is unknown.
4334         [BZ #4963]
4335         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4336         * string/stratcliff.c: Make usable to test wide char functions.
4337         * wcsmbs/wcsatcliff.c: New file.
4338         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4340         [BZ #4972]
4341         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4342         (distribute): Add mac-centraleurope.c.
4343         (gen-8bit-gap-modules): Add mac-centraleurope.
4344         * iconvdata/mac-centraleurope.c: New file.
4345         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4346         * iconvdata/TESTS: Likewise.
4347         * iconvdata/tst-tables.sh: Likewise.
4349         [BZ #5043]
4350         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4352 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4354         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4355         from __x86_64_core_cache_size_half.
4356         (init_cacheinfo): Compute shared cache size for AMD processors with
4357         shared L3 correctly.
4358         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4359         name change.
4360         Patch in large parts by Evandro Menezes.
4362 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4364         * elf/dl-lookup.c (add_dependency): Handle failing memory
4365         allocation for dependency list.  Remove unnecessary check.
4367         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4368         open/close when determining source addresses.
4370         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4371         sha512-crypt, and sha512.
4372         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4373         (distribute): Add sha256.h and sha512.h.
4374         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4375         and call the appropriate code.
4376         * crypt/sha256-crypt.c: New file.
4377         * crypt/sha256.c: New file.
4378         * crypt/sha256.h: New file.
4379         * crypt/sha256c-test.c: New file.
4380         * crypt/sha256test.c: New file.
4381         * crypt/sha512-crypt.c: New file.
4382         * crypt/sha512.c: New file.
4383         * crypt/sha512.h: New file.
4384         * crypt/sha512c-test.c: New file.
4385         * crypt/sha512test.c: New file.
4387 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4389         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4390         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4391         __syslog_chk.
4393 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4395         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4396         %as in fscanf format strings.
4398         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4399         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4400         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4401         Likewise.
4402         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4403         Likewise.
4405         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4406         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4407         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4408         * elf/dl-sym.c (do_sym): Likewise.
4409         * include/link.h (struct link_map): Add l_serial field.
4410         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4411         * elf/dl-lookup.c (add_dependency): Add flags argument.
4412         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4413         flags, use THREAD_GSCOPE_RESET_FLAG before and
4414         THREAD_GSCOPE_SET_FLAG after
4415         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4416         Don't dereference map until it has been found on some list.
4417         If map->l_serial changed, return -1.
4419 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4421         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4422         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4423         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4424         libc_hidden_proto.
4425         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4426         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4427         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4428         add libc_hidden_proto.
4429         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4430         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4431         conformance requested.
4432         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4433         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4434         conformance requested.
4435         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4436         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4437         conformance requested.
4438         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4439         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4440         ISO C99 or POSIX conformance requested.
4441         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4442         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4443         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4444         and __isoc99_vsscanf@@GLIBC_2.7.
4445         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4446         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4447         (tests): Add scanf14.
4448         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4449         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4450         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4451         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4452         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4453         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4454         from using internal headers.
4455         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4456         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4457         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4458         and __isoc99_vswscanf@@GLIBC_2.7.
4459         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4460         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4461         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4462         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4463         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4464         * stdio-common/isoc99_scanf.c: New file.
4465         * stdio-common/isoc99_vsscanf.c: New file.
4466         * stdio-common/isoc99_vscanf.c: New file.
4467         * stdio-common/isoc99_vfscanf.c: New file.
4468         * stdio-common/isoc99_fscanf.c: New file.
4469         * stdio-common/isoc99_sscanf.c: New file.
4470         * wcsmbs/isoc99_fwscanf.c: New file.
4471         * wcsmbs/isoc99_vswscanf.c: New file.
4472         * wcsmbs/isoc99_swscanf.c: New file.
4473         * wcsmbs/isoc99_wscanf.c: New file.
4474         * wcsmbs/isoc99_vwscanf.c: New file.
4475         * wcsmbs/isoc99_vfwscanf.c: New file.
4476         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4477         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4478         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4479         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4480         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4481         * stdio-common/scanf14.c: New test.
4482         * stdio-common/scanf15.c: New test.
4483         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4484         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4485         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4486         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4487         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4488         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4489         __nldbl___isoc99_scanf@@GLIBC_2.7,
4490         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4491         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4492         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4493         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4494         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4495         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4496         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4497         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4498         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4499         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4500         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4501         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4502         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4503         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4504         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4505         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4506         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4507         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4508         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4509         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4510         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4511         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4512         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4513         functions.
4514         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4515         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4516         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4517         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4518         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4519         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4520         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4521         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4522         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4523         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4524         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4525         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4527         * stdio-common/Makefile (tests): Add scanf13.
4528         (scanf13-ENV): New.
4529         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4530         m modifier followed by l.
4531         (STRING_ARG): Add width argument.
4532         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4533         <case L_('C')>: Handle %mlc and %mC.
4534         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4535         arguments.
4536         * stdio-common/scanf13.c: New test.
4538         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4539         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4541 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4543         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4544         type and __THROW marker of splice, vmsplice, and tee.
4545         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4546         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4547         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4548         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4549         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4550         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4551         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4552         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4553         as cancellation points.
4555 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4557         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4558         parse more than three parts of the version number.
4560 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4562         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4563         modifier.  Patch by Jakub Jelinek.
4565 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4567         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4568         call_fallocate in misc subdir.
4569         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4570         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4571         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4572         instead of __fallocate64.
4573         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4575 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4577         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4578         * rt/Makefile (headers): Add bits/mqueue2.h.
4579         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4580         optimizing with GCC and __va_arg_pack_len is defined.
4581         * rt/bits/mqueue2.h: New file.
4582         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4583         (mq_open): New strong_alias.
4584         (__mq_open_2): New function.
4585         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4586         (mq_open): New strong_alias.
4587         (__mq_open_2): New function.
4588         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4589         * Versions.def (librt): Add GLIBC_2.7 version.
4590         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4591         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4593         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4594         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4595         is defined rather than when not C++.
4596         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4597         __openat64_alias): New redirects.
4598         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4599         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4600         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4601         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4602         functions instead of function-like macros.
4604 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4606         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4607         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4608         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4610 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4612         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4613         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4615 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4617         * inet/tst-network.c: Increment ERRORS for failing tests.
4619 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4621         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4622         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4623         implement as __extern_always_inline function.
4624         (vsyslog): Define as __extern_always_inline function unconditionally.
4625         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4626         When __va_arg_pack is defined, implement as __extern_always_inline
4627         functions.
4628         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4629         __extern_always_inline functions unconditionally.
4630         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4631         bits/stdio2.h will be included.
4632         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4633         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4634         implement as __extern_always_inline functions.
4635         (vswprintf, vwprintf, vfwprintf): Define as
4636         __extern_always_inline functions unconditionally.
4637         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4639 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4641         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4642         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4643         attribute.
4644         * include/features.h (__USE_EXTERN_INLINES): Define only when
4645         __extern_inline is defined.
4646         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4647         is defined instead of when not __cplusplus.
4648         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4649         is defined instead of when not __cplusplus.
4650         * socket/sys/socket.h: Include bits/socket2.h when
4651         __extern_always_inline is defined instead of when not __cplusplus.
4652         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4653         is defined instead of when not __cplusplus.
4654         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4655         is defined instead of when not __cplusplus.
4656         * string/string.h: Include bits/string3.h when __extern_always_inline
4657         is defined instead of when not __cplusplus.
4658         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4659         is defined instead of when not __cplusplus.
4660         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4661         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4662         is not defined.
4663         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4664         defined __extern_always_inline instead of !defined __cplusplus.
4665         * libio/bits/stdio-ldbl.h: Likewise.
4666         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4667         * misc/bits/syslog.h (syslog): Don't define for C++.
4668         (vsyslog): Use __extern_always_inline function for C++ instead of
4669         a macro.
4670         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4671         whenever that macro is defined.
4672         (vprintf): Don't provide the inline for C++.
4673         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4674         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4675         define the macros for C++.
4676         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4677         __extern_always_inline functions for C++.
4678         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4679         stat64, lstat64, fstat64, fstatat64): Don't define if not
4680         __USE_EXTERN_INLINES.
4681         * wcsmbs/bits/wchar2.h: Fix #error message.
4682         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4683         (vswprintf, vwprintf, vfwprintf): Define using
4684         __extern_always_inline functions for C++.
4685         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4686         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4687         strncpy, strcat, strncat): Define as __extern_always_inline
4688         functions instead of macros for C++.
4689         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4690         defined __extern_inline.
4691         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4692         to __extern_inline whenever that macro is defined.
4693         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4694         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4695         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4696         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4697         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4698         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4699         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4700         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4701         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4702         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4703         prototypes.  Only provide __extern_inline routines if
4704         __USE_EXTERN_INLINES.
4705         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4706         tests.
4707         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4708         For now avoid some *printf tests in C++.  Skip all testing
4709         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4710         is not.
4711         * debug/tst-chk4.cc: New file.
4712         * debug/tst-chk5.cc: New file.
4713         * debug/tst-chk6.cc: New file.
4714         * debug/tst-lfschk4.cc: New file.
4715         * debug/tst-lfschk5.cc: New file.
4716         * debug/tst-lfschk6.cc: New file.
4717         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4718         prototypes in C++.
4719         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4720         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4721         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4723 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4725         * po/cs.po: Update from translation team.
4727 2007-09-11  Roland McGrath  <roland@redhat.com>
4729         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4730         compiling.
4732 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4734         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4736 2007-09-05  Roland McGrath  <roland@redhat.com>
4738         * manual/signal.texi (Signaling Another Process): Typo fix.
4739         From Karl Berry <karl@freefriends.org>.
4741 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4743         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4744         zero if not defined.
4745         (make_request): Recognize optimistic addresses and treat them like
4746         deprecated addresses.
4747         Reported by Neil Horman <nhorman@redhat.com>.
4749 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4751         * nscd/connections.c (send_ro_fd): Also transfer file size.
4752         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4753         file size don't call fstat.
4755         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4756         ahead and map the file.  This should always be correct and we can
4757         catch problems later.
4759 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4761         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4762         prototypes.
4763         (__fread_alias, __fread_unlocked_alias): New aliases.
4764         (fread): New extern inline.
4765         (fread_unlocked): Likewise.  Undef macro before definition of
4766         the inline function.
4767         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4768         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4769         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4770         and __fread_unlocked_chk@@GLIBC_2.7.
4771         * debug/fread_chk.c: New file.
4772         * debug/fread_u_chk.c: New file.
4773         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4775 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4777         * sysdeps/unix/sysv/linux/syscalls.list
4778         (personality): Change caller to EXTRA.
4780 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4782         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4783         to keep gcc quiet.
4784         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4786         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4787         NDEBUG is defined.
4789         * Makerules: Use -p option with mkdir.
4791         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4792         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4793         (_xdr_directory_obj): Likewise.
4794         (xdr_entry_obj): Likewise.
4795         (xdr_group_obj): Likewise.
4796         (xdr_link_obj): Likewise.
4797         (xdr_table_obj): Likewise.
4798         (_xdr_nis_result): Likewise.
4799         (_xdr_ns_request): Likewise.
4800         (_xdr_ib_request): Likewise.
4801         (_xdr_nis_taglist): Likewise.
4802         (xdr_cback_data): Likewise.
4803         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4804         (xdr_ypresp_maplist): Likewise.
4806         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4808         * posix/regex_internal.h: Prevent some declarations and definitions
4809         to be seen when used in tests.
4811         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4812         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4814         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4816         * config.make.in (datarootdir): Add to shut up configure.
4818         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4819         associativity for fully-associative caches.
4821         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4822         requests.  Fill on more associativity values for L2.
4823         Patch mostly by Evandro Menezes.
4825 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4827         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4828         (_libc_vdso_platform_setup): Avoid using exported variable by using
4829         alias.
4831         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4833         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4834         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4835         defined.
4837 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4839         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4840         align stack for call if pltexit is to be used.
4842         [BZ #3924]
4843         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4844         align for function call in case pltexit has to be called later.
4846         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4847         implicit atomic operation when storing function pointer.
4848         (_dl_runtime_profile): Likewise.
4850 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4852         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4853         NIS_NOTFOUND.
4855 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4857         [BZ #4566]
4858         * string/strtok.c: Fix typo in comment.
4860         [BZ #4582]
4861         * debug/segfault.c: Fix typos in comments.
4863         [BZ #4588]
4864         * stdio-common/tempnam.c: Fix comment, it is not checked that
4865         TMPDIR points to a writable directory.
4867         [BZ #4726]
4868         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4869         memory allocated for the name server address.
4871         [BZ #4946]
4872         * nscd/connections.c (handle_request): Using sendfile always
4873         requires that mmap is used for the database.
4874         Patch by Petr Baudis <pasky@suse.cz>.
4876         [BZ #4905]
4877         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4878         suddenly has two or more addresses, ignore it and remove the old
4879         entry.
4881         [BZ #4814]
4882         * resolv/res_hconf.c: Prepare for compiling outside libc.
4883         * nscd/res_hconf.c: New file.
4884         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4885         the new file.
4886         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4887         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4889         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4891         [BZ #4925]
4892         * debug/pcprofiledump.c: Turn on internationalization by calling
4893         setlocale.  Patch mostly by Benno Schulenberg.
4895         [BZ #4936]
4896         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4897         the state.
4898         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4899         * iconvdata/bug-iconv5.c: New file.
4901 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4903         [BZ #4896]
4904         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4905         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4906         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4907         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4908         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4909         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4910         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4911         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4913 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4915         [BZ #4937]
4916         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4917         lookup loop.  Suggested by John Reiser.
4919 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4921         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4923 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4925         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4926         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4927         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4928         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4929         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4930         to...
4931         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4933 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4935         * po/nl.po: Update from translation team.
4937 2007-08-16  Andreas Jaeger  <aj@suse.de>
4939         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4940         Reported by Peter Festner <peter.festner@ewetel.net>.
4942 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4944         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4946 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4948         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4949         to check for undefined symbols.
4951         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4952         If the syscall fails, set errno to the actual returned error number
4953         rather than EINVAL.
4954         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4955         arguments are incorrect, set errno to EINVAL, if the syscall
4956         fails, set errno to the actual returned error number.
4958         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4959         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4961         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4962         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4963         file.
4964         (ASI_PNF, ASI_BLK_P): Don't define.
4965         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4966         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4967         file.
4968         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4969         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4970         file.
4972 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4974         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4975         FE_UNDERFLOW on Niagara CPUs.
4977         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4978         exceptions.
4980 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4982         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4983         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4984         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4985         flush should be used or not inside of the function.
4986         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4988         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4989         __thread_start): Use HIDDEN_JUMPTARGET.
4990         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4991         __thread_start): Likewise.
4992         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4994         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4995         Add libc_hidden_proto.
4996         (STRTOF): Add libc_hidden_proto.
4997         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4998         (strtold_l, wcstold_l): Use them as second argument for
4999         long_double_symbol.
5001 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5003         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5005 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5007         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5009 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5011         * po/bg.po: New file.  From the translation team.
5013 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5015         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5016         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5017         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5018         when each feature was introduced.
5020         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5021         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5022         (CHECK_HASH): New macro.
5023         (PREPARE_VERSION): Use it.
5025         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5026         prototype if not __ASSUME_PSELECT.
5027         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5028         prototype if not __ASSUME_PPOLL.
5030         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5032         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5033         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5034         is defined.
5036 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5038         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5039         (_libc_vdso_platform_setup): If vDSO is not available point
5040         __vdso_gettimeofday to the vsyscall.
5041         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5042         __vdso_gettimeofday instead of vsyscall.
5044 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5046         * nscd/servicescache.c: Include kernel-features.h.
5047         * nscd/gai.c: Likewise.
5048         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5049         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5050         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5051         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5052         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5053         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5054         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5055         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5056         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5058 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5060         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5061         and _dl_get_origin defines anymore.
5063         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5064         Build fix for systems which might lack POSIX timer support.
5066         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5067         (_libc_vdso_platform_setup): Mangle function pointers before storing
5068         them.
5069         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5070         Demangle vdso pointer before use.
5071         (INTERNAL_VSYSCALL): Likewise.
5073         * elf/cache.c (primes): Mark as const.
5074         Noted by Roland McGrath.
5076 2007-08-01  Andreas Jaeger  <aj@suse.de>
5077             Jakub Jelinek  <jakub@redhat.com>
5079         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5080         (options): Add option.
5081         (parse_opt): Handle option.
5082         (manual_link): Adjust process_file caller.  Call implicit_soname.
5083         (search_dir): Formatting.  Use and populate auxiliary cache.
5084         (main): Load and save auxiliary cache.
5085         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5086         stat64 from fstat64 to caller.
5087         (implicit_soname): New function.
5088         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5089         leave *soname as NULL.
5090         * elf/cache.c: Include libgen.h.
5091         (print_entry, print_cache, compare, save_cache, add_to_cache):
5092         Formatting and cleanups.
5093         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5094         aux_cache_file): New structures.
5095         (AUX_CACHEMAGIC): Define.
5096         (primes): New array.
5097         (aux_hash_size, aux_hash): New variables.
5098         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5099         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5100         load_aux_cache, save_aux_cache): New functions.
5101         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5102         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5103         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5104         (process_file): Adjust prototype.
5106 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5108         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5109         with __need_size_t.
5111 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5113         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5114         r_found_version structure as second parameter.
5115         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5116         (_dl_vdso_vsym): Change type of second parameter accordingly.
5117         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5118         (_libc_vdso_platform_setup): Adjust.
5119         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5120         (_libc_vdso_platform_setup): Likewise.
5122         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5123         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5124         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5125         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5126         * csu/libc-start.c: Pretty printing.
5127         Use VDSO_SETUP if defined.
5128         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5129         and let generic code call into _libc_vdso_platform_setup.
5130         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5131         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5132         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5133         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5134         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5135         for GLIBC_PRIVATE.
5136         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5137         (sysdep_rountines): Add dl-vdso.
5139         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5140         of routines.
5142         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5143         attribute_hidden to __vdso_gettimeofday prototype.
5145 2007-08-12  Roland McGrath  <roland@redhat.com>
5147         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5148         From: Karl Berry <karl@freefriends.org>.
5150 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5152         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5153         an atime update for the files we read.
5155 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5157         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5159         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5160         instead of mkstemp.
5162         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5163         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5164         * misc/mkostemp.c: New file.
5165         * misc/mkostemp64.c: New file.
5166         * stdlib/stdlib.h: Declare the new functions.
5167         * sysdeps/posix/tempname.c: Add new parameter which is added to
5168         the flags for open.  Remove __GT_BIGFILE handling.
5169         * stdio-common/tempname.c: Likewise.
5170         * include/stdio.h: Adjust __gen_tempname prototype.
5171         Renumber __GT_* constants.
5172         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5173         * misc/mkdtemp.c: Likewise.
5174         * misc/mkstemp.c: Likewise.
5175         * misc/mkstemp64.c: Likewise.
5176         * misc/mktemp.c: Likewise.
5177         * stdio-common/tempnam.c: Likewise.
5178         * stdio-common/tmpfile.c: Likewise.
5179         * stdio-common/tmpfile64.c: Likewise.
5180         * stdio-common/tmpnam.c: Likewise.
5181         * stdio-common/tmpnam_r.c: Likewise.
5183 2007-08-10  Roland McGrath  <roland@frob.com>
5185         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5186         New macros.
5187         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5188         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5190 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5192         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5193         possible.
5194         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5195         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5196         * nss/nss_files/files-have_o_cloexec.c: New file.
5198         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5199         available.
5201 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5203         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5204         ___new_wcstold_l): New weak aliases.
5205         (strtold_l, wcstold_l): Use them as second argument for
5206         long_double_symbol.
5208 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5210         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5211         register in test for error.
5213         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5214         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5216         * po/sv.po: Update from translation team.
5218 2007-08-06  Roland McGrath  <roland@redhat.com>
5220         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5221         Remove __strto*_l inlines.
5222         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5223         * stdlib/strtod.c: Add libc_hidden_def.
5224         * stdlib/strtod_l.c: Likewise.
5225         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5226         for __new_strtold and __new_wcstold.
5227         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5228         __STRTOF, STRTOF.
5229         * stdlib/strtol.c: Add libc_hidden_def.
5230         * stdlib/strtol_l.c: Likewise.
5231         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5232         strtoq.
5234         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5236         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5237         * scripts/data/localplt-generic.data: ... here.
5238         * elf/Makefile (check-data): Get generic file if no other.
5239         ($(objpfx)check-localplt.out): Make target unconditional.
5241         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5242         Use ElfW(Nhdr).
5244 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5246         * po/zh_CN.po: Updated translation from translation team.
5248 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5251         Don't use CGOTSETUP and CGOTRESTORE macros.
5253 2007-08-04  Roland McGrath  <roland@redhat.com>
5255         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5257 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5259         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5260         __extension__ around the whole statement expression.
5262 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5264         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5265         elements during initialization.
5267         * po/pl.po: Updated translation from translation team.
5268         * po/tr.po: Likewise.
5269         * po/nl.po: Likewise.
5271 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5273         * rt/aio.h: Add __nonnull attributes.
5275 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5277         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5278         * stdlib/Makefile (tests): Add tst-strtod5.
5279         (tst-strtod5-ENV): New.
5280         * stdlib/tst-strtod5.c: New file.
5282         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5283         failed.
5284         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5285         on failure.
5287         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5288         allocated.
5290 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5292         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5293         numbers.
5295 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5297         * io/Makefile (aux): Add have_o_cloexec.
5298         * include/fcntl.h: Declare __have_o_cloexec.
5299         * io/have_o_cloexec.c: New file.
5300         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5301         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5302         fcntl call if not necessary.
5303         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5304         of local variable.
5306         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5307         Avoid memset, add explicit initialization.
5308         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5309         to the end and change into zero-sized array.
5310         Move lock member to fill a hole on 64-bit platforms.
5312         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5313         inline functions.
5314         * include/stdlib.h: Add __strto*_internal prototypes here.
5315         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5316         inline functions.
5317         * include/wchar.h: Add __wcsto*_internal prototypes.
5318         * sysdeps/generic/inttypes.h: No need to protect the declaration
5319         of the __strto*_internal and __wcsto*_internal members here.
5321         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5323 2007-08-02  Roland McGrath  <roland@redhat.com>
5325         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5326         $(inst_bindir)/getconf if possible.
5328         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5329         (generated): Add it.
5330         ($(inst_libexecdir)/getconf): Use it.
5332 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5334         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5335         /proc is faster and sufficient.  /sys is still needed for
5336         __get_nprocs_conf.
5338 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5340         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5341         syscall as __fallocate64.
5342         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5343         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5345 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5347         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5348         value.
5350         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5351         if off_t is different rank from size_t.
5353         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5354         uw_frame_state_for): Avoid type punning warnings.
5355         * sysdeps/generic/unwind-dw2-fde-glibc.c
5356         (_Unwind_IteratePhdrCallback): Likewise.
5357         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5358         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5359         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5360         pointers.
5362 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5364         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5365         total processors using sysfs.
5366         (__get_nprocs): Use sysfs to determine which processors are online.
5368 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5370         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5371         syscall arguments count.
5373         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5375 2007-07-30  Roland McGrath  <roland@redhat.com>
5377         * manual/libc.texinfo: Update copyrights, formatting magic, and
5378         @dircategory.  From Karl Berry <karl@freefriends.org>.
5380 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5382         [BZ #4860]
5383         * io/Makefile (headers): Add bits/fcntl2.h.
5385         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5386         using gcc builtin.
5387         (__CPU_EQUAL_S): Likewise.
5389         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5390         (tests): Add tst-cpuset.
5391         * posix/sched_cpualloc.c: New file.
5392         * posix/sched_cpufree.c: New file.
5393         * posix/tst-cpuset.c: New file.
5394         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5395         GLIBC_2.7.
5396         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5397         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5398         macros.  Define CPU_*_S macros.
5400 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5402         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5403         entry.
5405         [BZ #4858]
5406         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5407         #.0g and value rounded to 1.0.
5408         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5410 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5412         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5413         for int_frac_digits and frac_digits.
5415         * login/logout.c (logout): Avoid aliasing violation.
5416         * login/logwtmp.c (logwtmp): Likewise.
5418         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5420         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5421         to avoid warning.
5422         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5423         warning.
5424         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5425         warning.
5426         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5427         to avoid warnings.
5429         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5430         void **.
5431         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5433         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5434         char * to avoid warning.
5435         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5437         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5439         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5440         allocate_arrays): Cast second argument to charmap_find_symbol
5441         to char * to avoid warnings.
5443         * locale/programs/repertoire.c (repertoire_new_char): Change
5444         from_nr, to_nr and cnt to unsigned long, adjust printf format
5445         string.
5447         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5448         Cast second argument to new_element to char * to avoid warnings.
5450         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5452         * intl/gettextP.h (struct loaded_domain): Change plural to const
5453         struct expression *.
5454         * intl/plural-eval.c (plural_eval): Change first argument to
5455         const struct expression *.
5456         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5457         argument to const struct expression **.
5458         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5459         prototypes.
5460         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5461         in call to __gettext_free_exp.
5463         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5464         unitialized wstring/wpattern var warnings.
5466         * posix/runtests.c (struct a_test): Make data field const char *.
5468         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5469         vars if not LDBL_MANT_DIG >= 106.
5471         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5473         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5474         __find_specmb to avoid warning.
5476         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5478         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5479         to avoid warnings.
5481         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5482         initializer.
5484         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5485         tv var when it will be actually used.
5487         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5488         to avoid warnings.
5490         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5491         char array resp. pointer.
5492         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5493         char array.
5494         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5495         to const unsigned char **.
5496         (ucs4_to_cns11643): Change second argument to unsigned char *.
5497         * iconvdata/euc-tw.c (BODY): Change endp type to
5498         const unsigned char *.
5499         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5500         to unsigned char *.
5501         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5502         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5503         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5504         types to unsigned char pointers/arrays instead of char.
5505         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5506         to unsigned char *.
5507         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5508         * iconvdata/jis0212.h: Include assert.h.
5509         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5510         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5511         of trying to handle that.
5512         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5513         shut up a warning.
5514         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5515         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5516         two dimensional const unsigned char arrays.
5517         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5518         Initialize endp to inptr to shut up a warning.
5520 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5522         [BZ #4772]
5523         * time/strptime_l.c (__strptime_internal): Silently ignore
5524         strftime modifiers and field width in recursive calls.
5526         * include/time.h (enum ptime_locale_status): Remove.
5527         (__strptime_internal): Remove decided and era_cnt arguments,
5528         add statep argument.
5529         * time/strptime_l.c (__strptime_internal): Remove decided
5530         and era_cnt arguments, add statep argument.  Don't recompute
5531         any fields in recursive calls, only update caller's tm
5532         and state, if recursive call fails, don't change tm nor
5533         any state.
5534         (get_alt_number): Adjust.
5535         (recursive): Adjust caller.
5536         (strptime): Likewise.
5537         * time/strptime.c (strptime): Likewise.
5539 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5541         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5542         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5543         if from and to charsets are the same.
5544         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5545         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5546         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5548 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5550         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5551         Don't define wint_t when __need_mbstate_t unless it
5552         is necessary.
5553         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5554         in the typedef if possible.
5555         * wctype/wctype.h (wint_t): Define by including
5556         wchar.h with __need_wint_t instead of including stddef.h
5557         with __need_wint_t and as fallback definining it ourselves.
5558         * iconv/gconv.h (__need_wint_t): Define before including
5559         wchar.h.
5560         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5561         or _GLIBCPP_USE_WCHAR_T.
5562         (__need_wchar_t): Don't define
5563         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5564         (__need_wint_t): Don't define before including stddef.h,
5565         define before including wchar.h only if _LIBC or
5566         _GLIBCPP_USE_WCHAR_T.
5567         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5568         * sysdeps/mach/hurd/_G_config.h: Likewise.
5569         * sysdeps/generic/_G_config.h: Likewise.
5570         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5571         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5572         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5573         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5575 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5577         * sysdeps/posix/posix_fallocate64.c: Undefine
5578         __posix_fallocate64_l64 before alias handling.
5579         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5580         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5581         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5582         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5584         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5586 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5588         * locale/programs/ld-collate.c (atwc): New variable.
5589         (add_to_tablewc): New toplevel function, moved from collate_output.
5590         (collate_output): Remove add_to_tablewc nested function.
5592         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5593         (name_insert): New function.
5594         (write_output): Remove hash_table and hash_size vars and name_insert
5595         nested function.
5597 2007-07-24  Roland McGrath  <roland@redhat.com>
5599         * Makerules (install-others-programs-nosubdir): New target.
5600         (install-no-libc.a-nosubdir): Depend on it.
5602         * iconv/Makefile (install-others-programs): Set this instead of
5603         install-others.
5604         * login/Makefile (install-others-programs): Likewise.
5605         * posix/Makefile (install-others-programs): Likewise.
5607         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5608         dependencies.
5610 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5612         * io/Makefile (tests): Add tst-posix_fallocate.
5613         * io/tst-posix_fallocate.c: New file.
5615         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5616         __ASSUME_FALLOCATE.
5618 2007-07-22  Roland McGrath  <roland@frob.com>
5620         * hurd/getdport.c: Add missing copyright year update.
5622         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5623         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5625 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5627         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5629         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5630         O_CLOEXEC is needed.
5631         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5632         Avoid additional fcntl to set O_CLOEXEC if not needed.
5633         * nis/nss_compat/compat-initgroups.c: Likewise.
5634         * nis/nss_compat/compat-pwd.c: Likewise.
5635         * nis/nss_compat/compat-spwd.c: Likewise.
5637 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5639         [BZ #3665]
5640         * manual/errno.texi: Change ECANCELED value to 119.
5642         [BZ #4610]
5643         * mach/lock-intern.h: Include <sys/cdefs.h>.
5645         [BZ #4178]
5646         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5647         reading A.
5649         [BZ #4126]
5650         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5651         to __sigsuspend.
5653         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5655 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5657         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5658         `__ASSEMBLER__'.
5659         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5661 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5663         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5664         descriptor received from nscd.
5666         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5668         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5669         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5670         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5671         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5672         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5673         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5675 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5677         [BZ #4816]
5678         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5680         [BZ #4813]
5681         * login/forkpty.c (forkpty): Close master and slave fds on
5682         fork failure.  Patch by
5683         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5685 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5687         * include/features.h (__USE_ISOC95): New define.
5688         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5689         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5690         for -std=iso9899:199409.
5691         * CONFORMANCE: Remove comments about unsupported AMD1.
5693 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5695         * sysdeps/ia64/sched_cpucount.c: New file.
5696         * sysdeps/powerpc/sched_cpucount.c: New file.
5698         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5699         __BEGIN_DECLS/__END_DECLS around the prototype.
5700         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5701         pointer to const cpu_set_t.
5703         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5704         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5705         __need_size_t and include stddef.h.
5706         * sysvipc/sys/msg.h: Likewise.
5707         * posix/sched.h: Likewise.
5708         * hurd/hurd/signal.h (__need_size_t): Define.
5710         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5711         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5712         no longer defines wint_t or wchar_t.
5714         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5715         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5716         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5717         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5718         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5719         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5720         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5721         * debug/printf_chk.c (__printf_chk): Likewise.
5722         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5723         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5725         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5726         Define.
5728         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5729         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5731 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5733         [BZ #4792]
5734         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5735         * malloc/malloc.h (realloc): Likewise.
5737         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5738         if one of proc_file_chain streams has that fileno.
5739         * stdio-common/Makefile (tests): Add tst-popen2.
5740         * stdio-common/tst-popen2.c: New test.
5742 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5744         * elf/ldconfig.c: Allow GPLv2 or any later version.
5745         * elf/readlib.c: Likewise.
5746         * elf/chroot_canon.c: Likewise.
5747         * elf/cache.c: Likewise.
5748         * nscd/mem.c: Likewise.
5749         * nscd/getpwuid_r.c: Likewise.
5750         * nscd/grpcache.c: Likewise.
5751         * nscd/aicache.c: Likewise.
5752         * nscd/getsrvbynm_r.c: Likewise.
5753         * nscd/nscd.c: Likewise.
5754         * nscd/servicescache.c: Likewise.
5755         * nscd/getsrvbypt_r.c: Likewise.
5756         * nscd/initgrcache.c: Likewise.
5757         * nscd/gethstbyad_r.c: Likewise.
5758         * nscd/gethstbynm2_r.c: Likewise.
5759         * nscd/getgrnam_r.c: Likewise.
5760         * nscd/nscd_setup_thread.c: Likewise.
5761         * nscd/getpwnam_r.c: Likewise.
5762         * nscd/gai.c: Likewise.
5763         * nscd/connections.c: Likewise.
5764         * nscd/dbg_log.c: Likewise.
5765         * nscd/cache.c: Likewise.
5766         * nscd/hstcache.c: Likewise.
5767         * nscd/nscd_conf.c: Likewise.
5768         * nscd/getgrgid_r.c: Likewise.
5769         * nscd/pwdcache.c: Likewise.
5770         * catgets/gencat.c: Likewise.
5771         * locale/programs/linereader.h: Likewise.
5772         * locale/programs/locarchive.c: Likewise.
5773         * locale/programs/ld-paper.c: Likewise.
5774         * locale/programs/locfile-kw.h: Likewise.
5775         * locale/programs/ld-address.c: Likewise.
5776         * locale/programs/xmalloc.c: Likewise.
5777         * locale/programs/ld-time.c: Likewise.
5778         * locale/programs/localedef.c: Likewise.
5779         * locale/programs/simple-hash.c: Likewise.
5780         * locale/programs/xstrdup.c: Likewise.
5781         * locale/programs/ld-numeric.c: Likewise.
5782         * locale/programs/locfile-kw.gperf: Likewise.
5783         * locale/programs/ld-collate.c: Likewise.
5784         * locale/programs/charmap-kw.gperf: Likewise.
5785         * locale/programs/charmap.h: Likewise.
5786         * locale/programs/charmap-kw.h: Likewise.
5787         * locale/programs/config.h: Likewise.
5788         * locale/programs/locfile.c: Likewise.
5789         * locale/programs/ld-ctype.c: Likewise.
5790         * locale/programs/charmap.c: Likewise.
5791         * locale/programs/ld-messages.c: Likewise.
5792         * locale/programs/repertoire.h: Likewise.
5793         * locale/programs/locale.c: Likewise.
5794         * locale/programs/ld-name.c: Likewise.
5795         * locale/programs/linereader.c: Likewise.
5796         * locale/programs/locfile.h: Likewise.
5797         * locale/programs/3level.h: Likewise.
5798         * locale/programs/ld-monetary.c: Likewise.
5799         * locale/programs/ld-measurement.c: Likewise.
5800         * locale/programs/charmap-dir.c: Likewise.
5801         * locale/programs/ld-identification.c: Likewise.
5802         * locale/programs/localedef.h: Likewise.
5803         * locale/programs/charmap-dir.h: Likewise.
5804         * locale/programs/repertoire.c: Likewise.
5805         * locale/programs/simple-hash.h: Likewise.
5806         * locale/programs/ld-telephone.c: Likewise.
5807         * locale/programs/locale-spec.c: Likewise.
5808         * locale/programs/locfile-token.h: Likewise.
5809         * posix/getconf.c: Likewise.
5810         * iconv/dummy-repertoire.c: Likewise.
5811         * iconv/iconv_charmap.c: Likewise.
5812         * iconv/iconvconfig.c: Likewise.
5813         * iconv/iconv_prog.c: Likewise.
5814         * malloc/memusagestat.c: Likewise.
5815         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5817 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5819         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5820         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5821         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5822         check for the first argument.
5824 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5826         [BZ #4775]
5827         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5828         (__tgmath_real_type): Fix if expr is const int or other const
5829         qualified integral type.
5830         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5831         expressions and handle const qualified arguments.
5832         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5833         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5834         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5835         statement expressions.
5836         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5837         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5838         (__TGMATH_UNARY_IMAG): Define.
5839         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5840         * math/Makefile (tests): Add test-tgmath2.
5841         (CFLAGS-test-tgmath2.c): Add.
5842         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5843         count_cfloat, count_cldouble): New variables.
5844         (NCCALLS): Define.
5845         (main): Check number of complex calls as well.
5846         (F(compile_test)): Add complex tests and tests with const qualified
5847         arguments.
5848         (y, z, ccount): Define.
5849         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5850         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5851         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5852         F(cproj)): New functions.
5853         * math/test-tgmath2.c: New test.
5855 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5857         [BZ #4776]
5858         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5859         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5860         instead output ".".
5861         * dlfcn/Makefile (distribute): Add glreflib3.c.
5862         (module-names): Add glreflib3.
5863         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5864         glreflib1.so.
5865         (LDFLAGS_glreflib3.so): New.
5866         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5867         glreflib1.so.
5868         * dlfcn/glreflib3.c: New file.
5870         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5871         returned -1, return NULL.
5872         * intl/explodename.c (_nl_explode_name): Return -1 if
5873         _nl_normalize_codeset failed.
5875 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5877         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5878         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5879         and avoid branch misspredicts for > 31 bytes memset case.
5880         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5881         Remove toc ref to __cache_line_size.
5883         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5884         to get ISA-V2.0 branch hints.
5885         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5886         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5887         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5888         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5889         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5890         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5891         Remove toc ref to __cache_line_size.
5893         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5894         Include math_ldbl_opt.h.
5896 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5898         [BZ #4773]
5899         * time/strptime_l.c (__strptime_internal): Implement greedy
5900         matching of weekday and month names.
5902 2007-07-09  Roland McGrath  <roland@redhat.com>
5904         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5905         (ELF_NOTE_ABI): Use it.
5906         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5908 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5910         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5911         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5913 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5915         [BZ #4745]
5916         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5917         in loop to look for conversion specifier to avoid testing of
5918         wrong errno value.
5919         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5920         * stdio-common/bug18.c: New file.
5921         * stdio-common/bug18a.c: New file.
5922         * stdio-common/bug19.c: New file.
5923         * stdio-common/bug19a.c: New file.
5925 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5927         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5928         running awk script.
5930 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5932         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5933         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5934         Return NULL if mmap failed instead of asserting it does not.
5935         (calloc): Check for integer overflow.
5937         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5938         than LONG_MAX / 10.
5940 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5942         [BZ #4702]
5943         * nis/nss-default.c: Include errno.h.
5944         (init): Preserve errno.
5946 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5948         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5950 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5952         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5954 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5956         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5958 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5960         * sysdeps/s390/dl-procinfo.c: New file.
5961         * sysdeps/s390/dl-procinfo.h: New file.
5962         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5964 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5966         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5967         in PT_NOTE segments with multiple notes.
5968         * elf/readelflib.c (process_elf_file): Likewise.
5970 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5972         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5973         ISO C compliant.
5975 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5977         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5979 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5981         * include/link.h: Don't include rtld-lowlevel.h.
5982         (struct link_map): Remove l_scope_lock.
5983         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5984         (_dl_scope_free_list): New field (variable) in _rtld_global.
5985         (DL_LOOKUP_SCOPE_LOCK): Remove.
5986         (_dl_scope_free): New prototype.
5987         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5988         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5989         (_dl_profile_fixup): Likewise.
5990         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5991         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5992         THREAD_GSCOPE_RESET_FLAG around it.
5993         * elf/dl-close.c (_dl_close_worker): Don't use
5994         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5995         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5996         scopes were queued or if l_scope_mem has been abandoned.
5997         * elf/dl-open.c (_dl_scope_free): New function.
5998         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5999         * elf/dl-support.c (_dl_scope_free_list): New variable.
6000         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6001         Remove DL_LOOKUP_SCOPE_LOCK handling.
6002         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6003         handling.
6004         * elf/dl-object.c (_dl_new_object): Don't use
6005         __rtld_mrlock_initialize.
6007 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6009         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6010         to fill in holes
6011         (rtld_global_ro): Likewise.
6013 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6015         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6016         Move PT_LOAD checking to...
6017         (_dl_addr_inside_object): ... here, new function.
6018         * elf/dl-sym.c (do_sym): If not l_contiguous,
6019         call _dl_addr_inside_object.
6020         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6021         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6022         * elf/dl-open.c (dl_open_worker): Likewise.
6023         (_dl_addr_inside_object): New function if IS_IN_rtld.
6024         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6025         holes are present or are PROT_NONE protected.
6026         * include/link.h (struct link_map): Add l_contiguous field.
6027         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6029 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6030             Tomas Janousek  <tjanouse@redhat.com>
6031             Ulrich Drepper  <drepper@redhat.com>
6033         [BZ #4647]
6034         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6035         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6036         socket.
6037         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6038         unused member a bitmap.
6039         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6040         servers are configured.
6042 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6044         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6046 2007-06-17  Andreas Schwab  <schwab@suse.de>
6048         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6050 2007-06-16  Andreas Jaeger  <aj@suse.de>
6052         [BZ #4125]
6053         * sysdeps/unix/sysv/linux/sys/ptrace.h
6054         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6055         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6056         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6057         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6058         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6059         Define.
6060         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6061         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6062         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6063         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6065 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6067         [BZ #4599]
6068         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6069         determining whether there are IPv4/IPv6 addresses, ignore loopback
6070         addresses.
6072 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6074         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6075         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6076         as the return type.  Change type of "r" variable to CMPtype.
6077         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6078         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6079         * soft-fp/gedf2.c (__gedf2): Likewise.
6080         * soft-fp/gesf2.c (__gesf2): Likewise.
6081         * soft-fp/getf2.c (__getf2): Likewise.
6082         * soft-fp/ledf2.c (__ledf2): Likewise.
6083         * soft-fp/lesf2.c (__lesf2): Likewise.
6084         * soft-fp/letf2.c (__letf2): Likewise.
6085         * soft-fp/unorddf2 (__unorddf2): Likewise.
6086         * soft-fp/unordsf2 (__unordsf2): Likewise.
6087         * soft-fp/unordtf2 (__unordtf2): Likewise.
6089 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6091         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6092         make sure gcc doesn't mess around with this.
6094 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6096         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6098 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6100         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6101         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6102         at most once per _dl_close_worker.
6104 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6106         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6107         __sched_cpucount as const.
6108         * posix/sched_cpucount.c: Adjust.
6110         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6111         instruction for counting bits.
6112         * sysdeps/x86_64/sched_cpucount.c: New file.
6114 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6116         * configure.in: Avoid variable named BASH.
6117         * config.make.in: Likewise.
6118         Patch in part by Mike Frysinger.
6120 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6122         [BZ #4586]
6123         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6124         pseudo-zeros as zero.
6125         * sysdeps/x86_64/ldbl2mpn.c: New file.
6126         * sysdeps/ia64/ldbl2mpn.c: New file.
6128 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6130         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6131         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6132         Remove unreachable code at the end.
6134 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6136         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6137         ldbl-128ibm in comment.
6138         (fpclassifyl): Correct classification of denormals.
6139         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6140         return value for MIN denormal. Rewrite using long double math too
6141         correctly handle denormals and canonicalize the results.
6143 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6145         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6146         (__mpn_construct_long_double): Fix conversion where result ought
6147         to be smaller than __LDBL_MIN__, or the low double should be
6148         denormal.  Fix decision where to negate low double - honor round
6149         to even rules.
6150         * stdio-common/tst-sprintf2.c: Include string.h.
6151         (COMPARE_LDBL): Define.
6152         (TEST): Also test whether a string hexadecimal float representation
6153         can be parsed back to the number.
6154         (main): Add a couple of further tests.
6156 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6158         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6159         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6160         is non-zero, but smaller than 2 * __DBL_MIN__.
6161         * stdio-common/tst-sprintf2.c: New test.
6162         * stdio-common/Makefile (tests): Add tst-sprintf2.
6164         * math/test-misc.c (main): Don't run last batch of tests with
6165         IBM long double format.
6167 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6169         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6170         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6171         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6172         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6173         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6174         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6175         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6176         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6177         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6178         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6181         New file.
6182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6183         New file.
6184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6185         New file.
6186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6187         New file.
6188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6189         New file.
6190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6192         New file.
6193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6194         New file.
6195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6196         New file.
6197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6198         New file.
6199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6200         New file.
6202 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6204         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6205         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6206         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6207         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6208         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6209         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6210         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6211         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6213 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6215         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6216         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6217         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6218         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6219         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6220         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6221         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6222         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6224 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6226         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6227         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6228         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6229         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6231 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6233         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6234         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6236 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6238         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6239         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6240         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6241         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6243 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6245         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6246         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6248 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6250         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6251         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6253         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6254         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6255         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6256         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6258 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6260         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6261         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6262         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6263         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6265 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6267         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6268         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6269         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6270         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6271         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6272         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6274 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6276         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6277         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6278         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6279         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6281 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6283         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6284         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6285         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6286         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6287         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6288         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6289         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6290         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6291         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6292         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6293         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6294         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6295         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6296         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6297         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6298         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6300 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6302         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6303         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6305 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6307         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6308         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6310 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6312         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6313         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6314         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6315         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6316         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6317         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6318         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6319         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6320         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6321         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6323 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6325         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6327 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6329         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6330         branch miss-predicts. Ensure that cache line crossing does not impact
6331         dispatch grouping.
6333 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6335         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6336         "../../powerpc32/power4/memcopy.h".
6337         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6338         "../../powerpc32/power4/wordcopy.c".
6340 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6342         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6343         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6344         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6345         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6346         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6347         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6349 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6351         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6353 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6355         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6356         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6357         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6358         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6359         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6360         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6361         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6362         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6364 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6366         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6368 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6370         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6371         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6372         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6373         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6374         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6375         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6376         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6378 2007-05-29  Roland McGrath  <roland@redhat.com>
6380         * po/Makefile (po-sed-cmd): New variable.
6381         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6383 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6385         * crypt/md5-crypt.c: Fix comment.
6387         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6388         of crashing.  When this is the case or if the reply is malformed,
6389         don't try to close the new file descriptor since it does not
6390         exist.
6391         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6393 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6395         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6396         if __NR_utimensat is not defined.
6398 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6400         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6402 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6404         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6405         (open): Fix comment typos.  Don't call __open_2 if flags
6406         is a compile time constant without O_CREAT.
6407         (__open64_2): Add nonnull attribute.
6408         (open64): Fix comment typos.  Don't call __open64_2 if flags
6409         is a compile time constant without O_CREAT.
6410         (__openat_2): Add nonnull attribute, fix nonnull attribute
6411         on redirect.
6412         (openat): Fix comment typos.  Don't call __openat_2 if flags
6413         is a compile time constant without O_CREAT.
6414         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6415         on redirect.
6416         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6417         is a compile time constant without O_CREAT.
6419 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6421         * Makerules (sysd-rules): Define PTW for ptw-* files.
6422         * Versions: Define GLIBC_2.7 for libc.
6423         * include/stdio.h: Declare __fortify_fail.
6424         * debug/fortify_fail.c: New file.
6425         * debug/Makefile (routines): Add fortify_fail.
6426         * debug/chk_fail.c: Use __fortify_fail.
6427         * debug/stack_chk_fail.c: Likewise.
6428         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6429         __openat64_2 for GLIBC_2.7.
6430         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6431         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6432         and fails if necessary.
6433         * io/open64.c: Likewise.
6434         * io/openat.c: Likewise.
6435         * io/openat64.c: Likewise.
6436         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6437         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6438         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6439         * io/bits/fcntl2.h: New file.
6440         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6441         __openat64_2.
6442         * include/bits/fcntl2.h: New file.
6443         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6444         Add open_2.
6445         * sysdeps/unix/sysv/linux/open_2.c: New file.
6447 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6449         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6450         as second parameter to handle_intel.
6452         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6453         the entry.
6455         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6456         handling to ...
6457         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6458         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6459         cacheinfo.
6460         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6461         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6462         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6464         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6466 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6468         [BZ #4525]
6469         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6470         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6471         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6473         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6475         [BZ #4514]
6476         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6477         reinitialize workend at the start of each do_positional format spec
6478         loop, free workstart before do_positional loops.
6479         (printf_unknown): Fix size of work_buffer.
6480         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6482         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6483         (public_sET_STATe): If ms->version < 3, put all chunks into
6484         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6485         chunks.
6487         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6488         * malloc/hooks.c: Likewise.
6489         * malloc/arena.c: Likewise.
6490         * malloc/malloc.c (do_check_malloc_state): Don't assert
6491         n_mmaps is not greater than n_mmaps_max.  This removes the need
6492         for the previous change.
6494         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6495         2007-05-07 commit.
6497 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6499         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6500         Define for kernel >= 2.6.22.
6502 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6504         * elf/dl-close.c (_dl_close_worker): When removing object from
6505         global scope, wait for all lookups to finish afterwards.
6506         * elf/dl-open.c (add_to_global): When global scope array must
6507         grow, allocate a new one and free old array only after all
6508         lookups finish.
6509         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6510         (_dl_lookup_symbol_x): Likewise.
6511         * elf/dl-support.c: Define _dl_wait_lookup_done.
6512         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6513         _dl_wait_lookup_done.
6515         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6516         not overlapping with arena.
6518         * malloc/mcheck.c (reallochook): If size==0, free the block.
6520         * rt/tst-shm.c: Use fstat64 instead of fstat.
6522         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6523         __NR_sync_file_range is not defined.
6525 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6527         Dummy files to prevent stub versions from being used.
6528         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6529         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6530         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6531         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6533         * version.h (VERSION): Set to 2.6.90.
6535 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6537         * version.h (VERSION): Define to 2.6.
6538         * include/features.h (__GLIBC_MINOR__): Define to 6.
6540         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6542         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6543         sizes.
6545 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6547         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6548         number of mmaps.  n_mmaps_max is the target.
6549         * malloc/hooks.c: Likewise.
6550         * malloc/arena.c: Likewise.
6552 2007-05-12  Andreas Jaeger  <aj@suse.de>
6554         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6555         getpid.
6557 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6559         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6560         adding new variables.
6562         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6563         optimize.  Completely extend global scope array before making the
6564         new entries visible.
6566 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6568         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6569         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6570         tst-getcpu.
6572         * include/link.h: Move l_version and l_nversion members around to
6573         fill gaps.
6575         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6577         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6578         (__sched_setaffinity_new): If syscall was successful and
6579         RESET_VGETCPU_CACHE is defined, use it before returning.
6580         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6582         * io/sys/stat.h: Make sure struct timespec is defined for
6583         __USE_ATFILE.
6585         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6586         UTIME_OMIT.
6587         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6588         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6589         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6590         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6591         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6592         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6593         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6594         * io/sys/stat.h: Declare utimensat, futimens.
6595         * io/utimensat.c: New file.
6596         * io/futimens.c: New file.
6597         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6598         * sysdeps/unix/sysv/linux/futimens.c: New file.
6599         * io/Makefile (routines): Add utimensat, futimens.
6600         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6601         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6602         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6603         available.
6605         * include/sys/cdefs.h: Redefine __nonnull so that test for
6606         incorrect parameters in the libc code itself are not omitted.
6608 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6610         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6611         exception in addition to inexact when asked to raise only FE_INEXACT.
6613         [BZ #3427]
6614         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6615         in *envp.
6617 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6619         [BZ #4403]
6620         * string/strfry.c (strfry): Make result more random.
6622 2007-05-07  Richard Henderson  <rth@redhat.com>
6624         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6625         if __NO_LONG_DOUBLE_MATH.
6626         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6627         available in the compiler, add .arch directive to the assembly.
6629 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6631         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6632         compat_symbol to GLIBC_2_1.
6633         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6634         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6635         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6636         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6637         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6638         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6639         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6640         libc, not libm.
6641         (__isnanl): New compat_symbol.
6643 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6644             Jakub Jelinek  <jakub@redhat.com>
6646         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6647         (new_heap): Initialize mprotect_size.
6648         (grow_heap): When growing, only mprotect from mprotect_size till
6649         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6650         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6652 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6653             Peter Bergner  <bergner@us.ibm.com>
6655         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6656         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6657         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6658         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6659         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6660         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6661         Call __fe_mask_env() if all FP exceptions disabled.
6662         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6663         from old FPSCR to new fenv to propagate DFP rounding modes.
6664         Call __fe_mask_env() if FP exceptions previously enabled.
6665         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6666         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6667         transitioning from all exceptions disabled to any exception enabled
6668         or visa versa.
6669         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6670         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6671         when transitioning from all exceptions disabled to any exception
6672         enabled or visa versa.
6673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6680 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6682         [BZ #4465]
6683         * posix/unistd.h: Remove __THROW from fdatasync.
6685 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6687         [BZ #4465]
6688         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6690 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6692         * stdio-common/vfprintf.c (process_string_arg): Optimize
6693         ridiculous precision in wide char code printing multi-byte string.
6694         Reported by Jim Meyering <jim@meyering.net>.
6696         [BZ #4131]
6697         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6698         boundaries to work around systems with overlapping binary loading.
6699         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6701 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6703         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6704         __mbsnrtowcs after last change.
6706         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6707         (get_ident): Likewise.
6709 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6711         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6712         with setting the sticky bit.
6713         * math/test-misc.c (main): Add more truncation tests.
6715 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6717         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6718         double in the function declaration.
6719         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6720         double in the function declaration.
6721         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6722         float in the function declaration.
6723         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6724         float in the function declaration.
6726         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6727         denormal operands.  Do not generate FP_EX_DENORM exception.
6728         (FP_UNPACK_RAW_EP): Ditto.
6729         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6730         undefined _FP_UNPACK_RAW_E.
6731         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6732         undefined _FP_UNPACK_RAW_EP.
6733         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6734         undefined _FP_PACK_RAW_E.
6735         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6736         undefined _FP_PACK_RAW_EP.
6738         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6739         _FP_FRAC_COPY_2.
6740         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6741         _FP_FRAC_COPY_4.
6743 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6744             Jakub Jelinek  <jakub@redhat.com>
6746         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6747         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6748         this case.
6749         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6751 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6753         * math/test-misc.c (main): Add tests for rounding long double
6754         values close to smallest double denormalized value to double.
6756 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6758         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6759         condition for truncating to 0.  Set sticky bit for such
6760         truncation.
6762 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6764         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6765         fixed length array for ignore.
6767 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6769         [BZ #4438]
6770         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6771         stack for large precisions.
6772         * stdio-common/test-vfprintf.c (main): Add test for large
6773         precision.
6775 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6777         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6778         for exponent 0.
6779         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6781         [BZ #4439]
6782         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6783         account in the size check.
6784         * resolv/tst-inet_ntop.c: New test.
6785         * resolv/Makefile (tests): Add tst-inet_ntop.
6787 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6788             Jakub Jelinek  <jakub@redhat.com>
6790         [BZ #4349]
6791         * malloc/malloc.c: Keep separate list for first blocks on the bin
6792         lists with a given size.  This helps skipping over list elements
6793         we know won't fit in two places.
6794         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6796 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6798         [BZ #4102]
6799         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6800         label to Teredo tunnel addresses 2001://32.
6802 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6804         * locale/programs/ld-collate.c (collate_read): Allow order_start
6805         after copy.
6807         * locale/programs/ld-collate.c (collate_read): Fix printing of
6808         error message.
6810         [BZ #3213]
6811         * locale/C-translit.h.in: Add entry for U2044.
6813         [BZ #4342]
6814         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6815         hexa-decimal floats without exponent.
6816         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6818 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6820         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6821         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6822         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6823         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6824         GLIBC_2.6.
6825         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6826         Add sched_getcpu.
6828 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6830         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6831         of 0 after the out_fail label.
6833 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6835         [BZ #4406]
6836         * iconv/gconv_charset.h (strip): Allow ':'.
6837         * iconv/iconv_open.c (iconv_open): Adjust comment.
6839 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6841         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6842         version.
6844 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6846         [BZ #4381]
6847         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6848         alignment of buffer and tmp_buffer.
6849         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6850         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6851         alignment of buffer.
6852         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6853         bigger than INT_MAX.
6854         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6855         h_errnop arguments.  Fail if buflen is too small.
6856         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6858 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6860         [BZ #4405]
6861         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6862         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6864 2007-04-22  Roland McGrath  <roland@redhat.com>
6866         * elf/elf.h (NT_PRXFPREG): New macro.
6868 2007-04-19  Andreas Jaeger  <aj@suse.de>
6870         [BZ #3905]
6871         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6872         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6873         Added.
6875 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6877         * include/sys/mman.h: Mark madvise hidden.
6878         * misc/madvise.c: Add libc_hidden_def.
6880 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6882         * nis/nis_domain_of.c (__nis_domain_of): New function.
6883         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6884         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6885         * nis/nis_call.c (rec_dirsearch): Likewise.
6886         (first_shoot): Likewise.  Remove search_parent_first argument.
6887         (struct nis_server_cache): Rename search_parent_first field
6888         to search_parent.
6889         (nis_server_cache_search, nis_server_cache_add): Rename
6890         search_parent_first argument to search_parent.
6891         (__nisfind_server): Likewise.  If search_parent, call
6892         __nis_domain_of.
6894 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6896         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6898 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6900         [BZ #4368]
6901         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6903 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6905         [BZ #4364]
6906         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6908 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6910         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6911         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6912         current number of locales in SUPPORTED.
6913         (create_archive): Initialize serial.
6914         (enlarge_archive): Preserve aliases rather than duplicating
6915         their locrecs.
6917 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6919         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6920         after _IO_un_link, not before it.
6922         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6923         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6924         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6926 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6928         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6929         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6930         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6931         Remove __THROW.
6932         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6933         _IO_file_xsgetn_maybe_mmap): Likewise.
6934         * libio/oldfileops.c (old_do_write): Likewise.
6935         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6936         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6937         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6938         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6939         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6940         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6941         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6942         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6943         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6944         _IO_file_underflow, _IO_file_underflow_mmap,
6945         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6946         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6947         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6948         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6949         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6950         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6951         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6952         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6953         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6954         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6955         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6956         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6957         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6958         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6959         _IO_adjust_column_internal, _IO_default_uflow_internal,
6960         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6961         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6962         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6963         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6964         _IO_file_close_it_internal, _IO_file_underflow_internal,
6965         _IO_file_overflow_internal, _IO_file_attach_internal,
6966         _IO_file_fopen_internal, _IO_file_sync_internal,
6967         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6968         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6969         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6970         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6971         _IO_seekpos_unlocked): Likewise.
6972         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6973         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6975 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6977         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6978         argument in xmalloc size computation.
6980 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6982         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6983         math_opt_barrier and math_force_eval macros.
6985 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6987         [BZ #3306]
6988         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6989         * sysdeps/i386/fpu/math_private.h: New file.
6990         * sysdeps/x86_64/fpu/math_private.h: New file.
6991         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6992         math_force_eval macros.  Use "+m" constraint on asm rather than
6993         "=m" and "m".
6994         * math/s_nextafter.c (__nextafter): Likewise.
6995         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6996         Likewise.
6997         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6998         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6999         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7000         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7001         math_opt_barrier and math_force_eval macros.
7002         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7003         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7004         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7005         (__nexttoward): Use math_opt_barrier and
7006         math_force_eval macros.  Use "+m" constraint on asm rather than
7007         "=m" and "m".  Only use asm to force double result if
7008         FLT_EVAL_METHOD is 2.
7009         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7010         (__nexttowardf): Use math_opt_barrier and
7011         math_force_eval macros.  Use "+m" constraint on asm rather than
7012         "=m" and "m".  Only use asm to force double result if
7013         FLT_EVAL_METHOD is not 0.
7014         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7015         (__nexttowardf): Use math_opt_barrier and
7016         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7017         x to float using asm.
7018         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7019         (__nldbl_nexttowardf): Use math_opt_barrier and
7020         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7021         x to float using asm.
7022         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7023         (__nexttowardf): Use math_opt_barrier and math_force_eval
7024         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7025         * math/bug-nextafter.c (zero, inf): New variables.
7026         (main): Add new tests.
7027         * math/bug-nexttoward.c (zero, inf): New variables.
7028         (main): Add new tests.
7030 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7032         [BZ #3427]
7033         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7034         exceptions both in SW and MXCSR.
7035         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7036         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7037         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7038         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7039         in MXCSR if SSE is available.
7040         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7041         and ldsodefs.h.
7042         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7043         Fix comment typo.
7044         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7045         Return 0 rather than 1.
7046         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7047         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7048         * math/test-fenv.c (feholdexcept_tests): New function.
7049         (main): Call it.
7051 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7053         [BZ #3427]
7054         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7055         in SW.
7057 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7059         [BZ #4344]
7060         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7061         Reported by David Anderson <davea42@earthlink.net>.
7063 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7065         * posix/sys/wait.h: Remove unnecessary forward declaration.
7067 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7069         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7070         with obj->do_servers after first_shoot.
7072 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7074         * posix/Makefile (routines): Add sched_cpucount.
7075         (tests): Add tst-cpucount.
7076         * posix/sched_cpucount.c: New file.
7077         * posix/tst-cpucount.c: New file.
7078         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7079         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7080         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7081         * posix/sched.h: Define CPU_COUNT.
7083 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7085         * posix/fnmatch.c (STRUCT): Define.
7086         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7087         * posix/fnmatch_loop.c (struct STRUCT): New type.
7088         (FCT): Add ends argument.  If ends != NULL and normal * is
7089         seen in the pattern, store current pattern and string pointers
7090         and return.  Adjust recursive calls.
7091         (EXT): Adjust FCT callers.
7092         (STRUCT): Undef at the end of the file.
7093         * posix/Makefile (tests): Add tst-fnmatch2.
7094         * posix/tst-fnmatch2.c: New test.
7096 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7098         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7099         and 1 on failure.
7101         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7102         Change last argument to unsigned int.
7104 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7106         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7108 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7110         * config.h.in (HAVE_LIBCAP): Add.
7111         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7112         sys/capabilities.h.
7113         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7114         free_caps.  Cast away const from 4th cap_set_flag argument.
7116 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7118         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7119         GLIBC_2.6.
7120         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7121         Add sync_file_range.
7122         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7124 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7126         * sysdeps/powerpc/bits/atomic.h
7127         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7128         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7129         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7130         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7131         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7132         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7133         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7134         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7135         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7136         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7137         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7138         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7139         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7140         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7141         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7142         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7143         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7144         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7145         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7146         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7148 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7150         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7151         (__cache_line_size): Define the variable here.  Add
7152         attribute_hidden, remove weak_extern.
7153         (__libc_start_main): Set __cache_line_size
7154         unconditionally.
7155         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7156         (__cache_line_size): Define the variable here.  Add
7157         attribute_hidden, remove weak_extern.
7158         (DL_PLATFORM_AUXV): Set __cache_line_size
7159         unconditionally.
7160         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7161         weak_extern, add attribute_hidden.
7162         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7163         defined in ld.so.
7164         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7165         definition.
7166         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7168 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7170         [BZ #4276]
7171         * timezone/africa: Update from tzdata2007d.
7172         * timezone/asia: Likewise.
7173         * timezone/australasia: Likewise.
7174         * timezone/backward: Likewise.
7175         * timezone/europe: Likewise.
7176         * timezone/iso3166.tab: Likewise.
7177         * timezone/leapseconds: Likewise.
7178         * timezone/northamerica: Likewise.
7179         * timezone/southamerica: Likewise.
7180         * timezone/zone.tab: Likewise.
7182         * timezone/private.h: Update from tzcode2007d.
7183         * timezone/zdump.c: Likewise.
7184         * timezone/zic.c: Likewise.
7186 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7188         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7189         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7190         variables.
7191         (nis_server_cache_search, nis_server_cache_add): New functions.
7192         (__nisfind_server): Use them.  Add dbp and flags argument, if
7193         call __nisbind_create.
7194         (__nisbind_create): Add server_used and current_ep arguments,
7195         only call __nis_findfastest if server_used is ~0.
7196         (__do_niscall2, __prepare_niscall): Adjust callers.
7197         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7198         ckey_cache_euid, ckey_cache_lock): New variables.
7199         (get_ckey): New function.
7200         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7201         __pmap_getnisport.  Save __pmap_getnisport result in
7202         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7203         key.
7204         * nis/nis_lookup.c (nis_lookup): Likewise.
7205         * nis/nis_table.c (nis_list): Likewise.
7206         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7207         prototypes.
7209         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7210         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7211         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7212         _nss_nisplus_getservbyport_r): Likewise.
7213         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7214         _nss_nisplus_getnetbyaddr_r): Likewise.
7215         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7216         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7217         _nss_nisplus_getntohost_r): Likewise.
7218         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7219         _nss_nisplus_getrpcbynumber_r): Likewise.
7221 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7223         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7224         * configure: Rebuilt.
7226         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7227         bit-fields.
7228         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7230 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7232         [BZ #2831]
7233         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7234         bit-fields.
7236 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7238         * nscd/gai.c: Include alloca.h.
7239         (__libc_use_alloca): Define.
7241 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7243         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7244         smaller scopes.
7245         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7246         (DL_DST_REQUIRED): Adjust user.
7248         * include/dlfcn.h (struct link_map): New forward decl.
7250         * inet/getnameinfo.c: Include stddef.h.
7251         (getnameinfo): Use offsetof.
7253         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7255         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7257         * string/strerror_l.c: Include stdlib.h.
7259         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7260         * config.make.in (gnu89-inline-CFLAGS): New variable.
7261         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7262         -std=gnu99.
7263         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7264         * argp/argp.h: Use it.
7265         * bits/mathinline.h: Likewise.
7266         * bits/sigset.h: Likewise.
7267         * bits/string.h: Likewise.
7268         * ctype/ctype.h: Likewise.
7269         * hurd/hurd.h: Likewise.
7270         * hurd/hurd/fd.h: Likewise.
7271         * hurd/hurd/port.h: Likewise.
7272         * hurd/hurd/signal.h: Likewise.
7273         * hurd/hurd/threadvar.h: Likewise.
7274         * hurd/hurd/userlink.h: Likewise.
7275         * io/sys/stat.h: Likewise.
7276         * libio/bits/stdio.h: Likewise.
7277         * libio/bits/stdio2.h: Likewise.
7278         * mach/lock-intern.h: Likewise.
7279         * mach/mach/mig_support.h: Likewise.
7280         * math/bits/cmathcalls.h: Likewise.
7281         * posix/bits/unistd.h: Likewise.
7282         * socket/bits/socket2.h: Likewise.
7283         * stdlib/bits/stdlib.h: Likewise.
7284         * stdlib/stdlib.h: Likewise.
7285         * string/argz.h: Likewise.
7286         * string/bits/string2.h: Likewise.
7287         * string/bits/string3.h: Likewise.
7288         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7289         * sysdeps/generic/inttypes.h: Likewise.
7290         * sysdeps/generic/machine-lock.h: Likewise.
7291         * sysdeps/generic/machine-sp.h: Likewise.
7292         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7293         * sysdeps/i386/i486/bits/string.h: Likewise.
7294         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7295         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7296         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7297         * sysdeps/mach/i386/machine-lock.h: Likewise.
7298         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7299         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7300         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7301         * sysdeps/s390/bits/string.h: Likewise.
7302         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7303         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7304         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7305         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7306         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7307         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7308         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7309         * wcsmbs/bits/wchar2.h: Likewise.
7310         * wcsmbs/wchar.h: Likewise.
7311         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7312         __extern_inline definition.
7314 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7316         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7317         NULL.
7319         [BZ #3919]
7320         * math/libm-test.inc (log_test): Test -Inf and NaN.
7321         (log10_test, log1p_test, log2_test): Test -Inf.
7322         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7323         FE_INVALID when argument is qNaN.
7324         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7325         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7326         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7327         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7328         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7329         testb $4, %ah and jump if non-zero.
7330         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7331         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7333         [BZ #4101]
7334         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7335         ancestors with the same depths.
7336         Patch by Niels Moeller <nisse@lysator.liu.se>.
7337         (filter_doc): Don't crash if argp is NULL.
7338         * argp/Makefile (tests): Add tst-argp2.
7339         * argp/tst-argp2.c: New test.
7341         [BZ #4130]
7342         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7343         open_not_cancel_2.
7344         (updwtmp_file): Likewise.
7346         [BZ #4181]
7347         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7348         (inet6_opt_append): Don't check extlen is big enough if extbuf
7349         is NULL.
7350         (inet6_opt_finish): Likewise.
7351         * inet/Makefile (tests): Add test-inet6_opt.
7352         * inet/test-inet6_opt.c: New test.
7354         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7355         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7356         NLMSG_ERR.  Instead use a page sized buffer.
7357         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7358         buffer.
7360 2007-03-14  Richard Henderson  <rth@redhat.com>
7362         * sysdeps/alpha/fpu/s_llround.c: New file.
7363         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7364         * sysdeps/alpha/fpu/s_lround.c: New file.
7365         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7366         * sysdeps/alpha/fpu/s_round.c: New file.
7367         * sysdeps/alpha/fpu/s_roundf.c: New file.
7368         * sysdeps/alpha/fpu/s_trunc.c: New file.
7369         * sysdeps/alpha/fpu/s_truncf.c: New file.
7371         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7372         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7373         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7374         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7375         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7376         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7378         * sysdeps/alpha/fpu/s_fmax.S: New file.
7379         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7380         * sysdeps/alpha/fpu/s_fmin.S: New file.
7381         * sysdeps/alpha/fpu/s_fminf.S: New file.
7382         * sysdeps/alpha/fpu/s_isnan.c: New file.
7383         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7384         * sysdeps/alpha/fpu/s_llrint.c: New file.
7385         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7386         * sysdeps/alpha/fpu/s_lrint.c: New file.
7387         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7388         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7389         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7391         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7392         (__fdimf, fdimf, __fdim, fdim): Remove.
7393         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7394         (__isnanf, __isnan, __isnanl): New.
7396 2007-03-13  Richard Henderson  <rth@redhat.com>
7398         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7400 2007-03-13  Richard Henderson  <rth@redhat.com>
7402         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7403         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7404         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7405         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7406         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7407         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7409 2007-03-13  Richard Henderson  <rth@redhat.com>
7411         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7412         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7413         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7414         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7415         Move to dl-auxv.h; initialize instead of extern weak.
7416         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7417         weak symbol.
7418         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7419         Extern instead of initialized.
7421 2007-03-13  Richard Henderson  <rth@redhat.com>
7423         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7424         __sigsuspend_nocancel.
7426 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7428         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7429         172.16/12 address range.
7431 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7433         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7434         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7435         message.
7437 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7439         [BZ #4069]
7440         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7441         earlier.
7442         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7444         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7445         for x qNaN and y either +-inf or non-integer value.
7446         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7447         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7448         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7450 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7452         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7453         from sysdep_headers.
7455 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7457         * time/tzfile.c (find_transition): Instead of a linear search try to
7458         guess the transition index, use a linear search if the result is at
7459         most 10 transitions away from the guess or binary search otherwise.
7461 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7463         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7464         memory reallocation.
7466 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7468         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7469         and fix some typos.
7470         Optimize use of TOLOWER.
7472         [BZ #3325]
7473         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7474         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7475         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7477         [BZ #3458]
7478         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7479         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7481         [BZ #4076]
7482         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7483         (open_dir_stream): Likewise.
7484         * io/Makefile (tests): Add bug-ftw5.
7485         * io/bug-ftw5.c: New file.
7487         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7488         * nscd/servicescache.c (cache_addserv): Likewise.
7490         * nscd/grpcache.c (cache_addgr): In case a record changed on
7491         refresh, adjust key_copy.
7493         [BZ #4074]
7494         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7495         refresh, adjust key_copy.
7497         [BZ #4070]
7498         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7499         special cases.
7500         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7502 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7504         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7505         optimization.
7507         * stdio-common/vfscanf.c: Small cleanups throughout.
7509 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7511         [BZ #3325]
7512         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7513         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7514         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7515         Patch by Jared Casper <jaredcasper@gmail.com>.
7517         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7518         * sysdeps/unix/opendir.c: Likewise.
7519         * sysdeps/unix/readdir.c: Likewise.
7521         [BZ #2211]
7522         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7523         point numbers.
7524         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7526         * stdio-common/vfscanf.c: Fix problems in width accounting.
7527         * stdio-common/tst-sscanf.c (double_tests): New tests.
7528         (main): Hook them up.
7530         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7531         More simplifications of floating-point reader.
7533         * stdio-common/Makefile (tests): Add tst-swscanf.
7534         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7535         testing.
7536         * stdio-common/tst-swscanf.c: New file.
7538 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7540         [BZ #2633]
7541         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7542         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7543         Remove using for __jmp_buf_tag.
7544         * locale/locale.h (struct lconv): Also define in std namespace.
7545         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7547         [BZ #3842]
7548         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7549         using __libc_enable_secure.
7551         [BZ #3818]
7552         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7554         [BZ #3745]
7555         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7556         of names for ellipsises.
7558         [BZ #3348]
7559         * malloc/memusage.sh: Cleanups.
7560         * debug/xtrace.sh: Quoting and trap changes.
7562 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7564         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7566         * locale/iso-3166.def: Update entry for Serbia.
7567         * locale/iso-4217.def: Define RSD, remove CSD.
7569         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7570         and 64-bit operations.
7572         [BZ #4040]
7573         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7574         16-bit operations.
7576         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7577         of writev.
7579 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7581         [BZ #3991]
7582         * assert/assert.h (assert): Simplify.
7583         (assert_perror): Likewise.
7584         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7586         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7587         reqdata.
7589         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7590         change: don't pass NULL in place of an integer.
7592 2007-02-02  Bruno Haible  <bruno@clisp.org>
7594         [BZ #3954]
7595         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7596         Add mapping for U+327E.
7597         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7598         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7599         mapping of 0xD9 0xE8.
7600         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7601         mapping of U+327E.
7602         Reported by Jungshik Shin <jungshik@google.com>.
7604         [BZ #3955]
7605         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7606         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7607         Reported by Jungshik Shin <jungshik@google.com>.
7609 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7611         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7612         byte variants.
7614         [BZ #4040]
7615         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7616         byte variants.  Patch mostly be tom@tommay.net.
7618 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7620         [BZ #3996]
7621         * posix/glob.c (attribute_hidden): Define if not defined.
7622         (glob): Unescape dirname, filename or username when needed and not
7623         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7624         is NULL.  Handle unescaped [ in pattern without closing ].
7625         Don't pass GLOB_CHECK down to recursive glob for directories.
7626         (__glob_pattern_type): New function.
7627         (__glob_pattern_p): Implement using __glob_pattern_type.
7628         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7629         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7630         Remove unreachable code.
7631         * posix/globtest.sh: Add a couple of new tests.
7633 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7635         * po/ru.po: Update from translation team.
7637 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7639         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7640         to the list of i486+ CPUs.
7641         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7643 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7645         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7646         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7647         references.
7649 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7651         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7653         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7654         * resolv/res_mkquery.c: Define __res_nopt.
7655         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7656         try adding EDNS0 record.
7657         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7658         EDNS0 record was send make sure we don't try it again.
7659         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7660         * include/resolv.h: Declare __res_nopt.
7662 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7664         [BZ #3944]
7665         * time/strptime_l.c (__strptime_internal): Set have_mon for
7666         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7667         have been computed from tm_yday and tm_year.  Don't crash
7668         in day_of_the_week or day_of_the_year if not have_mon
7669         and tm_mon contains bogus value.
7670         * time/Makefile (tests): Add tst-strptime3.
7671         * time/tst-strptime3.c: New test.
7673 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7675         [BZ #3957]
7676         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7677         bit for RE_HAT_LISTS_NOT_NEWLINE.
7678         (build_charclass_op): Remove bogus comment.
7679         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7680         * posix/bug-regex27.c: New test.
7681         * posix/bug-regex28.c: New test.
7683 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7685         * po/sv.po: Update from translation team.
7687 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7689         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7691 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7693         * include/locale.h (__uselocale): Add libc_hidden_proto.
7694         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7696         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7697         gettimeofday.
7699 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7701         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7702         returning.
7703         (PTR_DEMANGLE): Real definition now that it's not the same as
7704         PRT_MANGLE anymore.
7705         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7707         * string/strerror_l.c: New file.
7708         * string/Makefile (routines): Add strerror_l.
7709         * string/string.h: Declare strerror_l.
7710         * string/Versions: Export strerror_l for GLIBC_2.6.
7712 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7714         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7715         as parameter.  Construct request record.  Try sending request
7716         before the first poll use, it usually succeeds.  Adjust all
7717         callers.
7718         * nscd/nscd-client.h: Define MAXKEYLEN.
7719         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7721 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7723         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7724         from return value.
7725         * nscd/nscd_helper.c: Include string.h.
7726         (__nscd_cache_search): Remove const qualifier from return value.
7727         On strict alignment architectures check hash entry and data head
7728         alignment.
7729         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7730         mmapped data during GC cycle contains garbage.  If
7731         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7732         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7733         dropped to 0.
7734         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7735         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7736         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7737         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7738         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7740 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7742         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7744 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7746         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7747         names not numbers in cfi_*.
7749 2007-01-26  Andreas Jaeger  <aj@suse.de>
7751         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7752         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7753         Correct values of PER_HPUX and PER_OSF4.
7755 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7757         * elf/dl-minimal.c: Undefine _itoa first.
7758         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7759         * malloc/mtrace.c: Revert last change.
7760         * posix/wordexp.c: Likewise.
7762 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7764         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7765         and __geode__ to the list of i486+ CPUs.
7766         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7768 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7770         * stdio-common/_itoa.c: Include <limits.h>.
7771         * stdio-common/_itowa.c: Likewise.
7773 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7775         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7776         platforms.
7777         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7778         64-bit platforms.
7779         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7780         possible.
7781         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7782         if possible.
7784         [BZ #3902]
7785         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7786         * stdio-common/Makefile (tests): Add bug17.
7787         * stdio-common/bug17.c: New file.
7789 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7791         * iconvdata/brf.c: New file.
7792         * iconvdata/testdata/BRF: New file.
7793         * iconvdata/testdata/BRF..UTF8: New file.
7794         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7795         * iconvdata/Makefile: Add rules to build BRF.
7796         * iconvdata/TESTS: Add BRF entry.
7797         * iconvdata/gconv-modules: Likewise.
7798         * iconvdata/tst-tables.sh: Likewise.
7800 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7802         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7803         type `long long int', not `long int'.
7804         (wcstoq): Likewise.
7806 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7808         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7809         of values on 64-bit platforms which are too large.
7811 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7812             Joe Kerian  <jkerian@us.us.ibm.com>
7814         [BZ #2749]
7815         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7816         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7817         (__copysignl): Use signbit() for comparison.
7818         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7819         SET_LDOUBLE_WORDS64.
7821         [BZ #2423, #2749]
7822         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7823         (__ceill): Remove calls to fegetround(), fesetround().
7824         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7825         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7826         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7828 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7830         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7832         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7834 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7836         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7837         demangle pointer.
7838         * csu/libc-start.c: Likewise.
7840 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7842         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7843         really work anyway.
7845 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7847         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7848         users.
7849         (handle_request): Remove unnecessary tests.
7851         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7853 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7855         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7856         workbits in semi-raw fraction.
7858         * math/test-misc.c: Add new tests.
7860 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7862         * math/basic-test.c: Include test-skeleton.c.
7863         (TEST_TRUNC): Define.
7864         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7865         (main): Rename to ...
7866         (do_test): ...this.  Run new tests.
7867         (TEST_FUNCTION): Define.
7869 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7870             Joe Kerian  <jkerian@us.us.ibm.com>
7872         [BZ #2749]
7873         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7874         handling for high words.
7875         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7876         and overflow for infinity.
7878 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7880         * nscd/connections.c (handle_request): Add a __builtin_expect.
7882         * nscd/connections.c (serv2db): Change type into structure which
7883         also says whether this is a request for data.  Renamed to
7884         servinfo.  All users changed.
7885         (handle_request): Much simpler test whether we should search the cache.
7887         * nscd/connections.c (handle_request): Fix thinko in selinux test
7888         invocation.
7890         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7891         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7892         it before getting dl_load_lock and then relock.
7893         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7894         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7895         case we unlocked the scope.
7896         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7897         _dl_lookup_symbol_x in case we locked the scope.
7898         (_dl_profile_fixup): Likewise.
7899         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7900         set DL_LOOKUP_SCOPE_LOCK.
7902 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7904         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7905         CFLAGS-getsrvbynpt_r.c.
7906         * nscd/getsrvbynm_r.c: New file.
7907         * nscd/getsrvbypt_r.c: New file.
7908         * nscd/nscd_getserv_r.c: New file.
7909         * nscd/servicescache.c: New file.
7910         * nscd/Makefile (routines): Add nscd_getserv_r.
7911         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7912         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7913         CFLAGS-getsrvbypt_r.c.
7914         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7915         table.  Add entries for services database.
7916         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7917         services database.
7918         (dbs): Add .reset_res and servdb initialization.
7919         (serv2db): Add entries for services database.
7920         (verify_persistent_db): Accept dbnr == servdb.
7921         (invalidate_cache): Rewrite database name recognition to use a table.
7922         Call res_init() if .reset_res is set for database.
7923         (handle_request): Add code to handle services database.
7924         * nscd/gai.c: Don't define __getservbyname_r.
7925         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7926         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7927         (serv_response_header): Define.
7928         (struct datahead): Add serv_response_header member.
7929         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7930         using table.
7931         * nscd/nscd.conf: Add entries for services database.
7932         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7933         Declare serv_iov_disabled.
7934         Declare addservbyname, readdservbyname, addservbyport, and
7935         readdservbyport.
7936         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7937         (find_db): Fix error message.
7938         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7939         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7940         * nscd/selinux.c (perms): Add entries for services database.
7941         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7942         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7944         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7945         * nscd/hstcache.c: Likewise.
7946         * nscd/pwdcache.c: Likewise.
7948         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7949         computation of keylen.
7951         * include/string.h: Only redefine strndupa if this is really for
7952         libc code.
7954 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7956         * nscd/nscd_gethst_r.c: Minor cleanups.
7958         * nscd/connections.c (handle_request): Check selinux permissions
7959         for all non-admin commands.
7961         * sysdeps/i386/i486/bits/atomic.h: Define
7962         atomic_compare_and_exchange_val_acq,
7963         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7964         using __sync_* built-ins for gcc >= 4.1.
7965         * sysdeps/x86_64/bits/atomic.h: Likewise.
7967         [BZ #3840]
7968         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7969         and .oS.d files.
7971 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7973         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7974         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7975         (do_test): Check errno and exit(0) if ENOSYS.
7977 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7979         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7980         thousands separators.
7981         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7982         * stdlib/tst-strtod4.c: New test.
7984         [BZ #3855]
7985         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7986         hexadecimal digit should accept just the initial 0.
7987         * stdlib/tst-strtod2.c (tests): New variable.
7988         (do_test): Run several tests rather than just one.
7990 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7992         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7993         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7995 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7997         * io/fts.c: Make sure fts_cur is always valid after return from
7998         fts_read.
7999         Patch by Miloslav Trmac <mitr@redhat.com>.
8001 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8003         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8004         (R_MIPS_NUM): Bump by 1.
8006 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8008         * posix/execvp.c: Include alloca.h.
8009         (allocate_scripts_argv): Renamed to...
8010         (scripts_argv): ... this.  Don't allocate buffer here nor count
8011         arguments.
8012         (execvp): Use alloca if possible.
8013         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8014         * posix/tst-vfork3.c: New test.
8016 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8018         * string/Makefile (tst-strxfrm2-ENV): Define.
8019         * stdlib/Makefile (tst-strtod3-ENV): Define.
8021 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8023         * posix/getconf.c: Update copyright year.
8024         * nss/getent.c: Likewise.
8025         * iconv/iconvconfig.c: Likewise.
8026         * iconv/iconv_prog.c: Likewise.
8027         * elf/ldconfig.c: Likewise.
8028         * catgets/gencat.c: Likewise.
8029         * csu/version.c: Likewise.
8030         * elf/ldd.bash.in: Likewise.
8031         * elf/sprof.c (print_version): Likewise.
8032         * locale/programs/locale.c: Likewise.
8033         * locale/programs/localedef.c: Likewise.
8034         * nscd/nscd.c (print_version): Likewise.
8035         * debug/xtrace.sh: Likewise.
8036         * malloc/memusage.sh: Likewise.
8037         * malloc/mtrace.pl: Likewise.
8038         * debug/catchsegv.sh: Likewise.
8040 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8042         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8043         attempts.
8045 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8047         * posix/wordexp.c: Remove some unnecessary tests.
8049 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8051         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8052         blacklist the group till after we look it up.
8054 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8056         * include/atomic.h (atomic_forced_read): New macro.
8058 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8060         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8062 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8064         * nss/getXXbyYY_r.c: Include atomic.h.
8065         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8066         add atomic_write_barrier () in between.
8068         * stdlib/Makefile (tests): Add tst-makecontext.
8069         * stdlib/tst-makecontext.c: New test.
8071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8072         (__makecontext): Don't realign uc_mcontext.uc_regs.
8074 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8076         * elf/dl-support.c: Include dl-procinfo.h.
8077         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8078         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8079         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8080         Define.
8081         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8082         hardcoded constants.
8083         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8084         PPC_PLATFORM_* macros for array designators.
8086 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8088         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8089         names to the beginning.
8090         (_dl_powerpc_platforms): Add "power6x".
8091         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8092         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8093         (_DL_PLATFORMS_COUNT): Increase.
8094         (_dl_string_platform): Handle power6x case.
8095         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8096         PPC_FEATURE_POWER6_EXT): Define.
8097         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8099 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8101         [BZ #3747]
8102         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8103         [-2^31 .. 2^31) range.
8104         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8105         targets.
8106         * stdlib/tst-rand48-2.c: New test.
8107         * stdlib/Makefile (tests): Add tst-rand48-2.
8109 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8111         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8113 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8115         * misc/tst-pselect.c (do_test): Make sure the helper process is
8116         terminating when the test is aborted.
8118 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8120         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8121         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8122         Handle relatime mount option.
8124         [BZ #2337]
8125         * libio/Makefile (tests): Add tst-setvbuf1.
8126         * libio/tst-setvbuf1.c: New file.
8128 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8130         [BZ #2337]
8131         * libio/genops.c (__uflow): Fix a typo.
8132         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8133         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8134         the narrow buffer size.
8136 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8138         [BZ #2337]
8139         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8140         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8141         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8142         in _flags.
8143         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8144         _IO_wstr_finish): Likewise.
8145         * libio/wmemstream.c (open_wmemstream): Likewise.
8146         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8147         even for wide streams.
8149 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8152         kernel-features.h.
8154 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8156         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8157         separators also if no non-zero digits found.
8158         * stdlib/Makefile (tests): Add tst-strtod3.
8160 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8162         [BZ #3632]
8163         * include/features.h: Fix comment about default value for
8164         _POSIX_C_SOURCE.
8166         [BZ #3664]
8167         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8168         empty parsed strings.
8169         * stdlib/Makefile (tests): Add tst-strtod2.
8170         * stdlib/tst-strtod2.c: New file.
8172         [BZ #3673]
8173         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8174         computation.
8175         * stdlib/Makefile (tests): Add tst-atof2.
8176         * stdlib/tst-atof2.c: New file.
8178         [BZ #3674]
8179         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8180         correctly if removing trailing zero of hex-float.
8181         * stdlib/Makefile (tests): Add tst-atof1.
8182         * stdlib/tst-atof1.c: New file.
8184 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8186         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8187         Start searching for next comma at p rather than rest.
8188         * misc/Makefile (tests): Add tst-mntent2.
8189         * misc/tst-mntent2.c: New test.
8191         * misc/getusershell.c (initshells): Check for integer overflows.
8192         Make strings buffer one bigger as fgets always succeeds when second
8193         argument is 1.  Don't use calloc for shells array.  Disallow
8194         / as shell.
8196 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8198         * malloc/memusage.c: Handle realloc with new size of zero and
8199         non-NULL pointer correctly.
8200         (me): Really write first record twice.
8201         (struct entry): Make format bi-arch safe.
8202         (dest): Write out more realloc statistics.
8203         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8205 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8207         * nis/nis_subr.c (nis_getnames): Revert last change.
8209 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8211         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8212         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8213         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8214         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8215         ENOTTY.
8216         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8217         * io/tst-ttyname_r.c: New test.
8219 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8221         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8223 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8225         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8226         jump table entries.
8228 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8230         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8231         `clone' function to ensure proper unwinding stop of gdb.
8232         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8234 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8236         * nscd/nscd.init: Remove obsolete and commented-out -S option
8237         handling.
8239 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8241         [BZ #3514]
8242         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8244         [BZ #3515]
8245         * manual/string.texi (strtok): Remove duplicate paragraph.
8247 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8249         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8250         libgcc not supporting `rflags' unwinding (register # >= 17).
8252 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8254         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8255         succeeded.
8257 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8258             Jakub Jelinek  <jakub@redhat.com>
8259             Jan Kratochvil  <jan.kratochvil@redhat.com>
8261         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8262         unwind information.
8263         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8264         'restore_rt' even in the 'signal' directory.
8265         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8267 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8269         [BZ #3559]
8270         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8271         malloc crashed.  Don't allocate memory unnecessarily in each
8272         loop.
8274 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8276         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8278 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8280         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8282 2006-11-18  Bruno Haible  <bruno@clisp.org>
8284         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8285         __sysconf only after having tried to call getgroups32.
8287 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8289         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8290         addresses for IPv4 queries if they can be mapped.
8292 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8294         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8295         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8296         (signmask): Add .size directive.
8297         (othermask): Add .type directive.
8299 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8301         * po/nl.po: Update from translation team.
8303         * timezone/zdump.c: Redo fix for BZ #3137.
8305 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8307         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8308         to first_unused after parsing :include: file.
8310 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8312         * timezone/africa: Update from tzdata2006o.
8313         * timezone/antarctica: Likewise.
8314         * timezone/asia: Likewise.
8315         * timezone/australasia: Likewise.
8316         * timezone/backward: Likewise.
8317         * timezone/europe: Likewise.
8318         * timezone/iso3166.tab: Likewise.
8319         * timezone/northamerica: Likewise.
8320         * timezone/southamerica: Likewise.
8321         * timezone/zone.tab: Likewise.
8323         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8324         on machines with 64-bit time_t.
8326         * timezone/checktab.awk: Update from tzcode2006o.
8327         * timezone/ialloc.c: Likewise.
8328         * timezone/private.h: Likewise.
8329         * timezone/scheck.c: Likewise.
8330         * timezone/tzfile.h: Likewise.
8331         * timezone/tzselect.ksh: Likewise.
8332         * timezone/zdump.c: Likewise.
8333         * timezone/zic.c: Likewise.
8335         [BZ #3483]
8336         * elf/ldconfig.c (main): Call setlocale and textdomain.
8337         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8339         [BZ #3480]
8340         * manual/argp.texi: Fix typos.
8341         * manual/charset.texi: Likewise.
8342         * manual/errno.texi: Likewise.
8343         * manual/filesys.texi: Likewise.
8344         * manual/lang.texi: Likewise.
8345         * manual/maint.texi: Likewise.
8346         * manual/memory.texi: Likewise.
8347         * manual/message.texi: Likewise.
8348         * manual/resource.texi: Likewise.
8349         * manual/search.texi: Likewise.
8350         * manual/signal.texi: Likewise.
8351         * manual/startup.texi: Likewise.
8352         * manual/stdio.texi: Likewise.
8353         * manual/sysinfo.texi: Likewise.
8354         * manual/syslog.texi: Likewise.
8355         * manual/time.texi: Likewise.
8356         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8358         [BZ #3465]
8359         * sunrpc/clnt_raw.c: Minimal message improvements.
8360         * sunrpc/pm_getmaps.c: Likewise.
8361         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8362         * nis/nis_print_group_entry.c: Likewise.
8363         * locale/programs/repertoire.c: Likewise.
8364         * locale/programs/charmap.c: Likewise.
8365         * malloc/memusage.sh: Likewise.
8366         * elf/dl-deps.c: Likewise.
8367         * locale/programs/ld-collate.c: Likewise.
8368         * libio/vswprintf.c: Likewise.
8369         * malloc/memusagestat.c: Likewise.
8370         * sunrpc/auth_unix.c: Likewise.
8371         * sunrpc/rpc_main.c: Likewise.
8372         * nscd/cache.c: Likewise.
8373         * locale/programs/repertoire.c: Unify output messages.
8374         * locale/programs/charmap.c: Likewise.
8375         * locale/programs/ld-ctype.c: Likewise.
8376         * locale/programs/ld-monetary.c: Likewise.
8377         * locale/programs/ld-numeric.c: Likewise.
8378         * locale/programs/ld-time.c: Likewise.
8379         * elf/ldconfig.c: Likewise.
8380         * nscd/selinux.c: Likewise.
8381         * elf/cache.c: Likewise.
8382         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8384         [BZ #3451]
8385         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8386         change atomic.
8387         (ceil): Likewise.
8389 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8391         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8392         if N is one bigger than return value.
8393         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8394         and l1 last arguments, if buf is defined, verify the return value
8395         equals to strlen (buf) and verify no byte beyond passed length
8396         is modified.
8398 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8400         * po/sv.po: Update from translation team.
8402 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8404         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8405         noinline attribute.
8407 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8409         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8410         noinline attribute.
8412         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8413         Use __new_sys_siglist instead of _sys_siglist_internal as
8414         second macro argument.
8415         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8416         strong_alias.
8418 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8420         [BZ #3493]
8421         * posix/unistd.h (sysconf): Remove const attribute.
8423         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8424         temporary or deprecated addresses.
8425         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8427         * string/Makefile (tests): Add tst-strxfrm2.
8428         * string/tst-strxfrm2.c: New file.
8430 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8432         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8433         rather than r->r_brk.
8435 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8437         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8438         optimization even if needed > n.
8440         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8441         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8442         return false, otherwise return true.
8443         (cache_rpath): Return decompose_rpath return value.
8445 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8447         * include/libc-symbols.h (declare_symbol): Rename to...
8448         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8449         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8450         .size directive.
8451         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8452         changes.
8453         * sysdeps/gnu/siglist.c: Likewise.
8455 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8457         * sysdeps/powerpc/fpu/bits/mathinline.h
8458         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8459         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8461 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8463         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8464         Update handling of cache descriptor 0x49 for new models.
8465         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8466         Likewise.
8468 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8470         * malloc/memusage.c (dest): Reset not_me back to false after
8471         printing statistics.
8473 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8475         * configure.in: Work around ld --help change and avoid -z relro
8476         test completely if the architecture doesn't care about security.
8478 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8480         * po/sv.po: Update from translation team.
8482 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8484         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8485         generate compatibility version.
8487 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8489         * configure.in: Relax -z relro requirement a bit.
8491         * po/sv.po: Update from translation team.
8493 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8495         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8496         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8497         * elf/dl-close.c (_dl_close_worker): Likewise.
8498         * elf/dl-open.c (_dl_open_worker): Likewise.
8499         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8501 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8503         * configure.in: Require assembler support for visibility, compiler
8504         support for visibility and aliases, linker support for various -z
8505         options.
8506         * Makeconfig: Remove conditional code which now is unnecessary.
8507         * config.h.in: Likewise.
8508         * config.make.in: Likewise.
8509         * dlfcn/Makefile: Likewise.
8510         * elf/Makefile: Likewise.
8511         * elf/dl-load.c: Likewise.
8512         * elf/rtld.c: Likewise.
8513         * include/libc-symbols.h: Likewise.
8514         * include/stdio.h: Likewise.
8515         * io/Makefile: Likewise.
8516         * io/fstat.c: Likewise.
8517         * io/fstat64.c: Likewise.
8518         * io/fstatat.c: Likewise.
8519         * io/fstatat64.c: Likewise.
8520         * io/lstat.c: Likewise.
8521         * io/lstat64.c: Likewise.
8522         * io/mknod.c: Likewise.
8523         * io/mknodat.c: Likewise.
8524         * io/stat.c: Likewise.
8525         * io/stat64.c: Likewise.
8526         * libio/stdio.c: Likewise.
8527         * nscd/Makefile: Likewise.
8528         * stdlib/Makefile: Likewise.
8529         * stdlib/atexit.c: Likewise.
8530         * sysdeps/generic/ldsodefs.h: Likewise.
8531         * sysdeps/i386/dl-machine.h: Likewise.
8532         * sysdeps/i386/sysdep.h: Likewise.
8533         * sysdeps/i386/i686/memcmp.S: Likewise.
8534         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8535         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8536         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8538         * Makerules: USE_TLS support is now default.
8539         * tls.make.c: Likewise.
8540         * csu/Versions: Likewise.
8541         * csu/libc-start.c: Likewise.
8542         * csu/libc-tls.c: Likewise.
8543         * csu/version.c: Likewise.
8544         * dlfcn/dlinfo.c: Likewise.
8545         * elf/dl-addr.c: Likewise.
8546         * elf/dl-cache.c: Likewise.
8547         * elf/dl-close.c: Likewise.
8548         * elf/dl-iteratephdr.c: Likewise.
8549         * elf/dl-load.c: Likewise.
8550         * elf/dl-lookup.c: Likewise.
8551         * elf/dl-object.c: Likewise.
8552         * elf/dl-open.c: Likewise.
8553         * elf/dl-reloc.c: Likewise.
8554         * elf/dl-support.c: Likewise.
8555         * elf/dl-sym.c: Likewise.
8556         * elf/dl-sysdep.c: Likewise.
8557         * elf/dl-tls.c: Likewise.
8558         * elf/ldconfig.c: Likewise.
8559         * elf/rtld.c: Likewise.
8560         * elf/tst-tls-dlinfo.c: Likewise.
8561         * elf/tst-tls1.c: Likewise.
8562         * elf/tst-tls10.h: Likewise.
8563         * elf/tst-tls14.c: Likewise.
8564         * elf/tst-tls2.c: Likewise.
8565         * elf/tst-tls3.c: Likewise.
8566         * elf/tst-tls4.c: Likewise.
8567         * elf/tst-tls5.c: Likewise.
8568         * elf/tst-tls6.c: Likewise.
8569         * elf/tst-tls7.c: Likewise.
8570         * elf/tst-tls8.c: Likewise.
8571         * elf/tst-tls9.c: Likewise.
8572         * elf/tst-tlsmod1.c: Likewise.
8573         * elf/tst-tlsmod13.c: Likewise.
8574         * elf/tst-tlsmod13a.c: Likewise.
8575         * elf/tst-tlsmod14a.c: Likewise.
8576         * elf/tst-tlsmod2.c: Likewise.
8577         * elf/tst-tlsmod3.c: Likewise.
8578         * elf/tst-tlsmod4.c: Likewise.
8579         * elf/tst-tlsmod5.c: Likewise.
8580         * elf/tst-tlsmod6.c: Likewise.
8581         * include/errno.h: Likewise.
8582         * include/link.h: Likewise.
8583         * include/tls.h: Likewise.
8584         * locale/global-locale.c: Likewise.
8585         * locale/localeinfo.h: Likewise.
8586         * malloc/arena.c: Likewise.
8587         * malloc/hooks.c: Likewise.
8588         * malloc/malloc.c: Likewise.
8589         * resolv/Versions: Likewise.
8590         * sysdeps/alpha/dl-machine.h: Likewise.
8591         * sysdeps/alpha/libc-tls.c: Likewise.
8592         * sysdeps/generic/ldsodefs.h: Likewise.
8593         * sysdeps/generic/tls.h: Likewise.
8594         * sysdeps/i386/dl-machine.h: Likewise.
8595         * sysdeps/ia64/dl-machine.h: Likewise.
8596         * sysdeps/ia64/libc-tls.c: Likewise.
8597         * sysdeps/mach/hurd/fork.c: Likewise.
8598         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8599         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8600         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8601         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8602         * sysdeps/s390/libc-tls.c: Likewise.
8603         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8604         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8605         * sysdeps/sh/dl-machine.h: Likewise.
8606         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8607         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8608         * sysdeps/x86_64/dl-machine.h: Likewise.
8610         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8611         split out locking and parameter checking.
8612         (_dl_close): Call _dl_close_worker after locking and checking.
8613         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8614         _dl_close.
8615         * elf/Makefile: Add rules to build and run tst-thrlock.
8616         * elf/tst-thrlock.c:  New file.
8618         [BZ #3426]
8619         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8620         reality.
8622         [BZ #3429]
8623         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8624         we are sure we do not need it anymore for _dl_close.  Also move
8625         the asserts inside the lock region.
8626         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8628 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8630         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8631         argument.
8632         (_dl_lookup_symbol_x): Adjust caller.
8634         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8635         _ns_global_scope.
8636         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8638         * elf/dl-libc.c: Revert l_scope name changes.
8639         * elf/dl-load.c: Likewise.
8640         * elf/dl-object.c: Likewise.
8641         * elf/rtld.c: Likewise.
8642         * elf/dl-close.c (_dl_close): Likewise.
8643         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8644         always use __rtld_mrlock_{change,done}.  Always free old scope list
8645         here if not l_scope_mem.
8646         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8647         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8648         the lookup and __rtld_mrlock_unlock it after the lookup.
8649         * elf/dl-sym.c: Likewise.
8650         * include/link.h (struct r_scoperec): Remove.
8651         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8652         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8654 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8656         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8658 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8660         * configure.in: Disable building profile libraries by default.
8662 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8664         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8665         as signed longs, check for x_base + pos overflow.
8666         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8667         * sunrpc/tst-xdrmem2.c: New test.
8669 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8671         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8672         _dl_lookup_symbol_x code.
8674 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8676         * elf/dl-runtime.c: Include sysdep-cancel.h.
8677         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8678         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8679         instead of catomic_* macros.
8680         * elf/dl-sym.c: Include sysdep-cancel.h.
8681         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8682         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8683         * elf/dl-close.c: Include sysdep-cancel.h.
8684         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8685         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8686         * elf/dl-open.c: Include sysdep-cancel.h.
8687         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8688         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8690 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8692         [BZ #3313]
8693         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8694         fastbin rather than end of fastbin array.
8696 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8698         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8699         body macro.
8700         * sysdeps/x86_64/bits/atomic.h
8701         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8702         (catomic_decrement): Use correct body macro.
8704 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8706         * include/atomic.h: Add a unique prefix to all local variables
8707         in macros.
8708         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8710 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8712         [BZ #3369]
8713         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8714         and 7.
8716 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8718         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8720 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8722         [BZ #3313]
8723         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8724         determine highest fast bin to consolidate, always look into all of
8725         them.
8726         (do_check_malloc_state): Only require for empty bins for large
8727         sizes in main arena.
8729         * libio/stdio.h: Add more __wur attributes.
8731         * elf/dl-minimal.c (realloc): Optimize last patch.
8733 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8735         [BZ #3352]
8736         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8737         and use memcpy() if it does.
8739 2006-11-12  Andreas Jaeger  <aj@suse.de>
8741         [BZ #2510]
8742         * manual/search.texi (Hash Search Function): Clarify.
8743         (Array Search Function): Clarify.
8745 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8747         [BZ #2830]
8748         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8749         shifting.
8750         * math/atest-exp2.c (read_mpn_hex): Likewise.
8751         * math/atest-sincos.c (main): Likewise.
8753 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8755         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8756         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8757         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8758         version GLIBC_2.6.
8759         * Versions.def: Add GLIBC_2.6 for libc.
8761         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8763         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8765 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8767         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8769         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8771         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8772         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8774 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8776         * include/atomic.c: Define catomic_* operations.
8777         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8778         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8779         * malloc/memusage.c: Likewise.
8780         * gmon/mcount.c: Likewise.
8781         * elf/dl-close.c: Likewise.
8782         * elf/dl-open.c: Likewise.
8783         * elf/dl-profile.c: Likewise.
8784         * elf/dl-sym.c: Likewise.
8785         * elf/dl-runtime.c: Likewise.
8786         * elf/dl-fptr.c: Likewise.
8787         * resolv/res_libc.c: Likewise.
8789 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8791         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8792         components which lack them.
8794         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8795         at least one entry consisting of the parameter concatenated with
8796         the domain.
8798 2006-10-10  Roland McGrath  <roland@frob.com>
8800         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8801         * sysdeps/mach/hurd/futimes.c: Likewise.
8802         * sysdeps/mach/hurd/lutimes.c: Likewise.
8804 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8805             Jakub Jelinek  <jakub@redhat.com>
8807         Implement reference counting of scope records.
8808         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8809         from the list in objects which remain.  Always allocate new scope
8810         record.
8811         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8812         don't resize, allocate a new one.
8813         * elf/dl-runtime.c: Update reference counters before using a scope
8814         array.
8815         * elf/dl-sym.c: Likewise.
8816         * elf/dl-libc.c: Adjust for l_scope name change.
8817         * elf/dl-load.c: Likewise.
8818         * elf/dl-object.c: Likewise.
8819         * elf/rtld.c: Likewise.
8820         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8821         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8822         Add l_scoperec_lock.
8823         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8824         * sysdeps/generic/rtld-lowlevel.h: New file.
8826         * include/atomic.h: Rename atomic_and to atomic_and_val and
8827         atomic_or to atomic_or_val.  Define new macros atomic_and and
8828         atomic_or which do not return values.
8829         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8830         Various cleanups.
8831         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8833         * po/sv.po: Update from translation team.
8835 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8837         * Versions.def: Add GLIBC_2.6 to libpthread.
8839         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8840         (versioned_symbol): Likewise.
8841         (compat_symbol): Likewise.
8843         * po/tr.po: Update from translation team.
8845 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8847         * nis/Banner: Removed.  It's been integral part forever and the
8848         author info is incomplete anyway.
8849         * libio/Banner: Likewise.
8851         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8852         code, make sure the nis_freeresult call doesn't crash and that the
8853         result is reported correctly.
8855 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8857         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8858         when callback is NULL.
8860         * nis/Versions (libnss_nisplus): Add
8861         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8862         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8863         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8864         _nss_create_tablename): Rename to...
8865         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8866         ... these.  No longer static.
8867         (internal_setgrent): Adjust users.
8868         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8869         Don't use locking around _nss_grp_create_tablename call.
8870         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8872 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8874         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8876 2006-10-06  Andreas Jaeger  <aj@suse.de>
8878         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8880 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8882         * po/pl.po: Update from translation team.
8884         * nscd/nscd.c (main): Fix typo in message.
8885         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8887 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8889         [BZ #3291]
8890         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8891         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8892         (__sigprocmask): Define.
8894 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8896         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8897         used.
8899 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8901         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8902         in oldtotal and newtotal calculation.
8903         * nscd/nscd-client.h (struct mapped_database): Add datasize
8904         field.
8905         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8906         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8907         increased.
8908         (__nscd_cache_search): Add checks to make sure we never reference
8909         data beyond the current mapping.
8911 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8913         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8914         variables const to avoid compiler warnings.
8916         * io/fts.c (fts_close): Remove redundant checks.
8917         (fts_build): Likewise.
8918         (fts_palloc): Likewise.
8920         * manual/message.texi (Advanced gettext functions,
8921         Using gettextized software): Fix typos.
8923 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8925         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8926         explain why there are no leaks.
8928 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8930         * libio/wmemstream.c: Include <wchar.h>.
8931         * libio/bug-wmemstream1.c: Likewise.
8932         * libio/tst-wmemstream1.c: Likewise.
8933         * libio/tst-wmemstream2.c: Likewise.
8935         * version.h (RELEASE): Bump to 2.5.
8936         * README: Regenerated.
8938         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8940         [BZ #3273]
8941         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8942         found no group members.
8943         Patch by Petr Baudis.
8945 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8947         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8948         assert bootstrap_map.l_tls_modid is zero.
8949         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8950         if USE___THREAD.
8952 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8954         * libio/stdio.h: Move open_wmemstream prototype to ...
8955         * wcsmbs/wchar.h: ... here.
8957 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8959         [BZ #3252]
8960         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8961         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8962         __{,l}chown to handle the rest.
8963         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8964         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8965         __{,l}chown to handle the rest.
8966         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8967         i386/fchownat.c.
8968         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8969         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8971         [BZ #3253]
8972         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8973         time, rather allocate increasingly bigger arrays of pointers, if
8974         possible with alloca, if too large with malloc.
8976 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8978         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8980         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8982 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8984         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8985         home addresses.
8986         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8987         IFA_F_HOMEADDRESS flag for interfaces.
8988         * include/ifaddrs.h (struct in6addrinfo): Define
8989         in6ai_homeaddress.
8991 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8993         [BZ #3225]
8994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8995         PTR_DEMANGLE3): Define.
8996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8997         PTR_DEMANGLE3): Likewise.
8998         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8999         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9000         Likewise.
9001         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9003 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9005         * po/libc.pot: Regenerated.
9006         * po/be.po: Updated.
9007         * po/ca.po: Likewise.
9008         * po/cs.po: Likewise.
9009         * po/da.po: Likewise.
9010         * po/de.po: Likewise.
9011         * po/el.po: Likewise.
9012         * po/en_GB.po: Likewise.
9013         * po/es.po: Likewise.
9014         * po/fi.po: Likewise.
9015         * po/fr.po: Likewise.
9016         * po/gl.po: Likewise.
9017         * po/hr.po: Likewise.
9018         * po/hu.po: Likewise.
9019         * po/ja.po: Likewise.
9020         * po/ko.po: Likewise.
9021         * po/nb.po: Likewise.
9022         * po/nl.po: Likewise.
9023         * po/pl.po: Likewise.
9024         * po/pt_BR.po: Likewise.
9025         * po/ru.po: Likewise.
9026         * po/rw.po: Likewise.
9027         * po/sk.po: Likewise.
9028         * po/sv.po: Likewise.
9029         * po/tr.po: Likewise.
9030         * po/zh_CN.po: Likewise.
9031         * po/zh_TW.po: Likewise.
9033         [BZ #3137]
9034         * iconv/iconv_prog.c (main): Fix spelling in error message.
9035         * iconv/iconvconfig.c (main): Likewise.
9036         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9037         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9038         * locale/programs/localedef.c (main): Likewise.
9039         * locale/programs/repertoire.c (repertoire_read): Likewise.
9040         * timezone/zdump.c (main): Likewise.
9041         * nscd/connections.c (handle_request): Fix spelling in log message.
9042         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9044 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9046         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9047         interfaces.
9049 2006-09-20  Andreas Jaeger  <aj@suse.de>
9051         * math/libm-test.inc (lrint_test_upward): Fix typo.
9053 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9055         [BZ #2592]
9056         * math/libm-test.inc (lrint_test_tonearest): New function.
9057         (lrint_test_towardzero): New function.
9058         (lrint_test_downward): New function.
9059         (lrint_test_upward): New function.
9060         (main): Run these new tests.
9061         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9062         of values near to 0.
9063         (two52): Use double not long double.
9064         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9065         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9066         (two23): Use float not double.
9067         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9068         (two23): Use float not double.
9069         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9070         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9071         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9072         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9074 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9076         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9077         Cast sp to unsigned long to avoid compiler warning.
9078         Use __makecontext_ret function instead of a trampoline on the stack.
9079         (__makecontext_ret): New function.
9080         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9082 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9084         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9085         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9086         bits.
9088 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9090         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9091         sure no reference to the unloaded map's search list remains in the
9092         dependency's scope.
9094 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9096         * elf/Makefile: Add rules to build and run unload7 test.
9097         * elf/unload7.c: New test.
9098         * elf/unload7mod1.c: New file.
9099         * elf/unload7mod2.c: New file.
9101 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9103         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9104         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9105         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9106         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9107         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9108         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9109         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9110         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9111         PTRACE_GETEVENTMSG): Likewise.
9112         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9113         values.
9115 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9117         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9118         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9119         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9120         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9122 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9124         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9125         write '\0' to the fd.
9126         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9127         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9128         Change regs to unsigned long pointer from unsigned int, fix fscr
9129         offset.
9131 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9133         * io/Makefile (CFLAGS-fstatat.c): Set.
9134         (CFLAGS-fstatat64.c): Likewise.
9135         (CFLAGS-mknodat.c): Likewise.
9137         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9138         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9139         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9140         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9142 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9143             Steven Munroe  <sjmunroe@us.ibm.com>
9145         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9146         names to the beginning.  Rename "cell" to "cellbe".
9147         (_dl_powerpc_platforms): New.
9148         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9149         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9150         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9151         (_DL_HWCAP_PLATFORM): Define to new mask.
9152         (_dl_platform_string, _dl_string_platform): New functions.
9153         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9154         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9156 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9158         [BZ #2526]
9159         * README.libm: Fix a thinko in sqrt algorithm description.
9161         [BZ #3143]
9162         * manual/string.texi (argz_delete): Fix prototype.
9163         Patch by <alpt@freaknet.org>.
9165 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9167         [BZ #3138]
9168         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9169         * io/tst-fcntl.c (do_prepare): Likewise.
9170         * posix/tst-exec.c (do_prepare): Likewise.
9171         * posix/tst-preadwrite.c (do_prepare): Likewise.
9172         * posix/tst-spawn.c (do_prepare): Likewise.
9173         * posix/tst-truncate.c (do_prepare): Likewise.
9174         * rt/tst-aio.c (do_prepare): Likewise.
9175         * rt/tst-aio64.c (do_prepare): Likewise.
9176         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9177         size_t.
9179 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9181         [BZ #2821]
9182         * time/mktime.c (guess_time_tm): Fix overflow detection.
9183         * time/Makefile (tests): Add bug-mktime1.
9184         * time/bug-mktime1.c: New file.
9186         [BZ #3189, #3188]
9187         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9188         (mremap): Likewise.
9190 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9192         [BZ #1006]
9193         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9194         Ensure relocation doesn't clobber any bits outside of the
9195         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9196         R_SPARC_HI22 and R_SPARC_H44.
9198         [BZ #2775]
9199         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9200         (long) (MINSIZE + nb - old_size) is positive.
9202         * malloc/arena.c (grow_heap): When growing bail even if new_size
9203         is negative.
9205         [BZ #3155]
9206         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9207         stack below r1.
9209 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9211         * posix/regex_internal.c (re_string_reconstruct): Handle
9212         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9213         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9214         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9215         re_string_context_at.
9216         * posix/Makefile: Add rules to build and run bug-regex26 test.
9217         * posix/bug-regex26.c: New test.
9219         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9220         rather than col_sym_free.  Move seqp declaration earlier.
9222         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9224 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9226         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9227         decl before first goto out.
9229 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9231         * Makerules (shlib.lds): If have-hash-style, put .hash section
9232         at the end of the RO segment.
9234 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9236         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9237         style hash table format is used.
9239 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9241         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9242         randomization rather than before.
9243         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9245 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9247         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9249         * malloc/malloc.c (_int_malloc): Use full list insert and not
9250         shortcut which assumes the list is empty for large requests
9251         too.
9253         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9255 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9257         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9258         and offout arguments to the prototype.
9259         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9260         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9261         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9262         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9263         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9264         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9265         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9266         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9268 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9270         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9272         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9273         dlopen parameters.
9275 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9277         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9278         only if herrno is NETDB_INTERNAL.  Handle errors other than
9279         ERANGE outside of the loops, handle TRY_AGAIN.
9281         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9282         if other's ctype category was missing.
9283         * locale/programs/ld-collate.c (collate_read): Return if
9284         copy_locale's collate category is missing.
9286 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9288         [BZ #2684]
9289         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9290         arenas if allocation failed.
9291         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9293 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9295         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9296         waste bins[0..1].
9297         (malloc_state): Reduce bins size by 2.
9298         (_int_malloc): Fix test for large enough buffer for early termination.
9299         When no unsorted block matches perfectly and an exiting block has
9300         to be split, use full list insert and not shortcut which assumes
9301         the list is empty.
9303         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9304         failure.
9306 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9308         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9309         do anything.
9311         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9312         symbol require exact match (these are PLTs).
9313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9314         (_dl_ppc64_addr_sym_match): Likewise.
9316         [BZ #2683]
9317         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9318         If symbol has a value use it.
9319         * elf/tst-dladdr1.c: New file.
9320         * elf/Makefile: Add rules to build and run tst-addr1.
9322 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9324         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9325         keeps failing and heap growth or new heap creation isn't
9326         successful either.
9327         * malloc/tst-malloc.c (main): Add new tests.
9329 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9331         [BZ #2734]
9332         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9333         as in the x86-64 code to use bswap.
9335 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9337         [BZ #2680]
9338         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9339         __USE_UNIX98.
9340         * posix/bits/unistd.h: Likewise.
9342 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9344         [BZ #2751]
9345         * string/strchr.c: Add cast to avoid warning.
9347 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9349         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9350         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9351         limit is needed to avoid the exploding of the address space
9352         requirement for secondary heaps.
9353         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9354         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9356 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9358         [BZ #3018]
9359         * Makerules (depfiles): Handle extra-test-objs the same as
9360         extra-objs.
9361         (common-mostlyclean): Likewise.
9362         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9363         instead.
9364         * elf/Makefile (extra-objs): Likewise.
9365         * stdlib/Makefile (extra-objs): Likewise.
9367 2006-08-14  Eric Blake  <ebb9@byu.net>
9369         [BZ #3044]
9370         * misc/error.h: Assume C89 or better.
9371         * misc/error.c: Likewise.
9373 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9375         [BZ #3040]
9376         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9377         __ASSUME_ATFCTS is defined.
9379 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9381         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9382         to sort in each call.
9384         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9385         is empty simply return and use next service.
9386         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9388         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9389         tells us when not finding a charmap file is an error.
9390         * locale/programs/charmap.h: Adjust charmap_read prototype.
9391         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9392         cannot find a charmap.
9393         * locale/programs/localedef.c (main): Adjust charmap_read call.
9395 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9397         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9398         sysdeps/posix/pause.c implementation instead.
9400 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9402         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9403         to EPERM.
9405 2006-08-13  Andreas Schwab  <schwab@suse.de>
9407         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9408         Don't clobber caller's LRSAVE.
9409         (_dl_prof_resolve): Likewise.
9411 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9413         [BZ #1996]
9414         * libio/memstream.c (open_memstream): Allocate initial buffer with
9415         calloc.
9416         * libio/wmemstream.c (open_wmemstream): Likewise.
9417         * libio/strops.c: Pretty printing.
9418         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9419         (enlarge_userbuf): New function.
9420         (_IO_str_seekoff): Call it if seek position is larger than current
9421         buffer.
9422         * libio/wstrops.c: Likewise.
9423         * libio/vasprintf.c: Add comment as to why we do not have to use
9424         calloc instead of malloc to allocate initial buffer.
9425         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9426         * libio/bug-memstream1.c: New file.
9427         * libio/bug-wmemstream1.c: New file.
9429 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9431         * libio/wstrops.c: Remove dead macro definitions and comments.
9432         * libio/strops.c: Likewise.
9434         [BZ #2764]
9435         * login/utmpname.c (__utmpname): Remove unnecessary test.
9437 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9439         [BZ #2832]
9440         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9441         0s from integers.
9443 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9445         [BZ #2987]
9446         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9447         for CPU clocks.
9448         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9449         setting of CPU clocks.
9451 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9453         [BZ #2841]
9454         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9455         since C99 requires the result to promote to 'int' when uint_least8_t
9456         and uint_least16_t promote to 'int'.
9458 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9460         [BZ #3013]
9461         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9462         lenght of one output field, correct bitmask creation.
9463         * locale/programs/ld-time.c: Add alignment.
9465         [BZ #2997]
9466         * misc/error.c: Add space between program name and message if file
9467         name is missing.
9469 2006-08-03  Eric Blake  <ebb9@byu.net>
9471         [BZ #2998]
9472         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9474 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9476         * malloc/memusagestat.c: Silence warnings.
9478         * malloc/malloc.c: Dynamically size mmap treshold if the program
9479         frees mmaped blocks.
9480         Patch by Valerie Henson and Arjan van de Ven.
9482 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9484         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9485         __USE_GNU.
9487         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9488         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9489         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9490         Only provide var definitions in strtol_l (or for *ull*
9491         in strtoll_l).
9493         * stdio-common/bug16.c (tests): New array.
9494         (do_tests): Allow the first hexadecimal digit
9495         to be 1, 2, 4 or 8.  Do 3 additional tests.
9497         * sysdeps/s390/fpu/libm-test-ulps: Update.
9499         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9500         fchownat syscall if available.
9501         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9502         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9503         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9505 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9507         * nis/nis_xdr.c: Avoid some function calls.
9509 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9510             Ulrich Drepper  <drepper@redhat.com>
9512         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9513         short cut if only one name component is stripped away.
9515 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9517         * nis/nis_call.c: Minor cleanups throughout.
9518         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9519         (first_shoot): Add search_parent_first parameter.  Only if it is set
9520         search parent server first.
9521         If directory for table found through cold start cache is not the same
9522         as referenced in the cache, don't use it.
9523         (__nisfind_server): Take additional parameter.  Pass it on to
9524         first_shoot.
9525         (__prepare_niscall): Adjust __nisfind_server call.
9526         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9527         * nis/nis_table.c: Adjust __nisfind_server call.
9528         * nis/nis_lookup.c: Likewise.
9529         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9531 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9533         [BZ #2182]
9534         * math/s_cacosh.c: Return values from positive branch.
9535         * math/s_cacoshf.c: Likewise.
9536         * math/s_cacoshl.c: Likewise.
9538         [BZ #2883]
9539         * sysvipc/sys/msg.h: Change return value to ssize_t.
9540         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9541         * sysvipc/msgrcv.c: Likewise.
9542         * include/sys/msg.h: Likewise.
9544         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9545         test introduced in patch for bz #661.
9546         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9547         element for NEWGROUPS.
9549         [BZ #2908]
9550         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9551         'f', use '1' as leading digit not '\1'.
9552         * stdio-common/Makefile (tests): Add bug16.
9553         * stdio-common/bug16.c: New file.
9555         [BZ #2914]
9556         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9557         and don't try to open it.  The patch introducing the macro
9558         contained a bug and used the same file name as the new file
9559         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9560         this out completely.
9562         [BZ #2926]
9563         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9564         Patch by Jerry James <Jerry.James@usu.edu>.
9566         * rt/Makefile (tests): Add tst-clock2.
9567         * rt/tst-clock2.c: New file.
9569         [BZ #2978]
9570         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9571         function and its parameters and pass it to new thread.
9572         (__gai_notify): Add support for alternative waiting for completion.
9573         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9574         waiting for completion.
9575         * resolv/getaddrinfo_a.c: Likewise.
9576         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9577         waiting for completion is used.
9578         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9579         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9580         * resolv/gai_error.c: Likewise.
9581         * resolv/gai_sigqueue.c: Likewise.
9583 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9585         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9586         errno to EBADF and return MACH_PORT_NULL.
9588 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9590         [BZ #2980]
9591         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9593 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9595         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9596         walk them instead of the symbol table.
9598 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9600         [BZ #2098]
9601         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9602         status of NSS calls, not the number of returned entries.
9604         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9605         request_key, keyctl.
9607 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9609         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9611 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9613         * elf/tst-auditmod1.c: Fix typo in #error.
9615 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9617         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9619         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9621 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9623         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9624         that the directory is empty even on non-POSIX filesystems.
9626 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9628         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9630         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9631         the backend NSS module.  If backend setgrent call failed, don't have
9632         internal_setgrent fail.  Just remember this until it is needed.
9633         * nis/nss_compat/compat-pwd.c: Likewise.
9634         * nis/nss_compat/compat-spwd.c: Likewise.
9636 2006-07-30  Roland McGrath  <roland@redhat.com>
9638         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9639         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9640         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9641         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9643         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9644         (nanosleep_not_cancel): New macro.
9645         (sigsuspend_not_cancel): new macro.
9646         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9647         (do_sigsuspend): Define as inline.
9648         (__sigsuspend): Always use do_sigsuspend.
9649         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9650         * include/signal.h: Declare __sigsuspend_nocancel.
9651         * sysdeps/posix/pause.c
9652         [! NO_CANCELLATION] (__pause_nocancel): New function.
9654         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9655         * include/time.h (__nanosleep_nocancel): Likewise.
9657 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9659         * locale/programs/localedef.c (add_to_readlist): Rename local
9660         variables to avoid confusion.
9662         * locale/programs/charmap.c (charmap_read): Emit error message if
9663         charmap couldn't be found or read.
9665 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9667         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9668         __ASSUME_FUTEX_LOCK_PI.
9669         * include/time.h: Declare __nanosleep_nocancel.
9670         * include/unistd.h: Declare __pause_nocancel.
9672         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9673         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9674         get the __stack_chk_fail_local definition when it's needed.
9676 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9678         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9679         * dlfcn/bug-atexit3.c: New file.
9680         * dlfcn/bug-atexit3-lib.cc: New file.
9682         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9683         used when the namespace is not the base namespace.
9685 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9687         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9688         (__new_exitfn): Bump it in every successful call.
9689         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9690         more exit handlers, call them right away.
9691         * stdlib/exit.h: Declare __new_exitfn_called.
9693 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9695         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9696         calling registered handler.
9698         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9699         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9700         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9701         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9702         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9703         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9704         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9705         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9707 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9709         * elf/dl-lookup.c (dl_new_hash): New functions.
9710         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9711         value here.  Compute new-style hash value.  Pass new hash value
9712         and reference to variable with the old value to do_lookup_x.
9713         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9714         old-style hash table.
9715         (_dl_debug_bindings): Pass new hash value and reference to variable
9716         with the old value to do_lookup_x.
9717         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9718         new-style hash value and change old-style hash value parameter to
9719         be a reference.  Reoganize functions to determine whether
9720         new-style hash table is available.  Only fall back on old-style
9721         table.  If old-style hash value is needed, compute it here.
9722         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9723         entry.
9724         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9725         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9726         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9727         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9728         * Makeconfig: If linker supports --hash-style option add it to all
9729         linker command lines to build DSOs.
9730         * config.make.in: Define have-hash-style.
9731         * configure.in: Test whether linker supports --hash-style option.
9733         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9734         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9736 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9738         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9739         auditing.
9741         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9742         RPATH of main map twice.
9744 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9746         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9747         look further, return original strings.
9748         (_nl_find_msg): Do not return found translation if the conversion
9749         failed.  Either signal the string is unusable or that something went
9750         wrong and the original should be used.
9752 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9754         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9756 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9758         [BZ #2766]
9759         * misc/insremque.c (insque): Handle prev == NULL.
9760         * misc/Makefile (tests): Add tst-insremque.
9761         * misc/tst-insremque.c: New test.
9763 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9765         [BZ #2792]
9766         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9767         conflict with DL_DST_REQUIRED.
9769 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9771         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9772         match what Solaris does.
9774 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9776         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9777         local_setegid instead of seteuid and setegid.
9778         * sysdeps/generic/local-setxid.h: New file.
9779         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9781         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9783         * string/Makefile (tests): Add bug-envz1.
9784         * string/bug-envz1.c: New file.
9786 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9788         * posix/regex_internal.c (re_string_skip_chars): If no character has
9789         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9790         to the byte which couldn't be converted.
9791         (re_string_reconstruct): Don't clear valid_raw_len before calling
9792         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9793         tip_context using re_string_context_at.
9794         * posix/Makefile: Add rules to build and run bug-regex25 test.
9795         * posix/bug-regex25.c: New test.
9797 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9799         [BZ #2703]
9800         * string/envz.c (envz_strip): Correct erroneously reversed src
9801         and dest parameters to memmove() invocation.
9803 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9805         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9806         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9807         to make sure the database has been already invalidated.
9808         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9809         after the cache has been invalidated.  Use pthread_mutex_lock rather
9810         than pthread_mutex_trylock if fd != -1.
9811         * nscd/connections.c (invalidate_cache): Add fd argument, write
9812         response to fd if not calling prune_cache, pass fd to prune_cache.
9813         (handle_request): Adjust invalidate_cache caller.
9814         (nscd_run): Pass -1 as fd to prune_cache.
9816 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9818         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9819         the correct place.
9821 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9823         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9824         * nscd/cache.c (prune_cache): Take prunelock before starting the
9825         work.  Just return in case it is already taken.
9826         * nscd/connections.c (dbs): Initialize .prunelock.
9828 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9830         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9831         copying.  No need to allocate new array for group members.  Just
9832         move the pointers and update the size.
9834         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9835         Avoid memory leak in case realloc fails.  Simplification for
9836         better code generation.
9838         Avoid deprecation warning because of libc_hidden_proto for
9839         inet6_option_alloc.
9840         * inet/inet6_option.c (option_alloc): Renamed from
9841         inet6_option_alloc.  Made static.
9842         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9843         (inet6_option_append): Call option_alloc.
9844         * include/netinet/in.h: Remove libc_hidden_proto for
9845         inet6_option_alloc.
9847         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9848         for cleanup when cb!=NULL [Coverity CID 233].
9850 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9852         [BZ #2693]
9853         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9854         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9855         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9856         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9857         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9858         and inet6_rth_getaddr.
9859         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9860         array.
9861         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9862         Mark inet6_option_* interfaces as deprecated.
9863         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9864         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9865         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9866         inet6_rth_segments, and inet6_rth_getaddr.
9867         * inet/inet6_opt.c: New file.
9868         * inet/inet6_rth.c: New file.
9870         * inet/netinet/icmp6.h: Pretty printing.
9872         [BZ #2683]
9873         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9875 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9877         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9878         doing it all here.  When server does not know the answer do not
9879         fail immediate, try parent first.
9881         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9882         overflow test.
9884 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9886         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9887         from __do_niscall.
9888         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9889         and exported.
9890         (__follow_path): New function.  Split out from nis_list.
9891         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9892         _xdr_nis_result.
9893         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9894         _xdr_nis_result.
9895         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9896         and __follow_path.
9897         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9898         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9899         from libnsl for version GLIBC_PRIVATE.
9900         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9901         Remove entry parameter from _nss_nisplus_parse_pwent and
9902         _nss_nisplus_parse_grent.
9903         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9904         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9905         again.  Rewrite getpwent handling to not use nis_first_entry and
9906         nis_next_entry.  Roll out own niscall handling.
9907         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9909         * sunrpc/xdr_rec.c: Fix typo in comment.
9911 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9913         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9914         handling.
9916         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9917         to allocate memory for my_pollfd.  Better initialization of
9918         cb_is_running.  Use TEMP_FAILURE_RETRY.
9920         * malloc/memusage.sh (memusageso): Add quotes.
9921         (memusagestat): Likewise.
9922         * debug/xtrace.sh (pcprofileso): Likewise.
9923         (pcprofiledump): Likewise.
9924         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9925         replacement.
9926         * malloc/Makefile ($(objpfx)memusage): Likewise.
9928         * nis/nis_callback.c (__nis_create_callback): Calls to
9929         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9930         asprintf call fails.
9932         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9933         no uninitialized memory is passed to sendto.
9935 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9937         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9938         of snprintf+strdup.  Handle OOM.
9939         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9940         cb->serv together.  Remove now obsolete free calls.
9941         (__nis_destroy_callback): Remove now obsolete free call.
9943 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9945         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9946         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9947         and ULA respectively). Set precedence for IPv4 address to 10 as
9948         defined in RFC3484 for preferring IPv6.
9949         * posix/gai.conf: Update to match the new default tables.
9951 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9953         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9954         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9955         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9956         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9958         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9959         Removed.
9960         (init_nss_interface): Remove initialization of these variables.
9962 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9964         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9965         nis_free_directory forward to avoid duplication.
9967 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9969         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9970         rec_dirsearch returning NULL.
9971         (first_shoot): Handle __nis_finddirectory returning NULL.
9972         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9974         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9975         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9977 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9979         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9980         pid changed.
9982 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9984         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9986         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9987         * nscd/nscd_getgr_r.c: Likewise.
9989         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9991         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9992         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9994         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9996         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9998         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10000         * include/rpc/auth.h: Mark xdr_des_block_internal and
10001         xdr_opaque_auth_internal as hidden.
10003         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10004         hidden.
10006         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10008         * misc/getusershell.c (okshells): Don't use static initializers,
10009         do it dynamically.
10011         * stdlib/fmtmsg.c (keywords): Change type of len element to
10012         uint32_t to not waste space on 64bit machines.
10014         * locale/setlocale.c: Change _nl_category_names into a string.
10015         Add new _nl_category_name_idxs.  Change all users.
10016         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10017         Declare _nl_category_name_idxs.
10018         * locale/findlocale.c: Adjust for _nl_category_names change.
10019         * locale/loadlocale.c: Likewise.
10020         * locale/newlocale.c: Likewise.
10021         * intl/dcigettext.c: Likewise.
10023         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10024         (add_alias2): ...here.  New function.
10025         (__gconv_read_conf): Simplify builtin alias handling.
10026         (builtin_aliases): Convert to string to avoid relocations.
10027         * iconv/gconv_builtin.h: Add comment about correct formatting.
10029 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10031         * resolv/res_debug.c (loc_ntoa): Make error const.
10033 2006-05-14  Andreas Schwab  <schwab@suse.de>
10035         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10037 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10039         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10040         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10041         sizeof (cpu_set_t).
10043 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10045         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10047         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10049         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10050         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10052         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10053         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10055         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10056         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10057         xdr_cback_data.
10059         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10060         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10061         xdr_ypupdate_args.
10063         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10064         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10066         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10067         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10069         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10070         * include/rpcsvc/nis_callback.h: New file.
10072         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10073         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10075         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10076         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10078         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10079         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10081         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10082         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10084         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10085         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10086         xdr_ypdelete_args.
10088         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10089         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10091         * nis/nis_error.c: Remove table of strings.  Use position
10092         independent mechanism.
10093         * nis/nis_error.h: New file.
10095 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10097         * locale/programs/ld-time.c (time_finish): If wide era name or
10098         format aren't provided, set both wname and wformat to L"".
10100 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10102         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10103         results if the call was succesful.
10105         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10107         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10108         as hidden.
10110 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10112         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10114 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10116         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10117         caller makes sure this is not the case.
10118         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10120 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10122         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10123         calls.
10125         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10126         [Coverity CID 229, 230]
10128         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10129         DGETTEXT calls.
10130         (hol_help): Likewise.  [Coverity CID 226, 227]
10132         * string/argz-replace.c (__argz_replace): Unconditionally call
10133         free on SRC.  [Coverity CID 225]
10135         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10136         the return value of __nis_default_owner and __nis_default_group,
10137         it has been especially allocated.  [Coverity CID 224]
10139         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10140         searchgroup and searchowner.  Significantly simplified.
10141         (__nis_default_owner): Remove duplication.  Do not locally copy the
10142         string before duplicating it.
10143         (__nis_default_group): Likewise.
10145         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10146         we must clear the variable before calling __nisfind_server.
10148         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10149         nis_getnames.  [Coverity CID 223]
10151         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10152         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10154         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10155         allocate memory for the input to add_bytes.  [Coverity CID 221]
10157         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10158         was allocated here.  [Coverity CID 219, 220]
10160         * posix/getconf.c (print_all): Free confstr data after printing.
10161         [Coverity CID 218]
10163         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10164         list allocation fails.  [Coverity CID 215]
10166         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10167         [Coverity CID 213]
10169         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10170         string is NULL.  [Coverity CID 212]
10171         * argp/Makefile: Add rules to build and run bug-argp1.
10172         * argp/bug-argp1.c: New file.
10174         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10175         end of string.
10176         * stdlib/canonicalize.c (__realpath): Likewise.
10178         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10179         pointer.  [Coverity CID 206]
10181         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10182         in statically linked code.
10183         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10184         statically built code, be prepared to have no link map.
10185         [Coverity CID 205]
10187         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10188         dgettext calls. [Coverity CID 204]
10190         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10191         the one user.
10192         (uparam_names): Reduce size.  Avoid relative relocations.
10193         Moved to read-only segment.
10194         (fill_in_uparams): Update for new layout.
10196         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10197         assumed to always be != NULL. [Coverity CID 202]
10199         * argp/argp-help.c (hol_entry_help): Remove some dead code
10200         [Coverity CID 200].
10202         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10203         away a few more unconditional yperr2nss calls.
10204         (_nss_nis_getservbyname_r): Likewise.
10206 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10208         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10209         architectures.
10211         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10212         that unused memory passed to sendto is nevertheless initialized.
10214         [BZ #2499]
10215         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10216         possibly unaligned memory accesses.
10218         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10219         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10220         and __putlong respectively.  Correct buffer overflow check for
10221         NS_NOTIFY_OP.
10223         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10225         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10226         (send_dg): Rewrite error handling to be more compact and avoid
10227         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10229         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10231         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10232         instead of ns_get16.
10233         (res_queriesmatch): Likewise.  Minor optimization.
10235         [BZ #2499]
10236         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10237         __libc_res_nsend might reallocate the buffer for the answer.  In
10238         this case we have to reload the HP pointer.
10240 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10242         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10243         some branch prediction hints.
10245         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10246         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10247         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10248         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10249         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10250         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10251         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10252         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10254 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10256         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10257         by a GOT relocation to make Scrt1.o position independent.
10258         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10260         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10261         six system call parameters.
10262         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10264 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10266         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10267         malloc&bzero.
10269         * sunrpc/svc_udp.c (BZERO): Remove definition.
10270         (CALLOC): Define.
10271         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10273         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10274         (des_SPtrans): Use uint32_t type.
10275         (des_skb): Likewise.
10277         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10279 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10281         [BZ #2509]
10282         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10283         on 32-bit arches.
10285 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10287         * locale/programs/ld-address.c (address_finish): Fix one more
10288         place where the iso639 array might be accessed beyond the limits.
10290 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10292         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10293         filling it for the first time.
10295         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10296         Adjust all callers.
10297         Free res object content before returning.
10299         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10301         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10302         client->cl_auth.
10304         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10305         cleanup for initial thread, just the free call on TVP.
10307         * nscd/gai.c (__getline): Define.
10310 See ChangeLog.16 for earlier changes.