* stdlib/monetary.h: Uglify function parameter names.
[platform/upstream/glibc.git] / ChangeLog
1 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
2
3         * stdlib/monetary.h: Uglify function parameter names.
4         * sunrpc/rpc/pmap_clnt.h: Likewise.
5         * sunrpc/rpc/svc.h: Likewise.
6         * sunrpc/rpc/xdr.h: Likewise.
7         * sunrpc/rpc/clnt.h: Likewise.
8         * resolv/netdb.h: Likewise.
9         * resolv/arpa/nameser.h: Likewise.
10         * resolv/resolv.h: Likewise.
11         * argp/argp.h: Likewise.
12         * locale/langinfo.h: Likewise.
13         * io/sys/stat.h: Likewise.
14         * posix/spawn.h: Likewise.
15         * nis/rpcsvc/nislib.h: Likewise.
16         * malloc/obstack.h: Likewise.
17         * sysdeps/ia64/bits/link.h: Likewise.
18         * sysdeps/i386/bits/link.h: Likewise.
19         * sysdeps/s390/bits/link.h: Likewise.
20         * sysdeps/powerpc/bits/link.h: Likewise.
21         * sysdeps/x86_64/bits/link.h: Likewise.
22         * sysdeps/sparc/bits/link.h: Likewise.
23         * sysdeps/sh/bits/link.h: Likewise.
24         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
25         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
26         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
27         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
28
29 2008-12-01  Fredrik Unger  <fred@tree.se>
30
31         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
32         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
33         _FP_UNPACK_RAW_2, fix up first argument.
34
35 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
36
37         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
38         (GET_NPROCS_PARSER): Change parameters and use next_line.
39         (__get_nprocs): Rewrite to not use stdio routines.
40         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
41         Change parameters and use next_line.
42
43 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
44
45         [BZ #5381]
46         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
47         Change mempool_alloc prototype.
48         * nscd/mem.c (gc): Don't handle mem_in_flight.
49         (mempool_alloc): Third parameter now only indicates whether this is the
50         first call (to allocate data) or not.  If it is, get db rdlock.
51         Release it on error.  Don't handle mem_in_flight.
52         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
53         Adjust third parameter of mempool_alloc calls.
54         Nothing to do here in case mempool_alloc fails.
55         Avoid local variable shadowing parameter.  No need to get db rdlock
56         before calling cache_add.
57         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
58         no mem_in_flight array anymore.
59         * nscd/connections.c: Remove definition and handling of mem_in_flight.
60         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
61         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
62         in case mempool_alloc fails. No need to get db rdlock before calling
63         cache_add.
64         * nscd/hstcache.c (cache_addhst): Likewise.
65         * nscd/initgrcache.c (addinitgroupsX): Likewise.
66         * nscd/servicescache.c (cache_addserv): Likewise.
67         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
68
69 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
70
71         * po/lt.po: Update from translation team.
72
73 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
74
75         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
76         defined, allow additional data to be added using the optional
77         MORE_ELF_HEADER_DATA macro.
78         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
79         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
80
81 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
82
83         * include/atomic.h: Define catomic_and if not already defined.
84         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
85         * sysdeps/i386/i486/bits/atomic.h: Likewise.
86
87 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
88
89         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
90         Change all callers.
91         (_int_realloc): Likewise.  Third argument is now padded size
92         All _int_* functions are now static.
93
94         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
95         * malloc/arena.c: Likewise.
96         * include/malloc.h: Remove now unnecessary declarations of the _int_*
97         functions.
98
99         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
100         easily.
101
102         * malloc/malloc.c: Add branch prediction for use of the hooks.
103
104         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
105
106 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
107
108         [BZ #7095]
109         * bits/confname.h: Add SUSv7 macros for getconf environments.
110         * bits/environments.h: Likewise.
111         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
112         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
113         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
114         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
115         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
116         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
117         * posix/getconf.c: Likewise.
118         * posix/sysconf.c: Likewise.
119         * sysdeps/posix/sysconf.c: Likewise.
120         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
121         environments.
122
123 2009-01-16  Petr Baudis  <pasky@suse.cz>
124
125         [BZ #9753]
126         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
127         even if we currently have zero nscount.
128
129 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
130
131         [BZ #9781]
132         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
133         the input line is too long.
134
135         * po/Makefile (libc.pot): Add f_print as function taking c-format
136         parameter.
137
138         * debug/xtrace.sh: Unify translatable messages.
139         * elf/ldd.bash.in: Likewise.
140         * elf/sprof.c: Likewise.
141         * locale/programs/locale.c: Likewise.
142         * malloc/memusage.sh: Likewise.
143         * nss/getent.c: Likewise.
144
145 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
146
147         * debug/pcprofiledump.c (print_version,
148         argp_program_version_hook): New function.
149         * elf/ldconfig.c (more_help): New function.
150         (argp): Use it.
151         * elf/sln.c (usage): New function.
152         (main): Support --help and --version.
153         * malloc/memusagestat.c (print_version): New function.
154         (argp_program_version_hook): New variable.
155         * nscd/nscd.c (more_help): New function.
156         (argp): Use it.
157         * posix/getconf.c (main): Send --version output to stdout.
158         Support --help.
159         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
160         arguments.  All callers changed.
161         (print_version): New function.
162         (parseargs): Support --help and --version.
163         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
164         changed.
165         (print_version): New function.
166         (main): Use getopt_long.  Support --help and --version.
167         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
168         --version.
169
170 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
171
172         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
173         (update_data): Fix handling of wrapping back
174         to the beginning of the buffer.
175
176         [BZ #9823]
177         * stdio-common/psignal.c (psignal): Fix test for empty string.
178
179 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
180
181         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
182         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
183         move _null_auth to .rodata.
184
185         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
186         value of 24.
187
188         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
189
190         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
191         today than when the original code was written.  Use larger
192         buffers.  This also makes it unnecessary to have stat information,
193         if this causes extra efforts.
194         (__opendir): In case O_DIRECTORY works, don't call fstat just for
195         __alloc_dir.
196
197 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
198
199         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
200         is set.
201         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
202         * sysdeps/sh/sh4/__longjmp.S: Likewise.
203         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
204         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
205         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
206         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
207
208 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
209
210         * po/ru.po: Update from translation team.
211
212 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
213
214         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
215         Add _tid slot to maintain consistency with kernel.
216
217 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
218
219         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
220         incomplete characters at end of input buffer.
221         * libio/Makefile (tests): Add tst-fgetwc.
222         * libio/tst-fgetwc.c: New file.
223         * libio/tst-fgetwc.input: New file.
224
225 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
226
227         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
228
229 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
230
231         [BZ #9793]
232         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
233         *OUTBUFSTART unless the whole output fit into the buffer.
234         * iconv/Makefile (tests): Add tst-iconv4.
235         * iconv/tst-iconv4.c: New file.
236
237 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
238
239         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
240         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
241
242 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
243
244         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
245         newer linker scripts.
246
247 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
248
249         [BZ #7040]
250         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
251         inotify_rm_watch should have type int.
252
253 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
254
255         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
256         Make aligned_restore_vmx a local symbol.
257         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
258         Likewise.
259
260 2009-01-30  Andreas Jaeger  <aj@suse.de>
261
262         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
263         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
264         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
265         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
266         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
267         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
268         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
269
270 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
271
272         [BZ #9726]
273         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
274         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
275
276 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
277
278         [BZ #9726]
279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
280         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
282         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
283
284 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
285
286         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
287         memcpy instead of memcmp.
288         (_dl_setup_pointer_guard): Likewise.
289
290 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
291
292         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
293         manipulated brk, use malloc_printerr.
294         * misc/sbrk.c (__sbrk): Better error handling for nonsense
295         requests.
296
297 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
298
299         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
300         rindex): For C++ add inlines so that they can be recognized as
301         builtins.
302         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
303
304 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
305             Jakub Jelinek  <jakub@redhat.com>
306
307         * string/string.h: Define correct C++ prototypes for gcc 4.4.
308         * wcsmbs/wchar.h: Likewise.
309
310 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
311
312         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
313         (stackinfo_sub_sp): Define.
314
315 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
316
317         [BZ #9750]
318         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
319         * include/alloca.h (alloca_account): Define.
320         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
321         (stackinfo_sub_sp): Define.
322
323         * nscd/connections.c (nscd_init): If database file access fails
324         check whether this is due to permission problems and bail in that
325         case.
326
327         [BZ #9741]
328         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
329         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
330
331 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
332
333         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
334         Add "t" to clobber list.
335         (INTERNAL_SYSCALL_NCS): Likewise.
336
337 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
338
339         * nss/getent.c (print_networks): Don't print comma between aliases.
340
341 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
342
343         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
344
345         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
346         the hash table.
347         * misc/Makefile (tests): Add bug-hsearch1.
348         * misc/bug-hsearch1.c: New file.
349
350 2009-01-22  Roland McGrath  <roland@redhat.com>
351
352         * Makeconfig (%.v.i): Strip trailing # comments,
353         not only whole-line comments.
354
355 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
356
357         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
358         one parameter.  If non-NULL use it to initialize return value.
359         (_dl_setup_pointer_guard): New function.
360         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
361         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
362         * elf/rtld.c (security_init): Pass _dl_random to
363         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
364         pointer_chk_guard.
365         * elf/dl-sysdep.c (_dl_random): New variable.
366         (_dl_sysdep_start): Handle AT_RANDOM.
367         (_dl_show_auxv): Likewise.
368         * elf/dl-support.c (_dl_random): New variable.
369         (_dl_aux_init): Handle AT_RANDOM.
370         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
371         to _dl_setup_stack_chk_guard.
372
373         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
374
375 2009-01-10  Roland McGrath  <roland@redhat.com>
376
377         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
378
379 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
380
381         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
382
383         [BZ #9706]
384         * nss/nss_files/files-parse.c (strtou32): New function.
385         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
386         across 32-bit and 64-bit platforms.
387         (INT_FIELD_MAYBE_NULL): Likewise.
388
389 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
390
391         [BZ #9720]
392         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
393         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
394         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
395         Likewise.
396
397 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
398
399         [BZ #697]
400         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
401         being NULL also if there are no backreferences.
402         * posix/rxspencer/tests: Add testcases.
403
404 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
405
406         [BZ #9697]
407         * posix/bug-regex17.c: Add testcases.
408         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
409         handling.
410
411 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
412
413         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
414         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
415         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
416         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
417         for elf subdir.
418         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
419         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
420         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
421         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
422         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
423         * sysdeps/unix/sysv/linux/s390/Versions: New file.
424
425 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
426
427         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
428         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
429         re_string_skip_chars, re_string_reconstruct): Likewise.
430         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
431
432 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
433
434         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
435         adjust the buffer alignment.
436
437 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
438
439         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
440         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
441         net/route.h.
442
443         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
444         flavor to description only when flavor is not NULL.
445
446         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
447         mutex after SIGIO/SIGURG lookup loop.
448
449 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
450
451         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
452
453 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
454
455         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
456         handling.
457
458 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
459
460         * sysdeps/unix/sysv/linux/kernel-features.h
461         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
462
463         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
464         if no output is written.
465
466         * version.h: Bump to 2.10 development.
467
468         * posix/getconf.c: Update copyright year.
469         * nss/getent.c: Likewise.
470         * iconv/iconvconfig.c: Likewise.
471         * iconv/iconv_prog.c: Likewise.
472         * elf/ldconfig.c: Likewise.
473         * catgets/gencat.c: Likewise.
474         * csu/version.c: Likewise.
475         * elf/ldd.bash.in: Likewise.
476         * elf/sprof.c (print_version): Likewise.
477         * locale/programs/locale.c: Likewise.
478         * locale/programs/localedef.c: Likewise.
479         * nscd/nscd.c (print_version): Likewise.
480         * debug/xtrace.sh: Likewise.
481         * malloc/memusage.sh: Likewise.
482         * malloc/mtrace.pl: Likewise.
483         * debug/catchsegv.sh: Likewise.
484
485 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
486
487         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
488         script.
489
490 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
491
492         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
493         gethostbyname4_r function call succeeded, just leave the loop.
494
495         [BZ #9694]
496         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
497         very end.
498         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
499         * wctype/Makefile (tests): Add bug-wctypeh.
500         * wctype/bug-wctypeh.c: New file.
501
502         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
503         LOCALDOMAIN is defined.
504         * nscd/nscd_getai.c (__nscd_getai): Likewise.
505
506         * sysdeps/x86_64/bits/select.h: New file.
507
508         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
509
510 2008-12-21  Bruno Haible  <bruno@clisp.org>
511
512         [BZ #9677]
513         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
514         if no output is written.
515
516 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
517
518         * login/utmp_file.c (pututline_file): Replace call to dup2 with
519         libc internal symbol __dup2 to avoid access through the PLT.
520
521 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
522
523         [BZ #6545]
524         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
525         available only for __USE_GNU.
526
527         * inet/Makefile (tests): Add tst-getni2.
528         * inet/tst-getni2.c: New file.
529
530         [BZ #7080]
531         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
532         NULL when NI_NAMEREQD is set.
533         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
534         * inet/Makefile (tests): Add tst-getni1.
535         * inet/tst-getni1.c: New file.
536
537 2008-12-03  Petr Baudis  <pasky@suse.cz>
538
539         [BZ #7067]
540         * nscd/connections.c (invalidate_cache): Use prune_run_lock
541         instead of prune_lock.
542         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
543         * nscd/nscd.h (database_dyn): Add prune_run_cache.
544
545 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
546
547         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
548         use.
549
550         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
551         handling.
552
553         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
554         after reading name server list.
555
556         [BZ #7058]
557         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
558         handling for host name aliases.
559
560 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
561
562         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
563         instead of doing things manually.
564
565 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
566
567         * posix/regex_internal.h (build_wcs_upper_buffer):
568         Return type is reg_error_t.
569
570 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
571
572         * posix/globtest.sh: Use mktemp to create temporary file and
573         directory.
574
575         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
576         sets correctly.
577         (__CPU_CLR_S): Likewise.
578         (__CPU_ISSET_S): Likewise.
579
580 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
581             Ulrich Drepper  <drepper@redhat.com>
582
583         * scripts/firstversion.awk: Use custom comparison function to compare
584         version numbers.
585         * scripts/versions.awk: Use sort invocation which can handle
586         multi-digit sub-version numbers.
587
588 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
589
590         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
591         * locale/iso-639.def: Add Chhattisgarhi entry.
592
593 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
594
595         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
596         ESRCH return value.
597         (_nss_dns_gethostbyname4_r): Likewise.
598         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
599         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
600         gethostbyname4_r, we don't have a separate IPv6 status, so copy
601         the no_data variable.
602
603         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
604         information at the correct index.
605
606         * socket/sys/socket.h: Declare accept4.
607         * socket/accept4.c: New file.
608         * sysdeps/unix/sysv/linux/accept4.c: New file.
609         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
610         * socket/Makefile (routines): Add accept4.
611         * socket/Versions: Export accept4 with version GLIBC_2.10.
612         * socket/paccept.c: Removed.
613         * sysdeps/unix/sysv/linux/paccept.c: Removed.
614         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
615         * Versions.def: Define GLIBC_2.10 for libc.
616         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
617
618         * nscd/connections.c: Use accept4.
619
620         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
621
622 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
623
624         * resolv/res_send.c (send_dg): Create sockets with non-blocking
625         flag already set.
626
627         * stdlib/setenv.c (unsetenv): Don't search environment if it does
628         not exist.
629         * stdlib/Makefile (tests): Add tst-unsetenv1.
630         * stdlib/tst-unsetenv1.c: New file.
631
632 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
633
634         * login/utmp_file.c (file_writable): New variable.
635         (setutent_file): Don't try to open file for writing.
636         (pututline_file): Before writing, make descriptor writable if
637         necessary.
638
639 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
640
641         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
642         to IPv4 or IPv6 if an interface has been found.
643
644 2008-11-26  Roland McGrath  <roland@redhat.com>
645
646         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
647         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
648
649         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
650         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
651         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
652
653         * elf/elf.h (NT_386_IOPERM): New macro.
654         (NT_PPC_VSX): New macro.
655
656 2008-11-25  Roland McGrath  <roland@redhat.com>
657
658         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
659         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
660         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
661         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
662         Subdirectories moved to ports repository.
663         * configure.in (base_machine): Remove alpha case.
664
665 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
666
667         * sysdeps/mach/strerror_l.c: New file.
668
669 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
670
671         [BZ #6411]
672         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
673         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
674         magic numbers.
675         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
676         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
677         (relax_fenv_state): Same as above.
678         (FPSCR_29): Reserve bit in ISA 2.05.
679         (FPSCR_NI): Provide define for compat.
680         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
681         magic numbers.
682         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
683         magic numbers.
684         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
685         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
686         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
687         access to hwcap to account for hwcap size increase to uint64_t.
688         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
689         Likewise.
690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
691         (*setcontext): Likewise.
692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
693         New file.
694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
695         New file.
696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
697         (*setcontext): dynamically select mtfsf insn based on
698         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
699         increase to uint64_t.
700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
701         (*swapcontext): dynamically select mtfsf insn based on
702         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
703         increase to uint64_t.
704         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
705         New file.
706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
707         New file.
708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
709         (*setcontext): dynamically select mtfsf insn based on
710         PPC_FEATURE_HAS_DFP.
711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
712         (*swapcontext): dynamically select mtfsf insn based on
713         PPC_FEATURE_HAS_DFP.
714
715 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
716
717         * version.h: Bump for 2.9 release.
718         * include/features.h (__GLIBC_MINOR__): Bump to 9.
719
720         [BZ #7029]
721         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
722         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
723         all the rounding.
724
725 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
726
727         [BZ #7009]
728         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
729         unknown request types for now.
730
731 2008-11-11  Roland McGrath  <roland@redhat.com>
732
733         * sysdeps/x86_64/configure: New file.
734
735         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
736         * configure: Regenerated.
737
738 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
739
740         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
741         correct instruction to remove the stack frame.
742
743 2008-11-03  Michael Matz  <matz@suse.de>
744
745         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
746         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
747
748 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
749
750         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
751         Remove.
752
753         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
754         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
755         of the thread variable instead of void *.
756         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
757         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
758         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
759         __libc_tsd_define arguments.
760         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
761         __libc_tsd_address arguments.  Remove union hack.
762         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
763         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
764         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
765         Adjust __libc_tsd_{set,get} arguments.
766         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
767         __libc_tsd_define arguments.
768         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
769         arguments.
770         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
771         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
772         (LOCALE): Adjust __libc_tsd_define arguments.
773         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
774         arguments.
775         (LOCALE): Adjust __libc_tsd_define arguments.
776         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
777         arguments.
778         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
779         arguments.
780
781 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
782
783         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
784         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
785
786 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
787
788         [BZ #6966]
789         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
790
791 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
792             Ulrich Drepper  <drepper@redhat.com>
793
794         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
795         definition for GCC 3.1 and later.
796
797 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
798
799         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
800         refetch dtv, as it might have changed.
801         * elf/Makefile: Add rules to build and run tst-tls18.
802         * elf/tst-tls18.c: New test.
803         * elf/tst-tlsmod18a.c: New file.
804
805 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
806
807         [BZ #6875]
808         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
809
810 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
811
812         [BZ #6867]
813         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
814
815         [BZ #6919]
816         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
817         Fix length of copy operation.
818
819 2008-10-02  Pierre Habouzit <madcoder@debian.org>
820
821         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
822         and fix its calling convention.
823
824 2008-10-07  Andreas Schwab  <schwab@suse.de>
825
826         [BZ #6942]
827         * resolv/res_send.c (send_vc): Fix last change.
828         (send_dg): Align here as well.
829
830 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
831
832         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
833         return value in case rlimit is RLIM_INFINITY.
834
835         [BZ #6947]
836         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
837         for UL_SETFSIZE.
838         * resource/Makefile (tests): Add bug-ulimit1.
839         * resource/bug-ulimit1.c: New file.
840
841         [BZ #6974]
842         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
843         without dot.  Properly terminate the string with a null byte.
844         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
845
846         [BZ #6980]
847         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
848         negative sizees.
849         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
850         negative __size.
851
852         [BZ #6995]
853         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
854
855 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
856
857         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
858         abort if there is no initgroups_dyn function.
859
860         * resolv/res_send.c (send_dg): On timeout, only return nonzero
861         result if any of the queries really provided an answer.
862
863 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
864
865         * po/lt.po: Update from translation team.
866
867 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
868
869         * po/id.po: Update from translation team.
870
871 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
872
873         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
874         Fix tests for existence of second reply.
875
876 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
877
878         * po/id.po: New file.
879         Contributed by the Indonesian translation team.
880
881 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
882
883         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
884         initialization.
885
886 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
887
888         * elf/Makefile: Add rules to build and run tst-tls17.
889         * elf/tst-tls17.c: New test.
890         * elf/tst-tlsmod17a.c: New file.
891         * elf/tst-tlsmod17b.c: Likewise.
892
893 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
894
895         * stdlib/divmod_1.c: Use correct type for dummy variable.
896         * stdlib/mod_1.c: Likewise.
897
898 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
899
900         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
901
902 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
903
904         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
905         __nonnull order for C++.
906         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
907         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
908
909 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
910
911         * stdlib/longlong.h: Update from GCC.
912
913 2008-10-09  Jakub Jelinek <jakub@redhat.com>
914             David S. Miller  <davem@davemloft.net>
915
916         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
917         make sure any registers used with 64-bit 'branch-on-register'
918         instructions have their top 32-bits clear.
919         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
920         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
921
922 2008-09-18  Andreas Schwab  <schwab@suse.de>
923
924         [BZ #6942]
925         * resolv/res_send.c (send_vc): Fix use of unaligned address.
926         Properly handle partial reads.
927
928 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
929
930         * elf/elf.h (STO_MIPS_PLT): New.
931         (R_MIPS_COPY): New.
932         (R_MIPS_JUMP_SLOT): New.
933         (R_MIPS_NUM): Redefine to 128.
934         (DT_MIPS_PLTGOT): New.
935         (DT_MIPS_RWPLT): New.
936         (DT_MIPS_NUM): Redefine to 0x35.
937
938 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
939
940         * timezone/africa: Update from tzdata2008f.
941         * timezone/asia: Likewise.
942         * timezone/australasia: Likewise.
943         * timezone/europe: Likewise.
944         * timezone/leapseconds: Likewise.
945         * timezone/northamerica: Likewise.
946         * timezone/southamerica: Likewise.
947         * timezone/zone.tab: Likewise.
948
949 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
950
951         * nscd/connections.c: Disable use of paccept for now.
952
953 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
954
955         * socket/Versions: Remove paccept export for GLIBC_2.9.
956         * socket/Makefile (routines): Remove paccept.
957         * socket/sys/socket.h: Remove paccept declaration.
958
959         * po/sv.po: Update from translation team.
960
961 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
962
963         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
964         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
965
966 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
967
968         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
969         Patch by Olivier Fourdan <ofourdan@redhat.com>.
970
971 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
972
973         * sunrpc/rpc/svc.h: Declare svcfd_create.
974         Patch by Michael Solberg <msolberg@redhat.com>.
975
976 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
977             Ulrich Drepper  <drepper@redhat.com>
978
979         * malloc/malloc.c (public_vALLOc): Try other arenas in case
980         _int_valloc fails.
981         (public_pVALLOc): Likewise.
982
983 2008-09-02  Andreas Jaeger  <aj@suse.de>
984
985         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
986         commit.
987
988 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
989
990         [BZ #6860]
991         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
992
993 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
994
995         * Makefile (check-data): Check data directory in add-ons.
996         * elf/Makefile (check-data): Likewise.
997
998 2008-08-18  Roland McGrath  <roland@redhat.com>
999
1000         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1001         * configure: Regenerated.
1002         * config.make.in (cflags-cpu): New substituted variable.
1003         (with-cpu): Variable removed.
1004         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1005
1006 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1007
1008         [BZ #6845]
1009         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1010         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1011         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1012         redundant.  Functions which call floating point assembler operations
1013         should go into a sysdeps powerpc/fpu directory.
1014
1015 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1016
1017         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1018         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1019
1020 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1021
1022         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1023
1024         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1025         change related to AT_EXECFN.  We cannot use that string.
1026         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1027         _dl_execfn member.
1028         * elf/dl-support.c: Remove _dl_execfn variable.
1029         (_dl_aux_init): Remove handling of AT_EXECFN.
1030         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1031         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1032
1033 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1034
1035         [BZ #6544]
1036         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1037         byte gets added to writes and seeks from the end use the length of
1038         the buffer and not the currently terminating NUL byte.
1039
1040         [BZ #6634]
1041         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1042         Set to true if locking failed.
1043         (getutid_r_file): Adjust caller.
1044         (pututline_file): Likewise.  Return NULL in this case.
1045         Patch mostly by halesh.s@gmail.com.
1046
1047 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1048
1049         [BZ #6589]
1050         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1051         Define.
1052         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1053
1054 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1055
1056         [BZ #6839]
1057         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1058         macro since it is now available in elf/dynamic-link.h.
1059
1060 2008-08-12  Roland McGrath  <roland@frob.com>
1061
1062         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1063         in case used outside of libc.
1064         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1065
1066 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1067
1068         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1069         directly instead of going through dn_comp.
1070
1071 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1072
1073         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1074         Fix asm constraints.
1075
1076 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1077
1078         [BZ #6790]
1079         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1080         (IPV6_PMTUDISC_PROBE): Likewise.
1081
1082 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1083
1084         [BZ #6791]
1085         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1086
1087 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1088             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1089
1090         [BZ #6817]
1091         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1092         Added the members 'vsx' and 'arch_2_06'.
1093         (_dl_powerpc_platforms): Add the member 'power7'.
1094         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1095         to reflect the changes required by VSX and ISA 2.06.
1096         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1097         'power7'.
1098         Defined PPC_PLATFORM_POWER7.
1099         (_dl_string_platform): Add support for POWER7.
1100         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1101         capability and ISA 2.06.
1102
1103 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1104
1105         [BZ #6824]
1106         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1107         macro to detect use of 128 bit long double.
1108         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1109
1110 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1111
1112         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1113
1114         [BZ #5794]
1115         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1116         parameters.
1117         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1118         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1119
1120 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1121
1122         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1123         guaranteed to be large enough to read inotify event.  Ignore
1124         EAGAIN error.  Better error message.  Add branch predicition.
1125         (main_loop_epoll): Likewise.
1126
1127 2008-08-02  Roland McGrath  <roland@frob.com>
1128
1129         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1130         Add memory clobbers.
1131
1132 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1133
1134         * manual/arith.texi: Avoid @strong{Note:}.
1135         * manual/creature.texi: Likewise.
1136         * manual/filesys.texi: Likewise.
1137         * manual/math.texi: Likewise.
1138         * manual/memory.texi: Likewise.
1139         * manual/resource.texi: Likewise.
1140         * manual/syslog.texi: Likewise.
1141         * manual/time.texi: Likewise.
1142
1143         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1144         to prevent warning.
1145
1146 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1147
1148         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1149         new epoll_create1 interface.
1150         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1151         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1152         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1153
1154         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1155         (NS_GET32): Likewise.
1156
1157         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1158         syscalls, too.
1159
1160         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1161         use the AT_EXECFN value if it is no absolute path.
1162         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1163         __ASSUME_AT_EXECFN.
1164
1165         * Versions.def: Add GLIBC_2.9 to libresolv.
1166         * include/resolv.h: Remove hidden proto declarations for __ns_*
1167         functions.  Add them for __dn_count_labels and __p_secstodate.
1168         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1169         Define ns_msg_getflags macro here.
1170         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1171         and __p_secstodate.
1172         * resolv/Versions: Export functions from <arpa/nameser.h> from
1173         libresolv in version GLIBC_2.9.
1174         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1175         hidden definitions.
1176         * resolv/ns_netint.c: Likewise.
1177         * resolv/ns_parse.c: Likewise.
1178         * resolv/ns_print.c: Likewise.
1179         * resolv/ns_samedomain.c: Likewise.
1180         * resolv/ns_ttl.c: Likewise.
1181         * resolv/arpa/nameser_compat.h: Likewise.
1182         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1183         function calls.
1184         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1185         instead of ns_get16.
1186         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1187         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1188         (gaih_getanswer_slice): Likewise.
1189         * resolv/Makefile (libresolv-routines): Add ns_date.
1190         * resolv/ns_date.c: New file.
1191
1192         * elf/Makefile (check-localplt.out): Also check libresolv and
1193         libcrypt.
1194
1195 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1196
1197         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1198         __ASSUME_O_CLOEXEC.
1199
1200 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1201
1202         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1203         buffer passed to NSS functions.
1204
1205         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1206
1207         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1208         Define.
1209
1210         * misc/syslog.c (openlog_internal): Fix compile problem.
1211
1212 2008-07-28  Roland McGrath  <roland@redhat.com>
1213
1214         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1215
1216 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1217
1218         * io/ftw.c (add_object): Remove inline to avoid warning.
1219
1220         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1221
1222         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1223         Use it instead of locally defined resplen2 variable.
1224         (res_nsend): Adjust for __libc_res_nsend interface change.
1225         (send_vc): Initialize *resplen2 if necessary.  Read length of
1226         package into an appropriately aligned variable.  Store converted length
1227         in new variable and use it appropriately.
1228         Add branch prediction help.
1229         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1230         and pass it on to __libc_res_nsend.  Adjust all callers.
1231         (__libc_res_nsearch): Likewise.
1232         (__libc_res_nqeurydomain): Likewise.
1233         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1234         change.
1235         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1236         Define resplen2 variable and pass it to __libc_res_nsearch and then
1237         to gaih_getanswer.
1238         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1239         Add branch prediction.
1240         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1241         (gaih_getanswer): Don't decode second slice if first one failed due
1242         to a too small buffer.  Don't let not found status of second
1243         decoder shadow results of the first.
1244         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1245         and __libc_res_nquery interface changes
1246         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1247         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1248         __libc_res_nsearch, and __libc_res_nsend.
1249         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1250         change.
1251         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1252         __libc_res_nsearch interface changes.
1253
1254 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1255
1256         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1257
1258         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1259         file descriptors with close-on-exec set.
1260         (exec_comm_child): Fix the case where the write end of the pipe is
1261         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1262
1263         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1264         * io/pipe2.c: Likewise.
1265         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1266         instead of __ASSUME_PACCEPT.
1267         * include/unistd.h: Declare __have_pipe2.
1268         * libio/iopopen.c: Implement "e" flag.
1269         * libio/Makefile (tests): Add tst-popen1.
1270         * libio/tst-popen1.c: New file.
1271
1272         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1273         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1274
1275 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1276
1277         [BZ #6771]
1278         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1279         success call of _IO_SEEKOFF or calls which failed because the
1280         descriptor is for a pipe.
1281
1282         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1283         magic number.
1284
1285         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1286
1287         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1288         F_SETFD use if we know fopen set the flag.
1289
1290         * login/utmp_file.c (setutent_file): Minor optimization in case
1291         O_CLOEXEC is available.
1292
1293 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1294
1295         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1296         * elf/Makefile: Use pie-ccflag variable.
1297         * nscd/Makefile: Likewise.
1298         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1299
1300 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1301
1302         [BZ #6724]
1303         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1304         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1305         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1306         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1307         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1308         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1309         utmp32, utmpx32 and login32.
1310         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1311         versions of struct utmp functions to libc and libutil.
1312         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1313         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1314         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1315         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1316         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1317         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1318         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1319         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1320         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1321         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1322         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1323         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1324         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1325         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1326         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1327         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1328         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1329         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1330         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1331         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1332         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1333         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1334
1335 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1336
1337         * scripts/gen-as-const.awk: Generate more widely usable code by
1338         using 64-bit arithmetic.
1339
1340         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1341         the same treatment as narrow output code in last patch.
1342
1343         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1344
1345         [BZ #6763]
1346         * elf/dl-load.c (local_strdup): Remove inline.
1347         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1348         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1349         part of the object.
1350
1351         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1352
1353 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1354
1355         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1356         the new syscalls, too.
1357
1358         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1359         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1360
1361         [BZ #6698]
1362         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1363         parameter for end of buffer.  If temporary copy is too large use
1364         malloc.
1365         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1366         interface change.
1367         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1368         string rewrite when allocating buffer.
1369
1370         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1371         syscalls, too.
1372
1373         * nscd/connections.c (nscd_init): Clean up fcntl call.
1374
1375         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1376         SOCK_NONBLOCK if possible.
1377
1378         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1379         SOCK_CLOEXEC if available.
1380
1381         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1382         __libc_clntudp_bufcreate_internal.
1383         * include/sys/socket.h: Declare __have_sock_cloexec.
1384         * socket/Makefile (aux): Add have_sock_cloexec.
1385         * socket/have_sock_cloexec.c: New file.
1386         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1387         __libc_clntudp_bufcreate.
1388         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1389         which takes an additional parameter.  Create socket with non-blocking
1390         mode and close-on-exec flag set, if wanted.
1391         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1392         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1393         instead of clntudp_create.  The socket has already the close-on-exec
1394         flag set if SOCK_CLOEXEC is defined.
1395
1396 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1397
1398         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1399         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1400         appropriate.
1401         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1402         non-blocking mode by using socket, paccept, and inotify_init1.
1403
1404         * Versions.def (glibc): Add GLIBC_2.9.
1405         * io/Makefile (routines): Add dup3 and pipe2.
1406         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1407         * io/dup3.c: New file.
1408         * io/pipe2.c: New file.
1409         * posix/unistd.h: Declare dup3 and pipe2.
1410         * socket/Makefile (routines): Add paccept.
1411         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1412         * socket/paccept.c: New file.
1413         * socket/sys/socket.h: Declare paccept.
1414         * sysdeps/unix/syscalls.list: Add entry for dup3.
1415         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1416         epoll_create2 and inotify_init1.
1417         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1418         * sysdeps/unix/sysv/linux/paccept.c: New file.
1419         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1420         possible.
1421         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1422         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1423         inotify_init1, and pipe2 entries.
1424         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1425         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1426         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1427         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1428         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1429         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1430         SOCK_NONBLOCK.
1431         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1432         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1433         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1434         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1435         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1436         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1437         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1438         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1439         EPOLL_NONBLOCK.  Declare epoll_create2.
1440         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1441         EFD_NONBLOCK.
1442         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1443         IN_NONBLOCK.  Declare inotify_init1.
1444         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1445         SFD_NONBLOCK.
1446         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1447         TFD_NONBLOCK.
1448
1449         * elf/elf.h: Define AT_EXECFN.
1450         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1451         LD_ORIGIN_PATH.
1452         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1453         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1454         if __ASSUME_AT_EXECFN is defined.
1455         (_dl_aux_init): Handle AT_EXECFN.
1456         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1457         for 2.6.27 and up.
1458         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1459         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1460         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1461         _dl_execfn if available and avoid compatibility code if
1462         __ASSUME_AT_EXECFN is defined.
1463
1464         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1465         _dl_discover_osversion only for older kernels.
1466
1467 2008-07-22  Roland McGrath  <roland@frob.com>
1468
1469         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1470
1471 2008-07-21  Roland McGrath  <roland@frob.com>
1472
1473         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1474         returned too much data out of line.
1475
1476 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1477
1478         * locale/setlocale.c (setname): Remove inline to avoid compiler
1479         warning.
1480
1481         [BZ #6712]
1482         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1483
1484 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1485
1486         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1487         doesn't manage to write anything, fail.
1488
1489         * malloc/hooks.c (__malloc_check_init): Remove printf.
1490
1491 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1492
1493         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1494
1495 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1496
1497         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1498         from inotify.
1499         (main_loop_epoll): Likewise.
1500
1501 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1502
1503         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1504
1505         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1506         if DEBUG is defined.
1507
1508         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1509         query.  Adjust buffer size computation for padding.
1510
1511 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1512
1513         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1514         * stdio-common/tst-setvbuf1.c: New file.
1515         * stdio-common/tst-setvbuf1.expect: New file.
1516
1517         [BZ #6719]
1518         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1519         when selecting fully-buffered stream.
1520         Patch by Wang Xin <wxinee@gmail.com>.
1521
1522 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1523
1524         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1525         (__open_2): New function.
1526         (__open64_2): New alias to __open_2.
1527         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1528         (__openat_2): New function.
1529         (__openat64_2): New alias to __openat_2.
1530
1531 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1532
1533         [BZ #6723]
1534         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1535
1536 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1537
1538         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1539         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1540         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1541         __hurd_dfail.
1542         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1543         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1544         * sysdeps/mach/hurd/send.c (__send): Likewise.
1545         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1546         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1547
1548 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1549
1550         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1551         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1552         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1553         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1554         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1555         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1556
1557 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1558
1559         [BZ #6657]
1560         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1561         of %EY.
1562         Patch by Petr Baudis.
1563
1564 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1565
1566         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1567         Patch by Peter Jones <pjones@redhat.com>.
1568
1569 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1570
1571         [BZ #6654]
1572         * stdlib/canonicalize.c (__realpath): readlink can write too much
1573         into the buffer on platforms without PATH_MAX.
1574
1575 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1576
1577         [BZ #6653]
1578         * posix/tst-regex.c (main): Rename to...
1579         (do_test): ... this. Remove cmdline option processing.
1580         (TIMEOUT): Define.
1581         (TEST_FUNCTION): Define.
1582         (CMDLINE_OPTIONS): Define.
1583
1584 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1585
1586         [BZ #5210]
1587         * configure.in: Add -Werror to -fstack-protector test to catch
1588         unsupported architectures.
1589         Patch by Gilles Esponasse <g.esp@free.fr>.
1590
1591 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1592
1593         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1594         getcontext returns ENOSYS.
1595
1596 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1597
1598         * nscd/connections.c (main_loop_poll): Fix test for read error.
1599         (main_loop_epoll): Likewise.
1600
1601 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1602
1603         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1604         better place so it is not called when nscd is used.
1605
1606         * nscd/connections.c: Also recognize and handle changes to the
1607         resolver configuration file.
1608
1609 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1610
1611         * time/strftime.c: Pass reference to tzset_called around to handle
1612         recursive calls.
1613
1614         [BZ #6612]
1615         * time/strftime.c (__strftime_internal): Call tzset() only
1616         when printing timezone-dependent values.
1617         Based on a patch by Petr Baudis <pasky@suse.cz>.
1618
1619         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1620         unconditionally use second gaih_getanswer_slice result.
1621
1622         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1623         (getaddrinfo): RES must always be non-NULL.
1624
1625 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1626
1627         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1628         cr[34] registers.
1629         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1630         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1631         Likewise.
1632         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1633         register.
1634
1635 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1636
1637         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1638         fields.
1639         * nscd/connections.c (inotify_fd): New variable.
1640         (nscd_init): Try to open an inotify descriptor.
1641         If successful, watch files for databases using inotify instead of
1642         having prune threads stat the files.
1643         (nscd_run_prune): Recognize clear_cache flag being set and call
1644         prune_cache appropriately.
1645         (main_loop_poll): Add inotify descriptor to wait set and handle the
1646         reported changes.
1647         (main_loop_epoll): Likewise.
1648         * nscd/cache.c (prune_cache): Don't stat files for databases if
1649         inotify is used.
1650         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1651         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1652
1653         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1654         fixed-size portion of the record.
1655         * nscd/servicescache.c (cache_addserv): Likewise.
1656         * nscd/pwdcache.c (cache_addpw): Likewise.
1657         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1658
1659 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1660
1661         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1662         out we don't use uninitialized memory.
1663
1664         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1665         the client.
1666
1667 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1668
1669         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1670         ignore T_DNAME messages.
1671         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1672
1673 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1674
1675         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1676         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1677
1678 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1679
1680         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1681         instead of portstr to nscd_getserv_r.  Patch by
1682         Roman Kagan <rkagan@mail.ru>.
1683
1684 2008-05-26  Jim Meyering  <meyering@redhat.com>
1685
1686         Remove more useless "if" tests before "free".
1687         * include/inline-hashtab.h (htab_delete): Likewise.
1688         * libio/freopen.c (freopen): Likewise.
1689         * libio/freopen64.c (freopen64): Likewise.
1690         * locale/programs/ld-collate.c (collate_read): Likewise.
1691         * misc/fstab.c (libc_freeres_fn): Likewise.
1692         * posix/glob.c (globfree): Likewise.
1693
1694 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1695
1696         * string/Makefile (strop-tests): Add memmem.
1697         * string/test-memmem.c: New file.
1698         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1699         (test_init): Size buf1 according to BUF1PAGES.
1700
1701 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1702
1703         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1704         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1705         (CFLAGS-scanf17.c): New.
1706         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1707         * stdio-common/scanf15.c (main): Likewise.
1708         * stdio-common/scanf16.c: New file.
1709         * stdio-common/scanf17.c: New file.
1710
1711 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1712
1713         * resolv/res_send.c (send_dg): If we already have one of two
1714         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1715         use the one answer insted of failing.
1716
1717 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1718
1719         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1720         being executed on PowerPC as the expected result exceeds IBM
1721         long double 128 __LDBL_MAX__.
1722
1723 2008-05-21  Roland McGrath  <roland@redhat.com>
1724
1725         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1726
1727         * Makefile (check-data): Use $(abi-name) before other guesses.
1728         Look in $(add-ons) dirs before scripts/data/.
1729         * elf/Makefile (check-data): Likewise.
1730
1731         * scripts/soversions.awk: Grok ABI line.
1732         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1733         Emit definition for abi-name variable.
1734
1735 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1736
1737         * string/endian.h: Define new fixed-size hto* and *toh macros only
1738         if [__USE_BSD].
1739
1740         * iconvdata/Depend: Add localedata.
1741
1742 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1743
1744         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1745
1746 2008-05-08  David S. Miller  <davem@davemloft.net>
1747
1748         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1749         HIDDEN_JUMPTARGET.
1750         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1751         (__SYSCALL_CLOBBERS): Remove %g* registers.
1752         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1753         (__SYSCALL_CLOBBERS): Likewise.
1754         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1755         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1756
1757 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1758
1759         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1760         (CALL_ERRNO_LOCATION): Define.
1761         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1762         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1763         (CALL_ERRNO_LOCATION): Define.
1764         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1765         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1766         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1767
1768 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1769
1770         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1771         variable.
1772
1773 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1774
1775         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1776         (FIRST_FRAME_POINTER): Define.
1777
1778 2008-05-09  David S. Miller  <davem@davemloft.net>
1779
1780         * sysdeps/sparc/sparc64/backtrace.c: New file.
1781
1782 2008-05-14  David S. Miller  <davem@davemloft.net>
1783
1784         * sysdeps/sparc/machine-gmon.h: New file.
1785         * sysdeps/sparc/sparc-mcount.S: Likewise.
1786         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1787         sysdep_routines in gmon directory.
1788
1789 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1790
1791         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1792
1793 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1794
1795         * resolv/res_query.c (__libc_res_nquery): In case one of two
1796         answer was too short don't try to read that answer's header.
1797
1798         * resolv/res_send.c (send_dg): In case of timeout and there are
1799         two queries and one has been answered, return value indicating
1800         success.
1801
1802 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1803
1804         * nscd/cache.c (cache_add): Take additional parameter specifying
1805         whether this is in response of a cache refill.  Check alignment
1806         of package data.  Revamp waking of pruning thread.
1807         (prune_cache): Small optimization.
1808         * nscd/nscd.h: Adjust cache_add prototypes.
1809         * nscd/aicache.c: Adjust cache_add calls.
1810         * nscd/grpcache.c: Likewise.
1811         * nscd/hstcache.c: Likewise.
1812         * nscd/initgrcache.c: Likewise.
1813         * nscd/pwdcache.c: Likewise.
1814         * nscd/servicescache.c: Likewise.
1815         * nscd/connections.c (restart): Really disable cache use before
1816         exec attempt.  If it fails, reenable cache.
1817         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1818         time to max to be able to notice concurrent cache additions.  Unlock
1819         prune_lock while performing gc.  Afterwards compute wakeup time with
1820         current wakeup_time value in mind.
1821
1822 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1823
1824         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1825
1826         * nscd/mem.c (gc): Correctly determine highest used array element
1827         in mark.
1828
1829         * nscd/mem.c (markrange): Add assert to check entries are all
1830         aligned.  Small cleanup in bitmap use.
1831
1832         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1833         blockoff of type nscd_ssize_t.
1834         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1835         (mempoll_alloc): Record block offset and not address.
1836
1837         * nscd/mem.c (gc): Fix test for stack overuse.
1838
1839         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1840         more asserts.
1841
1842         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1843         entry is available, believe it.
1844
1845         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1846         no answers return NSS_STATUS_NOTFOUND.
1847         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1848         buffer does not have any content.
1849
1850 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1851
1852         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1853
1854         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1855         lookup, don't assign canon unconditionally.
1856
1857 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1858
1859         * string/Makefile (distribute): Add str-two-way.h.
1860
1861 2008-03-29  Eric Blake  <ebb9@byu.net>
1862
1863         Rewrite string searches to O(n) rather than O(n^2).
1864         * string/str-two-way.h: New file.  For linear fixed-allocation
1865         string searching.
1866         * string/memmem.c: New implementation.
1867         * string/strstr.c: New implementation.
1868         * string/strcasestr.c: New implementation.
1869
1870 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1871
1872         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1873         opr.ctx_type.
1874         (calc_first): Initialize constraint field.
1875         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1876         Use search_duplicated_node to avoid loops.  Fix grammar.
1877         (duplicate_node): Merge constraint field for all node types.
1878         (calc_eclosure_iter): Look at constraint field for all node types.
1879         * posix/regex_internal.c (create_cd_newstate): Don't look at
1880         create_cd_newstate.
1881
1882 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1883
1884         [BZ #6428]
1885         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1886
1887         [BZ #6442]
1888         * string/endian.h: Add macros for fixed-size endian conversion.
1889         * bits/byteswap.h: Allow inclusion from <endian.h>.
1890         * sysdeps/i386/bits/byteswap.h: Likewise.
1891         * sysdeps/ia64/bits/byteswap.h: Likewise.
1892         * sysdeps/s390/bits/byteswap.h: Likewise.
1893         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1894         * string/Makefile (tests): Add tst-endian.
1895         * string/tst-endian.c: New file.
1896
1897         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1898         Patch by Reuben Thomas.
1899
1900 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1901
1902         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1903
1904 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1905
1906         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1907
1908         [BZ #6461]
1909         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1910         Add missing braces.
1911         (BODY for __gconv_transform_internal_ascii): Likewise.
1912
1913         [BZ #6472]
1914         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1915         to be treated like link-local addresses.
1916         (match_prefix): Don't treat IPv4 loopback address special when
1917         converting to v4 mapped addressed.
1918
1919         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1920         if necessary.
1921         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1922         * posix/tst-rfc3484-2.c: Likewise.
1923         * posix/tst-rfc3484-3.c: Likewise.
1924
1925         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1926         and SCTP.
1927
1928         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1929
1930         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1931
1932         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1933
1934 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1935
1936         * po/lt.po: New file.  From Lituanian translation team.
1937
1938 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1939
1940         Introduce TLS descriptors for i386 and x86_64.
1941         * include/inline-hashtab.h: New file, copied from 2005's
1942         libiberty, with fix for memory leak imported afterwards by
1943         Glauber de Oliveira Costa.
1944         * elf/tlsdeschtab.h: New file.
1945         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1946         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1947         (CHECK_STATIC_TLS): Move to...
1948         * elf/dynamic-link.h: ... this file.
1949         (TRY_STATIC_TLS): New macro.
1950         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1951         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1952         R_386_TLS_DESC): Define.
1953         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1954         binutils.
1955         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1956         R_X86_64_TLSDESC): Define.
1957         (R_386_NUM, R_X86_64_NUM): Adjust.
1958         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1959         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1960         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1961         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1962         release tlsdesc_table.
1963         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1964         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1965         (elf_machine_rel): Handle R_386_TLS_DESC.
1966         (elf_machine_rela): Likewise.
1967         (elf_machine_lazy_rel): Likewise.
1968         (elf_machine_lazy_rela): Likewise.
1969         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
1970         * sysdeps/i386/dl-tlsdesc.S: New file.
1971         * sysdeps/i386/dl-tlsdesc.h: New file.
1972         * sysdeps/i386/tlsdesc.c: New file.
1973         * sysdeps/i386/tlsdesc.sym: New file.
1974         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
1975         tlsdesc_table.
1976         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
1977         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1978         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1979         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1980         release tlsdesc_table.
1981         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
1982         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
1983         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
1984         (elf_machine_rel): Handle R_X86_64_TLSDESC.
1985         (elf_machine_rela): Likewise.
1986         (elf_machine_lazy_rel): Likewise.
1987         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
1988         (__tls_get_addr): Do not declare for non-shared compiles.
1989         * sysdeps/x86_64/dl-tlsdesc.S: New file.
1990         * sysdeps/x86_64/dl-tlsdesc.h: New file.
1991         * sysdeps/x86_64/tlsdesc.c: New file.
1992         * sysdeps/x86_64/tlsdesc.sym: New file.
1993         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
1994         tlsdesc_table for both 32- and 64-bit structs.
1995
1996 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
1997
1998         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
1999         its own function.  This reduces the frame setup costs and more.
2000
2001 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2002
2003         [BZ #3406]
2004         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2005         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2006
2007 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2008
2009         * io/openat.c (__openat_2): Also pass fd to __openat.
2010         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2011         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2012
2013         * string/tester.c (test_memcmp): Add a few more tests.
2014         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2015
2016 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2017
2018         * nscd/cache.c (cache_add): Before returning with failure and this
2019         is the first use of the record, mark it as unusable.
2020         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2021         reporting a failure.
2022         * nscd/grpcache.c: Likewise
2023         * nscd/hstcache.c: Likewise.
2024         * nscd/initgrcache.c: Likewise.
2025         * nscd/pwdcache.c: Likewise.
2026         * nscd/servicescache.c: Likewise.
2027
2028 2008-05-10  Roland McGrath  <roland@redhat.com>
2029
2030         [BZ #6505]
2031         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2032
2033 2008-05-08  David S. Miller  <davem@davemloft.net>
2034
2035         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2036
2037         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2038         (__ieee754_y0l): Likewise.
2039         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2040         (__ieee754_y1l): Likewise.
2041         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2042         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2043         frexpl and ldexpl.  math_private.h provides them and the latter
2044         is not even used.
2045         (__log1pl): Use __frexpl.
2046
2047 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2048
2049         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2050         prototypes.
2051         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2052         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2053         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2054         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2055         af==AF_UNSPEC.
2056         (_nss_nis_gethostbyname4_r): New function.
2057         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2058         Change to also handle af==AF_UNSPEC.
2059         (get_tablename): New function.  Use it to avoid duplication.
2060         (_nss_nisplus_gethostbyname4_r): New function.
2061         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2062         available.
2063         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2064         * nss/nss.h: Define struct gaih_addrtuple.
2065         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2066         af==AF_UNSPEC.
2067         (_nss_files_gethostbyname4_r): New function.
2068         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2069         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2070         calls.
2071         * resolv/res_query.c (__libc_res_nquery): Take two additional
2072         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2073         look up IPv4 and IPv6.
2074         Change all callers.
2075         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2076         for an additional query and answer buffer.  Pass to send_vc and
2077         send_dg.
2078         (send_vc): Send possibly two requests and receive two answers.
2079         (send_dg): Likewise.
2080         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2081         __libc_res_nquery.
2082         (_nss_dns_gethostbyname4_r): New function.
2083         (gaih_getanswer_slice): Likewise.
2084         (gaih_getanswer): Likewise.
2085         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2086         __libc_res_nquery call.
2087         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2088         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2089         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2090         available.
2091
2092 2008-05-05  David S. Miller  <davem@davemloft.net>
2093
2094         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2095         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2096
2097 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2098
2099         Fix termios bit macros.
2100         Move *DLY definitions where they belong, in termios.h.
2101         Add *[0-3] definitions.
2102         Fixes confusion between VT and FF.
2103         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2104         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2105         are already defined to avoid collision with termios.h.
2106         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2107         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2108         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2109         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2110         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2111         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2112         VTDLY, VT0, VT1): New macros.
2113         [__USE_GNU] (OLCUC): Change value of macro.
2114         [__USE_XOPEN] (OFILL): New macro.
2115         [__USE_BSD] (CRTSCTS): Change value.
2116         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2117         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2118         (B7200, B14400, B28800, B76800): New macros.
2119
2120 2008-05-01  David S. Miller  <davem@davemloft.net>
2121
2122         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2123         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2124         (gen-as-const-headers): Add it.
2125         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2126         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2127         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2128         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2129
2130         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2131         six system call parameters.
2132         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2133
2134 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2135
2136         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2137         RUSAGE_LWP.
2138         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2139         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2140
2141 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2142
2143         * stdlib/tst-setcontext.c: Include unistd.h.
2144
2145 2008-04-25  David S. Miller  <davem@davemloft.net>
2146
2147         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2148         Pass "union semun" properly in to sys_ipc, it must be passed
2149         by value, not by reference.
2150
2151 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2152
2153         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2154         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2155         * nscd/connections.c (mem_in_flight): Likewise.
2156
2157         * nscd/nscd.h (dbs): Make hidden.
2158
2159         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2160         Avoid returning -1, return 0 instead.
2161
2162 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2163
2164         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2165
2166 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2167
2168         [BZ #5209]
2169         * sysdeps/unix/sysv/linux/times.c: New file.
2170
2171         [BZ #5381]
2172         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2173         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2174         prototype.
2175         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2176         appropriate mem_in_flight element.
2177         (gc): Take allocations which have not yet been committed to the
2178         database into account.
2179         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2180         Reset mem_in_flight before returning.
2181         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2182         cue it up in mem_in_flight_list.
2183         * nscd/aicache.c: Adjust mempool_alloc call.
2184         * nscd/grpcache.c: Likewise.
2185         * nscd/hstcache.c: Likewise.
2186         * nscd/initgrcache.c: Likewise.
2187         * nscd/pwdcache.c: Likewise.
2188         * nscd/servicescache.c: Likewise.
2189         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2190         of -fpie.
2191
2192         * nscd/connections.c (handle_request): Provide better error message
2193         in case SELinux forbids the service.
2194
2195         * version.h (VERSION): Bump to 2.8.90.
2196
2197 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2198
2199         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2200
2201 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2202
2203         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2204         Also use for 32-bit.
2205         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2206         __nextafter instead of nextafter to avoid local PLT.
2207         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2208         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2209
2210         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2211
2212         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2213         __fe_nomask_env.
2214         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2215         <fenv_libc.h> instead of <fenv.h>.
2216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2218
2219         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2220
2221         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2222         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2223         function from fegetexcept and make old name weak alias.
2224         * include/fenv.h: Declare __fegetexcept.
2225         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2226         fegetexcept.
2227         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2228         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2229         to fetestexcept.
2230         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2231         instead of frexpl to avoid local PLT.
2232         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2233         ilogbl to avoid local PLT.
2234         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2235         instead of ldexpl to avoid local PLT.
2236         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2237         __roundl not roundl to avoid local PLT.
2238         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2239         local PLTs.  Use __sincosl instead of separate sinl and cosl
2240         calls.
2241         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2242
2243         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2244         version for ppc64 to 2.4.21 since without it makecontext will fail.
2245
2246         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2247         to the ABI in use.
2248         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2249         .__tls_get_addr.
2250         [__powerpc64__] (TLS_GD): Likewise.
2251
2252 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2253
2254         [BZ #4997]
2255         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2256         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2257         mantissa.
2258         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2259         Likewise.  Also account for when x is an odd number between 2^52
2260         and 2^53-1.
2261         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2262         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2263         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2264         detect aforementioned erroneous conditions.
2265
2266 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2267
2268         * configure.in: Check for -fno-section-anchors in addition to
2269         -fno-toplevel-reorder.
2270
2271 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2272
2273         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2274
2275         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2276         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2277         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2278         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2279         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2280         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2281
2282 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2283
2284         [BZ #5443]
2285         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2286         * time/alt_digit.c: Likewise.
2287         * wcsmbs/wcsmbsload.c: Likewise.
2288
2289 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2290
2291         * version.h (VERSION): Bump to 2.8.
2292
2293         * timzeone/asia: Update from tzdata2008b.
2294         * timezone/backward: Likewise.
2295         * timezone/europe: Likewise.
2296         * timezone/northamerica: Likewise.
2297         * timezone/southamerica: Likewise.
2298         * timezone/iso3166.tab: Likewise.
2299         * timezone/leapseconds: Likewise.
2300         * timezone/zone.tab: Likewise.
2301         * timezone/private.h: Update from tzcode2008a.
2302         * timezone/zdump.c: Likewise.
2303         * timezone/zic.c: Likewise.
2304
2305 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2306
2307         [BZ #5741]
2308         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2309         Define additonal Data Cache Block instruction macros.
2310         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2311         Replace dcbst with dcbf and sync with sync/isync.
2312
2313 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2314
2315         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2316         Always set ELF_RTYPE_CLASS_PLT.
2317         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2318
2319 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2320
2321         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2322         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2323         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2324         For ISA 2.01 and later replace mftb with mfspr 268.
2325
2326 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2327
2328         [BZ #5768]
2329         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2330         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2331
2332 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2333
2334         [BZ #5768]
2335         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2336         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2337         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2338         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2339
2340 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2341
2342         * stdlib/tst-makecontext.c (othervar): New variable.
2343         (cf): Test sign extending the argument to long.
2344
2345 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2346
2347         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2348         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2349         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2350         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2351         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2352         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2353         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2354
2355 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2356
2357         * elf/Makefile (tests): Substitute tests-vis-yes here.
2358         (tests-vis-yes): Delete.
2359         (modules-name, modules-vis-yes): Similarly.
2360
2361 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2362
2363         [BZ #4407]
2364         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2365         Preserve sign in signgamp when x is zero.
2366
2367 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2368
2369         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2370         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2371         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2372         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2373         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2374         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2375
2376 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2377
2378         [BZ #4314]
2379         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2380         buffers.
2381
2382         [BZ #5209]
2383         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2384         a reserved error value.
2385
2386         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2387         value to check for correct sign extension.
2388
2389         [BZ #5436]
2390         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2391         Copy 64-bit parameter values even though this is not required in
2392         the standard.
2393
2394         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2395         PC save.
2396
2397 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2398
2399         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2400         PC save.
2401
2402 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2403
2404         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2405
2406 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2407
2408         [BZ #5998]
2409         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2410         in line-buffered stream failed.
2411         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2412
2413 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2414
2415         [BZ #6024]
2416         * scripts/abi-versions.awk: If the version specified by
2417         --enable-oldest-abi is older than the first version for this
2418         architecture, use the default version.
2419
2420         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2421         as well when ignoring the whole category.
2422
2423 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2424
2425         [BZ #6042]
2426         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2427         ETHERTYPE_* definitions.
2428         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2429
2430 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2431
2432         * stdlib/mbtowc.c (__no_r_state): Remove.
2433         (mbtowc): New static state variable.  Use it instead of
2434         __no_r_state.
2435         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2436         (__wctomb_state): New hidden variable.
2437         (wctomb): Use __wctomb_state instead of __no_r_state.
2438         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2439         (__wctomb_state): New extern decl.
2440         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2441
2442 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2443
2444         [BZ #5475]
2445         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2446
2447 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2448
2449         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2450
2451 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2452
2453         * po/nl.po: Update from translation team.
2454
2455 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2456
2457         [BZ #6007]
2458         * string/strfry.c: Handle empty strings again.
2459
2460 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2461
2462         [BZ #5443]
2463         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2464         before looking for translation.
2465         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2466         * locale/freelocale.c: Likewise.
2467         * locale/newlocale.c: Likewise.
2468         * locale/setlocale.c: Likewise.
2469         Based partially on a patch by ryo@np.css.fujitsu.com.
2470
2471 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2472
2473         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2474         acquiring wrlock.  Do conv_tab allocation while holding lock.
2475         * intl/Makefile: Add rules to build and run tst-gettext6.
2476         * intl/tst-gettext6.c: New test.
2477         * intl/tst-gettext6.sh: New file.
2478
2479 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2480
2481         * po/nl.po: Update from translation team.
2482
2483         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2484         provided through st_blksize, try the default size before giving up.
2485
2486 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2487
2488         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2489
2490         [BZ #5939]
2491         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2492
2493         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2494         error message.  POSIX today does not require the messages to be in
2495         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2496
2497         [BZ #5979]
2498         * sunrpc/auth_unix.c: Unify printed strings.
2499         * sunrpc/clnt_tcp.c: Likewise.
2500         * sunrpc/clnt_udp.c: Likewise.
2501         * sunrpc/clnt_unix.c: Likewise.
2502         * sunrpc/svc_tcp.c: Likewise.
2503         * sunrpc/svc_udp.c: Likewise.
2504         * sunrpc/svc_unix.c: Likewise.
2505         * sunrpc/xdr.c: Likewise.
2506         * sunrpc/xdr_array.c: Likewise.
2507         * sunrpc/xdr_rec.c: Likewise.
2508         * sunrpc/xdr_ref.c: Likewise.
2509         * locale/programs/ld-time.c (time_finish): Unify messages.
2510         * locale/programs/locfile.c (handle_copy): Fix typo.
2511         * nscd/nscd.c (options): Fix typo.
2512
2513         [BZ #5995]
2514         * stdlib/strtod_l.c: Use correct sign for result in one more
2515         underflow case.
2516         Patch by Eric Blake <ebb9@byu.net>.
2517
2518 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2519
2520         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2521         and creat system calls.
2522         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2523         call.
2524         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2525         system calls.
2526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2527         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2528         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2529
2530 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2531
2532         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2533         <linux/limits.h> has defined it.
2534         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2535         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2536         headers.
2537         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2538         it instead of ARG_MAX.
2539
2540 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2541
2542         * posix/gai.conf: Fix comment for scope nullbits.
2543         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2544         default to 128 bits for v4 mapped addresses.
2545
2546 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2547
2548         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2549         ptrace call to get the ieee_instruction_pointer from the kernel.
2550         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2551         ptrace call to set the ieee_instructtion_pointer.
2552         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2553         Add comment that ieee_instruction_pointer is always 0.
2554
2555 2008-03-09  Andreas Jaeger  <aj@suse.de>
2556
2557         [BZ #5857]
2558         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2559         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2560         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2561
2562         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2563         (rint_test): Likewise.
2564
2565 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2566
2567         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2568         call.
2569         (__nisfind_server): Similar for open readColdStartFile call.
2570         Patch partially by Jim Meyering.
2571         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2572         around internal_setent call.
2573
2574         * po/vi.po: New Vietnamese translation.
2575
2576         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2577         ADJ_OFFSET_SS_READ.
2578
2579         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2580         remove CLONE_STOPPED.
2581
2582 2008-02-10  Jim Meyering  <meyering@redhat.com>
2583
2584         Remove useless "if" before "free":
2585         * elf/ldconfig.c (parse_conf_include): Likewise.
2586         * gmon/gmon.c (weak_alias): Likewise.
2587         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2588         * inet/rcmd.c (__validuser2_sa): Likewise.
2589         * intl/bindtextdom.c (set_binding_values): Likewise.
2590         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2591         * libio/genops.c (save_for_backup): Likewise.
2592         * libio/wgenops.c (save_for_wbackup): Likewise.
2593         * locale/programs/ld-collate.c (collate_read): Likewise.
2594         * locale/programs/linereader.c (get_string): Likewise.
2595         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2596         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2597         * resolv/res_debug.c (do_section): Likewise.
2598         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2599         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2600         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2601         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2602         * time/tzset.c (tzset_internal): Likewise.
2603
2604 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2605
2606         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2607         of ASSEMBLER.
2608
2609 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2610
2611         [BZ #5903]
2612         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2613         not stream for output file.  Open output file here.
2614         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2615         and output file name.
2616         (process_fd): Likewise.
2617         (process_file): Likewise.
2618         (main): Adjust callers of changed functions.
2619         * iconv/iconv_prog.h: Adjust prototype.
2620
2621 2008-03-09  Andreas Jaeger  <aj@suse.de>
2622
2623         [BZ #5753]
2624         * sysdeps/ia64/ieee754.h: Use protected namespace
2625         __BIG_ENDIAN/__LITTLE_ENDIAN.
2626         * sysdeps/ieee754/ieee754.h: Likewise.
2627         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2628
2629 2008-03-08  Roland McGrath  <roland@frob.com>
2630
2631         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2632         ignore a signal that came from a machine exception, treat it as a
2633         fatal core-dump signal instead.
2634         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2635
2636         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2637         Clear DF bit in thread state's eflags.
2638         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2639
2640 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2641
2642         [BZ #5774]
2643         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2644         of NAN(...) sequence.
2645         * stdlib/Makefile (tests): Add tst-strtod6.
2646         * stdlib/tst-strtod6.c: New file.
2647
2648         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2649
2650         [BZ #5762]
2651         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2652         putting offending option character in quotes.  Clean up error
2653         messages.
2654         * po/be.po: Adjust msgstr in translation file.
2655         * po/bg.po: Likewise.
2656         * po/ca.po: Likewise.
2657         * po/cs.po: Likewise.
2658         * po/da.po: Likewise.
2659         * po/de.po: Likewise.
2660         * po/es.po: Likewise.
2661         * po/fr.po: Likewise.
2662         * po/hr.po: Likewise.
2663         * po/ko.po: Likewise.
2664         * po/nl.po: Likewise.
2665         * po/rw.po: Likewise.
2666         * po/sk.po: Likewise.
2667         * po/sv.po: Likewise.
2668         * po/tr.po: Likewise.
2669         * po/zh_CN.po: Likewise.
2670         * po/zh_TW.po: Likewise.
2671
2672         [BZ #5760]
2673         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2674         Patch by Roland Bless <roland@bless.de>.
2675
2676         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2677         .o file.
2678         * elf/Makefile (routines): Add dl-sysdep.
2679         (elide-routines.os): Likewise.
2680
2681 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2682
2683         [BZ #5786]
2684         * elf/dl-sysdep.c: Undefine ROUND after use.
2685         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2686         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2687         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2688         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2689         to ...
2690         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2691         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2692         if necessary.
2693         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2694
2695         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2696         _dl_tls_get_addr_soft element.
2697         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2698         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2699         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2700         GLRO.
2701         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2702         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2703         of internal_function.
2704
2705         * stdlib/Makefile (aux): Add tens_in_limb.
2706         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2707         * stdlib/tens_in_limb.c: ...here.  New file.
2708
2709         [BZ #5778]
2710         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2711         __statfs_chown_restricted.
2712         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2713         for _PC_CHOWN_RESTRICTED.
2714         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2715         Implement __statfs_chown_restricted.
2716         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2717         _POSIX_CHOWN_RESTRICTED value to zero.
2718         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2719         defined to zero.
2720
2721         * sysdeps/x86_64/rtld-memset.c: New file.
2722
2723 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2724
2725         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2726
2727         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2728         Barcelona machine.  Make default fall through branch of
2729         __x86_64_preferred_memory_instruction check as the integer code path.
2730
2731 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2732
2733         * sysdeps/x86_64/cacheinfo.c
2734         (__x86_64_preferred_memory_instruction): New variable.
2735         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2736
2737         * sysdeps/x86_64/memset.S: Rewrite.
2738
2739 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2740
2741         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2742         __obstack_printf_chk): New prototypes.
2743         (__vasprintf_chk, __vdprintf_chk,
2744         __obstack_vprintf_chk): Likewise.
2745         Add libc_hidden_proto.
2746         * libio/obprintf.c
2747         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2748         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2749         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2750         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2751         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2752         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2753         __obstack_vprintf_chk): New prototypes.
2754         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2755         obstack_vprintf): New inlines.
2756         * debug/dprintf_chk.c: New file.
2757         * debug/vdprintf_chk.c: New file.
2758         * debug/asprintf_chk.c: New file.
2759         * debug/vasprintf_chk.c: New file.
2760         * debug/obprintf_chk.c: New file.
2761         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2762         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2763         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2764         @@GLIBC_2.8.
2765         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2766         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2767         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2768         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2769         libc_hidden_proto.
2770         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2771         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2772         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2773         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2774         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2775         @@GLIBC_2.8.
2776         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2777         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2778         obstack_vprintf_chk.
2779         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2780         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2781         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2782         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2783         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2784         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2785
2786 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2787
2788         [BZ #5779]
2789         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2790         Patch by Roy Marples <roy@marples.name>.
2791
2792         [BZ #5736]
2793         * malloc/malloc.c: Fix typo in comment.
2794
2795         [BZ #5627]
2796         * locale/iso-639.def: Add Shuswap.
2797
2798 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2799
2800         [BZ #5790]
2801         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2802         overwrite *h_errnop/*errnop values from getanswer_r in case of
2803         failure.
2804
2805 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2806
2807         [BZ #5818]
2808         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2809         (verify_persistent_db): Remove one unnecessary test and add a new one
2810         for bad configuration.
2811         (nscd_init): Improve error reported when persistent database cannot
2812         be reused.
2813         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2814         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2815         .suggested_module and .max_db_size and case config file says the
2816         values are zero.
2817         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2818
2819         [BZ #5854]
2820         * nis/ypclnt.c (yp_order): Fix handling of return value of
2821         do_ypcall_tr call.
2822         Patch by Jeff Moyer <jmoyer@redhat.com>.
2823
2824         * po/fr.po: Update from translation team.
2825
2826 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2827             Carlos O'Donell <carlos@systemhalted.org>
2828
2829         [BZ #5012]
2830         * FAQ.in: Describe why glibc needs to be compiled with
2831         optimization.
2832
2833 2008-02-19  Roland McGrath  <roland@redhat.com>
2834
2835         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2836
2837 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2838
2839         [BZ #5737]
2840         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2841         __USE_MISC is defined.
2842
2843 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2844
2845         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2846         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2847         sys/timerfd.h.
2848         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2849         timerfd_gettime, timerfd_settime.
2850         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2851         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2852
2853 2008-02-08  Roland McGrath  <roland@redhat.com>
2854
2855         * elf/elf.h (NT_PPC_SPE): New macro.
2856
2857 2008-02-06  Roland McGrath  <roland@redhat.com>
2858
2859         * Makerules ($(common-objpfx)sysd-rules):
2860         Depend on $(sysdep-makeconfigs).
2861
2862 2008-01-31  Roland McGrath  <roland@redhat.com>
2863
2864         [BZ #5442]
2865         * configure.in: Use -print-file-name if it yields a directory,
2866         for each of include and include-fixed.
2867         * configure: Regenerated.
2868
2869         * Makeconfig (sysd-rules-targets): New variable.
2870         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2871         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2872
2873 2008-01-30  Roland McGrath  <roland@redhat.com>
2874
2875         * manual/libc.texinfo: Update back-cover text.
2876
2877         * elf/elf.h (NT_386_TLS): New macro.
2878
2879 2008-01-29  Roland McGrath  <roland@redhat.com>
2880
2881         * Makeconfig (sysd-rules-patterns): New variable.
2882         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2883         (check-inhibit-asm): New canned sequence, replaces ...
2884         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2885         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2886         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2887         (CFLAGS-rtld): Variable removed.
2888
2889 2008-01-24  Roland McGrath  <roland@redhat.com>
2890
2891         * configure.in: Let configure fragments set base_os.
2892         * configure: Regenerated.
2893
2894 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2895
2896         * po/ko.po: Update from translation team.
2897
2898 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2899
2900         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2901
2902 2008-01-12  Andreas Jaeger  <aj@suse.de>
2903
2904         [BZ #5040]
2905         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2906         Add EPOLLRDHUP.
2907
2908 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2909
2910         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2911         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2912         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2913
2914 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2915
2916         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2917         * elf/dl-close.c (_dl_close): Check for it.
2918         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2919         (_dl_allocate_static_tls): Likewise.
2920         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2921         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2922         to it.
2923         * elf/tst-tls16.c: New file.
2924         * elf/tst-tlsmod16a.c: New file.
2925         * elf/tst-tlsmod16b.c: New file.
2926         * elf/Makefile: Add rules to build and run tst-tls16.
2927
2928 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2929
2930         [BZ #5628]
2931         * bits/shm.h: Fix comment describing shmid_ds.
2932         * sysdeps/gnu/bits/shm.h: Likewise.
2933         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2934         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2935         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2936         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2937         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2938         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2939         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2940         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2941         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2942
2943         [BZ #5607]
2944         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2945         prototypes.
2946         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2947         additional suffixes.
2948         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2949         Add optional functions mq_timedreceive and mq_timedsend.
2950         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2951         * conform/data/pthread.h-data: Fix prototype of
2952         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2953         * conform/data/semaphore.h-data: Allow time.h definitions.
2954         * conform/data/signal.h-data: Likewise.
2955         * conform/data/stdio.h-data: getw and putw are not required in v6.
2956         * conform/data/stdlib.h-data: Change setstate prototype.
2957         * conform/data/string.h-data: Fix strerror_r prototype.
2958         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2959         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2960         Fix readlink prototype.
2961         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2962         in6addr_loopback.
2963         * inet/netinet/in.h: Cleanup namespace.
2964         * posix/regex.h: Likewise.
2965         * resolv/netdb.h: Likewise.
2966         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2967         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2968         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2969         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
2970         of names of in in6_addr.
2971         (default_precedence): Likewise.
2972         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
2973         NULL definition.
2974
2975 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
2976
2977         * conform/data/fmtmsg.h-data: Add missing allows.
2978         * conform/data/ftw.h-data: Likewise.
2979         * conform/data/inttypes.h-data: Likewise.
2980         * conform/data/math.h-data: Likewise.
2981         * conform/data/signal.h-data: Likewise.
2982         * conform/data/net/if.h-data: Likewise.
2983         * conform/data/netinet/in.h-data: Likewise.
2984         * conform/data/sys/socket.h-data: Likewise.
2985
2986         [BZ #5614]
2987         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
2988         (__strtok_r): Simplify.
2989         * string/tester.c (test_strtok_r): Add test case for futile search
2990         with single-character seach string.
2991
2992 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
2993
2994         * po/ko.po: Update from translation team.
2995
2996 2008-01-11  Andreas Jaeger  <aj@suse.de>
2997
2998         [BZ #5600]
2999         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3000         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3001         kernel header.
3002
3003 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3004
3005         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3006         native interface lookup in all the relevant places.
3007
3008 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3009             Ulrich Drepper  <drepper@redhat.com>
3010
3011         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3012         field.  Use sockaddr_in6 for source_addr.
3013         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3014         (match_prefix): Likewise.
3015         (get_label): Likewise.
3016         (get_precedence): Likewise.
3017         (rfc3484_sort): Change to use indirect access to results array.
3018         Adjust to use of sockaddr_in6.  Replace service_order test with
3019         simple index comparison.
3020         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3021         service_order field.  Adjust qsort_t calls.  Access sorted result
3022         array indirectly through order array.
3023         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3024         * posix/tst-rfc3484-2.c: Likewise.
3025         * posix/tst-rfc3484-3.c: Likewise.
3026
3027 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3028
3029         [BZ #5541]
3030         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3031         pollfd structures.
3032         Patch by André Cruz.
3033
3034         [BZ #5545]
3035         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3036         (clnt_spcreateerror): Likewise.
3037
3038         [BZ #5553]
3039         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3040         (public_mEMALIGn): Likewise.
3041         Patch mostly by Daniel Jacobowitz.
3042
3043 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3044
3045         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3046         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3047         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3048         * stdlib/tst-makecontext2.c: New test.
3049
3050 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3051
3052         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3053         defined.
3054         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3055         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3056         transliteration hooks and REINIT_PARAMS afterwards.
3057         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3058         status.
3059         (REINIT_PARAMS): Define.
3060         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3061         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3062         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3063         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3064         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3065         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3066         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3067         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3068         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3069         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3070         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3071         * iconvdata/tst-iconv7.c: New test.
3072
3073 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3074
3075         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3076
3077 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3078
3079         [BZ #5112]
3080         * nscd/connections.c (restart): Fix condition.
3081
3082 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3083
3084         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3085         __ctype_toupper_loc): Add __THROW.
3086
3087 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3088
3089         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3090         recognition of interface family.
3091
3092         * posix/getconf.c: Update copyright year.
3093         * nss/getent.c: Likewise.
3094         * iconv/iconvconfig.c: Likewise.
3095         * iconv/iconv_prog.c: Likewise.
3096         * elf/ldconfig.c: Likewise.
3097         * catgets/gencat.c: Likewise.
3098         * csu/version.c: Likewise.
3099         * elf/ldd.bash.in: Likewise.
3100         * elf/sprof.c (print_version): Likewise.
3101         * locale/programs/locale.c: Likewise.
3102         * locale/programs/localedef.c: Likewise.
3103         * nscd/nscd.c (print_version): Likewise.
3104         * debug/xtrace.sh: Likewise.
3105         * malloc/memusage.sh: Likewise.
3106         * malloc/mtrace.pl: Likewise.
3107         * debug/catchsegv.sh: Likewise.
3108
3109 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3110
3111         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3112         second lookup.
3113
3114 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3115
3116         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3117         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3118
3119 2007-12-17  Roland McGrath  <roland@redhat.com>
3120
3121         * inet/ether_line.c (ether_line): Remove unused variable.
3122
3123 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3124
3125         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3126         and winp.
3127         * login/openpty.c (openpty): Likewise.
3128         * login/pty.h (openpty, forkpty): Likewise.
3129         * manual/terminal.texi (openpty, forkpty): Likewise.
3130
3131 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3132
3133         * malloc/malloc.c (public_cALLOc): For arenas other than
3134         main_arena, count all bytes inside the mprotect_size range of the
3135         heap as uninitialized.
3136
3137 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3138
3139         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3140         executable stacks.
3141
3142         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3143         mTRIm for all of them.
3144         (mTRIm): Additionally iterate over all free blocks and use madvise
3145         to free memory for all those blocks which contain at least one
3146         memory page.
3147         * malloc/tst-trim1.c: New file.
3148         * malloc/Makefile (tests): Add tst-trim1.
3149
3150         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3151
3152 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3153
3154         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3155         First cast argument to long
3156         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3157         Return long.
3158         (__vdso_clock_gettime): Likewise.
3159         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3160         return long.
3161
3162 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3163
3164         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3165         * locale/nl_langinfo_l.c: Real implementation, copied from
3166         nl_langinfo.c.
3167         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3168
3169 2007-12-01  Jim Meyering  <meyering@redhat.com>
3170
3171         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3172         that would inhibit utf8-optimization of a regexp containing line-
3173         or buffer-anchors, e.g., `^', `$'.
3174
3175 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3176
3177         * time/bug-getdate1.c (do_test): Don't use century values which
3178         aren't valid on 32-bit systems.
3179
3180 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3181
3182         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3183         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3184         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3185         __strcat_g, __strncat_g): Add __asm__.
3186
3187 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3188
3189         [BZ #5477]
3190         * io/fchmodat.c: Fix typo in stub_warning use.
3191         Patch by Petr Salinger.
3192
3193 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3194
3195         * iconvdata/hp-thai8.c: New file.
3196         * iconvdata/Makefile: Add rules for hp-thai8.c.
3197         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3198         * iconvdata/gconv-modules: Likewise.
3199
3200         [BZ #5464]
3201         * iconvdata/hp-greek8.c: New file.
3202         * iconvdata/Makefile: Add rules for hp-greek8.c.
3203         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3204         * iconvdata/gconv-modules: Likewise.
3205
3206         [BZ #5463]
3207         * iconvdata/hp-turkish8.c: New file.
3208         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3209         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3210         * iconvdata/gconv-modules: Likewise.
3211
3212         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3213         (shrink_heap): ... this new function.
3214         (heap_trim): Call shrink_heap instead of grow_heap.
3215
3216         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3217         case don't call alloc_perturb.
3218
3219 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3220
3221         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3222         possible.
3223         * sysdeps/unix/sysv/linux/kernel-features.h
3224         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3225         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3226
3227 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3228
3229         [BZ #5424]
3230         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3231         * stdio-common/Makefile (tests): Add bug22.
3232         * stdio-common/bug22.c: New file.
3233
3234         [BZ #5451]
3235         * time/getdate.c: Fix filling in default values.
3236         * time/bug-getdate1.c: New file.
3237         * time/Makefile: Add rules to build and run bug-getdate1.
3238
3239         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3240         * iconvdata/ebcdic-es.c: Likewise.
3241         * iconvdata/ebcdic-es-a.c: Likewise.
3242         * iconvdata/ebcdic-uk.c: Likewise.
3243         * iconvdata/iso8859-16.c: Likewise.
3244         * iconvdata/viscii.c: Likewise.
3245         * iconvdata/iso8859-9e.c: Likewise.
3246         * iconvdata/Makefile: Adjust appropriately.
3247
3248         [BZ #5428]
3249         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3250         __need_wint_t.
3251
3252 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3253
3254         [BZ #5427]
3255         * iconvdata/hp-roman9.c: New file.
3256         * iconvdata/Makefile: Add rules for hp-roman9.c.
3257         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3258         * iconvdata/gconv-modules: Likewise.
3259
3260         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3261         * iconvdata/Makefile: Adjust appropriately.
3262
3263         [BZ #5441]
3264         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3265         structure, it's allocated with alloca.
3266         * stdio-common/Makefile (tests): Add bug21.
3267         * stdio-common/bug21.c: New file.
3268
3269 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3270
3271         [BZ #5452]
3272         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3273         keyword for gcc's braced-groups.
3274
3275 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3276
3277         [BZ #5454]
3278         * inet/ether_line.c: Strip hostname of whitespaces.
3279         * inet/Makefile (tests): Add tst-ether_line.
3280         * inet/tst-ether_line.c: New file.
3281
3282 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3283
3284         [BZ #5439]
3285         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3286
3287         [BZ #5435]
3288         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3289
3290         * stdlib/tst-setcontext.c: Catch the case where the links gets
3291         messed up and we do not reach main again.
3292
3293         * po/ca.po: Update from translation team.
3294
3295 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3296
3297         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3298         * posix/regex.h (REG_ENOSYS): Likewise.
3299         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3300
3301 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3302
3303         * nscd/nscd.h (MAX_STACK_USE): Define.
3304         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3305         (gc): Initialize stack_used based on allocation in prune_cache.
3306         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3307         Clear array before use.
3308
3309         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3310         memory allocation failed.
3311         * nscd/hstcache.c (cache_addhst): Likewise.
3312         * nscd/grpcache.c (cache_addgr): Likewise.
3313         * nscd/servicescache.c (cache_addserv): Likewise.
3314         * nscd/pwdcache.c (cache_addpw): Likewise.
3315         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3316
3317 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3318
3319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3320         and creat system calls.
3321
3322         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3323
3324 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3325
3326         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3327         Add netiucv/iucv.h.
3328         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3329         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3330         protocol.
3331         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3332         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3333         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3334
3335 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3336
3337         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3338         strncat): Define as macros to avoid compile errors.
3339
3340         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3341         creat entries.
3342
3343 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3344
3345         [BZ #5382]
3346         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3347         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3348         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3349         overflow it.
3350         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3351
3352         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3353         Return zero in case the thread library is not NPTL.
3354
3355         [BZ #5375]
3356         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3357         initializing interface list.
3358
3359         [BZ #5378]
3360         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3361         use result of nss_getgrgid_r if nothing was found.  For other
3362         error return with a failure.
3363         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3364
3365         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3366         macro name.
3367
3368 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3369
3370         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3371         (get_scope): For IPv4 scope, use scopes table.
3372         (fini): Free scopes table if necessary.
3373         (free_scopelist): New function.
3374         (scopecmp): New function.
3375         (gaiconf_init): Also handle scopev4 entries.
3376         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3377         * posix/tst-rfc3484-2.c (do_test): Likewise.
3378         * posix/gai.conf: Document scopev4 defaults.
3379         * posix/Makefile (tests): Add tst-rfc3484-3.
3380         * posix/tst-rfc3484-3.c: New file.
3381
3382         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3383         Teredo tunnels.
3384         * posix/gai.conf: Update for current default tables.
3385
3386 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3387
3388         * po/tr.po: Update from translation team.
3389
3390 2007-11-18  Roland McGrath  <roland@frob.com>
3391
3392         * manual/arith.texi (Remainder Functions): Spelling fix.
3393         From Shaun Silk <genix@mysoul.com.au>.
3394
3395         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3396
3397 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3398
3399         * po/zh_CN.po: Update from translation team.
3400
3401         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3402         Add sys/signalfd.h and sys/eventfd.h.
3403
3404 2007-11-15  Bruno Haible  <bruno@clisp.org>
3405
3406         [BZ #5346]
3407         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3408         union.
3409         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3410         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3411         it needs only fixed stack space. Delay the initialization of
3412         msgid_len until it is needed.
3413
3414 2007-11-15  Andreas Jaeger  <aj@suse.de>
3415
3416         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3417         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3418
3419 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3420
3421         * po/ko.po: Update from translation team.
3422
3423 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3424
3425         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3426         significantly.  The device type is also part of the ifinfomsg data.
3427
3428         * po/sv.po: Update from translation team.
3429         * po/nl.po: Likewise.
3430
3431         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3432         to wake up in 24 hours.
3433
3434         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3435
3436 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3437
3438         * po/cs.po: Update from translation team.
3439         * po/pl.po: Likewise.
3440
3441         * include/ifaddrs.h: Remove in6ai_temporary.
3442         (struct in6addrinfo): Add index element.
3443         Declare __check_native.
3444         * inet/Makefile (aux): Add check_native.
3445         * sysdeps/unix/sysv/linux/check_native.c: New file.
3446         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3447         IFA_F_TEMPORARY.  Pass back ifa_index.
3448         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3449         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3450         call __check_native if necessary.
3451         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3452         to sort addresses.  Pass information about the results.
3453         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3454         of rfc3484_sort interface.
3455         * posix/tst-rfc3484-2.c: Likewise.
3456
3457         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3458         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3459         for _quicksort.
3460         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3461         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3462         on as third parameter to compare function and _quicksort.
3463         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3464         to the compare function.
3465         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3466         * Versions.def: Add GLIBC_2.8 for libc.
3467
3468         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3469         * posix/tst-rfc3484-2.c: Likewise.
3470
3471         * include/kernel-features.h: Moved to...
3472         * sysdeps/mach/hurd/kernel-features.h: ...here.
3473
3474 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3475
3476         * sysdeps/i386/i586/memcpy_chk.S: New file.
3477         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3478         * sysdeps/i386/i586/memset_chk.S: Likewise.
3479
3480 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3481
3482         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3483         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3484         list of interfaces.  Also store prefix length.
3485         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3486         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3487         prefix if source and destination address are in the same subnet.
3488         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3489         Always look for matching record in in6ai list.
3490         Correct source_addr_len value for IPv6->IPv4 converted records.
3491
3492 2007-11-11  Roland McGrath  <roland@frob.com>
3493
3494         * include/kernel-features.h: New file.
3495
3496 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3497
3498         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3499         complications for 64-bit platforms.
3500
3501         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3502         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3503         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3504         open64_2.
3505         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3506         entries.
3507         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3508         * sysdeps/wordsize-64/alphasort.c: New file.
3509         * sysdeps/wordsize-64/alphasort64.c: New file.
3510         * sysdeps/wordsize-64/fseeko.c: New file.
3511         * sysdeps/wordsize-64/fseeko64.c: New file.
3512         * sysdeps/wordsize-64/ftello.c: New file.
3513         * sysdeps/wordsize-64/ftello64.c: New file.
3514         * sysdeps/wordsize-64/ftw.c: New file.
3515         * sysdeps/wordsize-64/ftw64.c: New file.
3516         * sysdeps/wordsize-64/iofgetpos.c: New file.
3517         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3518         * sysdeps/wordsize-64/iofopen.c: New file.
3519         * sysdeps/wordsize-64/iofopen64.c: New file.
3520         * sysdeps/wordsize-64/iofsetpos.c: New file.
3521         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3522         * sysdeps/wordsize-64/lockf.c: New file.
3523         * sysdeps/wordsize-64/lockf64.c: New file.
3524         * sysdeps/wordsize-64/mkostemp.c: New file.
3525         * sysdeps/wordsize-64/mkostemp64.c: New file.
3526         * sysdeps/wordsize-64/mkstemp.c: New file.
3527         * sysdeps/wordsize-64/mkstemp64.c: New file.
3528         * sysdeps/wordsize-64/scandir.c: New file.
3529         * sysdeps/wordsize-64/scandir64.c: New file.
3530         * sysdeps/wordsize-64/tmpfile.c: New file.
3531         * sysdeps/wordsize-64/tmpfile64.c: New file.
3532         * sysdeps/wordsize-64/versionsort.c: New file.
3533         * sysdeps/wordsize-64/versionsort64.c: New file.
3534         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3535         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3536         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3537         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3538         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3539         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3540         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3541         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3542         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3543         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3544         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3545         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3546
3547         * crypt/sha256-crypt.c: Fix a comment.
3548         * crypt/sha512-crypt.c: Likewise.
3549
3550 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3551
3552         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3553
3554 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3555
3556         [BZ #5277]
3557         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3558         because output buffer is too small break, don't loop.
3559         * iconvdata/Makefile (tests): Add bug-iconv6.
3560         * iconvdata/bug-iconv6.c: New file.
3561
3562 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3563
3564         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3565         with size_t type.
3566         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3567         size_t.  Add casts where needed.
3568
3569         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3570         old headers, don't call avc_has_perm if we don't have the
3571         permission information.
3572
3573 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3574
3575         * elf/rtld.c (dl_main): Use the page size to find the map start.
3576
3577 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3578
3579         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3580         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3581
3582         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3583         when the lookup call failed.
3584
3585         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3586         Add prune_cond and wakeup_time.
3587         (CACHE_PRUNE_INTERNAL): Define.
3588         Update declarations of prune_cache and setup_thread.
3589         * nscd/connections.c (dbs): Update initializers.
3590         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3591         (nscd_init): Default number of threads is now 4.
3592         (invalidate_cache): Take lock before calling prune_cache.
3593         (handle_request): If SELinux forbids the request, say so.
3594         (readylist_cond): Use static initializer.
3595         (nscd_run_prune): New function.  Used only by pruning threads.
3596         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3597         here.
3598         (fd_ready): Update nscd_run reference.
3599         (start_threads): No need to initialize readylist_cond.
3600         Start pruning threads separately.
3601         * nscd/nscd_setup_thread.c: Change return value type to int and always
3602         return 0.
3603         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3604         to int and return nonzero value if we can use the TID address hack.
3605         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3606         the database is later than the new entry's timeout, update the
3607         wakeup time and wake the cleanup thread.
3608         (prune_cache): Return seconds the next entry in the database is still
3609         valid.  Remove locking for pruning here.
3610         * nscd/nscd.conf: Document default number of threads.
3611
3612 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3613
3614         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3615         stack is properly aligned for the target function.
3616         Correct unwind info.
3617
3618         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3619         when using auditing libraries.
3620
3621 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3622
3623         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3624         _nss_dns_getnetbyaddr2_r.
3625         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3626         extra parameter to getanswer_r.
3627         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3628         _nss_dns_getnetbyaddr2_r.
3629
3630         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3631         gethstbynm3_r.
3632         * nscd/gethstbynm2_r.c: Remove.
3633         * nscd/gethstbynm3_r.c: New file.
3634         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3635         __gethostbyaddr_r.
3636         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3637         __gethostbyaddr_r compatibility wrapper.
3638         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3639         determining timeout of entry.
3640         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3641         __gethostbyaddr2_r.
3642         (addhstbyX): Pass reference to variable for TTL to lookup and
3643         cache_addhst.
3644         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3645         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3646         and __nss_next2.  Remove __nss_services_lookup.
3647         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3648         Add compat wrapper.
3649         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3650         __nss_next2.
3651         * nss/getXXent_r.c: Likewise.
3652         * nss/getnssent_r.c: Likewise.
3653         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3654         does not exist in module, try the optional second name.
3655         (__nss_next2): New function.
3656         (__nss_next): Now wrapper around __nss_next2.
3657         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3658         Declare __nss_next2.
3659         Adjust definition of db_lookup_function type.
3660         * nss/service-lookup.c: Define NO_COMPAT.
3661         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3662         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3663         * inet/ether_ntoh.c: Likewise.
3664         * sunrpc/netname.c: Likewise.
3665         * sunrpc/publickey.c: Likewise.
3666         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3667         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3668         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3669         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3670         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3671
3672         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3673
3674         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3675
3676 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3677
3678         [BZ #5204]
3679         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3680         * crypt/sha512c-test.c: Likewise.
3681
3682         [BZ #5225]
3683         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3684         to keep track of end of %[ format string element.
3685         * stdio-common/Makefile (tests): Add bug20.
3686         * stdio-common/bug20.c: New file.
3687
3688         [BZ #5222]
3689         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3690         path elements in counting mode.
3691
3692 2007-10-27  Andreas Jaeger  <aj@suse.de>
3693
3694         [BZ #5040]
3695         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3696
3697         [BZ #3112]
3698         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3699         (__cleanup): Free shared library when exiting.
3700         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3701         (__cleanup): Free shared library when exiting.
3702
3703 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3704
3705         [BZ #2549]
3706         * math/libm-test.inc (check_float_internal): Support
3707         denormalized return.
3708
3709 2007-10-23  Andreas Jaeger  <aj@suse.de>
3710
3711         [BZ #5208]
3712         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3713         __LONG_LONG_PAIR to handle little endian byte order.
3714         Suggested by abhishekrai@google.com
3715
3716 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3717
3718         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3719
3720 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3721
3722         * nscd/cache.c (prune_cache): Move test for modified file outside
3723         of locking.
3724
3725 2007-10-21  Andreas Jaeger  <aj@suse.de>
3726
3727         * manual/texinfo.tex: Update to latest version.
3728
3729         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3730
3731         * manual/arith.texi (Status bit operations): Fix formatting.
3732
3733         * manual/errno.texi (Error Messages): Fix formatting.
3734
3735         * manual/sysinfo.texi (System Parameters): Fix formatting.
3736
3737         * manual/libc.texinfo: Update VERSION and UPDATED.
3738
3739 2007-10-19  Roland McGrath  <roland@redhat.com>
3740
3741         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3742
3743 2007-10-06  David S. Miller  <davem@davemloft.net>
3744
3745         * configure.in: Add sparcv9v2 and sparc64v2.
3746         * scripts/config.sub: Likewise.
3747         * configure: Regenerate.
3748         * elf/elf.h (HWCAP_SPARC_N2): New.
3749         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3750         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3751         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3752         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3753         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3754         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3755         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3756
3757 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3758
3759         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3760         even if the poll result indicates there is data to read.
3761         Patch by Jeff Moyer <jmoyer@redhat.com>.
3762
3763 2007-10-18  Roland McGrath  <roland@redhat.com>
3764
3765         * elf/elf.h (NT_PPC_VMX): New macro.
3766
3767 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3768
3769         * version.h (VERSION): Set to 2.7.90.
3770
3771 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3772
3773         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3774         weak_alias.
3775
3776 2007-10-17  Roland McGrath  <roland@frob.com>
3777
3778         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3779         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3780
3781 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3782
3783         * version.h (VERSION): Bump to 2.7.
3784         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3785
3786         [BZ #5186]
3787         * time/tzset.c (__tz_convert): Don't force testing for a change of
3788         TZ if not called from localtime.  But then also see whether the
3789         file changed, in case __use_tzfile is set.
3790
3791         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3792         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3793         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3794         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3795         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3796         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3797         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3798         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3799
3800 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3801
3802         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3803         and admin selects to be able to replace the gai.conf file, lock
3804         data structures around the qsort call.
3805
3806 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3807
3808         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3809         new memset.
3810         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3811         too high for the improvements.  Implement bzero unconditionally for
3812         use in libc.
3813
3814 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3815             Jakub Jelinek  <jakub@redhat.com>
3816
3817         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3818         even when time_t is 32-bit.
3819         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3820         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3821         always set after the search.
3822
3823 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3824
3825         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3826         unreachable code on 32-bit machines.
3827
3828 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3829
3830         [BZ #5184]
3831         * time/strftime_l.c: Include stdbool.h.
3832         (my_strftime): New wrapper, old function renamed to...
3833         (__strftime_internal): ... new function.  Add tzset_called
3834         argument, pass it down to recursive calls, don't call tzset ()
3835         if already true, set to true after call to tzset ().
3836
3837 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3838
3839         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3840         into account when copying TZ string.
3841
3842 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3843
3844         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3845         num_transition rather than num_transitions - 1.
3846
3847 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3848
3849         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3850         PIC indirect jump.
3851
3852         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3853         a local label rather than HIDDEN_JUMPTARGET.
3854
3855 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3856
3857         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3858         (init_cacheinfo): Initialize it.
3859         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3860         Always define bzero.
3861         Remove non-glibc code.
3862         * sysdeps/x86_64/bzero.S: Make an empty file.
3863
3864 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3865
3866         * sysdeps/x86_64/cacheinfo.c
3867         (__x86_64_preferred_memory_instruction): New.
3868         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3869
3870         * sysdeps/x86_64/memset.S: Rewrite.
3871
3872 2007-10-15  Roland McGrath  <roland@redhat.com>
3873
3874         * po/libc.pot: Regenerated.
3875
3876 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3877
3878         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3879         pointers.
3880
3881         [BZ #3425]
3882         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3883         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3884         address record to T_A/T_AAAA requests.
3885
3886 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3887
3888         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3889
3890         * posix/glob.c: Add some branch prediction throughout.
3891
3892         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3893         read from nscd.
3894
3895         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3896         service_order.
3897         (rfc3484_sort): Make sure that even if qsort doesn't support
3898         stable sorting out sorting here is stable by comparing service_order.
3899         (getaddrinfo): Initialize service_order.
3900         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3901         service_order field to sorting structure.
3902         * posix/tst-rfc3484-2.c (do_test): Likewise.
3903
3904         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3905         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3906         __tzset_parse_tz and updating of daylight, timezone, tzname into
3907         update_vars.
3908         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3909         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3910         happens in __tz_compute.
3911         * time/tzfile.c (__tzfile_read): Also read TZ string.
3912         (find_transition): Fold into __tzfile_compute.
3913         (__tzfile_compute): For times beyond the last transition try to
3914         use the TZ string.
3915         * timezone/tst-timezone.c: Information in daylight and tzname does
3916         change for Asia/Tokyo timezone with more concrete information.
3917         Remove the test.
3918
3919         * include/stdio.h: Add libc_hidden_proto for ftello.
3920         * libio/ftello.c: Add libc_hidden_def.
3921
3922         [BZ #1140]
3923         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3924         on the specified time and not the last entries in the file.  Move
3925         code to determine tzname[] to...
3926         (find_transition): ...here.  Add ugly guess for times before the
3927         first transition.
3928
3929 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3930
3931         [BZ #3195]
3932         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3933         no entry.
3934         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3935         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3936         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3937         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3938
3939         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3940         read mechanism when there are no group members and avoid no-op
3941         read syscall in this case.
3942
3943         [BZ #3242]
3944         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3945         (__readall): If reading failed due to EAGAIN error wait a bit
3946         and possibly try again.
3947         (__readvall): Likewise.
3948
3949 2007-10-13  Bruno Haible  <bruno@clisp.org>
3950
3951         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3952         when we cannot recode the message.
3953
3954 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3955
3956         [BZ #4359]
3957         * libio/__freading.c (__freading): Don't return true for
3958         write-only streams.  For read/write streams, check whether we
3959         performed a read operation already.
3960         * libio/Makefile (tests): Add tst-ext2.
3961         * libio/tst-ext2.c: New file.
3962
3963 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3964
3965         * locale/programs/repertoire.c (repertoire_read): Always free
3966         memory for repertoire file name [Coverity CID 270].
3967
3968         * elf/cache.c (save_aux_cache): Free memory allocated for
3969         temporary file name [Coverity CID 267].
3970
3971 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3972
3973         * misc/Makefile (headers): Add bits/error.h.
3974
3975 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3976
3977         * posix/fnmatch_loop.c: Take rule index returned as part of
3978         findidx return value into account when accessing weights.
3979         * posix/regcomp.c: Likewise.
3980         * posix/regexec.c: Likewise.
3981
3982         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
3983         (skip_to): Fix problems with parameter of elifdef/elifndef.
3984
3985 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
3986
3987         * iconv/gconv_simple.c: Add some branch prediction.
3988
3989 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
3990
3991         * locale/programs/ld-collate.c (collate_read): If ignore_content
3992         and nowtok is tok_define, eat any tok_eol tokens.
3993
3994 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
3995
3996         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
3997         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
3998
3999         * inet/netinet/in.h: Don't include bits/socket.h.
4000         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4001         macro.
4002         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4003
4004 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4005
4006         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4007         and tok_elifndef.
4008         * locale/programs/locfile-kw.gperf: Likewise.
4009         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4010
4011 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4012
4013         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4014         (__find_specwc): Change into __extern_always_inline function.
4015         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4016         (__parse_one_specmb): Remove ps argument.
4017         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4018         Adjust __find_specmb and __parse_one_specmb callers.
4019         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4020         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4021         Removed.
4022         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4023         caller.
4024
4025 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4026
4027         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4028         with some Pentium Ds.
4029
4030 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4031
4032         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4033         __read not read.
4034         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4035         __write not write.
4036
4037 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4038
4039         [BZ #181]
4040         * locale/C-time.c: Set week_1stday data to 19971201.
4041         * locale/programs/ld-time.c (time_finish): Default for
4042         first_workday is Monday.
4043
4044         [BZ #2633]
4045         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4046
4047         [BZ #5103]
4048         * posix/glob.c (glob): Recognize patterns starting \/.
4049         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4050         (main): Add test for pattern starting \/.
4051
4052         * misc/error.h: Use __const instead of const.
4053         * misc/bits/error.h: Likewise.
4054
4055 2007-10-07  Andreas Jaeger  <aj@suse.de>
4056
4057         * include/bits/error.h: New file.
4058
4059         * misc/bits/error.h (error_at_line): Fix prototype.
4060
4061 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4062
4063         [BZ #3924]
4064         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4065         more little bugs in creating the stack frame when pltexit has to
4066         be called.
4067
4068         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4069         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4070
4071         [BZ #4407]
4072         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4073         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4074         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4075         * math/libm-test.inc: Add test for this case.
4076
4077         [BZ #5010]
4078         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4079         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4080         map service succeeded.
4081         (svc_is_mapped): New function.
4082         (svc_unregister): Use it before trying to unmap service.
4083
4084 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4085
4086         * timezone/zic.c: Update from tzcode2007h.
4087
4088         [BZ #5063]
4089         * timezone/africa: Update from tzdata2007h.
4090         * timezone/antarctica: Likewise.
4091         * timezone/asia: Likewise.
4092         * timezone/australasia: Likewise.
4093         * timezone/europe: Likewise.
4094         * timezone/leapseconds: Likewise.
4095         * timezone/northamerica: Likewise.
4096         * timezone/southamerica: Likewise.
4097         * timzeone/zone.tab: Likewise.
4098
4099         [BZ #5104]
4100         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4101
4102         [BZ #5113]
4103         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4104         avoid warning with -Wconversion.
4105         (__strndup): Likewise.
4106         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4107
4108         [BZ #5112]
4109         * nscd/connections.c (restart): Don't resync if database is
4110         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4111
4112         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4113         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4114
4115         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4116         evetnfd_read, eventfd_write.
4117         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4118         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4119         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4120         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4121         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4122         eventfd_write for GLIBC_2.7.
4123
4124         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4125         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4126         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4127         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4128
4129 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4130
4131         * stdlib/msort.c: Include stdint.h.
4132         (struct msort_param): New type.
4133         (msort_with_tmp): Use struct msort_param pointer for unchanging
4134         parameters.  Add optimized handling for several common sizes
4135         and indirect sorting mode.
4136         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4137         sorting.
4138         Suggested by Belazougui Djamel .
4139
4140         * stdlib/Makefile (tests): Add tst-qsort2.
4141         * stdlib/tst-qsort2.c: New test.
4142
4143 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4144
4145         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4146         for dup2 in case another thread races with the current one.  Retry
4147         in this case.
4148
4149         * misc/error.h: Remove support for use outside of libc.  We have to
4150         include <features.h> now.  Include <bits/error.h> if possible.
4151         * misc/bits/error.h: New file.
4152
4153 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4154
4155         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4156         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4157         __extern_always_inline functions unconditionally, drop macros.
4158
4159         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4160         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4161         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4162
4163         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4164         add __artificial__ attribute.
4165
4166 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4167
4168         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4169         backward to forward direction.
4170
4171         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4172
4173         [BZ #645]
4174         * locale/programs/ld-collate.c (collate_finish): Compare against last
4175         used section which is known to have rules defined.
4176         (collate_read): After order_start, correctly record order of sections
4177         and queue sections up.
4178
4179 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4180
4181         [BZ #5071]
4182         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4183         the same number of pages.
4184         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4185
4186         * locale/programs/ld-collate.c (collate_read): After initial copy
4187         statement, continue in state 0.
4188
4189         * include/stdio_ext.h (__fsetlocking): Define as macro.
4190
4191 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4192
4193         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4194         of section order.
4195
4196         * po/pt_BR.po: Fix typo.
4197
4198 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4199
4200         * iconvdata/Makefile (modules): Add ISO8859-9E.
4201         (distribute): Add iso8859-9e.c.
4202         (gen-8bit-gap-modules): Add iso8859-9e.
4203         * iconvdata/iso8859-9e.c: New file.
4204         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4205         * iconvdata/TESTS: Likewise.
4206         * iconvdata/tst-tables.sh: Likewise.
4207
4208         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4209
4210         * locale/iso-639.def: Add several new entries.
4211
4212 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4213
4214         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4215         void * pointers instead of struct link_map **.
4216         (_dl_scope_free): Change argument type to void *.
4217         * include/link.h (struct link_map): Change type of l_reldeps
4218         to struct link_map_reldeps, move l_reldepsact into that
4219         struct too.
4220         * elf/dl-deps.c: Include atomic.h.
4221         (_dl_map_object_deps): Only change l->l_initfini when it is
4222         fully populated, use _dl_scope_free for freeing it.  Optimize
4223         removal of libs from reldeps by using l_reserved flag, when
4224         some removal is needed, allocate a new list instead of
4225         reallocating and free the old with _dl_scope_free.  Adjust
4226         for l_reldeps and l_reldepsact changes.
4227         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4228         searching in l_initfini and l_reldeps without holding dl_load_lock.
4229         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4230         l_reldepsact changes.
4231         * elf/dl-close.c (_dl_close_worker): Likewise.
4232         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4233
4234 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4235
4236         * iconvdata/Makefile (modules): Add KOI8-RU.
4237         (distribute): Add koi8-ru.c.
4238         (gen-8bit-gap-modules): Add koi8-ru.
4239         * iconvdata/koi8-ru.c: New file.
4240         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4241         * iconvdata/TESTS: Likewise.
4242         * iconvdata/tst-tables.sh: Likewise.
4243
4244         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4245
4246 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4247
4248         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4249         with __warning__/__error__ attributes.
4250         (__warnattr): Define.
4251         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4252         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4253         __warnattr.
4254         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4255         of __*_chk if compile time detectable overflow is found.
4256         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4257         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4258         with __warnattr.
4259         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4260         instead of __*_chk if compile time detectable overflow is found.
4261         (__gets_alias): Rename to...
4262         (__gets_warn): ... this.  Add __warnattr.
4263         (gets): Call __gets_warn instead of __gets_alias.
4264         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4265         aliases with __warnattr.
4266         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4267         time detectable overflow is found.
4268         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4269         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4270         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4271         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4272         __getdomainname_chk_warn): New aliases with __warnattr.
4273         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4274         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4275         __*_chk_warn instead of __*_chk if compile time detectable overflow
4276         is found.
4277         (__getgroups_chk): Rename argument to __listlen from listlen.
4278         (__getwd_alias): Rename to...
4279         (__getwd_warn): ... this.  Add __warnattr.
4280         (getwd): Call __getwd_warn instead of __getwd_alias.
4281         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4282         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4283         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4284         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4285         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4286         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4287         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4288         compile time detectable overflow is found.
4289         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4290         to use __*_chk or not.
4291         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4292         in comparisons which function should be called and in __*_chk*
4293         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4294         detectable overflow is found.
4295         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4296         __*_chk argument.
4297         * debug/tst-chk1.c (do_test): Add a few more tests.
4298
4299 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4300
4301         [BZ #5058]
4302         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4303         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4304         (_nl_unload_domain): Finalize conversions_lock.
4305         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4306         handling table of known conversions.
4307
4308 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4309
4310         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4311         close_not_cancel_no_status instead of close.
4312
4313 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4314
4315         [BZ #5028]
4316         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4317         nrules != 0 for multibyte chars.
4318
4319 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4320
4321         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4322         Provide better error message in case the type is unknown.
4323
4324         [BZ #4963]
4325         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4326         * string/stratcliff.c: Make usable to test wide char functions.
4327         * wcsmbs/wcsatcliff.c: New file.
4328         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4329
4330         [BZ #4972]
4331         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4332         (distribute): Add mac-centraleurope.c.
4333         (gen-8bit-gap-modules): Add mac-centraleurope.
4334         * iconvdata/mac-centraleurope.c: New file.
4335         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4336         * iconvdata/TESTS: Likewise.
4337         * iconvdata/tst-tables.sh: Likewise.
4338
4339         [BZ #5043]
4340         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4341
4342 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4343
4344         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4345         from __x86_64_core_cache_size_half.
4346         (init_cacheinfo): Compute shared cache size for AMD processors with
4347         shared L3 correctly.
4348         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4349         name change.
4350         Patch in large parts by Evandro Menezes.
4351
4352 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4353
4354         * elf/dl-lookup.c (add_dependency): Handle failing memory
4355         allocation for dependency list.  Remove unnecessary check.
4356
4357         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4358         open/close when determining source addresses.
4359
4360         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4361         sha512-crypt, and sha512.
4362         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4363         (distribute): Add sha256.h and sha512.h.
4364         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4365         and call the appropriate code.
4366         * crypt/sha256-crypt.c: New file.
4367         * crypt/sha256.c: New file.
4368         * crypt/sha256.h: New file.
4369         * crypt/sha256c-test.c: New file.
4370         * crypt/sha256test.c: New file.
4371         * crypt/sha512-crypt.c: New file.
4372         * crypt/sha512.c: New file.
4373         * crypt/sha512.h: New file.
4374         * crypt/sha512c-test.c: New file.
4375         * crypt/sha512test.c: New file.
4376
4377 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4378
4379         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4380         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4381         __syslog_chk.
4382
4383 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4384
4385         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4386         %as in fscanf format strings.
4387
4388         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4389         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4390         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4391         Likewise.
4392         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4393         Likewise.
4394
4395         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4396         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4397         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4398         * elf/dl-sym.c (do_sym): Likewise.
4399         * include/link.h (struct link_map): Add l_serial field.
4400         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4401         * elf/dl-lookup.c (add_dependency): Add flags argument.
4402         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4403         flags, use THREAD_GSCOPE_RESET_FLAG before and
4404         THREAD_GSCOPE_SET_FLAG after
4405         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4406         Don't dereference map until it has been found on some list.
4407         If map->l_serial changed, return -1.
4408
4409 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4410
4411         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4412         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4413         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4414         libc_hidden_proto.
4415         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4416         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4417         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4418         add libc_hidden_proto.
4419         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4420         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4421         conformance requested.
4422         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4423         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4424         conformance requested.
4425         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4426         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4427         conformance requested.
4428         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4429         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4430         ISO C99 or POSIX conformance requested.
4431         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4432         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4433         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4434         and __isoc99_vsscanf@@GLIBC_2.7.
4435         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4436         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4437         (tests): Add scanf14.
4438         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4439         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4440         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4441         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4442         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4443         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4444         from using internal headers.
4445         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4446         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4447         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4448         and __isoc99_vswscanf@@GLIBC_2.7.
4449         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4450         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4451         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4452         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4453         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4454         * stdio-common/isoc99_scanf.c: New file.
4455         * stdio-common/isoc99_vsscanf.c: New file.
4456         * stdio-common/isoc99_vscanf.c: New file.
4457         * stdio-common/isoc99_vfscanf.c: New file.
4458         * stdio-common/isoc99_fscanf.c: New file.
4459         * stdio-common/isoc99_sscanf.c: New file.
4460         * wcsmbs/isoc99_fwscanf.c: New file.
4461         * wcsmbs/isoc99_vswscanf.c: New file.
4462         * wcsmbs/isoc99_swscanf.c: New file.
4463         * wcsmbs/isoc99_wscanf.c: New file.
4464         * wcsmbs/isoc99_vwscanf.c: New file.
4465         * wcsmbs/isoc99_vfwscanf.c: New file.
4466         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4467         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4468         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4469         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4470         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4471         * stdio-common/scanf14.c: New test.
4472         * stdio-common/scanf15.c: New test.
4473         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4474         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4475         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4476         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4477         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4478         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4479         __nldbl___isoc99_scanf@@GLIBC_2.7,
4480         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4481         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4482         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4483         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4484         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4485         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4486         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4487         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4488         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4489         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4490         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4491         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4492         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4493         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4494         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4495         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4496         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4497         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4498         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4499         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4500         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4501         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4502         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4503         functions.
4504         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4505         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4506         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4507         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4508         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4509         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4510         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4511         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4512         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4513         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4514         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4515         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4516
4517         * stdio-common/Makefile (tests): Add scanf13.
4518         (scanf13-ENV): New.
4519         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4520         m modifier followed by l.
4521         (STRING_ARG): Add width argument.
4522         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4523         <case L_('C')>: Handle %mlc and %mC.
4524         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4525         arguments.
4526         * stdio-common/scanf13.c: New test.
4527
4528         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4529         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4530
4531 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4532
4533         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4534         type and __THROW marker of splice, vmsplice, and tee.
4535         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4536         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4537         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4538         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4539         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4540         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4541         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4542         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4543         as cancellation points.
4544
4545 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4546
4547         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4548         parse more than three parts of the version number.
4549
4550 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4551
4552         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4553         modifier.  Patch by Jakub Jelinek.
4554
4555 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4556
4557         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4558         call_fallocate in misc subdir.
4559         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4560         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4561         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4562         instead of __fallocate64.
4563         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4564
4565 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4566
4567         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4568         * rt/Makefile (headers): Add bits/mqueue2.h.
4569         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4570         optimizing with GCC and __va_arg_pack_len is defined.
4571         * rt/bits/mqueue2.h: New file.
4572         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4573         (mq_open): New strong_alias.
4574         (__mq_open_2): New function.
4575         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4576         (mq_open): New strong_alias.
4577         (__mq_open_2): New function.
4578         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4579         * Versions.def (librt): Add GLIBC_2.7 version.
4580         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4581         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4582
4583         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4584         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4585         is defined rather than when not C++.
4586         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4587         __openat64_alias): New redirects.
4588         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4589         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4590         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4591         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4592         functions instead of function-like macros.
4593
4594 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4595
4596         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4597         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4598         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4599
4600 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4601
4602         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4603         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4604
4605 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4606
4607         * inet/tst-network.c: Increment ERRORS for failing tests.
4608
4609 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4610
4611         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4612         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4613         implement as __extern_always_inline function.
4614         (vsyslog): Define as __extern_always_inline function unconditionally.
4615         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4616         When __va_arg_pack is defined, implement as __extern_always_inline
4617         functions.
4618         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4619         __extern_always_inline functions unconditionally.
4620         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4621         bits/stdio2.h will be included.
4622         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4623         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4624         implement as __extern_always_inline functions.
4625         (vswprintf, vwprintf, vfwprintf): Define as
4626         __extern_always_inline functions unconditionally.
4627         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4628
4629 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4630
4631         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4632         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4633         attribute.
4634         * include/features.h (__USE_EXTERN_INLINES): Define only when
4635         __extern_inline is defined.
4636         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4637         is defined instead of when not __cplusplus.
4638         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4639         is defined instead of when not __cplusplus.
4640         * socket/sys/socket.h: Include bits/socket2.h when
4641         __extern_always_inline is defined instead of when not __cplusplus.
4642         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4643         is defined instead of when not __cplusplus.
4644         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4645         is defined instead of when not __cplusplus.
4646         * string/string.h: Include bits/string3.h when __extern_always_inline
4647         is defined instead of when not __cplusplus.
4648         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4649         is defined instead of when not __cplusplus.
4650         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4651         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4652         is not defined.
4653         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4654         defined __extern_always_inline instead of !defined __cplusplus.
4655         * libio/bits/stdio-ldbl.h: Likewise.
4656         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4657         * misc/bits/syslog.h (syslog): Don't define for C++.
4658         (vsyslog): Use __extern_always_inline function for C++ instead of
4659         a macro.
4660         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4661         whenever that macro is defined.
4662         (vprintf): Don't provide the inline for C++.
4663         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4664         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4665         define the macros for C++.
4666         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4667         __extern_always_inline functions for C++.
4668         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4669         stat64, lstat64, fstat64, fstatat64): Don't define if not
4670         __USE_EXTERN_INLINES.
4671         * wcsmbs/bits/wchar2.h: Fix #error message.
4672         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4673         (vswprintf, vwprintf, vfwprintf): Define using
4674         __extern_always_inline functions for C++.
4675         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4676         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4677         strncpy, strcat, strncat): Define as __extern_always_inline
4678         functions instead of macros for C++.
4679         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4680         defined __extern_inline.
4681         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4682         to __extern_inline whenever that macro is defined.
4683         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4684         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4685         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4686         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4687         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4688         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4689         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4690         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4691         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4692         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4693         prototypes.  Only provide __extern_inline routines if
4694         __USE_EXTERN_INLINES.
4695         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4696         tests.
4697         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4698         For now avoid some *printf tests in C++.  Skip all testing
4699         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4700         is not.
4701         * debug/tst-chk4.cc: New file.
4702         * debug/tst-chk5.cc: New file.
4703         * debug/tst-chk6.cc: New file.
4704         * debug/tst-lfschk4.cc: New file.
4705         * debug/tst-lfschk5.cc: New file.
4706         * debug/tst-lfschk6.cc: New file.
4707         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4708         prototypes in C++.
4709         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4710         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4711         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4712
4713 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4714
4715         * po/cs.po: Update from translation team.
4716
4717 2007-09-11  Roland McGrath  <roland@redhat.com>
4718
4719         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4720         compiling.
4721
4722 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4723
4724         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4725
4726 2007-09-05  Roland McGrath  <roland@redhat.com>
4727
4728         * manual/signal.texi (Signaling Another Process): Typo fix.
4729         From Karl Berry <karl@freefriends.org>.
4730
4731 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4732
4733         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4734         zero if not defined.
4735         (make_request): Recognize optimistic addresses and treat them like
4736         deprecated addresses.
4737         Reported by Neil Horman <nhorman@redhat.com>.
4738
4739 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4740
4741         * nscd/connections.c (send_ro_fd): Also transfer file size.
4742         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4743         file size don't call fstat.
4744
4745         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4746         ahead and map the file.  This should always be correct and we can
4747         catch problems later.
4748
4749 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4750
4751         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4752         prototypes.
4753         (__fread_alias, __fread_unlocked_alias): New aliases.
4754         (fread): New extern inline.
4755         (fread_unlocked): Likewise.  Undef macro before definition of
4756         the inline function.
4757         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4758         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4759         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4760         and __fread_unlocked_chk@@GLIBC_2.7.
4761         * debug/fread_chk.c: New file.
4762         * debug/fread_u_chk.c: New file.
4763         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4764
4765 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4766
4767         * sysdeps/unix/sysv/linux/syscalls.list
4768         (personality): Change caller to EXTRA.
4769
4770 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4771
4772         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4773         to keep gcc quiet.
4774         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4775
4776         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4777         NDEBUG is defined.
4778
4779         * Makerules: Use -p option with mkdir.
4780
4781         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4782         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4783         (_xdr_directory_obj): Likewise.
4784         (xdr_entry_obj): Likewise.
4785         (xdr_group_obj): Likewise.
4786         (xdr_link_obj): Likewise.
4787         (xdr_table_obj): Likewise.
4788         (_xdr_nis_result): Likewise.
4789         (_xdr_ns_request): Likewise.
4790         (_xdr_ib_request): Likewise.
4791         (_xdr_nis_taglist): Likewise.
4792         (xdr_cback_data): Likewise.
4793         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4794         (xdr_ypresp_maplist): Likewise.
4795
4796         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4797
4798         * posix/regex_internal.h: Prevent some declarations and definitions
4799         to be seen when used in tests.
4800
4801         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4802         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4803
4804         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4805
4806         * config.make.in (datarootdir): Add to shut up configure.
4807
4808         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4809         associativity for fully-associative caches.
4810
4811         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4812         requests.  Fill on more associativity values for L2.
4813         Patch mostly by Evandro Menezes.
4814
4815 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4816
4817         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4818         (_libc_vdso_platform_setup): Avoid using exported variable by using
4819         alias.
4820
4821         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4822
4823         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4824         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4825         defined.
4826
4827 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4828
4829         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4830         align stack for call if pltexit is to be used.
4831
4832         [BZ #3924]
4833         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4834         align for function call in case pltexit has to be called later.
4835
4836         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4837         implicit atomic operation when storing function pointer.
4838         (_dl_runtime_profile): Likewise.
4839
4840 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4841
4842         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4843         NIS_NOTFOUND.
4844
4845 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4846
4847         [BZ #4566]
4848         * string/strtok.c: Fix typo in comment.
4849
4850         [BZ #4582]
4851         * debug/segfault.c: Fix typos in comments.
4852
4853         [BZ #4588]
4854         * stdio-common/tempnam.c: Fix comment, it is not checked that
4855         TMPDIR points to a writable directory.
4856
4857         [BZ #4726]
4858         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4859         memory allocated for the name server address.
4860
4861         [BZ #4946]
4862         * nscd/connections.c (handle_request): Using sendfile always
4863         requires that mmap is used for the database.
4864         Patch by Petr Baudis <pasky@suse.cz>.
4865
4866         [BZ #4905]
4867         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4868         suddenly has two or more addresses, ignore it and remove the old
4869         entry.
4870
4871         [BZ #4814]
4872         * resolv/res_hconf.c: Prepare for compiling outside libc.
4873         * nscd/res_hconf.c: New file.
4874         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4875         the new file.
4876         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4877         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4878
4879         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4880
4881         [BZ #4925]
4882         * debug/pcprofiledump.c: Turn on internationalization by calling
4883         setlocale.  Patch mostly by Benno Schulenberg.
4884
4885         [BZ #4936]
4886         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4887         the state.
4888         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4889         * iconvdata/bug-iconv5.c: New file.
4890
4891 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4892
4893         [BZ #4896]
4894         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4895         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4896         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4897         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4898         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4899         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4900         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4901         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4902
4903 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4904
4905         [BZ #4937]
4906         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4907         lookup loop.  Suggested by John Reiser.
4908
4909 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4910
4911         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4912
4913 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4914
4915         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4916         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4917         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4918         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4919         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4920         to...
4921         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4922
4923 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4924
4925         * po/nl.po: Update from translation team.
4926
4927 2007-08-16  Andreas Jaeger  <aj@suse.de>
4928
4929         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4930         Reported by Peter Festner <peter.festner@ewetel.net>.
4931
4932 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4933
4934         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4935
4936 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4937
4938         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4939         to check for undefined symbols.
4940
4941         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4942         If the syscall fails, set errno to the actual returned error number
4943         rather than EINVAL.
4944         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4945         arguments are incorrect, set errno to EINVAL, if the syscall
4946         fails, set errno to the actual returned error number.
4947
4948         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4949         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4950
4951         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4952         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4953         file.
4954         (ASI_PNF, ASI_BLK_P): Don't define.
4955         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4956         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4957         file.
4958         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4959         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4960         file.
4961
4962 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4963
4964         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4965         FE_UNDERFLOW on Niagara CPUs.
4966
4967         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4968         exceptions.
4969
4970 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
4971
4972         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
4973         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
4974         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
4975         flush should be used or not inside of the function.
4976         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
4977
4978         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
4979         __thread_start): Use HIDDEN_JUMPTARGET.
4980         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
4981         __thread_start): Likewise.
4982         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
4983
4984         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
4985         Add libc_hidden_proto.
4986         (STRTOF): Add libc_hidden_proto.
4987         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
4988         (strtold_l, wcstold_l): Use them as second argument for
4989         long_double_symbol.
4990
4991 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
4992
4993         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
4994
4995 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4996
4997         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
4998
4999 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5000
5001         * po/bg.po: New file.  From the translation team.
5002
5003 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5004
5005         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5006         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5007         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5008         when each feature was introduced.
5009
5010         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5011         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5012         (CHECK_HASH): New macro.
5013         (PREPARE_VERSION): Use it.
5014
5015         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5016         prototype if not __ASSUME_PSELECT.
5017         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5018         prototype if not __ASSUME_PPOLL.
5019
5020         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5021
5022         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5023         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5024         is defined.
5025
5026 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5027
5028         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5029         (_libc_vdso_platform_setup): If vDSO is not available point
5030         __vdso_gettimeofday to the vsyscall.
5031         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5032         __vdso_gettimeofday instead of vsyscall.
5033
5034 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5035
5036         * nscd/servicescache.c: Include kernel-features.h.
5037         * nscd/gai.c: Likewise.
5038         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5039         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5040         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5041         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5042         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5043         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5044         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5045         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5046         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5047
5048 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5049
5050         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5051         and _dl_get_origin defines anymore.
5052
5053         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5054         Build fix for systems which might lack POSIX timer support.
5055
5056         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5057         (_libc_vdso_platform_setup): Mangle function pointers before storing
5058         them.
5059         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5060         Demangle vdso pointer before use.
5061         (INTERNAL_VSYSCALL): Likewise.
5062
5063         * elf/cache.c (primes): Mark as const.
5064         Noted by Roland McGrath.
5065
5066 2007-08-01  Andreas Jaeger  <aj@suse.de>
5067             Jakub Jelinek  <jakub@redhat.com>
5068
5069         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5070         (options): Add option.
5071         (parse_opt): Handle option.
5072         (manual_link): Adjust process_file caller.  Call implicit_soname.
5073         (search_dir): Formatting.  Use and populate auxiliary cache.
5074         (main): Load and save auxiliary cache.
5075         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5076         stat64 from fstat64 to caller.
5077         (implicit_soname): New function.
5078         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5079         leave *soname as NULL.
5080         * elf/cache.c: Include libgen.h.
5081         (print_entry, print_cache, compare, save_cache, add_to_cache):
5082         Formatting and cleanups.
5083         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5084         aux_cache_file): New structures.
5085         (AUX_CACHEMAGIC): Define.
5086         (primes): New array.
5087         (aux_hash_size, aux_hash): New variables.
5088         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5089         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5090         load_aux_cache, save_aux_cache): New functions.
5091         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5092         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5093         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5094         (process_file): Adjust prototype.
5095
5096 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5097
5098         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5099         with __need_size_t.
5100
5101 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5102
5103         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5104         r_found_version structure as second parameter.
5105         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5106         (_dl_vdso_vsym): Change type of second parameter accordingly.
5107         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5108         (_libc_vdso_platform_setup): Adjust.
5109         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5110         (_libc_vdso_platform_setup): Likewise.
5111
5112         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5113         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5114         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5115         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5116         * csu/libc-start.c: Pretty printing.
5117         Use VDSO_SETUP if defined.
5118         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5119         and let generic code call into _libc_vdso_platform_setup.
5120         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5121         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5122         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5123         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5124         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5125         for GLIBC_PRIVATE.
5126         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5127         (sysdep_rountines): Add dl-vdso.
5128
5129         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5130         of routines.
5131
5132         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5133         attribute_hidden to __vdso_gettimeofday prototype.
5134
5135 2007-08-12  Roland McGrath  <roland@redhat.com>
5136
5137         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5138         From: Karl Berry <karl@freefriends.org>.
5139
5140 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5141
5142         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5143         an atime update for the files we read.
5144
5145 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5146
5147         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5148
5149         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5150         instead of mkstemp.
5151
5152         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5153         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5154         * misc/mkostemp.c: New file.
5155         * misc/mkostemp64.c: New file.
5156         * stdlib/stdlib.h: Declare the new functions.
5157         * sysdeps/posix/tempname.c: Add new parameter which is added to
5158         the flags for open.  Remove __GT_BIGFILE handling.
5159         * stdio-common/tempname.c: Likewise.
5160         * include/stdio.h: Adjust __gen_tempname prototype.
5161         Renumber __GT_* constants.
5162         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5163         * misc/mkdtemp.c: Likewise.
5164         * misc/mkstemp.c: Likewise.
5165         * misc/mkstemp64.c: Likewise.
5166         * misc/mktemp.c: Likewise.
5167         * stdio-common/tempnam.c: Likewise.
5168         * stdio-common/tmpfile.c: Likewise.
5169         * stdio-common/tmpfile64.c: Likewise.
5170         * stdio-common/tmpnam.c: Likewise.
5171         * stdio-common/tmpnam_r.c: Likewise.
5172
5173 2007-08-10  Roland McGrath  <roland@frob.com>
5174
5175         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5176         New macros.
5177         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5178         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5179
5180 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5181
5182         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5183         possible.
5184         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5185         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5186         * nss/nss_files/files-have_o_cloexec.c: New file.
5187
5188         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5189         available.
5190
5191 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5192
5193         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5194         ___new_wcstold_l): New weak aliases.
5195         (strtold_l, wcstold_l): Use them as second argument for
5196         long_double_symbol.
5197
5198 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5199
5200         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5201         register in test for error.
5202
5203         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5204         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5205
5206         * po/sv.po: Update from translation team.
5207
5208 2007-08-06  Roland McGrath  <roland@redhat.com>
5209
5210         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5211         Remove __strto*_l inlines.
5212         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5213         * stdlib/strtod.c: Add libc_hidden_def.
5214         * stdlib/strtod_l.c: Likewise.
5215         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5216         for __new_strtold and __new_wcstold.
5217         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5218         __STRTOF, STRTOF.
5219         * stdlib/strtol.c: Add libc_hidden_def.
5220         * stdlib/strtol_l.c: Likewise.
5221         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5222         strtoq.
5223
5224         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5225
5226         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5227         * scripts/data/localplt-generic.data: ... here.
5228         * elf/Makefile (check-data): Get generic file if no other.
5229         ($(objpfx)check-localplt.out): Make target unconditional.
5230
5231         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5232         Use ElfW(Nhdr).
5233
5234 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5235
5236         * po/zh_CN.po: Updated translation from translation team.
5237
5238 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5239
5240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5241         Don't use CGOTSETUP and CGOTRESTORE macros.
5242
5243 2007-08-04  Roland McGrath  <roland@redhat.com>
5244
5245         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5246
5247 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5248
5249         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5250         __extension__ around the whole statement expression.
5251
5252 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5253
5254         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5255         elements during initialization.
5256
5257         * po/pl.po: Updated translation from translation team.
5258         * po/tr.po: Likewise.
5259         * po/nl.po: Likewise.
5260
5261 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5262
5263         * rt/aio.h: Add __nonnull attributes.
5264
5265 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5266
5267         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5268         * stdlib/Makefile (tests): Add tst-strtod5.
5269         (tst-strtod5-ENV): New.
5270         * stdlib/tst-strtod5.c: New file.
5271
5272         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5273         failed.
5274         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5275         on failure.
5276
5277         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5278         allocated.
5279
5280 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5281
5282         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5283         numbers.
5284
5285 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5286
5287         * io/Makefile (aux): Add have_o_cloexec.
5288         * include/fcntl.h: Declare __have_o_cloexec.
5289         * io/have_o_cloexec.c: New file.
5290         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5291         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5292         fcntl call if not necessary.
5293         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5294         of local variable.
5295
5296         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5297         Avoid memset, add explicit initialization.
5298         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5299         to the end and change into zero-sized array.
5300         Move lock member to fill a hole on 64-bit platforms.
5301
5302         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5303         inline functions.
5304         * include/stdlib.h: Add __strto*_internal prototypes here.
5305         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5306         inline functions.
5307         * include/wchar.h: Add __wcsto*_internal prototypes.
5308         * sysdeps/generic/inttypes.h: No need to protect the declaration
5309         of the __strto*_internal and __wcsto*_internal members here.
5310
5311         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5312
5313 2007-08-02  Roland McGrath  <roland@redhat.com>
5314
5315         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5316         $(inst_bindir)/getconf if possible.
5317
5318         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5319         (generated): Add it.
5320         ($(inst_libexecdir)/getconf): Use it.
5321
5322 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5323
5324         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5325         /proc is faster and sufficient.  /sys is still needed for
5326         __get_nprocs_conf.
5327
5328 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5329
5330         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5331         syscall as __fallocate64.
5332         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5333         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5334
5335 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5336
5337         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5338         value.
5339
5340         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5341         if off_t is different rank from size_t.
5342
5343         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5344         uw_frame_state_for): Avoid type punning warnings.
5345         * sysdeps/generic/unwind-dw2-fde-glibc.c
5346         (_Unwind_IteratePhdrCallback): Likewise.
5347         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5348         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5349         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5350         pointers.
5351
5352 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5353
5354         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5355         total processors using sysfs.
5356         (__get_nprocs): Use sysfs to determine which processors are online.
5357
5358 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5359
5360         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5361         syscall arguments count.
5362
5363         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5364
5365 2007-07-30  Roland McGrath  <roland@redhat.com>
5366
5367         * manual/libc.texinfo: Update copyrights, formatting magic, and
5368         @dircategory.  From Karl Berry <karl@freefriends.org>.
5369
5370 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5371
5372         [BZ #4860]
5373         * io/Makefile (headers): Add bits/fcntl2.h.
5374
5375         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5376         using gcc builtin.
5377         (__CPU_EQUAL_S): Likewise.
5378
5379         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5380         (tests): Add tst-cpuset.
5381         * posix/sched_cpualloc.c: New file.
5382         * posix/sched_cpufree.c: New file.
5383         * posix/tst-cpuset.c: New file.
5384         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5385         GLIBC_2.7.
5386         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5387         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5388         macros.  Define CPU_*_S macros.
5389
5390 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5391
5392         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5393         entry.
5394
5395         [BZ #4858]
5396         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5397         #.0g and value rounded to 1.0.
5398         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5399
5400 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5401
5402         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5403         for int_frac_digits and frac_digits.
5404
5405         * login/logout.c (logout): Avoid aliasing violation.
5406         * login/logwtmp.c (logwtmp): Likewise.
5407
5408         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5409
5410         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5411         to avoid warning.
5412         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5413         warning.
5414         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5415         warning.
5416         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5417         to avoid warnings.
5418
5419         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5420         void **.
5421         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5422
5423         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5424         char * to avoid warning.
5425         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5426
5427         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5428
5429         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5430         allocate_arrays): Cast second argument to charmap_find_symbol
5431         to char * to avoid warnings.
5432
5433         * locale/programs/repertoire.c (repertoire_new_char): Change
5434         from_nr, to_nr and cnt to unsigned long, adjust printf format
5435         string.
5436
5437         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5438         Cast second argument to new_element to char * to avoid warnings.
5439
5440         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5441
5442         * intl/gettextP.h (struct loaded_domain): Change plural to const
5443         struct expression *.
5444         * intl/plural-eval.c (plural_eval): Change first argument to
5445         const struct expression *.
5446         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5447         argument to const struct expression **.
5448         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5449         prototypes.
5450         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5451         in call to __gettext_free_exp.
5452
5453         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5454         unitialized wstring/wpattern var warnings.
5455
5456         * posix/runtests.c (struct a_test): Make data field const char *.
5457
5458         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5459         vars if not LDBL_MANT_DIG >= 106.
5460
5461         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5462
5463         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5464         __find_specmb to avoid warning.
5465
5466         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5467
5468         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5469         to avoid warnings.
5470
5471         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5472         initializer.
5473
5474         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5475         tv var when it will be actually used.
5476
5477         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5478         to avoid warnings.
5479
5480         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5481         char array resp. pointer.
5482         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5483         char array.
5484         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5485         to const unsigned char **.
5486         (ucs4_to_cns11643): Change second argument to unsigned char *.
5487         * iconvdata/euc-tw.c (BODY): Change endp type to
5488         const unsigned char *.
5489         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5490         to unsigned char *.
5491         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5492         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5493         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5494         types to unsigned char pointers/arrays instead of char.
5495         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5496         to unsigned char *.
5497         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5498         * iconvdata/jis0212.h: Include assert.h.
5499         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5500         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5501         of trying to handle that.
5502         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5503         shut up a warning.
5504         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5505         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5506         two dimensional const unsigned char arrays.
5507         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5508         Initialize endp to inptr to shut up a warning.
5509
5510 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5511
5512         [BZ #4772]
5513         * time/strptime_l.c (__strptime_internal): Silently ignore
5514         strftime modifiers and field width in recursive calls.
5515
5516         * include/time.h (enum ptime_locale_status): Remove.
5517         (__strptime_internal): Remove decided and era_cnt arguments,
5518         add statep argument.
5519         * time/strptime_l.c (__strptime_internal): Remove decided
5520         and era_cnt arguments, add statep argument.  Don't recompute
5521         any fields in recursive calls, only update caller's tm
5522         and state, if recursive call fails, don't change tm nor
5523         any state.
5524         (get_alt_number): Adjust.
5525         (recursive): Adjust caller.
5526         (strptime): Likewise.
5527         * time/strptime.c (strptime): Likewise.
5528
5529 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5530
5531         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5532         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5533         if from and to charsets are the same.
5534         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5535         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5536         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5537
5538 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5539
5540         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5541         Don't define wint_t when __need_mbstate_t unless it
5542         is necessary.
5543         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5544         in the typedef if possible.
5545         * wctype/wctype.h (wint_t): Define by including
5546         wchar.h with __need_wint_t instead of including stddef.h
5547         with __need_wint_t and as fallback definining it ourselves.
5548         * iconv/gconv.h (__need_wint_t): Define before including
5549         wchar.h.
5550         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5551         or _GLIBCPP_USE_WCHAR_T.
5552         (__need_wchar_t): Don't define
5553         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5554         (__need_wint_t): Don't define before including stddef.h,
5555         define before including wchar.h only if _LIBC or
5556         _GLIBCPP_USE_WCHAR_T.
5557         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5558         * sysdeps/mach/hurd/_G_config.h: Likewise.
5559         * sysdeps/generic/_G_config.h: Likewise.
5560         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5561         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5562         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5563         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5564
5565 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5566
5567         * sysdeps/posix/posix_fallocate64.c: Undefine
5568         __posix_fallocate64_l64 before alias handling.
5569         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5570         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5571         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5572         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5573
5574         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5575
5576 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5577
5578         * locale/programs/ld-collate.c (atwc): New variable.
5579         (add_to_tablewc): New toplevel function, moved from collate_output.
5580         (collate_output): Remove add_to_tablewc nested function.
5581
5582         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5583         (name_insert): New function.
5584         (write_output): Remove hash_table and hash_size vars and name_insert
5585         nested function.
5586
5587 2007-07-24  Roland McGrath  <roland@redhat.com>
5588
5589         * Makerules (install-others-programs-nosubdir): New target.
5590         (install-no-libc.a-nosubdir): Depend on it.
5591
5592         * iconv/Makefile (install-others-programs): Set this instead of
5593         install-others.
5594         * login/Makefile (install-others-programs): Likewise.
5595         * posix/Makefile (install-others-programs): Likewise.
5596
5597         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5598         dependencies.
5599
5600 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5601
5602         * io/Makefile (tests): Add tst-posix_fallocate.
5603         * io/tst-posix_fallocate.c: New file.
5604
5605         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5606         __ASSUME_FALLOCATE.
5607
5608 2007-07-22  Roland McGrath  <roland@frob.com>
5609
5610         * hurd/getdport.c: Add missing copyright year update.
5611
5612         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5613         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5614
5615 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5616
5617         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5618
5619         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5620         O_CLOEXEC is needed.
5621         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5622         Avoid additional fcntl to set O_CLOEXEC if not needed.
5623         * nis/nss_compat/compat-initgroups.c: Likewise.
5624         * nis/nss_compat/compat-pwd.c: Likewise.
5625         * nis/nss_compat/compat-spwd.c: Likewise.
5626
5627 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5628
5629         [BZ #3665]
5630         * manual/errno.texi: Change ECANCELED value to 119.
5631
5632         [BZ #4610]
5633         * mach/lock-intern.h: Include <sys/cdefs.h>.
5634
5635         [BZ #4178]
5636         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5637         reading A.
5638
5639         [BZ #4126]
5640         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5641         to __sigsuspend.
5642
5643         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5644
5645 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5646
5647         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5648         `__ASSEMBLER__'.
5649         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5650
5651 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5652
5653         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5654         descriptor received from nscd.
5655
5656         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5657
5658         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5659         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5660         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5661         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5662         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5663         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5664
5665 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5666
5667         [BZ #4816]
5668         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5669
5670         [BZ #4813]
5671         * login/forkpty.c (forkpty): Close master and slave fds on
5672         fork failure.  Patch by
5673         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5674
5675 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5676
5677         * include/features.h (__USE_ISOC95): New define.
5678         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5679         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5680         for -std=iso9899:199409.
5681         * CONFORMANCE: Remove comments about unsupported AMD1.
5682
5683 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5684
5685         * sysdeps/ia64/sched_cpucount.c: New file.
5686         * sysdeps/powerpc/sched_cpucount.c: New file.
5687
5688         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5689         __BEGIN_DECLS/__END_DECLS around the prototype.
5690         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5691         pointer to const cpu_set_t.
5692
5693         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5694         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5695         __need_size_t and include stddef.h.
5696         * sysvipc/sys/msg.h: Likewise.
5697         * posix/sched.h: Likewise.
5698         * hurd/hurd/signal.h (__need_size_t): Define.
5699
5700         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5701         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5702         no longer defines wint_t or wchar_t.
5703
5704         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5705         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5706         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5707         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5708         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5709         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5710         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5711         * debug/printf_chk.c (__printf_chk): Likewise.
5712         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5713         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5714
5715         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5716         Define.
5717
5718         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5719         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5720
5721 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5722
5723         [BZ #4792]
5724         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5725         * malloc/malloc.h (realloc): Likewise.
5726
5727         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5728         if one of proc_file_chain streams has that fileno.
5729         * stdio-common/Makefile (tests): Add tst-popen2.
5730         * stdio-common/tst-popen2.c: New test.
5731
5732 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5733
5734         * elf/ldconfig.c: Allow GPLv2 or any later version.
5735         * elf/readlib.c: Likewise.
5736         * elf/chroot_canon.c: Likewise.
5737         * elf/cache.c: Likewise.
5738         * nscd/mem.c: Likewise.
5739         * nscd/getpwuid_r.c: Likewise.
5740         * nscd/grpcache.c: Likewise.
5741         * nscd/aicache.c: Likewise.
5742         * nscd/getsrvbynm_r.c: Likewise.
5743         * nscd/nscd.c: Likewise.
5744         * nscd/servicescache.c: Likewise.
5745         * nscd/getsrvbypt_r.c: Likewise.
5746         * nscd/initgrcache.c: Likewise.
5747         * nscd/gethstbyad_r.c: Likewise.
5748         * nscd/gethstbynm2_r.c: Likewise.
5749         * nscd/getgrnam_r.c: Likewise.
5750         * nscd/nscd_setup_thread.c: Likewise.
5751         * nscd/getpwnam_r.c: Likewise.
5752         * nscd/gai.c: Likewise.
5753         * nscd/connections.c: Likewise.
5754         * nscd/dbg_log.c: Likewise.
5755         * nscd/cache.c: Likewise.
5756         * nscd/hstcache.c: Likewise.
5757         * nscd/nscd_conf.c: Likewise.
5758         * nscd/getgrgid_r.c: Likewise.
5759         * nscd/pwdcache.c: Likewise.
5760         * catgets/gencat.c: Likewise.
5761         * locale/programs/linereader.h: Likewise.
5762         * locale/programs/locarchive.c: Likewise.
5763         * locale/programs/ld-paper.c: Likewise.
5764         * locale/programs/locfile-kw.h: Likewise.
5765         * locale/programs/ld-address.c: Likewise.
5766         * locale/programs/xmalloc.c: Likewise.
5767         * locale/programs/ld-time.c: Likewise.
5768         * locale/programs/localedef.c: Likewise.
5769         * locale/programs/simple-hash.c: Likewise.
5770         * locale/programs/xstrdup.c: Likewise.
5771         * locale/programs/ld-numeric.c: Likewise.
5772         * locale/programs/locfile-kw.gperf: Likewise.
5773         * locale/programs/ld-collate.c: Likewise.
5774         * locale/programs/charmap-kw.gperf: Likewise.
5775         * locale/programs/charmap.h: Likewise.
5776         * locale/programs/charmap-kw.h: Likewise.
5777         * locale/programs/config.h: Likewise.
5778         * locale/programs/locfile.c: Likewise.
5779         * locale/programs/ld-ctype.c: Likewise.
5780         * locale/programs/charmap.c: Likewise.
5781         * locale/programs/ld-messages.c: Likewise.
5782         * locale/programs/repertoire.h: Likewise.
5783         * locale/programs/locale.c: Likewise.
5784         * locale/programs/ld-name.c: Likewise.
5785         * locale/programs/linereader.c: Likewise.
5786         * locale/programs/locfile.h: Likewise.
5787         * locale/programs/3level.h: Likewise.
5788         * locale/programs/ld-monetary.c: Likewise.
5789         * locale/programs/ld-measurement.c: Likewise.
5790         * locale/programs/charmap-dir.c: Likewise.
5791         * locale/programs/ld-identification.c: Likewise.
5792         * locale/programs/localedef.h: Likewise.
5793         * locale/programs/charmap-dir.h: Likewise.
5794         * locale/programs/repertoire.c: Likewise.
5795         * locale/programs/simple-hash.h: Likewise.
5796         * locale/programs/ld-telephone.c: Likewise.
5797         * locale/programs/locale-spec.c: Likewise.
5798         * locale/programs/locfile-token.h: Likewise.
5799         * posix/getconf.c: Likewise.
5800         * iconv/dummy-repertoire.c: Likewise.
5801         * iconv/iconv_charmap.c: Likewise.
5802         * iconv/iconvconfig.c: Likewise.
5803         * iconv/iconv_prog.c: Likewise.
5804         * malloc/memusagestat.c: Likewise.
5805         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5806
5807 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5808
5809         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5810         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5811         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5812         check for the first argument.
5813
5814 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5815
5816         [BZ #4775]
5817         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5818         (__tgmath_real_type): Fix if expr is const int or other const
5819         qualified integral type.
5820         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5821         expressions and handle const qualified arguments.
5822         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5823         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5824         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5825         statement expressions.
5826         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5827         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5828         (__TGMATH_UNARY_IMAG): Define.
5829         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5830         * math/Makefile (tests): Add test-tgmath2.
5831         (CFLAGS-test-tgmath2.c): Add.
5832         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5833         count_cfloat, count_cldouble): New variables.
5834         (NCCALLS): Define.
5835         (main): Check number of complex calls as well.
5836         (F(compile_test)): Add complex tests and tests with const qualified
5837         arguments.
5838         (y, z, ccount): Define.
5839         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5840         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5841         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5842         F(cproj)): New functions.
5843         * math/test-tgmath2.c: New test.
5844
5845 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5846
5847         [BZ #4776]
5848         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5849         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5850         instead output ".".
5851         * dlfcn/Makefile (distribute): Add glreflib3.c.
5852         (module-names): Add glreflib3.
5853         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5854         glreflib1.so.
5855         (LDFLAGS_glreflib3.so): New.
5856         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5857         glreflib1.so.
5858         * dlfcn/glreflib3.c: New file.
5859
5860         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5861         returned -1, return NULL.
5862         * intl/explodename.c (_nl_explode_name): Return -1 if
5863         _nl_normalize_codeset failed.
5864
5865 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5866
5867         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5868         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5869         and avoid branch misspredicts for > 31 bytes memset case.
5870         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5871         Remove toc ref to __cache_line_size.
5872
5873         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5874         to get ISA-V2.0 branch hints.
5875         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5876         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5877         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5878         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5879         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5880         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5881         Remove toc ref to __cache_line_size.
5882
5883         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5884         Include math_ldbl_opt.h.
5885
5886 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5887
5888         [BZ #4773]
5889         * time/strptime_l.c (__strptime_internal): Implement greedy
5890         matching of weekday and month names.
5891
5892 2007-07-09  Roland McGrath  <roland@redhat.com>
5893
5894         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5895         (ELF_NOTE_ABI): Use it.
5896         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5897
5898 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5899
5900         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5901         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5902
5903 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5904
5905         [BZ #4745]
5906         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5907         in loop to look for conversion specifier to avoid testing of
5908         wrong errno value.
5909         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5910         * stdio-common/bug18.c: New file.
5911         * stdio-common/bug18a.c: New file.
5912         * stdio-common/bug19.c: New file.
5913         * stdio-common/bug19a.c: New file.
5914
5915 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5916
5917         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5918         running awk script.
5919
5920 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5921
5922         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5923         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5924         Return NULL if mmap failed instead of asserting it does not.
5925         (calloc): Check for integer overflow.
5926
5927         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5928         than LONG_MAX / 10.
5929
5930 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5931
5932         [BZ #4702]
5933         * nis/nss-default.c: Include errno.h.
5934         (init): Preserve errno.
5935
5936 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5937
5938         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5939
5940 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5941
5942         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5943
5944 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5945
5946         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5947
5948 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5949
5950         * sysdeps/s390/dl-procinfo.c: New file.
5951         * sysdeps/s390/dl-procinfo.h: New file.
5952         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5953
5954 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5955
5956         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5957         in PT_NOTE segments with multiple notes.
5958         * elf/readelflib.c (process_elf_file): Likewise.
5959
5960 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5961
5962         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5963         ISO C compliant.
5964
5965 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5966
5967         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5968
5969 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
5970
5971         * include/link.h: Don't include rtld-lowlevel.h.
5972         (struct link_map): Remove l_scope_lock.
5973         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
5974         (_dl_scope_free_list): New field (variable) in _rtld_global.
5975         (DL_LOOKUP_SCOPE_LOCK): Remove.
5976         (_dl_scope_free): New prototype.
5977         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
5978         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
5979         (_dl_profile_fixup): Likewise.
5980         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
5981         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
5982         THREAD_GSCOPE_RESET_FLAG around it.
5983         * elf/dl-close.c (_dl_close_worker): Don't use
5984         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
5985         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
5986         scopes were queued or if l_scope_mem has been abandoned.
5987         * elf/dl-open.c (_dl_scope_free): New function.
5988         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
5989         * elf/dl-support.c (_dl_scope_free_list): New variable.
5990         * elf/dl-lookup.c (add_dependency): Remove flags argument.
5991         Remove DL_LOOKUP_SCOPE_LOCK handling.
5992         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
5993         handling.
5994         * elf/dl-object.c (_dl_new_object): Don't use
5995         __rtld_mrlock_initialize.
5996
5997 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5998
5999         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6000         to fill in holes
6001         (rtld_global_ro): Likewise.
6002
6003 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6004
6005         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6006         Move PT_LOAD checking to...
6007         (_dl_addr_inside_object): ... here, new function.
6008         * elf/dl-sym.c (do_sym): If not l_contiguous,
6009         call _dl_addr_inside_object.
6010         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6011         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6012         * elf/dl-open.c (dl_open_worker): Likewise.
6013         (_dl_addr_inside_object): New function if IS_IN_rtld.
6014         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6015         holes are present or are PROT_NONE protected.
6016         * include/link.h (struct link_map): Add l_contiguous field.
6017         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6018
6019 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6020             Tomas Janousek  <tjanouse@redhat.com>
6021             Ulrich Drepper  <drepper@redhat.com>
6022
6023         [BZ #4647]
6024         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6025         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6026         socket.
6027         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6028         unused member a bitmap.
6029         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6030         servers are configured.
6031
6032 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6033
6034         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6035
6036 2007-06-17  Andreas Schwab  <schwab@suse.de>
6037
6038         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6039
6040 2007-06-16  Andreas Jaeger  <aj@suse.de>
6041
6042         [BZ #4125]
6043         * sysdeps/unix/sysv/linux/sys/ptrace.h
6044         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6045         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6046         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6047         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6048         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6049         Define.
6050         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6051         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6052         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6053         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6054
6055 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6056
6057         [BZ #4599]
6058         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6059         determining whether there are IPv4/IPv6 addresses, ignore loopback
6060         addresses.
6061
6062 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6063
6064         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6065         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6066         as the return type.  Change type of "r" variable to CMPtype.
6067         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6068         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6069         * soft-fp/gedf2.c (__gedf2): Likewise.
6070         * soft-fp/gesf2.c (__gesf2): Likewise.
6071         * soft-fp/getf2.c (__getf2): Likewise.
6072         * soft-fp/ledf2.c (__ledf2): Likewise.
6073         * soft-fp/lesf2.c (__lesf2): Likewise.
6074         * soft-fp/letf2.c (__letf2): Likewise.
6075         * soft-fp/unorddf2 (__unorddf2): Likewise.
6076         * soft-fp/unordsf2 (__unordsf2): Likewise.
6077         * soft-fp/unordtf2 (__unordtf2): Likewise.
6078
6079 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6080
6081         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6082         make sure gcc doesn't mess around with this.
6083
6084 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6085
6086         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6087
6088 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6089
6090         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6091         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6092         at most once per _dl_close_worker.
6093
6094 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6095
6096         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6097         __sched_cpucount as const.
6098         * posix/sched_cpucount.c: Adjust.
6099
6100         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6101         instruction for counting bits.
6102         * sysdeps/x86_64/sched_cpucount.c: New file.
6103
6104 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6105
6106         * configure.in: Avoid variable named BASH.
6107         * config.make.in: Likewise.
6108         Patch in part by Mike Frysinger.
6109
6110 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6111
6112         [BZ #4586]
6113         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6114         pseudo-zeros as zero.
6115         * sysdeps/x86_64/ldbl2mpn.c: New file.
6116         * sysdeps/ia64/ldbl2mpn.c: New file.
6117
6118 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6119
6120         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6121         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6122         Remove unreachable code at the end.
6123
6124 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6125
6126         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6127         ldbl-128ibm in comment.
6128         (fpclassifyl): Correct classification of denormals.
6129         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6130         return value for MIN denormal. Rewrite using long double math too
6131         correctly handle denormals and canonicalize the results.
6132
6133 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6134
6135         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6136         (__mpn_construct_long_double): Fix conversion where result ought
6137         to be smaller than __LDBL_MIN__, or the low double should be
6138         denormal.  Fix decision where to negate low double - honor round
6139         to even rules.
6140         * stdio-common/tst-sprintf2.c: Include string.h.
6141         (COMPARE_LDBL): Define.
6142         (TEST): Also test whether a string hexadecimal float representation
6143         can be parsed back to the number.
6144         (main): Add a couple of further tests.
6145
6146 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6147
6148         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6149         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6150         is non-zero, but smaller than 2 * __DBL_MIN__.
6151         * stdio-common/tst-sprintf2.c: New test.
6152         * stdio-common/Makefile (tests): Add tst-sprintf2.
6153
6154         * math/test-misc.c (main): Don't run last batch of tests with
6155         IBM long double format.
6156
6157 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6158
6159         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6160         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6161         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6162         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6163         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6164         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6165         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6166         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6167         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6168         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6171         New file.
6172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6173         New file.
6174         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6175         New file.
6176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6177         New file.
6178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6179         New file.
6180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6182         New file.
6183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6184         New file.
6185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6186         New file.
6187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6188         New file.
6189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6190         New file.
6191
6192 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6193
6194         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6195         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6196         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6197         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6198         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6199         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6200         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6201         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6202
6203 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6204
6205         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6206         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6207         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6208         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6209         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6210         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6211         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6212         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6213
6214 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6215
6216         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6217         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6218         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6219         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6220
6221 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6222
6223         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6224         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6225
6226 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6227
6228         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6229         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6230         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6231         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6232
6233 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6234
6235         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6236         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6237
6238 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6239
6240         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6241         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6242
6243         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6244         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6245         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6246         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6247
6248 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6249
6250         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6251         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6252         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6253         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6254
6255 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6256
6257         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6258         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6259         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6260         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6261         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6262         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6263
6264 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6265
6266         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6267         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6268         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6269         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6270
6271 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6272
6273         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6274         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6275         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6276         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6277         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6278         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6279         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6280         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6281         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6282         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6283         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6284         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6285         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6286         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6287         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6288         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6289
6290 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6291
6292         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6293         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6294
6295 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6296
6297         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6298         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6299
6300 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6301
6302         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6303         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6304         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6305         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6306         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6307         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6308         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6309         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6310         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6311         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6312
6313 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6314
6315         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6316
6317 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6318
6319         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6320         branch miss-predicts. Ensure that cache line crossing does not impact
6321         dispatch grouping.
6322
6323 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6324
6325         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6326         "../../powerpc32/power4/memcopy.h".
6327         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6328         "../../powerpc32/power4/wordcopy.c".
6329
6330 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6331
6332         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6333         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6334         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6335         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6336         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6337         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6338
6339 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6340
6341         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6342
6343 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6344
6345         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6346         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6347         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6348         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6349         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6350         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6351         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6352         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6353
6354 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6355
6356         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6357
6358 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6359
6360         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6361         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6362         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6363         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6364         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6365         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6366         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6367
6368 2007-05-29  Roland McGrath  <roland@redhat.com>
6369
6370         * po/Makefile (po-sed-cmd): New variable.
6371         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6372
6373 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6374
6375         * crypt/md5-crypt.c: Fix comment.
6376
6377         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6378         of crashing.  When this is the case or if the reply is malformed,
6379         don't try to close the new file descriptor since it does not
6380         exist.
6381         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6382
6383 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6384
6385         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6386         if __NR_utimensat is not defined.
6387
6388 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6389
6390         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6391
6392 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6393
6394         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6395         (open): Fix comment typos.  Don't call __open_2 if flags
6396         is a compile time constant without O_CREAT.
6397         (__open64_2): Add nonnull attribute.
6398         (open64): Fix comment typos.  Don't call __open64_2 if flags
6399         is a compile time constant without O_CREAT.
6400         (__openat_2): Add nonnull attribute, fix nonnull attribute
6401         on redirect.
6402         (openat): Fix comment typos.  Don't call __openat_2 if flags
6403         is a compile time constant without O_CREAT.
6404         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6405         on redirect.
6406         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6407         is a compile time constant without O_CREAT.
6408
6409 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6410
6411         * Makerules (sysd-rules): Define PTW for ptw-* files.
6412         * Versions: Define GLIBC_2.7 for libc.
6413         * include/stdio.h: Declare __fortify_fail.
6414         * debug/fortify_fail.c: New file.
6415         * debug/Makefile (routines): Add fortify_fail.
6416         * debug/chk_fail.c: Use __fortify_fail.
6417         * debug/stack_chk_fail.c: Likewise.
6418         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6419         __openat64_2 for GLIBC_2.7.
6420         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6421         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6422         and fails if necessary.
6423         * io/open64.c: Likewise.
6424         * io/openat.c: Likewise.
6425         * io/openat64.c: Likewise.
6426         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6427         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6428         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6429         * io/bits/fcntl2.h: New file.
6430         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6431         __openat64_2.
6432         * include/bits/fcntl2.h: New file.
6433         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6434         Add open_2.
6435         * sysdeps/unix/sysv/linux/open_2.c: New file.
6436
6437 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6438
6439         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6440         as second parameter to handle_intel.
6441
6442         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6443         the entry.
6444
6445         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6446         handling to ...
6447         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6448         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6449         cacheinfo.
6450         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6451         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6452         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6453
6454         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6455
6456 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6457
6458         [BZ #4525]
6459         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6460         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6461         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6462
6463         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6464
6465         [BZ #4514]
6466         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6467         reinitialize workend at the start of each do_positional format spec
6468         loop, free workstart before do_positional loops.
6469         (printf_unknown): Fix size of work_buffer.
6470         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6471
6472         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6473         (public_sET_STATe): If ms->version < 3, put all chunks into
6474         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6475         chunks.
6476
6477         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6478         * malloc/hooks.c: Likewise.
6479         * malloc/arena.c: Likewise.
6480         * malloc/malloc.c (do_check_malloc_state): Don't assert
6481         n_mmaps is not greater than n_mmaps_max.  This removes the need
6482         for the previous change.
6483
6484         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6485         2007-05-07 commit.
6486
6487 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6488
6489         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6490         Define for kernel >= 2.6.22.
6491
6492 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6493
6494         * elf/dl-close.c (_dl_close_worker): When removing object from
6495         global scope, wait for all lookups to finish afterwards.
6496         * elf/dl-open.c (add_to_global): When global scope array must
6497         grow, allocate a new one and free old array only after all
6498         lookups finish.
6499         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6500         (_dl_lookup_symbol_x): Likewise.
6501         * elf/dl-support.c: Define _dl_wait_lookup_done.
6502         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6503         _dl_wait_lookup_done.
6504
6505         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6506         not overlapping with arena.
6507
6508         * malloc/mcheck.c (reallochook): If size==0, free the block.
6509
6510         * rt/tst-shm.c: Use fstat64 instead of fstat.
6511
6512         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6513         __NR_sync_file_range is not defined.
6514
6515 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6516
6517         Dummy files to prevent stub versions from being used.
6518         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6519         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6520         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6521         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6522
6523         * version.h (VERSION): Set to 2.6.90.
6524
6525 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6526
6527         * version.h (VERSION): Define to 2.6.
6528         * include/features.h (__GLIBC_MINOR__): Define to 6.
6529
6530         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6531
6532         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6533         sizes.
6534
6535 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6536
6537         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6538         number of mmaps.  n_mmaps_max is the target.
6539         * malloc/hooks.c: Likewise.
6540         * malloc/arena.c: Likewise.
6541
6542 2007-05-12  Andreas Jaeger  <aj@suse.de>
6543
6544         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6545         getpid.
6546
6547 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6548
6549         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6550         adding new variables.
6551
6552         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6553         optimize.  Completely extend global scope array before making the
6554         new entries visible.
6555
6556 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6557
6558         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6559         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6560         tst-getcpu.
6561
6562         * include/link.h: Move l_version and l_nversion members around to
6563         fill gaps.
6564
6565         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6566
6567         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6568         (__sched_setaffinity_new): If syscall was successful and
6569         RESET_VGETCPU_CACHE is defined, use it before returning.
6570         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6571
6572         * io/sys/stat.h: Make sure struct timespec is defined for
6573         __USE_ATFILE.
6574
6575         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6576         UTIME_OMIT.
6577         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6578         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6579         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6580         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6581         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6582         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6583         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6584         * io/sys/stat.h: Declare utimensat, futimens.
6585         * io/utimensat.c: New file.
6586         * io/futimens.c: New file.
6587         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6588         * sysdeps/unix/sysv/linux/futimens.c: New file.
6589         * io/Makefile (routines): Add utimensat, futimens.
6590         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6591         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6592         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6593         available.
6594
6595         * include/sys/cdefs.h: Redefine __nonnull so that test for
6596         incorrect parameters in the libc code itself are not omitted.
6597
6598 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6599
6600         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6601         exception in addition to inexact when asked to raise only FE_INEXACT.
6602
6603         [BZ #3427]
6604         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6605         in *envp.
6606
6607 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6608
6609         [BZ #4403]
6610         * string/strfry.c (strfry): Make result more random.
6611
6612 2007-05-07  Richard Henderson  <rth@redhat.com>
6613
6614         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6615         if __NO_LONG_DOUBLE_MATH.
6616         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6617         available in the compiler, add .arch directive to the assembly.
6618
6619 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6620
6621         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6622         compat_symbol to GLIBC_2_1.
6623         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6624         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6625         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6626         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6627         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6628         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6629         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6630         libc, not libm.
6631         (__isnanl): New compat_symbol.
6632
6633 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6634             Jakub Jelinek  <jakub@redhat.com>
6635
6636         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6637         (new_heap): Initialize mprotect_size.
6638         (grow_heap): When growing, only mprotect from mprotect_size till
6639         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6640         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6641
6642 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6643             Peter Bergner  <bergner@us.ibm.com>
6644
6645         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6646         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6647         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6648         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6649         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6650         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6651         Call __fe_mask_env() if all FP exceptions disabled.
6652         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6653         from old FPSCR to new fenv to propagate DFP rounding modes.
6654         Call __fe_mask_env() if FP exceptions previously enabled.
6655         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6656         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6657         transitioning from all exceptions disabled to any exception enabled
6658         or visa versa.
6659         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6660         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6661         when transitioning from all exceptions disabled to any exception
6662         enabled or visa versa.
6663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6669
6670 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6671
6672         [BZ #4465]
6673         * posix/unistd.h: Remove __THROW from fdatasync.
6674
6675 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6676
6677         [BZ #4465]
6678         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6679
6680 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6681
6682         * stdio-common/vfprintf.c (process_string_arg): Optimize
6683         ridiculous precision in wide char code printing multi-byte string.
6684         Reported by Jim Meyering <jim@meyering.net>.
6685
6686         [BZ #4131]
6687         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6688         boundaries to work around systems with overlapping binary loading.
6689         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6690
6691 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6692
6693         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6694         __mbsnrtowcs after last change.
6695
6696         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6697         (get_ident): Likewise.
6698
6699 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6700
6701         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6702         with setting the sticky bit.
6703         * math/test-misc.c (main): Add more truncation tests.
6704
6705 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6706
6707         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6708         double in the function declaration.
6709         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6710         double in the function declaration.
6711         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6712         float in the function declaration.
6713         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6714         float in the function declaration.
6715
6716         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6717         denormal operands.  Do not generate FP_EX_DENORM exception.
6718         (FP_UNPACK_RAW_EP): Ditto.
6719         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6720         undefined _FP_UNPACK_RAW_E.
6721         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6722         undefined _FP_UNPACK_RAW_EP.
6723         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6724         undefined _FP_PACK_RAW_E.
6725         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6726         undefined _FP_PACK_RAW_EP.
6727
6728         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6729         _FP_FRAC_COPY_2.
6730         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6731         _FP_FRAC_COPY_4.
6732
6733 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6734             Jakub Jelinek  <jakub@redhat.com>
6735
6736         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6737         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6738         this case.
6739         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6740
6741 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6742
6743         * math/test-misc.c (main): Add tests for rounding long double
6744         values close to smallest double denormalized value to double.
6745
6746 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6747
6748         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6749         condition for truncating to 0.  Set sticky bit for such
6750         truncation.
6751
6752 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6753
6754         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6755         fixed length array for ignore.
6756
6757 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6758
6759         [BZ #4438]
6760         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6761         stack for large precisions.
6762         * stdio-common/test-vfprintf.c (main): Add test for large
6763         precision.
6764
6765 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6766
6767         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6768         for exponent 0.
6769         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6770
6771         [BZ #4439]
6772         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6773         account in the size check.
6774         * resolv/tst-inet_ntop.c: New test.
6775         * resolv/Makefile (tests): Add tst-inet_ntop.
6776
6777 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6778             Jakub Jelinek  <jakub@redhat.com>
6779
6780         [BZ #4349]
6781         * malloc/malloc.c: Keep separate list for first blocks on the bin
6782         lists with a given size.  This helps skipping over list elements
6783         we know won't fit in two places.
6784         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6785
6786 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6787
6788         [BZ #4102]
6789         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6790         label to Teredo tunnel addresses 2001://32.
6791
6792 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6793
6794         * locale/programs/ld-collate.c (collate_read): Allow order_start
6795         after copy.
6796
6797         * locale/programs/ld-collate.c (collate_read): Fix printing of
6798         error message.
6799
6800         [BZ #3213]
6801         * locale/C-translit.h.in: Add entry for U2044.
6802
6803         [BZ #4342]
6804         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6805         hexa-decimal floats without exponent.
6806         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6807
6808 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6809
6810         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6811         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6812         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6813         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6814         GLIBC_2.6.
6815         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6816         Add sched_getcpu.
6817
6818 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6819
6820         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6821         of 0 after the out_fail label.
6822
6823 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6824
6825         [BZ #4406]
6826         * iconv/gconv_charset.h (strip): Allow ':'.
6827         * iconv/iconv_open.c (iconv_open): Adjust comment.
6828
6829 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6830
6831         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6832         version.
6833
6834 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6835
6836         [BZ #4381]
6837         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6838         alignment of buffer and tmp_buffer.
6839         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6840         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6841         alignment of buffer.
6842         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6843         bigger than INT_MAX.
6844         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6845         h_errnop arguments.  Fail if buflen is too small.
6846         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6847
6848 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6849
6850         [BZ #4405]
6851         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6852         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6853
6854 2007-04-22  Roland McGrath  <roland@redhat.com>
6855
6856         * elf/elf.h (NT_PRXFPREG): New macro.
6857
6858 2007-04-19  Andreas Jaeger  <aj@suse.de>
6859
6860         [BZ #3905]
6861         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6862         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6863         Added.
6864
6865 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6866
6867         * include/sys/mman.h: Mark madvise hidden.
6868         * misc/madvise.c: Add libc_hidden_def.
6869
6870 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6871
6872         * nis/nis_domain_of.c (__nis_domain_of): New function.
6873         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6874         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6875         * nis/nis_call.c (rec_dirsearch): Likewise.
6876         (first_shoot): Likewise.  Remove search_parent_first argument.
6877         (struct nis_server_cache): Rename search_parent_first field
6878         to search_parent.
6879         (nis_server_cache_search, nis_server_cache_add): Rename
6880         search_parent_first argument to search_parent.
6881         (__nisfind_server): Likewise.  If search_parent, call
6882         __nis_domain_of.
6883
6884 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6885
6886         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6887
6888 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6889
6890         [BZ #4368]
6891         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6892
6893 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6894
6895         [BZ #4364]
6896         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6897
6898 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6899
6900         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6901         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6902         current number of locales in SUPPORTED.
6903         (create_archive): Initialize serial.
6904         (enlarge_archive): Preserve aliases rather than duplicating
6905         their locrecs.
6906
6907 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6908
6909         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6910         after _IO_un_link, not before it.
6911
6912         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6913         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6914         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6915
6916 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6917
6918         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6919         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6920         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6921         Remove __THROW.
6922         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6923         _IO_file_xsgetn_maybe_mmap): Likewise.
6924         * libio/oldfileops.c (old_do_write): Likewise.
6925         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6926         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6927         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6928         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6929         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6930         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6931         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6932         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6933         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6934         _IO_file_underflow, _IO_file_underflow_mmap,
6935         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6936         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6937         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6938         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6939         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6940         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6941         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6942         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6943         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6944         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6945         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6946         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6947         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6948         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6949         _IO_adjust_column_internal, _IO_default_uflow_internal,
6950         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6951         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6952         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6953         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6954         _IO_file_close_it_internal, _IO_file_underflow_internal,
6955         _IO_file_overflow_internal, _IO_file_attach_internal,
6956         _IO_file_fopen_internal, _IO_file_sync_internal,
6957         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6958         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6959         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6960         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6961         _IO_seekpos_unlocked): Likewise.
6962         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6963         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6964
6965 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6966
6967         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6968         argument in xmalloc size computation.
6969
6970 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
6971
6972         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
6973         math_opt_barrier and math_force_eval macros.
6974
6975 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
6976
6977         [BZ #3306]
6978         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
6979         * sysdeps/i386/fpu/math_private.h: New file.
6980         * sysdeps/x86_64/fpu/math_private.h: New file.
6981         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
6982         math_force_eval macros.  Use "+m" constraint on asm rather than
6983         "=m" and "m".
6984         * math/s_nextafter.c (__nextafter): Likewise.
6985         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
6986         Likewise.
6987         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
6988         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
6989         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
6990         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
6991         math_opt_barrier and math_force_eval macros.
6992         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
6993         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
6994         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
6995         (__nexttoward): Use math_opt_barrier and
6996         math_force_eval macros.  Use "+m" constraint on asm rather than
6997         "=m" and "m".  Only use asm to force double result if
6998         FLT_EVAL_METHOD is 2.
6999         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7000         (__nexttowardf): Use math_opt_barrier and
7001         math_force_eval macros.  Use "+m" constraint on asm rather than
7002         "=m" and "m".  Only use asm to force double result if
7003         FLT_EVAL_METHOD is not 0.
7004         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7005         (__nexttowardf): Use math_opt_barrier and
7006         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7007         x to float using asm.
7008         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7009         (__nldbl_nexttowardf): Use math_opt_barrier and
7010         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7011         x to float using asm.
7012         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7013         (__nexttowardf): Use math_opt_barrier and math_force_eval
7014         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7015         * math/bug-nextafter.c (zero, inf): New variables.
7016         (main): Add new tests.
7017         * math/bug-nexttoward.c (zero, inf): New variables.
7018         (main): Add new tests.
7019
7020 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7021
7022         [BZ #3427]
7023         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7024         exceptions both in SW and MXCSR.
7025         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7026         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7027         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7028         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7029         in MXCSR if SSE is available.
7030         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7031         and ldsodefs.h.
7032         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7033         Fix comment typo.
7034         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7035         Return 0 rather than 1.
7036         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7037         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7038         * math/test-fenv.c (feholdexcept_tests): New function.
7039         (main): Call it.
7040
7041 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7042
7043         [BZ #3427]
7044         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7045         in SW.
7046
7047 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7048
7049         [BZ #4344]
7050         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7051         Reported by David Anderson <davea42@earthlink.net>.
7052
7053 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7054
7055         * posix/sys/wait.h: Remove unnecessary forward declaration.
7056
7057 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7058
7059         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7060         with obj->do_servers after first_shoot.
7061
7062 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7063
7064         * posix/Makefile (routines): Add sched_cpucount.
7065         (tests): Add tst-cpucount.
7066         * posix/sched_cpucount.c: New file.
7067         * posix/tst-cpucount.c: New file.
7068         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7069         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7070         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7071         * posix/sched.h: Define CPU_COUNT.
7072
7073 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7074
7075         * posix/fnmatch.c (STRUCT): Define.
7076         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7077         * posix/fnmatch_loop.c (struct STRUCT): New type.
7078         (FCT): Add ends argument.  If ends != NULL and normal * is
7079         seen in the pattern, store current pattern and string pointers
7080         and return.  Adjust recursive calls.
7081         (EXT): Adjust FCT callers.
7082         (STRUCT): Undef at the end of the file.
7083         * posix/Makefile (tests): Add tst-fnmatch2.
7084         * posix/tst-fnmatch2.c: New test.
7085
7086 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7087
7088         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7089         and 1 on failure.
7090
7091         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7092         Change last argument to unsigned int.
7093
7094 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7095
7096         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7097
7098 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7099
7100         * config.h.in (HAVE_LIBCAP): Add.
7101         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7102         sys/capabilities.h.
7103         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7104         free_caps.  Cast away const from 4th cap_set_flag argument.
7105
7106 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7107
7108         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7109         GLIBC_2.6.
7110         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7111         Add sync_file_range.
7112         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7113
7114 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7115
7116         * sysdeps/powerpc/bits/atomic.h
7117         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7118         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7119         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7120         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7121         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7122         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7123         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7124         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7125         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7126         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7127         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7128         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7129         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7130         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7131         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7132         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7133         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7134         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7135         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7136         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7137
7138 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7139
7140         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7141         (__cache_line_size): Define the variable here.  Add
7142         attribute_hidden, remove weak_extern.
7143         (__libc_start_main): Set __cache_line_size
7144         unconditionally.
7145         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7146         (__cache_line_size): Define the variable here.  Add
7147         attribute_hidden, remove weak_extern.
7148         (DL_PLATFORM_AUXV): Set __cache_line_size
7149         unconditionally.
7150         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7151         weak_extern, add attribute_hidden.
7152         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7153         defined in ld.so.
7154         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7155         definition.
7156         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7157
7158 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7159
7160         [BZ #4276]
7161         * timezone/africa: Update from tzdata2007d.
7162         * timezone/asia: Likewise.
7163         * timezone/australasia: Likewise.
7164         * timezone/backward: Likewise.
7165         * timezone/europe: Likewise.
7166         * timezone/iso3166.tab: Likewise.
7167         * timezone/leapseconds: Likewise.
7168         * timezone/northamerica: Likewise.
7169         * timezone/southamerica: Likewise.
7170         * timezone/zone.tab: Likewise.
7171
7172         * timezone/private.h: Update from tzcode2007d.
7173         * timezone/zdump.c: Likewise.
7174         * timezone/zic.c: Likewise.
7175
7176 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7177
7178         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7179         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7180         variables.
7181         (nis_server_cache_search, nis_server_cache_add): New functions.
7182         (__nisfind_server): Use them.  Add dbp and flags argument, if
7183         call __nisbind_create.
7184         (__nisbind_create): Add server_used and current_ep arguments,
7185         only call __nis_findfastest if server_used is ~0.
7186         (__do_niscall2, __prepare_niscall): Adjust callers.
7187         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7188         ckey_cache_euid, ckey_cache_lock): New variables.
7189         (get_ckey): New function.
7190         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7191         __pmap_getnisport.  Save __pmap_getnisport result in
7192         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7193         key.
7194         * nis/nis_lookup.c (nis_lookup): Likewise.
7195         * nis/nis_table.c (nis_list): Likewise.
7196         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7197         prototypes.
7198
7199         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7200         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7201         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7202         _nss_nisplus_getservbyport_r): Likewise.
7203         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7204         _nss_nisplus_getnetbyaddr_r): Likewise.
7205         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7206         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7207         _nss_nisplus_getntohost_r): Likewise.
7208         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7209         _nss_nisplus_getrpcbynumber_r): Likewise.
7210
7211 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7212
7213         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7214         * configure: Rebuilt.
7215
7216         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7217         bit-fields.
7218         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7219
7220 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7221
7222         [BZ #2831]
7223         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7224         bit-fields.
7225
7226 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7227
7228         * nscd/gai.c: Include alloca.h.
7229         (__libc_use_alloca): Define.
7230
7231 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7232
7233         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7234         smaller scopes.
7235         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7236         (DL_DST_REQUIRED): Adjust user.
7237
7238         * include/dlfcn.h (struct link_map): New forward decl.
7239
7240         * inet/getnameinfo.c: Include stddef.h.
7241         (getnameinfo): Use offsetof.
7242
7243         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7244
7245         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7246
7247         * string/strerror_l.c: Include stdlib.h.
7248
7249         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7250         * config.make.in (gnu89-inline-CFLAGS): New variable.
7251         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7252         -std=gnu99.
7253         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7254         * argp/argp.h: Use it.
7255         * bits/mathinline.h: Likewise.
7256         * bits/sigset.h: Likewise.
7257         * bits/string.h: Likewise.
7258         * ctype/ctype.h: Likewise.
7259         * hurd/hurd.h: Likewise.
7260         * hurd/hurd/fd.h: Likewise.
7261         * hurd/hurd/port.h: Likewise.
7262         * hurd/hurd/signal.h: Likewise.
7263         * hurd/hurd/threadvar.h: Likewise.
7264         * hurd/hurd/userlink.h: Likewise.
7265         * io/sys/stat.h: Likewise.
7266         * libio/bits/stdio.h: Likewise.
7267         * libio/bits/stdio2.h: Likewise.
7268         * mach/lock-intern.h: Likewise.
7269         * mach/mach/mig_support.h: Likewise.
7270         * math/bits/cmathcalls.h: Likewise.
7271         * posix/bits/unistd.h: Likewise.
7272         * socket/bits/socket2.h: Likewise.
7273         * stdlib/bits/stdlib.h: Likewise.
7274         * stdlib/stdlib.h: Likewise.
7275         * string/argz.h: Likewise.
7276         * string/bits/string2.h: Likewise.
7277         * string/bits/string3.h: Likewise.
7278         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7279         * sysdeps/generic/inttypes.h: Likewise.
7280         * sysdeps/generic/machine-lock.h: Likewise.
7281         * sysdeps/generic/machine-sp.h: Likewise.
7282         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7283         * sysdeps/i386/i486/bits/string.h: Likewise.
7284         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7285         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7286         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7287         * sysdeps/mach/i386/machine-lock.h: Likewise.
7288         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7289         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7290         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7291         * sysdeps/s390/bits/string.h: Likewise.
7292         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7293         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7294         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7295         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7296         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7297         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7298         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7299         * wcsmbs/bits/wchar2.h: Likewise.
7300         * wcsmbs/wchar.h: Likewise.
7301         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7302         __extern_inline definition.
7303
7304 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7305
7306         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7307         NULL.
7308
7309         [BZ #3919]
7310         * math/libm-test.inc (log_test): Test -Inf and NaN.
7311         (log10_test, log1p_test, log2_test): Test -Inf.
7312         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7313         FE_INVALID when argument is qNaN.
7314         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7315         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7316         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7317         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7318         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7319         testb $4, %ah and jump if non-zero.
7320         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7321         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7322
7323         [BZ #4101]
7324         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7325         ancestors with the same depths.
7326         Patch by Niels Moeller <nisse@lysator.liu.se>.
7327         (filter_doc): Don't crash if argp is NULL.
7328         * argp/Makefile (tests): Add tst-argp2.
7329         * argp/tst-argp2.c: New test.
7330
7331         [BZ #4130]
7332         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7333         open_not_cancel_2.
7334         (updwtmp_file): Likewise.
7335
7336         [BZ #4181]
7337         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7338         (inet6_opt_append): Don't check extlen is big enough if extbuf
7339         is NULL.
7340         (inet6_opt_finish): Likewise.
7341         * inet/Makefile (tests): Add test-inet6_opt.
7342         * inet/test-inet6_opt.c: New test.
7343
7344         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7345         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7346         NLMSG_ERR.  Instead use a page sized buffer.
7347         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7348         buffer.
7349
7350 2007-03-14  Richard Henderson  <rth@redhat.com>
7351
7352         * sysdeps/alpha/fpu/s_llround.c: New file.
7353         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7354         * sysdeps/alpha/fpu/s_lround.c: New file.
7355         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7356         * sysdeps/alpha/fpu/s_round.c: New file.
7357         * sysdeps/alpha/fpu/s_roundf.c: New file.
7358         * sysdeps/alpha/fpu/s_trunc.c: New file.
7359         * sysdeps/alpha/fpu/s_truncf.c: New file.
7360
7361         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7362         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7363         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7364         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7365         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7366         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7367
7368         * sysdeps/alpha/fpu/s_fmax.S: New file.
7369         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7370         * sysdeps/alpha/fpu/s_fmin.S: New file.
7371         * sysdeps/alpha/fpu/s_fminf.S: New file.
7372         * sysdeps/alpha/fpu/s_isnan.c: New file.
7373         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7374         * sysdeps/alpha/fpu/s_llrint.c: New file.
7375         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7376         * sysdeps/alpha/fpu/s_lrint.c: New file.
7377         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7378         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7379         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7380
7381         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7382         (__fdimf, fdimf, __fdim, fdim): Remove.
7383         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7384         (__isnanf, __isnan, __isnanl): New.
7385
7386 2007-03-13  Richard Henderson  <rth@redhat.com>
7387
7388         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7389
7390 2007-03-13  Richard Henderson  <rth@redhat.com>
7391
7392         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7393         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7394         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7395         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7396         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7397         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7398
7399 2007-03-13  Richard Henderson  <rth@redhat.com>
7400
7401         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7402         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7403         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7404         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7405         Move to dl-auxv.h; initialize instead of extern weak.
7406         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7407         weak symbol.
7408         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7409         Extern instead of initialized.
7410
7411 2007-03-13  Richard Henderson  <rth@redhat.com>
7412
7413         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7414         __sigsuspend_nocancel.
7415
7416 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7417
7418         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7419         172.16/12 address range.
7420
7421 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7422
7423         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7424         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7425         message.
7426
7427 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7428
7429         [BZ #4069]
7430         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7431         earlier.
7432         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7433
7434         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7435         for x qNaN and y either +-inf or non-integer value.
7436         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7437         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7438         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7439
7440 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7441
7442         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7443         from sysdep_headers.
7444
7445 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7446
7447         * time/tzfile.c (find_transition): Instead of a linear search try to
7448         guess the transition index, use a linear search if the result is at
7449         most 10 transitions away from the guess or binary search otherwise.
7450
7451 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7452
7453         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7454         memory reallocation.
7455
7456 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7457
7458         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7459         and fix some typos.
7460         Optimize use of TOLOWER.
7461
7462         [BZ #3325]
7463         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7464         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7465         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7466
7467         [BZ #3458]
7468         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7469         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7470
7471         [BZ #4076]
7472         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7473         (open_dir_stream): Likewise.
7474         * io/Makefile (tests): Add bug-ftw5.
7475         * io/bug-ftw5.c: New file.
7476
7477         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7478         * nscd/servicescache.c (cache_addserv): Likewise.
7479
7480         * nscd/grpcache.c (cache_addgr): In case a record changed on
7481         refresh, adjust key_copy.
7482
7483         [BZ #4074]
7484         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7485         refresh, adjust key_copy.
7486
7487         [BZ #4070]
7488         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7489         special cases.
7490         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7491
7492 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7493
7494         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7495         optimization.
7496
7497         * stdio-common/vfscanf.c: Small cleanups throughout.
7498
7499 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7500
7501         [BZ #3325]
7502         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7503         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7504         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7505         Patch by Jared Casper <jaredcasper@gmail.com>.
7506
7507         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7508         * sysdeps/unix/opendir.c: Likewise.
7509         * sysdeps/unix/readdir.c: Likewise.
7510
7511         [BZ #2211]
7512         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7513         point numbers.
7514         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7515
7516         * stdio-common/vfscanf.c: Fix problems in width accounting.
7517         * stdio-common/tst-sscanf.c (double_tests): New tests.
7518         (main): Hook them up.
7519
7520         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7521         More simplifications of floating-point reader.
7522
7523         * stdio-common/Makefile (tests): Add tst-swscanf.
7524         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7525         testing.
7526         * stdio-common/tst-swscanf.c: New file.
7527
7528 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7529
7530         [BZ #2633]
7531         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7532         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7533         Remove using for __jmp_buf_tag.
7534         * locale/locale.h (struct lconv): Also define in std namespace.
7535         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7536
7537         [BZ #3842]
7538         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7539         using __libc_enable_secure.
7540
7541         [BZ #3818]
7542         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7543
7544         [BZ #3745]
7545         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7546         of names for ellipsises.
7547
7548         [BZ #3348]
7549         * malloc/memusage.sh: Cleanups.
7550         * debug/xtrace.sh: Quoting and trap changes.
7551
7552 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7553
7554         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7555
7556         * locale/iso-3166.def: Update entry for Serbia.
7557         * locale/iso-4217.def: Define RSD, remove CSD.
7558
7559         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7560         and 64-bit operations.
7561
7562         [BZ #4040]
7563         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7564         16-bit operations.
7565
7566         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7567         of writev.
7568
7569 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7570
7571         [BZ #3991]
7572         * assert/assert.h (assert): Simplify.
7573         (assert_perror): Likewise.
7574         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7575
7576         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7577         reqdata.
7578
7579         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7580         change: don't pass NULL in place of an integer.
7581
7582 2007-02-02  Bruno Haible  <bruno@clisp.org>
7583
7584         [BZ #3954]
7585         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7586         Add mapping for U+327E.
7587         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7588         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7589         mapping of 0xD9 0xE8.
7590         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7591         mapping of U+327E.
7592         Reported by Jungshik Shin <jungshik@google.com>.
7593
7594         [BZ #3955]
7595         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7596         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7597         Reported by Jungshik Shin <jungshik@google.com>.
7598
7599 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7600
7601         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7602         byte variants.
7603
7604         [BZ #4040]
7605         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7606         byte variants.  Patch mostly be tom@tommay.net.
7607
7608 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7609
7610         [BZ #3996]
7611         * posix/glob.c (attribute_hidden): Define if not defined.
7612         (glob): Unescape dirname, filename or username when needed and not
7613         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7614         is NULL.  Handle unescaped [ in pattern without closing ].
7615         Don't pass GLOB_CHECK down to recursive glob for directories.
7616         (__glob_pattern_type): New function.
7617         (__glob_pattern_p): Implement using __glob_pattern_type.
7618         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7619         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7620         Remove unreachable code.
7621         * posix/globtest.sh: Add a couple of new tests.
7622
7623 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7624
7625         * po/ru.po: Update from translation team.
7626
7627 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7628
7629         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7630         to the list of i486+ CPUs.
7631         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7632
7633 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7634
7635         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7636         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7637         references.
7638
7639 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7640
7641         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7642
7643         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7644         * resolv/res_mkquery.c: Define __res_nopt.
7645         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7646         try adding EDNS0 record.
7647         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7648         EDNS0 record was send make sure we don't try it again.
7649         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7650         * include/resolv.h: Declare __res_nopt.
7651
7652 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7653
7654         [BZ #3944]
7655         * time/strptime_l.c (__strptime_internal): Set have_mon for
7656         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7657         have been computed from tm_yday and tm_year.  Don't crash
7658         in day_of_the_week or day_of_the_year if not have_mon
7659         and tm_mon contains bogus value.
7660         * time/Makefile (tests): Add tst-strptime3.
7661         * time/tst-strptime3.c: New test.
7662
7663 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7664
7665         [BZ #3957]
7666         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7667         bit for RE_HAT_LISTS_NOT_NEWLINE.
7668         (build_charclass_op): Remove bogus comment.
7669         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7670         * posix/bug-regex27.c: New test.
7671         * posix/bug-regex28.c: New test.
7672
7673 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7674
7675         * po/sv.po: Update from translation team.
7676
7677 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7678
7679         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7680
7681 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7682
7683         * include/locale.h (__uselocale): Add libc_hidden_proto.
7684         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7685
7686         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7687         gettimeofday.
7688
7689 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7690
7691         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7692         returning.
7693         (PTR_DEMANGLE): Real definition now that it's not the same as
7694         PRT_MANGLE anymore.
7695         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7696
7697         * string/strerror_l.c: New file.
7698         * string/Makefile (routines): Add strerror_l.
7699         * string/string.h: Declare strerror_l.
7700         * string/Versions: Export strerror_l for GLIBC_2.6.
7701
7702 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7703
7704         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7705         as parameter.  Construct request record.  Try sending request
7706         before the first poll use, it usually succeeds.  Adjust all
7707         callers.
7708         * nscd/nscd-client.h: Define MAXKEYLEN.
7709         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7710
7711 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7712
7713         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7714         from return value.
7715         * nscd/nscd_helper.c: Include string.h.
7716         (__nscd_cache_search): Remove const qualifier from return value.
7717         On strict alignment architectures check hash entry and data head
7718         alignment.
7719         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7720         mmapped data during GC cycle contains garbage.  If
7721         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7722         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7723         dropped to 0.
7724         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7725         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7726         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7727         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7728         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7729
7730 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7731
7732         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7733
7734 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7735
7736         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7737         names not numbers in cfi_*.
7738
7739 2007-01-26  Andreas Jaeger  <aj@suse.de>
7740
7741         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7742         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7743         Correct values of PER_HPUX and PER_OSF4.
7744
7745 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7746
7747         * elf/dl-minimal.c: Undefine _itoa first.
7748         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7749         * malloc/mtrace.c: Revert last change.
7750         * posix/wordexp.c: Likewise.
7751
7752 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7753
7754         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7755         and __geode__ to the list of i486+ CPUs.
7756         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7757
7758 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7759
7760         * stdio-common/_itoa.c: Include <limits.h>.
7761         * stdio-common/_itowa.c: Likewise.
7762
7763 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7764
7765         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7766         platforms.
7767         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7768         64-bit platforms.
7769         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7770         possible.
7771         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7772         if possible.
7773
7774         [BZ #3902]
7775         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7776         * stdio-common/Makefile (tests): Add bug17.
7777         * stdio-common/bug17.c: New file.
7778
7779 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7780
7781         * iconvdata/brf.c: New file.
7782         * iconvdata/testdata/BRF: New file.
7783         * iconvdata/testdata/BRF..UTF8: New file.
7784         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7785         * iconvdata/Makefile: Add rules to build BRF.
7786         * iconvdata/TESTS: Add BRF entry.
7787         * iconvdata/gconv-modules: Likewise.
7788         * iconvdata/tst-tables.sh: Likewise.
7789
7790 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7791
7792         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7793         type `long long int', not `long int'.
7794         (wcstoq): Likewise.
7795
7796 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7797
7798         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7799         of values on 64-bit platforms which are too large.
7800
7801 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7802             Joe Kerian  <jkerian@us.us.ibm.com>
7803
7804         [BZ #2749]
7805         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7806         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7807         (__copysignl): Use signbit() for comparison.
7808         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7809         SET_LDOUBLE_WORDS64.
7810
7811         [BZ #2423, #2749]
7812         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7813         (__ceill): Remove calls to fegetround(), fesetround().
7814         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7815         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7816         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7817
7818 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7819
7820         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7821
7822         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7823
7824 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7825
7826         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7827         demangle pointer.
7828         * csu/libc-start.c: Likewise.
7829
7830 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7831
7832         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7833         really work anyway.
7834
7835 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7836
7837         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7838         users.
7839         (handle_request): Remove unnecessary tests.
7840
7841         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7842
7843 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7844
7845         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7846         workbits in semi-raw fraction.
7847
7848         * math/test-misc.c: Add new tests.
7849
7850 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7851
7852         * math/basic-test.c: Include test-skeleton.c.
7853         (TEST_TRUNC): Define.
7854         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7855         (main): Rename to ...
7856         (do_test): ...this.  Run new tests.
7857         (TEST_FUNCTION): Define.
7858
7859 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7860             Joe Kerian  <jkerian@us.us.ibm.com>
7861
7862         [BZ #2749]
7863         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7864         handling for high words.
7865         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7866         and overflow for infinity.
7867
7868 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7869
7870         * nscd/connections.c (handle_request): Add a __builtin_expect.
7871
7872         * nscd/connections.c (serv2db): Change type into structure which
7873         also says whether this is a request for data.  Renamed to
7874         servinfo.  All users changed.
7875         (handle_request): Much simpler test whether we should search the cache.
7876
7877         * nscd/connections.c (handle_request): Fix thinko in selinux test
7878         invocation.
7879
7880         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7881         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7882         it before getting dl_load_lock and then relock.
7883         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7884         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7885         case we unlocked the scope.
7886         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7887         _dl_lookup_symbol_x in case we locked the scope.
7888         (_dl_profile_fixup): Likewise.
7889         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7890         set DL_LOOKUP_SCOPE_LOCK.
7891
7892 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7893
7894         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7895         CFLAGS-getsrvbynpt_r.c.
7896         * nscd/getsrvbynm_r.c: New file.
7897         * nscd/getsrvbypt_r.c: New file.
7898         * nscd/nscd_getserv_r.c: New file.
7899         * nscd/servicescache.c: New file.
7900         * nscd/Makefile (routines): Add nscd_getserv_r.
7901         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7902         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7903         CFLAGS-getsrvbypt_r.c.
7904         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7905         table.  Add entries for services database.
7906         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7907         services database.
7908         (dbs): Add .reset_res and servdb initialization.
7909         (serv2db): Add entries for services database.
7910         (verify_persistent_db): Accept dbnr == servdb.
7911         (invalidate_cache): Rewrite database name recognition to use a table.
7912         Call res_init() if .reset_res is set for database.
7913         (handle_request): Add code to handle services database.
7914         * nscd/gai.c: Don't define __getservbyname_r.
7915         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7916         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7917         (serv_response_header): Define.
7918         (struct datahead): Add serv_response_header member.
7919         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7920         using table.
7921         * nscd/nscd.conf: Add entries for services database.
7922         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7923         Declare serv_iov_disabled.
7924         Declare addservbyname, readdservbyname, addservbyport, and
7925         readdservbyport.
7926         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7927         (find_db): Fix error message.
7928         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7929         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7930         * nscd/selinux.c (perms): Add entries for services database.
7931         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7932         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7933
7934         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7935         * nscd/hstcache.c: Likewise.
7936         * nscd/pwdcache.c: Likewise.
7937
7938         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7939         computation of keylen.
7940
7941         * include/string.h: Only redefine strndupa if this is really for
7942         libc code.
7943
7944 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7945
7946         * nscd/nscd_gethst_r.c: Minor cleanups.
7947
7948         * nscd/connections.c (handle_request): Check selinux permissions
7949         for all non-admin commands.
7950
7951         * sysdeps/i386/i486/bits/atomic.h: Define
7952         atomic_compare_and_exchange_val_acq,
7953         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7954         using __sync_* built-ins for gcc >= 4.1.
7955         * sysdeps/x86_64/bits/atomic.h: Likewise.
7956
7957         [BZ #3840]
7958         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7959         and .oS.d files.
7960
7961 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7962
7963         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7964         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7965         (do_test): Check errno and exit(0) if ENOSYS.
7966
7967 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7968
7969         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
7970         thousands separators.
7971         * stdlib/Makefile: Add rules to build and run tst-strtod4.
7972         * stdlib/tst-strtod4.c: New test.
7973
7974         [BZ #3855]
7975         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
7976         hexadecimal digit should accept just the initial 0.
7977         * stdlib/tst-strtod2.c (tests): New variable.
7978         (do_test): Run several tests rather than just one.
7979
7980 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7981
7982         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
7983         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
7984
7985 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
7986
7987         * io/fts.c: Make sure fts_cur is always valid after return from
7988         fts_read.
7989         Patch by Miloslav Trmac <mitr@redhat.com>.
7990
7991 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
7992
7993         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
7994         (R_MIPS_NUM): Bump by 1.
7995
7996 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
7997
7998         * posix/execvp.c: Include alloca.h.
7999         (allocate_scripts_argv): Renamed to...
8000         (scripts_argv): ... this.  Don't allocate buffer here nor count
8001         arguments.
8002         (execvp): Use alloca if possible.
8003         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8004         * posix/tst-vfork3.c: New test.
8005
8006 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8007
8008         * string/Makefile (tst-strxfrm2-ENV): Define.
8009         * stdlib/Makefile (tst-strtod3-ENV): Define.
8010
8011 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8012
8013         * posix/getconf.c: Update copyright year.
8014         * nss/getent.c: Likewise.
8015         * iconv/iconvconfig.c: Likewise.
8016         * iconv/iconv_prog.c: Likewise.
8017         * elf/ldconfig.c: Likewise.
8018         * catgets/gencat.c: Likewise.
8019         * csu/version.c: Likewise.
8020         * elf/ldd.bash.in: Likewise.
8021         * elf/sprof.c (print_version): Likewise.
8022         * locale/programs/locale.c: Likewise.
8023         * locale/programs/localedef.c: Likewise.
8024         * nscd/nscd.c (print_version): Likewise.
8025         * debug/xtrace.sh: Likewise.
8026         * malloc/memusage.sh: Likewise.
8027         * malloc/mtrace.pl: Likewise.
8028         * debug/catchsegv.sh: Likewise.
8029
8030 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8031
8032         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8033         attempts.
8034
8035 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8036
8037         * posix/wordexp.c: Remove some unnecessary tests.
8038
8039 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8040
8041         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8042         blacklist the group till after we look it up.
8043
8044 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8045
8046         * include/atomic.h (atomic_forced_read): New macro.
8047
8048 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8049
8050         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8051
8052 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8053
8054         * nss/getXXbyYY_r.c: Include atomic.h.
8055         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8056         add atomic_write_barrier () in between.
8057
8058         * stdlib/Makefile (tests): Add tst-makecontext.
8059         * stdlib/tst-makecontext.c: New test.
8060
8061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8062         (__makecontext): Don't realign uc_mcontext.uc_regs.
8063
8064 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8065
8066         * elf/dl-support.c: Include dl-procinfo.h.
8067         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8068         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8069         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8070         Define.
8071         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8072         hardcoded constants.
8073         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8074         PPC_PLATFORM_* macros for array designators.
8075
8076 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8077
8078         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8079         names to the beginning.
8080         (_dl_powerpc_platforms): Add "power6x".
8081         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8082         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8083         (_DL_PLATFORMS_COUNT): Increase.
8084         (_dl_string_platform): Handle power6x case.
8085         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8086         PPC_FEATURE_POWER6_EXT): Define.
8087         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8088
8089 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8090
8091         [BZ #3747]
8092         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8093         [-2^31 .. 2^31) range.
8094         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8095         targets.
8096         * stdlib/tst-rand48-2.c: New test.
8097         * stdlib/Makefile (tests): Add tst-rand48-2.
8098
8099 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8100
8101         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8102
8103 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8104
8105         * misc/tst-pselect.c (do_test): Make sure the helper process is
8106         terminating when the test is aborted.
8107
8108 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8109
8110         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8111         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8112         Handle relatime mount option.
8113
8114         [BZ #2337]
8115         * libio/Makefile (tests): Add tst-setvbuf1.
8116         * libio/tst-setvbuf1.c: New file.
8117
8118 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8119
8120         [BZ #2337]
8121         * libio/genops.c (__uflow): Fix a typo.
8122         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8123         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8124         the narrow buffer size.
8125
8126 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8127
8128         [BZ #2337]
8129         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8130         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8131         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8132         in _flags.
8133         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8134         _IO_wstr_finish): Likewise.
8135         * libio/wmemstream.c (open_wmemstream): Likewise.
8136         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8137         even for wide streams.
8138
8139 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8140
8141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8142         kernel-features.h.
8143
8144 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8145
8146         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8147         separators also if no non-zero digits found.
8148         * stdlib/Makefile (tests): Add tst-strtod3.
8149
8150 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8151
8152         [BZ #3632]
8153         * include/features.h: Fix comment about default value for
8154         _POSIX_C_SOURCE.
8155
8156         [BZ #3664]
8157         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8158         empty parsed strings.
8159         * stdlib/Makefile (tests): Add tst-strtod2.
8160         * stdlib/tst-strtod2.c: New file.
8161
8162         [BZ #3673]
8163         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8164         computation.
8165         * stdlib/Makefile (tests): Add tst-atof2.
8166         * stdlib/tst-atof2.c: New file.
8167
8168         [BZ #3674]
8169         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8170         correctly if removing trailing zero of hex-float.
8171         * stdlib/Makefile (tests): Add tst-atof1.
8172         * stdlib/tst-atof1.c: New file.
8173
8174 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8175
8176         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8177         Start searching for next comma at p rather than rest.
8178         * misc/Makefile (tests): Add tst-mntent2.
8179         * misc/tst-mntent2.c: New test.
8180
8181         * misc/getusershell.c (initshells): Check for integer overflows.
8182         Make strings buffer one bigger as fgets always succeeds when second
8183         argument is 1.  Don't use calloc for shells array.  Disallow
8184         / as shell.
8185
8186 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8187
8188         * malloc/memusage.c: Handle realloc with new size of zero and
8189         non-NULL pointer correctly.
8190         (me): Really write first record twice.
8191         (struct entry): Make format bi-arch safe.
8192         (dest): Write out more realloc statistics.
8193         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8194
8195 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8196
8197         * nis/nis_subr.c (nis_getnames): Revert last change.
8198
8199 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8200
8201         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8202         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8203         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8204         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8205         ENOTTY.
8206         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8207         * io/tst-ttyname_r.c: New test.
8208
8209 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8210
8211         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8212
8213 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8214
8215         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8216         jump table entries.
8217
8218 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8219
8220         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8221         `clone' function to ensure proper unwinding stop of gdb.
8222         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8223
8224 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8225
8226         * nscd/nscd.init: Remove obsolete and commented-out -S option
8227         handling.
8228
8229 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8230
8231         [BZ #3514]
8232         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8233
8234         [BZ #3515]
8235         * manual/string.texi (strtok): Remove duplicate paragraph.
8236
8237 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8238
8239         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8240         libgcc not supporting `rflags' unwinding (register # >= 17).
8241
8242 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8243
8244         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8245         succeeded.
8246
8247 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8248             Jakub Jelinek  <jakub@redhat.com>
8249             Jan Kratochvil  <jan.kratochvil@redhat.com>
8250
8251         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8252         unwind information.
8253         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8254         'restore_rt' even in the 'signal' directory.
8255         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8256
8257 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8258
8259         [BZ #3559]
8260         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8261         malloc crashed.  Don't allocate memory unnecessarily in each
8262         loop.
8263
8264 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8265
8266         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8267
8268 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8269
8270         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8271
8272 2006-11-18  Bruno Haible  <bruno@clisp.org>
8273
8274         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8275         __sysconf only after having tried to call getgroups32.
8276
8277 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8278
8279         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8280         addresses for IPv4 queries if they can be mapped.
8281
8282 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8283
8284         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8285         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8286         (signmask): Add .size directive.
8287         (othermask): Add .type directive.
8288
8289 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8290
8291         * po/nl.po: Update from translation team.
8292
8293         * timezone/zdump.c: Redo fix for BZ #3137.
8294
8295 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8296
8297         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8298         to first_unused after parsing :include: file.
8299
8300 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8301
8302         * timezone/africa: Update from tzdata2006o.
8303         * timezone/antarctica: Likewise.
8304         * timezone/asia: Likewise.
8305         * timezone/australasia: Likewise.
8306         * timezone/backward: Likewise.
8307         * timezone/europe: Likewise.
8308         * timezone/iso3166.tab: Likewise.
8309         * timezone/northamerica: Likewise.
8310         * timezone/southamerica: Likewise.
8311         * timezone/zone.tab: Likewise.
8312
8313         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8314         on machines with 64-bit time_t.
8315
8316         * timezone/checktab.awk: Update from tzcode2006o.
8317         * timezone/ialloc.c: Likewise.
8318         * timezone/private.h: Likewise.
8319         * timezone/scheck.c: Likewise.
8320         * timezone/tzfile.h: Likewise.
8321         * timezone/tzselect.ksh: Likewise.
8322         * timezone/zdump.c: Likewise.
8323         * timezone/zic.c: Likewise.
8324
8325         [BZ #3483]
8326         * elf/ldconfig.c (main): Call setlocale and textdomain.
8327         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8328
8329         [BZ #3480]
8330         * manual/argp.texi: Fix typos.
8331         * manual/charset.texi: Likewise.
8332         * manual/errno.texi: Likewise.
8333         * manual/filesys.texi: Likewise.
8334         * manual/lang.texi: Likewise.
8335         * manual/maint.texi: Likewise.
8336         * manual/memory.texi: Likewise.
8337         * manual/message.texi: Likewise.
8338         * manual/resource.texi: Likewise.
8339         * manual/search.texi: Likewise.
8340         * manual/signal.texi: Likewise.
8341         * manual/startup.texi: Likewise.
8342         * manual/stdio.texi: Likewise.
8343         * manual/sysinfo.texi: Likewise.
8344         * manual/syslog.texi: Likewise.
8345         * manual/time.texi: Likewise.
8346         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8347
8348         [BZ #3465]
8349         * sunrpc/clnt_raw.c: Minimal message improvements.
8350         * sunrpc/pm_getmaps.c: Likewise.
8351         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8352         * nis/nis_print_group_entry.c: Likewise.
8353         * locale/programs/repertoire.c: Likewise.
8354         * locale/programs/charmap.c: Likewise.
8355         * malloc/memusage.sh: Likewise.
8356         * elf/dl-deps.c: Likewise.
8357         * locale/programs/ld-collate.c: Likewise.
8358         * libio/vswprintf.c: Likewise.
8359         * malloc/memusagestat.c: Likewise.
8360         * sunrpc/auth_unix.c: Likewise.
8361         * sunrpc/rpc_main.c: Likewise.
8362         * nscd/cache.c: Likewise.
8363         * locale/programs/repertoire.c: Unify output messages.
8364         * locale/programs/charmap.c: Likewise.
8365         * locale/programs/ld-ctype.c: Likewise.
8366         * locale/programs/ld-monetary.c: Likewise.
8367         * locale/programs/ld-numeric.c: Likewise.
8368         * locale/programs/ld-time.c: Likewise.
8369         * elf/ldconfig.c: Likewise.
8370         * nscd/selinux.c: Likewise.
8371         * elf/cache.c: Likewise.
8372         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8373
8374         [BZ #3451]
8375         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8376         change atomic.
8377         (ceil): Likewise.
8378
8379 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8380
8381         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8382         if N is one bigger than return value.
8383         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8384         and l1 last arguments, if buf is defined, verify the return value
8385         equals to strlen (buf) and verify no byte beyond passed length
8386         is modified.
8387
8388 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8389
8390         * po/sv.po: Update from translation team.
8391
8392 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8393
8394         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8395         noinline attribute.
8396
8397 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8398
8399         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8400         noinline attribute.
8401
8402         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8403         Use __new_sys_siglist instead of _sys_siglist_internal as
8404         second macro argument.
8405         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8406         strong_alias.
8407
8408 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8409
8410         [BZ #3493]
8411         * posix/unistd.h (sysconf): Remove const attribute.
8412
8413         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8414         temporary or deprecated addresses.
8415         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8416
8417         * string/Makefile (tests): Add tst-strxfrm2.
8418         * string/tst-strxfrm2.c: New file.
8419
8420 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8421
8422         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8423         rather than r->r_brk.
8424
8425 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8426
8427         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8428         optimization even if needed > n.
8429
8430         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8431         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8432         return false, otherwise return true.
8433         (cache_rpath): Return decompose_rpath return value.
8434
8435 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8436
8437         * include/libc-symbols.h (declare_symbol): Rename to...
8438         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8439         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8440         .size directive.
8441         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8442         changes.
8443         * sysdeps/gnu/siglist.c: Likewise.
8444
8445 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8446
8447         * sysdeps/powerpc/fpu/bits/mathinline.h
8448         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8449         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8450
8451 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8452
8453         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8454         Update handling of cache descriptor 0x49 for new models.
8455         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8456         Likewise.
8457
8458 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8459
8460         * malloc/memusage.c (dest): Reset not_me back to false after
8461         printing statistics.
8462
8463 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8464
8465         * configure.in: Work around ld --help change and avoid -z relro
8466         test completely if the architecture doesn't care about security.
8467
8468 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8469
8470         * po/sv.po: Update from translation team.
8471
8472 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8473
8474         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8475         generate compatibility version.
8476
8477 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8478
8479         * configure.in: Relax -z relro requirement a bit.
8480
8481         * po/sv.po: Update from translation team.
8482
8483 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8484
8485         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8486         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8487         * elf/dl-close.c (_dl_close_worker): Likewise.
8488         * elf/dl-open.c (_dl_open_worker): Likewise.
8489         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8490
8491 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8492
8493         * configure.in: Require assembler support for visibility, compiler
8494         support for visibility and aliases, linker support for various -z
8495         options.
8496         * Makeconfig: Remove conditional code which now is unnecessary.
8497         * config.h.in: Likewise.
8498         * config.make.in: Likewise.
8499         * dlfcn/Makefile: Likewise.
8500         * elf/Makefile: Likewise.
8501         * elf/dl-load.c: Likewise.
8502         * elf/rtld.c: Likewise.
8503         * include/libc-symbols.h: Likewise.
8504         * include/stdio.h: Likewise.
8505         * io/Makefile: Likewise.
8506         * io/fstat.c: Likewise.
8507         * io/fstat64.c: Likewise.
8508         * io/fstatat.c: Likewise.
8509         * io/fstatat64.c: Likewise.
8510         * io/lstat.c: Likewise.
8511         * io/lstat64.c: Likewise.
8512         * io/mknod.c: Likewise.
8513         * io/mknodat.c: Likewise.
8514         * io/stat.c: Likewise.
8515         * io/stat64.c: Likewise.
8516         * libio/stdio.c: Likewise.
8517         * nscd/Makefile: Likewise.
8518         * stdlib/Makefile: Likewise.
8519         * stdlib/atexit.c: Likewise.
8520         * sysdeps/generic/ldsodefs.h: Likewise.
8521         * sysdeps/i386/dl-machine.h: Likewise.
8522         * sysdeps/i386/sysdep.h: Likewise.
8523         * sysdeps/i386/i686/memcmp.S: Likewise.
8524         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8525         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8526         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8527
8528         * Makerules: USE_TLS support is now default.
8529         * tls.make.c: Likewise.
8530         * csu/Versions: Likewise.
8531         * csu/libc-start.c: Likewise.
8532         * csu/libc-tls.c: Likewise.
8533         * csu/version.c: Likewise.
8534         * dlfcn/dlinfo.c: Likewise.
8535         * elf/dl-addr.c: Likewise.
8536         * elf/dl-cache.c: Likewise.
8537         * elf/dl-close.c: Likewise.
8538         * elf/dl-iteratephdr.c: Likewise.
8539         * elf/dl-load.c: Likewise.
8540         * elf/dl-lookup.c: Likewise.
8541         * elf/dl-object.c: Likewise.
8542         * elf/dl-open.c: Likewise.
8543         * elf/dl-reloc.c: Likewise.
8544         * elf/dl-support.c: Likewise.
8545         * elf/dl-sym.c: Likewise.
8546         * elf/dl-sysdep.c: Likewise.
8547         * elf/dl-tls.c: Likewise.
8548         * elf/ldconfig.c: Likewise.
8549         * elf/rtld.c: Likewise.
8550         * elf/tst-tls-dlinfo.c: Likewise.
8551         * elf/tst-tls1.c: Likewise.
8552         * elf/tst-tls10.h: Likewise.
8553         * elf/tst-tls14.c: Likewise.
8554         * elf/tst-tls2.c: Likewise.
8555         * elf/tst-tls3.c: Likewise.
8556         * elf/tst-tls4.c: Likewise.
8557         * elf/tst-tls5.c: Likewise.
8558         * elf/tst-tls6.c: Likewise.
8559         * elf/tst-tls7.c: Likewise.
8560         * elf/tst-tls8.c: Likewise.
8561         * elf/tst-tls9.c: Likewise.
8562         * elf/tst-tlsmod1.c: Likewise.
8563         * elf/tst-tlsmod13.c: Likewise.
8564         * elf/tst-tlsmod13a.c: Likewise.
8565         * elf/tst-tlsmod14a.c: Likewise.
8566         * elf/tst-tlsmod2.c: Likewise.
8567         * elf/tst-tlsmod3.c: Likewise.
8568         * elf/tst-tlsmod4.c: Likewise.
8569         * elf/tst-tlsmod5.c: Likewise.
8570         * elf/tst-tlsmod6.c: Likewise.
8571         * include/errno.h: Likewise.
8572         * include/link.h: Likewise.
8573         * include/tls.h: Likewise.
8574         * locale/global-locale.c: Likewise.
8575         * locale/localeinfo.h: Likewise.
8576         * malloc/arena.c: Likewise.
8577         * malloc/hooks.c: Likewise.
8578         * malloc/malloc.c: Likewise.
8579         * resolv/Versions: Likewise.
8580         * sysdeps/alpha/dl-machine.h: Likewise.
8581         * sysdeps/alpha/libc-tls.c: Likewise.
8582         * sysdeps/generic/ldsodefs.h: Likewise.
8583         * sysdeps/generic/tls.h: Likewise.
8584         * sysdeps/i386/dl-machine.h: Likewise.
8585         * sysdeps/ia64/dl-machine.h: Likewise.
8586         * sysdeps/ia64/libc-tls.c: Likewise.
8587         * sysdeps/mach/hurd/fork.c: Likewise.
8588         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8589         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8590         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8591         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8592         * sysdeps/s390/libc-tls.c: Likewise.
8593         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8594         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8595         * sysdeps/sh/dl-machine.h: Likewise.
8596         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8597         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8598         * sysdeps/x86_64/dl-machine.h: Likewise.
8599
8600         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8601         split out locking and parameter checking.
8602         (_dl_close): Call _dl_close_worker after locking and checking.
8603         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8604         _dl_close.
8605         * elf/Makefile: Add rules to build and run tst-thrlock.
8606         * elf/tst-thrlock.c:  New file.
8607
8608         [BZ #3426]
8609         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8610         reality.
8611
8612         [BZ #3429]
8613         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8614         we are sure we do not need it anymore for _dl_close.  Also move
8615         the asserts inside the lock region.
8616         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8617
8618 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8619
8620         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8621         argument.
8622         (_dl_lookup_symbol_x): Adjust caller.
8623
8624         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8625         _ns_global_scope.
8626         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8627
8628         * elf/dl-libc.c: Revert l_scope name changes.
8629         * elf/dl-load.c: Likewise.
8630         * elf/dl-object.c: Likewise.
8631         * elf/rtld.c: Likewise.
8632         * elf/dl-close.c (_dl_close): Likewise.
8633         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8634         always use __rtld_mrlock_{change,done}.  Always free old scope list
8635         here if not l_scope_mem.
8636         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8637         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8638         the lookup and __rtld_mrlock_unlock it after the lookup.
8639         * elf/dl-sym.c: Likewise.
8640         * include/link.h (struct r_scoperec): Remove.
8641         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8642         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8643
8644 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8645
8646         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8647
8648 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8649
8650         * configure.in: Disable building profile libraries by default.
8651
8652 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8653
8654         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8655         as signed longs, check for x_base + pos overflow.
8656         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8657         * sunrpc/tst-xdrmem2.c: New test.
8658
8659 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8660
8661         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8662         _dl_lookup_symbol_x code.
8663
8664 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8665
8666         * elf/dl-runtime.c: Include sysdep-cancel.h.
8667         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8668         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8669         instead of catomic_* macros.
8670         * elf/dl-sym.c: Include sysdep-cancel.h.
8671         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8672         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8673         * elf/dl-close.c: Include sysdep-cancel.h.
8674         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8675         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8676         * elf/dl-open.c: Include sysdep-cancel.h.
8677         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8678         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8679
8680 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8681
8682         [BZ #3313]
8683         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8684         fastbin rather than end of fastbin array.
8685
8686 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8687
8688         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8689         body macro.
8690         * sysdeps/x86_64/bits/atomic.h
8691         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8692         (catomic_decrement): Use correct body macro.
8693
8694 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8695
8696         * include/atomic.h: Add a unique prefix to all local variables
8697         in macros.
8698         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8699
8700 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8701
8702         [BZ #3369]
8703         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8704         and 7.
8705
8706 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8707
8708         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8709
8710 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8711
8712         [BZ #3313]
8713         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8714         determine highest fast bin to consolidate, always look into all of
8715         them.
8716         (do_check_malloc_state): Only require for empty bins for large
8717         sizes in main arena.
8718
8719         * libio/stdio.h: Add more __wur attributes.
8720
8721         * elf/dl-minimal.c (realloc): Optimize last patch.
8722
8723 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8724
8725         [BZ #3352]
8726         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8727         and use memcpy() if it does.
8728
8729 2006-11-12  Andreas Jaeger  <aj@suse.de>
8730
8731         [BZ #2510]
8732         * manual/search.texi (Hash Search Function): Clarify.
8733         (Array Search Function): Clarify.
8734
8735 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8736
8737         [BZ #2830]
8738         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8739         shifting.
8740         * math/atest-exp2.c (read_mpn_hex): Likewise.
8741         * math/atest-sincos.c (main): Likewise.
8742
8743 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8744
8745         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8746         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8747         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8748         version GLIBC_2.6.
8749         * Versions.def: Add GLIBC_2.6 for libc.
8750
8751         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8752
8753         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8754
8755 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8756
8757         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8758
8759         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8760
8761         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8762         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8763
8764 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8765
8766         * include/atomic.c: Define catomic_* operations.
8767         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8768         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8769         * malloc/memusage.c: Likewise.
8770         * gmon/mcount.c: Likewise.
8771         * elf/dl-close.c: Likewise.
8772         * elf/dl-open.c: Likewise.
8773         * elf/dl-profile.c: Likewise.
8774         * elf/dl-sym.c: Likewise.
8775         * elf/dl-runtime.c: Likewise.
8776         * elf/dl-fptr.c: Likewise.
8777         * resolv/res_libc.c: Likewise.
8778
8779 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8780
8781         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8782         components which lack them.
8783
8784         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8785         at least one entry consisting of the parameter concatenated with
8786         the domain.
8787
8788 2006-10-10  Roland McGrath  <roland@frob.com>
8789
8790         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8791         * sysdeps/mach/hurd/futimes.c: Likewise.
8792         * sysdeps/mach/hurd/lutimes.c: Likewise.
8793
8794 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8795             Jakub Jelinek  <jakub@redhat.com>
8796
8797         Implement reference counting of scope records.
8798         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8799         from the list in objects which remain.  Always allocate new scope
8800         record.
8801         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8802         don't resize, allocate a new one.
8803         * elf/dl-runtime.c: Update reference counters before using a scope
8804         array.
8805         * elf/dl-sym.c: Likewise.
8806         * elf/dl-libc.c: Adjust for l_scope name change.
8807         * elf/dl-load.c: Likewise.
8808         * elf/dl-object.c: Likewise.
8809         * elf/rtld.c: Likewise.
8810         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8811         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8812         Add l_scoperec_lock.
8813         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8814         * sysdeps/generic/rtld-lowlevel.h: New file.
8815
8816         * include/atomic.h: Rename atomic_and to atomic_and_val and
8817         atomic_or to atomic_or_val.  Define new macros atomic_and and
8818         atomic_or which do not return values.
8819         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8820         Various cleanups.
8821         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8822
8823         * po/sv.po: Update from translation team.
8824
8825 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8826
8827         * Versions.def: Add GLIBC_2.6 to libpthread.
8828
8829         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8830         (versioned_symbol): Likewise.
8831         (compat_symbol): Likewise.
8832
8833         * po/tr.po: Update from translation team.
8834
8835 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8836
8837         * nis/Banner: Removed.  It's been integral part forever and the
8838         author info is incomplete anyway.
8839         * libio/Banner: Likewise.
8840
8841         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8842         code, make sure the nis_freeresult call doesn't crash and that the
8843         result is reported correctly.
8844
8845 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8846
8847         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8848         when callback is NULL.
8849
8850         * nis/Versions (libnss_nisplus): Add
8851         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8852         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8853         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8854         _nss_create_tablename): Rename to...
8855         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8856         ... these.  No longer static.
8857         (internal_setgrent): Adjust users.
8858         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8859         Don't use locking around _nss_grp_create_tablename call.
8860         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8861
8862 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8863
8864         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8865
8866 2006-10-06  Andreas Jaeger  <aj@suse.de>
8867
8868         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8869
8870 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8871
8872         * po/pl.po: Update from translation team.
8873
8874         * nscd/nscd.c (main): Fix typo in message.
8875         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8876
8877 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8878
8879         [BZ #3291]
8880         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8881         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8882         (__sigprocmask): Define.
8883
8884 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8885
8886         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8887         used.
8888
8889 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8890
8891         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8892         in oldtotal and newtotal calculation.
8893         * nscd/nscd-client.h (struct mapped_database): Add datasize
8894         field.
8895         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8896         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8897         increased.
8898         (__nscd_cache_search): Add checks to make sure we never reference
8899         data beyond the current mapping.
8900
8901 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8902
8903         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8904         variables const to avoid compiler warnings.
8905
8906         * io/fts.c (fts_close): Remove redundant checks.
8907         (fts_build): Likewise.
8908         (fts_palloc): Likewise.
8909
8910         * manual/message.texi (Advanced gettext functions,
8911         Using gettextized software): Fix typos.
8912
8913 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8914
8915         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8916         explain why there are no leaks.
8917
8918 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8919
8920         * libio/wmemstream.c: Include <wchar.h>.
8921         * libio/bug-wmemstream1.c: Likewise.
8922         * libio/tst-wmemstream1.c: Likewise.
8923         * libio/tst-wmemstream2.c: Likewise.
8924
8925         * version.h (RELEASE): Bump to 2.5.
8926         * README: Regenerated.
8927
8928         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8929
8930         [BZ #3273]
8931         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8932         found no group members.
8933         Patch by Petr Baudis.
8934
8935 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8936
8937         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8938         assert bootstrap_map.l_tls_modid is zero.
8939         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8940         if USE___THREAD.
8941
8942 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8943
8944         * libio/stdio.h: Move open_wmemstream prototype to ...
8945         * wcsmbs/wchar.h: ... here.
8946
8947 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8948
8949         [BZ #3252]
8950         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8951         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8952         __{,l}chown to handle the rest.
8953         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8954         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8955         __{,l}chown to handle the rest.
8956         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8957         i386/fchownat.c.
8958         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8959         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8960
8961         [BZ #3253]
8962         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8963         time, rather allocate increasingly bigger arrays of pointers, if
8964         possible with alloca, if too large with malloc.
8965
8966 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8967
8968         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8969
8970         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
8971
8972 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
8973
8974         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
8975         home addresses.
8976         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
8977         IFA_F_HOMEADDRESS flag for interfaces.
8978         * include/ifaddrs.h (struct in6addrinfo): Define
8979         in6ai_homeaddress.
8980
8981 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
8982
8983         [BZ #3225]
8984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
8985         PTR_DEMANGLE3): Define.
8986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
8987         PTR_DEMANGLE3): Likewise.
8988         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
8989         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
8990         Likewise.
8991         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
8992
8993 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
8994
8995         * po/libc.pot: Regenerated.
8996         * po/be.po: Updated.
8997         * po/ca.po: Likewise.
8998         * po/cs.po: Likewise.
8999         * po/da.po: Likewise.
9000         * po/de.po: Likewise.
9001         * po/el.po: Likewise.
9002         * po/en_GB.po: Likewise.
9003         * po/es.po: Likewise.
9004         * po/fi.po: Likewise.
9005         * po/fr.po: Likewise.
9006         * po/gl.po: Likewise.
9007         * po/hr.po: Likewise.
9008         * po/hu.po: Likewise.
9009         * po/ja.po: Likewise.
9010         * po/ko.po: Likewise.
9011         * po/nb.po: Likewise.
9012         * po/nl.po: Likewise.
9013         * po/pl.po: Likewise.
9014         * po/pt_BR.po: Likewise.
9015         * po/ru.po: Likewise.
9016         * po/rw.po: Likewise.
9017         * po/sk.po: Likewise.
9018         * po/sv.po: Likewise.
9019         * po/tr.po: Likewise.
9020         * po/zh_CN.po: Likewise.
9021         * po/zh_TW.po: Likewise.
9022
9023         [BZ #3137]
9024         * iconv/iconv_prog.c (main): Fix spelling in error message.
9025         * iconv/iconvconfig.c (main): Likewise.
9026         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9027         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9028         * locale/programs/localedef.c (main): Likewise.
9029         * locale/programs/repertoire.c (repertoire_read): Likewise.
9030         * timezone/zdump.c (main): Likewise.
9031         * nscd/connections.c (handle_request): Fix spelling in log message.
9032         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9033
9034 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9035
9036         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9037         interfaces.
9038
9039 2006-09-20  Andreas Jaeger  <aj@suse.de>
9040
9041         * math/libm-test.inc (lrint_test_upward): Fix typo.
9042
9043 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9044
9045         [BZ #2592]
9046         * math/libm-test.inc (lrint_test_tonearest): New function.
9047         (lrint_test_towardzero): New function.
9048         (lrint_test_downward): New function.
9049         (lrint_test_upward): New function.
9050         (main): Run these new tests.
9051         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9052         of values near to 0.
9053         (two52): Use double not long double.
9054         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9055         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9056         (two23): Use float not double.
9057         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9058         (two23): Use float not double.
9059         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9060         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9061         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9062         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9063
9064 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9065
9066         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9067         Cast sp to unsigned long to avoid compiler warning.
9068         Use __makecontext_ret function instead of a trampoline on the stack.
9069         (__makecontext_ret): New function.
9070         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9071
9072 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9073
9074         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9075         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9076         bits.
9077
9078 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9079
9080         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9081         sure no reference to the unloaded map's search list remains in the
9082         dependency's scope.
9083
9084 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9085
9086         * elf/Makefile: Add rules to build and run unload7 test.
9087         * elf/unload7.c: New test.
9088         * elf/unload7mod1.c: New file.
9089         * elf/unload7mod2.c: New file.
9090
9091 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9092
9093         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9094         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9095         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9096         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9097         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9098         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9099         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9100         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9101         PTRACE_GETEVENTMSG): Likewise.
9102         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9103         values.
9104
9105 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9106
9107         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9108         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9109         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9110         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9111
9112 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9113
9114         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9115         write '\0' to the fd.
9116         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9117         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9118         Change regs to unsigned long pointer from unsigned int, fix fscr
9119         offset.
9120
9121 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9122
9123         * io/Makefile (CFLAGS-fstatat.c): Set.
9124         (CFLAGS-fstatat64.c): Likewise.
9125         (CFLAGS-mknodat.c): Likewise.
9126
9127         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9128         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9129         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9130         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9131
9132 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9133             Steven Munroe  <sjmunroe@us.ibm.com>
9134
9135         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9136         names to the beginning.  Rename "cell" to "cellbe".
9137         (_dl_powerpc_platforms): New.
9138         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9139         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9140         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9141         (_DL_HWCAP_PLATFORM): Define to new mask.
9142         (_dl_platform_string, _dl_string_platform): New functions.
9143         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9144         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9145
9146 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9147
9148         [BZ #2526]
9149         * README.libm: Fix a thinko in sqrt algorithm description.
9150
9151         [BZ #3143]
9152         * manual/string.texi (argz_delete): Fix prototype.
9153         Patch by <alpt@freaknet.org>.
9154
9155 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9156
9157         [BZ #3138]
9158         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9159         * io/tst-fcntl.c (do_prepare): Likewise.
9160         * posix/tst-exec.c (do_prepare): Likewise.
9161         * posix/tst-preadwrite.c (do_prepare): Likewise.
9162         * posix/tst-spawn.c (do_prepare): Likewise.
9163         * posix/tst-truncate.c (do_prepare): Likewise.
9164         * rt/tst-aio.c (do_prepare): Likewise.
9165         * rt/tst-aio64.c (do_prepare): Likewise.
9166         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9167         size_t.
9168
9169 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9170
9171         [BZ #2821]
9172         * time/mktime.c (guess_time_tm): Fix overflow detection.
9173         * time/Makefile (tests): Add bug-mktime1.
9174         * time/bug-mktime1.c: New file.
9175
9176         [BZ #3189, #3188]
9177         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9178         (mremap): Likewise.
9179
9180 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9181
9182         [BZ #1006]
9183         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9184         Ensure relocation doesn't clobber any bits outside of the
9185         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9186         R_SPARC_HI22 and R_SPARC_H44.
9187
9188         [BZ #2775]
9189         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9190         (long) (MINSIZE + nb - old_size) is positive.
9191
9192         * malloc/arena.c (grow_heap): When growing bail even if new_size
9193         is negative.
9194
9195         [BZ #3155]
9196         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9197         stack below r1.
9198
9199 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9200
9201         * posix/regex_internal.c (re_string_reconstruct): Handle
9202         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9203         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9204         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9205         re_string_context_at.
9206         * posix/Makefile: Add rules to build and run bug-regex26 test.
9207         * posix/bug-regex26.c: New test.
9208
9209         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9210         rather than col_sym_free.  Move seqp declaration earlier.
9211
9212         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9213
9214 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9215
9216         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9217         decl before first goto out.
9218
9219 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9220
9221         * Makerules (shlib.lds): If have-hash-style, put .hash section
9222         at the end of the RO segment.
9223
9224 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9225
9226         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9227         style hash table format is used.
9228
9229 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9230
9231         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9232         randomization rather than before.
9233         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9234
9235 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9236
9237         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9238
9239         * malloc/malloc.c (_int_malloc): Use full list insert and not
9240         shortcut which assumes the list is empty for large requests
9241         too.
9242
9243         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9244
9245 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9246
9247         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9248         and offout arguments to the prototype.
9249         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9250         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9251         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9252         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9253         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9254         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9255         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9256         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9257
9258 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9259
9260         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9261
9262         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9263         dlopen parameters.
9264
9265 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9266
9267         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9268         only if herrno is NETDB_INTERNAL.  Handle errors other than
9269         ERANGE outside of the loops, handle TRY_AGAIN.
9270
9271         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9272         if other's ctype category was missing.
9273         * locale/programs/ld-collate.c (collate_read): Return if
9274         copy_locale's collate category is missing.
9275
9276 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9277
9278         [BZ #2684]
9279         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9280         arenas if allocation failed.
9281         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9282
9283 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9284
9285         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9286         waste bins[0..1].
9287         (malloc_state): Reduce bins size by 2.
9288         (_int_malloc): Fix test for large enough buffer for early termination.
9289         When no unsorted block matches perfectly and an exiting block has
9290         to be split, use full list insert and not shortcut which assumes
9291         the list is empty.
9292
9293         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9294         failure.
9295
9296 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9297
9298         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9299         do anything.
9300
9301         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9302         symbol require exact match (these are PLTs).
9303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9304         (_dl_ppc64_addr_sym_match): Likewise.
9305
9306         [BZ #2683]
9307         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9308         If symbol has a value use it.
9309         * elf/tst-dladdr1.c: New file.
9310         * elf/Makefile: Add rules to build and run tst-addr1.
9311
9312 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9313
9314         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9315         keeps failing and heap growth or new heap creation isn't
9316         successful either.
9317         * malloc/tst-malloc.c (main): Add new tests.
9318
9319 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9320
9321         [BZ #2734]
9322         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9323         as in the x86-64 code to use bswap.
9324
9325 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9326
9327         [BZ #2680]
9328         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9329         __USE_UNIX98.
9330         * posix/bits/unistd.h: Likewise.
9331
9332 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9333
9334         [BZ #2751]
9335         * string/strchr.c: Add cast to avoid warning.
9336
9337 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9338
9339         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9340         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9341         limit is needed to avoid the exploding of the address space
9342         requirement for secondary heaps.
9343         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9344         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9345
9346 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9347
9348         [BZ #3018]
9349         * Makerules (depfiles): Handle extra-test-objs the same as
9350         extra-objs.
9351         (common-mostlyclean): Likewise.
9352         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9353         instead.
9354         * elf/Makefile (extra-objs): Likewise.
9355         * stdlib/Makefile (extra-objs): Likewise.
9356
9357 2006-08-14  Eric Blake  <ebb9@byu.net>
9358
9359         [BZ #3044]
9360         * misc/error.h: Assume C89 or better.
9361         * misc/error.c: Likewise.
9362
9363 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9364
9365         [BZ #3040]
9366         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9367         __ASSUME_ATFCTS is defined.
9368
9369 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9370
9371         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9372         to sort in each call.
9373
9374         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9375         is empty simply return and use next service.
9376         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9377
9378         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9379         tells us when not finding a charmap file is an error.
9380         * locale/programs/charmap.h: Adjust charmap_read prototype.
9381         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9382         cannot find a charmap.
9383         * locale/programs/localedef.c (main): Adjust charmap_read call.
9384
9385 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9386
9387         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9388         sysdeps/posix/pause.c implementation instead.
9389
9390 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9391
9392         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9393         to EPERM.
9394
9395 2006-08-13  Andreas Schwab  <schwab@suse.de>
9396
9397         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9398         Don't clobber caller's LRSAVE.
9399         (_dl_prof_resolve): Likewise.
9400
9401 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9402
9403         [BZ #1996]
9404         * libio/memstream.c (open_memstream): Allocate initial buffer with
9405         calloc.
9406         * libio/wmemstream.c (open_wmemstream): Likewise.
9407         * libio/strops.c: Pretty printing.
9408         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9409         (enlarge_userbuf): New function.
9410         (_IO_str_seekoff): Call it if seek position is larger than current
9411         buffer.
9412         * libio/wstrops.c: Likewise.
9413         * libio/vasprintf.c: Add comment as to why we do not have to use
9414         calloc instead of malloc to allocate initial buffer.
9415         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9416         * libio/bug-memstream1.c: New file.
9417         * libio/bug-wmemstream1.c: New file.
9418
9419 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9420
9421         * libio/wstrops.c: Remove dead macro definitions and comments.
9422         * libio/strops.c: Likewise.
9423
9424         [BZ #2764]
9425         * login/utmpname.c (__utmpname): Remove unnecessary test.
9426
9427 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9428
9429         [BZ #2832]
9430         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9431         0s from integers.
9432
9433 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9434
9435         [BZ #2987]
9436         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9437         for CPU clocks.
9438         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9439         setting of CPU clocks.
9440
9441 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9442
9443         [BZ #2841]
9444         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9445         since C99 requires the result to promote to 'int' when uint_least8_t
9446         and uint_least16_t promote to 'int'.
9447
9448 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9449
9450         [BZ #3013]
9451         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9452         lenght of one output field, correct bitmask creation.
9453         * locale/programs/ld-time.c: Add alignment.
9454
9455         [BZ #2997]
9456         * misc/error.c: Add space between program name and message if file
9457         name is missing.
9458
9459 2006-08-03  Eric Blake  <ebb9@byu.net>
9460
9461         [BZ #2998]
9462         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9463
9464 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9465
9466         * malloc/memusagestat.c: Silence warnings.
9467
9468         * malloc/malloc.c: Dynamically size mmap treshold if the program
9469         frees mmaped blocks.
9470         Patch by Valerie Henson and Arjan van de Ven.
9471
9472 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9473
9474         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9475         __USE_GNU.
9476
9477         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9478         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9479         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9480         Only provide var definitions in strtol_l (or for *ull*
9481         in strtoll_l).
9482
9483         * stdio-common/bug16.c (tests): New array.
9484         (do_tests): Allow the first hexadecimal digit
9485         to be 1, 2, 4 or 8.  Do 3 additional tests.
9486
9487         * sysdeps/s390/fpu/libm-test-ulps: Update.
9488
9489         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9490         fchownat syscall if available.
9491         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9492         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9493         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9494
9495 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9496
9497         * nis/nis_xdr.c: Avoid some function calls.
9498
9499 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9500             Ulrich Drepper  <drepper@redhat.com>
9501
9502         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9503         short cut if only one name component is stripped away.
9504
9505 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9506
9507         * nis/nis_call.c: Minor cleanups throughout.
9508         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9509         (first_shoot): Add search_parent_first parameter.  Only if it is set
9510         search parent server first.
9511         If directory for table found through cold start cache is not the same
9512         as referenced in the cache, don't use it.
9513         (__nisfind_server): Take additional parameter.  Pass it on to
9514         first_shoot.
9515         (__prepare_niscall): Adjust __nisfind_server call.
9516         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9517         * nis/nis_table.c: Adjust __nisfind_server call.
9518         * nis/nis_lookup.c: Likewise.
9519         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9520
9521 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9522
9523         [BZ #2182]
9524         * math/s_cacosh.c: Return values from positive branch.
9525         * math/s_cacoshf.c: Likewise.
9526         * math/s_cacoshl.c: Likewise.
9527
9528         [BZ #2883]
9529         * sysvipc/sys/msg.h: Change return value to ssize_t.
9530         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9531         * sysvipc/msgrcv.c: Likewise.
9532         * include/sys/msg.h: Likewise.
9533
9534         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9535         test introduced in patch for bz #661.
9536         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9537         element for NEWGROUPS.
9538
9539         [BZ #2908]
9540         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9541         'f', use '1' as leading digit not '\1'.
9542         * stdio-common/Makefile (tests): Add bug16.
9543         * stdio-common/bug16.c: New file.
9544
9545         [BZ #2914]
9546         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9547         and don't try to open it.  The patch introducing the macro
9548         contained a bug and used the same file name as the new file
9549         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9550         this out completely.
9551
9552         [BZ #2926]
9553         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9554         Patch by Jerry James <Jerry.James@usu.edu>.
9555
9556         * rt/Makefile (tests): Add tst-clock2.
9557         * rt/tst-clock2.c: New file.
9558
9559         [BZ #2978]
9560         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9561         function and its parameters and pass it to new thread.
9562         (__gai_notify): Add support for alternative waiting for completion.
9563         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9564         waiting for completion.
9565         * resolv/getaddrinfo_a.c: Likewise.
9566         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9567         waiting for completion is used.
9568         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9569         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9570         * resolv/gai_error.c: Likewise.
9571         * resolv/gai_sigqueue.c: Likewise.
9572
9573 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9574
9575         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9576         errno to EBADF and return MACH_PORT_NULL.
9577
9578 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9579
9580         [BZ #2980]
9581         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9582
9583 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9584
9585         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9586         walk them instead of the symbol table.
9587
9588 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9589
9590         [BZ #2098]
9591         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9592         status of NSS calls, not the number of returned entries.
9593
9594         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9595         request_key, keyctl.
9596
9597 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9598
9599         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9600
9601 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9602
9603         * elf/tst-auditmod1.c: Fix typo in #error.
9604
9605 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9606
9607         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9608
9609         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9610
9611 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9612
9613         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9614         that the directory is empty even on non-POSIX filesystems.
9615
9616 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9617
9618         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9619
9620         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9621         the backend NSS module.  If backend setgrent call failed, don't have
9622         internal_setgrent fail.  Just remember this until it is needed.
9623         * nis/nss_compat/compat-pwd.c: Likewise.
9624         * nis/nss_compat/compat-spwd.c: Likewise.
9625
9626 2006-07-30  Roland McGrath  <roland@redhat.com>
9627
9628         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9629         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9630         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9631         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9632
9633         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9634         (nanosleep_not_cancel): New macro.
9635         (sigsuspend_not_cancel): new macro.
9636         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9637         (do_sigsuspend): Define as inline.
9638         (__sigsuspend): Always use do_sigsuspend.
9639         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9640         * include/signal.h: Declare __sigsuspend_nocancel.
9641         * sysdeps/posix/pause.c
9642         [! NO_CANCELLATION] (__pause_nocancel): New function.
9643
9644         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9645         * include/time.h (__nanosleep_nocancel): Likewise.
9646
9647 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9648
9649         * locale/programs/localedef.c (add_to_readlist): Rename local
9650         variables to avoid confusion.
9651
9652         * locale/programs/charmap.c (charmap_read): Emit error message if
9653         charmap couldn't be found or read.
9654
9655 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9656
9657         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9658         __ASSUME_FUTEX_LOCK_PI.
9659         * include/time.h: Declare __nanosleep_nocancel.
9660         * include/unistd.h: Declare __pause_nocancel.
9661
9662         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9663         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9664         get the __stack_chk_fail_local definition when it's needed.
9665
9666 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9667
9668         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9669         * dlfcn/bug-atexit3.c: New file.
9670         * dlfcn/bug-atexit3-lib.cc: New file.
9671
9672         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9673         used when the namespace is not the base namespace.
9674
9675 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9676
9677         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9678         (__new_exitfn): Bump it in every successful call.
9679         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9680         more exit handlers, call them right away.
9681         * stdlib/exit.h: Declare __new_exitfn_called.
9682
9683 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9684
9685         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9686         calling registered handler.
9687
9688         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9689         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9690         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9691         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9692         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9693         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9694         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9695         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9696
9697 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9698
9699         * elf/dl-lookup.c (dl_new_hash): New functions.
9700         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9701         value here.  Compute new-style hash value.  Pass new hash value
9702         and reference to variable with the old value to do_lookup_x.
9703         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9704         old-style hash table.
9705         (_dl_debug_bindings): Pass new hash value and reference to variable
9706         with the old value to do_lookup_x.
9707         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9708         new-style hash value and change old-style hash value parameter to
9709         be a reference.  Reoganize functions to determine whether
9710         new-style hash table is available.  Only fall back on old-style
9711         table.  If old-style hash value is needed, compute it here.
9712         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9713         entry.
9714         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9715         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9716         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9717         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9718         * Makeconfig: If linker supports --hash-style option add it to all
9719         linker command lines to build DSOs.
9720         * config.make.in: Define have-hash-style.
9721         * configure.in: Test whether linker supports --hash-style option.
9722
9723         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9724         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9725
9726 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9727
9728         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9729         auditing.
9730
9731         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9732         RPATH of main map twice.
9733
9734 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9735
9736         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9737         look further, return original strings.
9738         (_nl_find_msg): Do not return found translation if the conversion
9739         failed.  Either signal the string is unusable or that something went
9740         wrong and the original should be used.
9741
9742 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9743
9744         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9745
9746 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9747
9748         [BZ #2766]
9749         * misc/insremque.c (insque): Handle prev == NULL.
9750         * misc/Makefile (tests): Add tst-insremque.
9751         * misc/tst-insremque.c: New test.
9752
9753 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9754
9755         [BZ #2792]
9756         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9757         conflict with DL_DST_REQUIRED.
9758
9759 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9760
9761         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9762         match what Solaris does.
9763
9764 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9765
9766         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9767         local_setegid instead of seteuid and setegid.
9768         * sysdeps/generic/local-setxid.h: New file.
9769         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9770
9771         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9772
9773         * string/Makefile (tests): Add bug-envz1.
9774         * string/bug-envz1.c: New file.
9775
9776 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9777
9778         * posix/regex_internal.c (re_string_skip_chars): If no character has
9779         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9780         to the byte which couldn't be converted.
9781         (re_string_reconstruct): Don't clear valid_raw_len before calling
9782         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9783         tip_context using re_string_context_at.
9784         * posix/Makefile: Add rules to build and run bug-regex25 test.
9785         * posix/bug-regex25.c: New test.
9786
9787 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9788
9789         [BZ #2703]
9790         * string/envz.c (envz_strip): Correct erroneously reversed src
9791         and dest parameters to memmove() invocation.
9792
9793 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9794
9795         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9796         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9797         to make sure the database has been already invalidated.
9798         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9799         after the cache has been invalidated.  Use pthread_mutex_lock rather
9800         than pthread_mutex_trylock if fd != -1.
9801         * nscd/connections.c (invalidate_cache): Add fd argument, write
9802         response to fd if not calling prune_cache, pass fd to prune_cache.
9803         (handle_request): Adjust invalidate_cache caller.
9804         (nscd_run): Pass -1 as fd to prune_cache.
9805
9806 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9807
9808         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9809         the correct place.
9810
9811 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9812
9813         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9814         * nscd/cache.c (prune_cache): Take prunelock before starting the
9815         work.  Just return in case it is already taken.
9816         * nscd/connections.c (dbs): Initialize .prunelock.
9817
9818 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9819
9820         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9821         copying.  No need to allocate new array for group members.  Just
9822         move the pointers and update the size.
9823
9824         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9825         Avoid memory leak in case realloc fails.  Simplification for
9826         better code generation.
9827
9828         Avoid deprecation warning because of libc_hidden_proto for
9829         inet6_option_alloc.
9830         * inet/inet6_option.c (option_alloc): Renamed from
9831         inet6_option_alloc.  Made static.
9832         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9833         (inet6_option_append): Call option_alloc.
9834         * include/netinet/in.h: Remove libc_hidden_proto for
9835         inet6_option_alloc.
9836
9837         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9838         for cleanup when cb!=NULL [Coverity CID 233].
9839
9840 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9841
9842         [BZ #2693]
9843         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9844         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9845         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9846         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9847         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9848         and inet6_rth_getaddr.
9849         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9850         array.
9851         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9852         Mark inet6_option_* interfaces as deprecated.
9853         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9854         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9855         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9856         inet6_rth_segments, and inet6_rth_getaddr.
9857         * inet/inet6_opt.c: New file.
9858         * inet/inet6_rth.c: New file.
9859
9860         * inet/netinet/icmp6.h: Pretty printing.
9861
9862         [BZ #2683]
9863         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9864
9865 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9866
9867         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9868         doing it all here.  When server does not know the answer do not
9869         fail immediate, try parent first.
9870
9871         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9872         overflow test.
9873
9874 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9875
9876         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9877         from __do_niscall.
9878         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9879         and exported.
9880         (__follow_path): New function.  Split out from nis_list.
9881         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9882         _xdr_nis_result.
9883         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9884         _xdr_nis_result.
9885         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9886         and __follow_path.
9887         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9888         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9889         from libnsl for version GLIBC_PRIVATE.
9890         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9891         Remove entry parameter from _nss_nisplus_parse_pwent and
9892         _nss_nisplus_parse_grent.
9893         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9894         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9895         again.  Rewrite getpwent handling to not use nis_first_entry and
9896         nis_next_entry.  Roll out own niscall handling.
9897         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9898
9899         * sunrpc/xdr_rec.c: Fix typo in comment.
9900
9901 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9902
9903         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9904         handling.
9905
9906         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9907         to allocate memory for my_pollfd.  Better initialization of
9908         cb_is_running.  Use TEMP_FAILURE_RETRY.
9909
9910         * malloc/memusage.sh (memusageso): Add quotes.
9911         (memusagestat): Likewise.
9912         * debug/xtrace.sh (pcprofileso): Likewise.
9913         (pcprofiledump): Likewise.
9914         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9915         replacement.
9916         * malloc/Makefile ($(objpfx)memusage): Likewise.
9917
9918         * nis/nis_callback.c (__nis_create_callback): Calls to
9919         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9920         asprintf call fails.
9921
9922         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9923         no uninitialized memory is passed to sendto.
9924
9925 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9926
9927         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9928         of snprintf+strdup.  Handle OOM.
9929         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9930         cb->serv together.  Remove now obsolete free calls.
9931         (__nis_destroy_callback): Remove now obsolete free call.
9932
9933 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9934
9935         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9936         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9937         and ULA respectively). Set precedence for IPv4 address to 10 as
9938         defined in RFC3484 for preferring IPv6.
9939         * posix/gai.conf: Update to match the new default tables.
9940
9941 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9942
9943         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9944         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9945         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9946         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9947
9948         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9949         Removed.
9950         (init_nss_interface): Remove initialization of these variables.
9951
9952 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9953
9954         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9955         nis_free_directory forward to avoid duplication.
9956
9957 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9958
9959         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9960         rec_dirsearch returning NULL.
9961         (first_shoot): Handle __nis_finddirectory returning NULL.
9962         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9963
9964         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9965         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9966
9967 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9968
9969         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
9970         pid changed.
9971
9972 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
9973
9974         * include/rpc/pmap_prot.h: Mark all functions as hidden.
9975
9976         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
9977         * nscd/nscd_getgr_r.c: Likewise.
9978
9979         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
9980
9981         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
9982         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
9983
9984         * stdlib/longlong.h (__clz_tab): Mark as hidden.
9985
9986         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
9987
9988         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
9989
9990         * include/rpc/auth.h: Mark xdr_des_block_internal and
9991         xdr_opaque_auth_internal as hidden.
9992
9993         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
9994         hidden.
9995
9996         * include/rpc/xdr.h: Mark all _internal functions as hidden.
9997
9998         * misc/getusershell.c (okshells): Don't use static initializers,
9999         do it dynamically.
10000
10001         * stdlib/fmtmsg.c (keywords): Change type of len element to
10002         uint32_t to not waste space on 64bit machines.
10003
10004         * locale/setlocale.c: Change _nl_category_names into a string.
10005         Add new _nl_category_name_idxs.  Change all users.
10006         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10007         Declare _nl_category_name_idxs.
10008         * locale/findlocale.c: Adjust for _nl_category_names change.
10009         * locale/loadlocale.c: Likewise.
10010         * locale/newlocale.c: Likewise.
10011         * intl/dcigettext.c: Likewise.
10012
10013         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10014         (add_alias2): ...here.  New function.
10015         (__gconv_read_conf): Simplify builtin alias handling.
10016         (builtin_aliases): Convert to string to avoid relocations.
10017         * iconv/gconv_builtin.h: Add comment about correct formatting.
10018
10019 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10020
10021         * resolv/res_debug.c (loc_ntoa): Make error const.
10022
10023 2006-05-14  Andreas Schwab  <schwab@suse.de>
10024
10025         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10026
10027 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10028
10029         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10030         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10031         sizeof (cpu_set_t).
10032
10033 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10034
10035         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10036
10037         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10038
10039         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10040         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10041
10042         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10043         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10044
10045         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10046         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10047         xdr_cback_data.
10048
10049         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10050         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10051         xdr_ypupdate_args.
10052
10053         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10054         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10055
10056         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10057         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10058
10059         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10060         * include/rpcsvc/nis_callback.h: New file.
10061
10062         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10063         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10064
10065         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10066         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10067
10068         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10069         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10070
10071         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10072         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10073
10074         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10075         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10076         xdr_ypdelete_args.
10077
10078         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10079         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10080
10081         * nis/nis_error.c: Remove table of strings.  Use position
10082         independent mechanism.
10083         * nis/nis_error.h: New file.
10084
10085 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10086
10087         * locale/programs/ld-time.c (time_finish): If wide era name or
10088         format aren't provided, set both wname and wformat to L"".
10089
10090 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10091
10092         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10093         results if the call was succesful.
10094
10095         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10096
10097         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10098         as hidden.
10099
10100 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10101
10102         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10103
10104 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10105
10106         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10107         caller makes sure this is not the case.
10108         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10109
10110 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10111
10112         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10113         calls.
10114
10115         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10116         [Coverity CID 229, 230]
10117
10118         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10119         DGETTEXT calls.
10120         (hol_help): Likewise.  [Coverity CID 226, 227]
10121
10122         * string/argz-replace.c (__argz_replace): Unconditionally call
10123         free on SRC.  [Coverity CID 225]
10124
10125         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10126         the return value of __nis_default_owner and __nis_default_group,
10127         it has been especially allocated.  [Coverity CID 224]
10128
10129         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10130         searchgroup and searchowner.  Significantly simplified.
10131         (__nis_default_owner): Remove duplication.  Do not locally copy the
10132         string before duplicating it.
10133         (__nis_default_group): Likewise.
10134
10135         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10136         we must clear the variable before calling __nisfind_server.
10137
10138         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10139         nis_getnames.  [Coverity CID 223]
10140
10141         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10142         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10143
10144         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10145         allocate memory for the input to add_bytes.  [Coverity CID 221]
10146
10147         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10148         was allocated here.  [Coverity CID 219, 220]
10149
10150         * posix/getconf.c (print_all): Free confstr data after printing.
10151         [Coverity CID 218]
10152
10153         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10154         list allocation fails.  [Coverity CID 215]
10155
10156         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10157         [Coverity CID 213]
10158
10159         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10160         string is NULL.  [Coverity CID 212]
10161         * argp/Makefile: Add rules to build and run bug-argp1.
10162         * argp/bug-argp1.c: New file.
10163
10164         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10165         end of string.
10166         * stdlib/canonicalize.c (__realpath): Likewise.
10167
10168         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10169         pointer.  [Coverity CID 206]
10170
10171         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10172         in statically linked code.
10173         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10174         statically built code, be prepared to have no link map.
10175         [Coverity CID 205]
10176
10177         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10178         dgettext calls. [Coverity CID 204]
10179
10180         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10181         the one user.
10182         (uparam_names): Reduce size.  Avoid relative relocations.
10183         Moved to read-only segment.
10184         (fill_in_uparams): Update for new layout.
10185
10186         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10187         assumed to always be != NULL. [Coverity CID 202]
10188
10189         * argp/argp-help.c (hol_entry_help): Remove some dead code
10190         [Coverity CID 200].
10191
10192         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10193         away a few more unconditional yperr2nss calls.
10194         (_nss_nis_getservbyname_r): Likewise.
10195
10196 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10197
10198         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10199         architectures.
10200
10201         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10202         that unused memory passed to sendto is nevertheless initialized.
10203
10204         [BZ #2499]
10205         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10206         possibly unaligned memory accesses.
10207
10208         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10209         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10210         and __putlong respectively.  Correct buffer overflow check for
10211         NS_NOTIFY_OP.
10212
10213         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10214
10215         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10216         (send_dg): Rewrite error handling to be more compact and avoid
10217         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10218
10219         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10220
10221         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10222         instead of ns_get16.
10223         (res_queriesmatch): Likewise.  Minor optimization.
10224
10225         [BZ #2499]
10226         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10227         __libc_res_nsend might reallocate the buffer for the answer.  In
10228         this case we have to reload the HP pointer.
10229
10230 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10231
10232         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10233         some branch prediction hints.
10234
10235         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10236         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10237         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10238         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10239         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10240         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10241         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10242         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10243
10244 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10245
10246         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10247         by a GOT relocation to make Scrt1.o position independent.
10248         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10249
10250         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10251         six system call parameters.
10252         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10253
10254 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10255
10256         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10257         malloc&bzero.
10258
10259         * sunrpc/svc_udp.c (BZERO): Remove definition.
10260         (CALLOC): Define.
10261         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10262
10263         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10264         (des_SPtrans): Use uint32_t type.
10265         (des_skb): Likewise.
10266
10267         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10268
10269 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10270
10271         [BZ #2509]
10272         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10273         on 32-bit arches.
10274
10275 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10276
10277         * locale/programs/ld-address.c (address_finish): Fix one more
10278         place where the iso639 array might be accessed beyond the limits.
10279
10280 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10281
10282         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10283         filling it for the first time.
10284
10285         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10286         Adjust all callers.
10287         Free res object content before returning.
10288
10289         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10290
10291         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10292         client->cl_auth.
10293
10294         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10295         cleanup for initial thread, just the free call on TVP.
10296
10297         * nscd/gai.c (__getline): Define.
10298
10299
10300 See ChangeLog.16 for earlier changes.