..
[platform/upstream/glibc.git] / ChangeLog
1 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
2
3         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
4         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
5         * sysdeps/posix/sysconf.c (__sysconf): Handle
6         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
7         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
8
9 2009-02-24  Roland McGrath  <roland@redhat.com>
10
11         [BZ #9895]
12         * README.template: Reworded not to use substituted version number.
13         Renamed to ...
14         * README: ... here (no longer generated).
15         * Makefile (README): Target removed.
16
17 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
18
19         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
20         /proc/sys/kenrel/rtsig_max doesn't exist anymore, use getrlimit
21         instead.
22
23         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
24
25         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
26
27 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
28
29         * po/bg.po: Update from translation team.
30
31 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
32
33         * stdlib/monetary.h: Uglify function parameter names.
34         * sunrpc/rpc/pmap_clnt.h: Likewise.
35         * sunrpc/rpc/svc.h: Likewise.
36         * sunrpc/rpc/xdr.h: Likewise.
37         * sunrpc/rpc/clnt.h: Likewise.
38         * resolv/netdb.h: Likewise.
39         * resolv/arpa/nameser.h: Likewise.
40         * resolv/resolv.h: Likewise.
41         * argp/argp.h: Likewise.
42         * locale/langinfo.h: Likewise.
43         * io/sys/stat.h: Likewise.
44         * posix/spawn.h: Likewise.
45         * nis/rpcsvc/nislib.h: Likewise.
46         * malloc/obstack.h: Likewise.
47         * sysdeps/ia64/bits/link.h: Likewise.
48         * sysdeps/i386/bits/link.h: Likewise.
49         * sysdeps/s390/bits/link.h: Likewise.
50         * sysdeps/powerpc/bits/link.h: Likewise.
51         * sysdeps/x86_64/bits/link.h: Likewise.
52         * sysdeps/sparc/bits/link.h: Likewise.
53         * sysdeps/sh/bits/link.h: Likewise.
54         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
55         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
56         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
57         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
58
59 2008-12-01  Fredrik Unger  <fred@tree.se>
60
61         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
62         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
63         _FP_UNPACK_RAW_2, fix up first argument.
64
65 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
66
67         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
68         (GET_NPROCS_PARSER): Change parameters and use next_line.
69         (__get_nprocs): Rewrite to not use stdio routines.
70         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
71         Change parameters and use next_line.
72
73 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
74
75         [BZ #5381]
76         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
77         Change mempool_alloc prototype.
78         * nscd/mem.c (gc): Don't handle mem_in_flight.
79         (mempool_alloc): Third parameter now only indicates whether this is the
80         first call (to allocate data) or not.  If it is, get db rdlock.
81         Release it on error.  Don't handle mem_in_flight.
82         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
83         Adjust third parameter of mempool_alloc calls.
84         Nothing to do here in case mempool_alloc fails.
85         Avoid local variable shadowing parameter.  No need to get db rdlock
86         before calling cache_add.
87         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
88         no mem_in_flight array anymore.
89         * nscd/connections.c: Remove definition and handling of mem_in_flight.
90         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
91         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
92         in case mempool_alloc fails. No need to get db rdlock before calling
93         cache_add.
94         * nscd/hstcache.c (cache_addhst): Likewise.
95         * nscd/initgrcache.c (addinitgroupsX): Likewise.
96         * nscd/servicescache.c (cache_addserv): Likewise.
97         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
98
99 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
100
101         * po/lt.po: Update from translation team.
102
103 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
104
105         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
106         defined, allow additional data to be added using the optional
107         MORE_ELF_HEADER_DATA macro.
108         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
109         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
110
111 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
112
113         * include/atomic.h: Define catomic_and if not already defined.
114         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
115         * sysdeps/i386/i486/bits/atomic.h: Likewise.
116
117 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
118
119         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
120         Change all callers.
121         (_int_realloc): Likewise.  Third argument is now padded size
122         All _int_* functions are now static.
123
124         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
125         * malloc/arena.c: Likewise.
126         * include/malloc.h: Remove now unnecessary declarations of the _int_*
127         functions.
128
129         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
130         easily.
131
132         * malloc/malloc.c: Add branch prediction for use of the hooks.
133
134         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
135
136 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
137
138         [BZ #7095]
139         * bits/confname.h: Add SUSv7 macros for getconf environments.
140         * bits/environments.h: Likewise.
141         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
142         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
143         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
144         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
145         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
146         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
147         * posix/getconf.c: Likewise.
148         * posix/sysconf.c: Likewise.
149         * sysdeps/posix/sysconf.c: Likewise.
150         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
151         environments.
152
153 2009-01-16  Petr Baudis  <pasky@suse.cz>
154
155         [BZ #9753]
156         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
157         even if we currently have zero nscount.
158
159 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
160
161         [BZ #9781]
162         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
163         the input line is too long.
164
165         * po/Makefile (libc.pot): Add f_print as function taking c-format
166         parameter.
167
168         * debug/xtrace.sh: Unify translatable messages.
169         * elf/ldd.bash.in: Likewise.
170         * elf/sprof.c: Likewise.
171         * locale/programs/locale.c: Likewise.
172         * malloc/memusage.sh: Likewise.
173         * nss/getent.c: Likewise.
174
175 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
176
177         * debug/pcprofiledump.c (print_version,
178         argp_program_version_hook): New function.
179         * elf/ldconfig.c (more_help): New function.
180         (argp): Use it.
181         * elf/sln.c (usage): New function.
182         (main): Support --help and --version.
183         * malloc/memusagestat.c (print_version): New function.
184         (argp_program_version_hook): New variable.
185         * nscd/nscd.c (more_help): New function.
186         (argp): Use it.
187         * posix/getconf.c (main): Send --version output to stdout.
188         Support --help.
189         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
190         arguments.  All callers changed.
191         (print_version): New function.
192         (parseargs): Support --help and --version.
193         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
194         changed.
195         (print_version): New function.
196         (main): Use getopt_long.  Support --help and --version.
197         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
198         --version.
199
200 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
201
202         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
203         (update_data): Fix handling of wrapping back
204         to the beginning of the buffer.
205
206         [BZ #9823]
207         * stdio-common/psignal.c (psignal): Fix test for empty string.
208
209 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
210
211         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
212         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
213         move _null_auth to .rodata.
214
215         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
216         value of 24.
217
218         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
219
220         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
221         today than when the original code was written.  Use larger
222         buffers.  This also makes it unnecessary to have stat information,
223         if this causes extra efforts.
224         (__opendir): In case O_DIRECTORY works, don't call fstat just for
225         __alloc_dir.
226
227 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
228
229         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
230         is set.
231         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
232         * sysdeps/sh/sh4/__longjmp.S: Likewise.
233         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
234         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
235         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
236         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
237
238 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
239
240         * po/ru.po: Update from translation team.
241
242 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
243
244         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
245         Add _tid slot to maintain consistency with kernel.
246
247 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
248
249         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
250         incomplete characters at end of input buffer.
251         * libio/Makefile (tests): Add tst-fgetwc.
252         * libio/tst-fgetwc.c: New file.
253         * libio/tst-fgetwc.input: New file.
254
255 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
256
257         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
258
259 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
260
261         [BZ #9793]
262         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
263         *OUTBUFSTART unless the whole output fit into the buffer.
264         * iconv/Makefile (tests): Add tst-iconv4.
265         * iconv/tst-iconv4.c: New file.
266
267 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
268
269         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
270         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
271
272 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
273
274         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
275         newer linker scripts.
276
277 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
278
279         [BZ #7040]
280         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
281         inotify_rm_watch should have type int.
282
283 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
284
285         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
286         Make aligned_restore_vmx a local symbol.
287         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
288         Likewise.
289
290 2009-01-30  Andreas Jaeger  <aj@suse.de>
291
292         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
293         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
294         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
295         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
296         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
297         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
298         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
299
300 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
301
302         [BZ #9726]
303         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
304         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
305
306 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
307
308         [BZ #9726]
309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
310         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
312         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
313
314 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
315
316         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
317         memcpy instead of memcmp.
318         (_dl_setup_pointer_guard): Likewise.
319
320 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
321
322         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
323         manipulated brk, use malloc_printerr.
324         * misc/sbrk.c (__sbrk): Better error handling for nonsense
325         requests.
326
327 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
328
329         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
330         rindex): For C++ add inlines so that they can be recognized as
331         builtins.
332         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
333
334 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
335             Jakub Jelinek  <jakub@redhat.com>
336
337         * string/string.h: Define correct C++ prototypes for gcc 4.4.
338         * wcsmbs/wchar.h: Likewise.
339
340 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
341
342         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
343         (stackinfo_sub_sp): Define.
344
345 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
346
347         [BZ #9750]
348         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
349         * include/alloca.h (alloca_account): Define.
350         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
351         (stackinfo_sub_sp): Define.
352
353         * nscd/connections.c (nscd_init): If database file access fails
354         check whether this is due to permission problems and bail in that
355         case.
356
357         [BZ #9741]
358         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
359         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
360
361 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
362
363         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
364         Add "t" to clobber list.
365         (INTERNAL_SYSCALL_NCS): Likewise.
366
367 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
368
369         * nss/getent.c (print_networks): Don't print comma between aliases.
370
371 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
372
373         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
374
375         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
376         the hash table.
377         * misc/Makefile (tests): Add bug-hsearch1.
378         * misc/bug-hsearch1.c: New file.
379
380 2009-01-22  Roland McGrath  <roland@redhat.com>
381
382         * Makeconfig (%.v.i): Strip trailing # comments,
383         not only whole-line comments.
384
385 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
386
387         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
388         one parameter.  If non-NULL use it to initialize return value.
389         (_dl_setup_pointer_guard): New function.
390         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
391         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
392         * elf/rtld.c (security_init): Pass _dl_random to
393         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
394         pointer_chk_guard.
395         * elf/dl-sysdep.c (_dl_random): New variable.
396         (_dl_sysdep_start): Handle AT_RANDOM.
397         (_dl_show_auxv): Likewise.
398         * elf/dl-support.c (_dl_random): New variable.
399         (_dl_aux_init): Handle AT_RANDOM.
400         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
401         to _dl_setup_stack_chk_guard.
402
403         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
404
405 2009-01-10  Roland McGrath  <roland@redhat.com>
406
407         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
408
409 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
410
411         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
412
413         [BZ #9706]
414         * nss/nss_files/files-parse.c (strtou32): New function.
415         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
416         across 32-bit and 64-bit platforms.
417         (INT_FIELD_MAYBE_NULL): Likewise.
418
419 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
420
421         [BZ #9720]
422         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
423         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
424         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
425         Likewise.
426
427 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
428
429         [BZ #697]
430         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
431         being NULL also if there are no backreferences.
432         * posix/rxspencer/tests: Add testcases.
433
434 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
435
436         [BZ #9697]
437         * posix/bug-regex17.c: Add testcases.
438         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
439         handling.
440
441 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
442
443         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
444         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
445         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
446         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
447         for elf subdir.
448         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
449         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
450         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
451         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
452         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
453         * sysdeps/unix/sysv/linux/s390/Versions: New file.
454
455 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
456
457         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
458         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
459         re_string_skip_chars, re_string_reconstruct): Likewise.
460         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
461
462 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
463
464         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
465         adjust the buffer alignment.
466
467 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
468
469         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
470         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
471         net/route.h.
472
473         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
474         flavor to description only when flavor is not NULL.
475
476         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
477         mutex after SIGIO/SIGURG lookup loop.
478
479 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
480
481         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
482
483 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
484
485         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
486         handling.
487
488 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
489
490         * sysdeps/unix/sysv/linux/kernel-features.h
491         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
492
493         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
494         if no output is written.
495
496         * version.h: Bump to 2.10 development.
497
498         * posix/getconf.c: Update copyright year.
499         * nss/getent.c: Likewise.
500         * iconv/iconvconfig.c: Likewise.
501         * iconv/iconv_prog.c: Likewise.
502         * elf/ldconfig.c: Likewise.
503         * catgets/gencat.c: Likewise.
504         * csu/version.c: Likewise.
505         * elf/ldd.bash.in: Likewise.
506         * elf/sprof.c (print_version): Likewise.
507         * locale/programs/locale.c: Likewise.
508         * locale/programs/localedef.c: Likewise.
509         * nscd/nscd.c (print_version): Likewise.
510         * debug/xtrace.sh: Likewise.
511         * malloc/memusage.sh: Likewise.
512         * malloc/mtrace.pl: Likewise.
513         * debug/catchsegv.sh: Likewise.
514
515 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
516
517         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
518         script.
519
520 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
521
522         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
523         gethostbyname4_r function call succeeded, just leave the loop.
524
525         [BZ #9694]
526         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
527         very end.
528         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
529         * wctype/Makefile (tests): Add bug-wctypeh.
530         * wctype/bug-wctypeh.c: New file.
531
532         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
533         LOCALDOMAIN is defined.
534         * nscd/nscd_getai.c (__nscd_getai): Likewise.
535
536         * sysdeps/x86_64/bits/select.h: New file.
537
538         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
539
540 2008-12-21  Bruno Haible  <bruno@clisp.org>
541
542         [BZ #9677]
543         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
544         if no output is written.
545
546 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
547
548         * login/utmp_file.c (pututline_file): Replace call to dup2 with
549         libc internal symbol __dup2 to avoid access through the PLT.
550
551 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
552
553         [BZ #6545]
554         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
555         available only for __USE_GNU.
556
557         * inet/Makefile (tests): Add tst-getni2.
558         * inet/tst-getni2.c: New file.
559
560         [BZ #7080]
561         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
562         NULL when NI_NAMEREQD is set.
563         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
564         * inet/Makefile (tests): Add tst-getni1.
565         * inet/tst-getni1.c: New file.
566
567 2008-12-03  Petr Baudis  <pasky@suse.cz>
568
569         [BZ #7067]
570         * nscd/connections.c (invalidate_cache): Use prune_run_lock
571         instead of prune_lock.
572         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
573         * nscd/nscd.h (database_dyn): Add prune_run_cache.
574
575 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
576
577         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
578         use.
579
580         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
581         handling.
582
583         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
584         after reading name server list.
585
586         [BZ #7058]
587         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
588         handling for host name aliases.
589
590 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
591
592         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
593         instead of doing things manually.
594
595 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
596
597         * posix/regex_internal.h (build_wcs_upper_buffer):
598         Return type is reg_error_t.
599
600 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
601
602         * posix/globtest.sh: Use mktemp to create temporary file and
603         directory.
604
605         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
606         sets correctly.
607         (__CPU_CLR_S): Likewise.
608         (__CPU_ISSET_S): Likewise.
609
610 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
611             Ulrich Drepper  <drepper@redhat.com>
612
613         * scripts/firstversion.awk: Use custom comparison function to compare
614         version numbers.
615         * scripts/versions.awk: Use sort invocation which can handle
616         multi-digit sub-version numbers.
617
618 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
619
620         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
621         * locale/iso-639.def: Add Chhattisgarhi entry.
622
623 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
624
625         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
626         ESRCH return value.
627         (_nss_dns_gethostbyname4_r): Likewise.
628         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
629         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
630         gethostbyname4_r, we don't have a separate IPv6 status, so copy
631         the no_data variable.
632
633         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
634         information at the correct index.
635
636         * socket/sys/socket.h: Declare accept4.
637         * socket/accept4.c: New file.
638         * sysdeps/unix/sysv/linux/accept4.c: New file.
639         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
640         * socket/Makefile (routines): Add accept4.
641         * socket/Versions: Export accept4 with version GLIBC_2.10.
642         * socket/paccept.c: Removed.
643         * sysdeps/unix/sysv/linux/paccept.c: Removed.
644         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
645         * Versions.def: Define GLIBC_2.10 for libc.
646         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
647
648         * nscd/connections.c: Use accept4.
649
650         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
651
652 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
653
654         * resolv/res_send.c (send_dg): Create sockets with non-blocking
655         flag already set.
656
657         * stdlib/setenv.c (unsetenv): Don't search environment if it does
658         not exist.
659         * stdlib/Makefile (tests): Add tst-unsetenv1.
660         * stdlib/tst-unsetenv1.c: New file.
661
662 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
663
664         * login/utmp_file.c (file_writable): New variable.
665         (setutent_file): Don't try to open file for writing.
666         (pututline_file): Before writing, make descriptor writable if
667         necessary.
668
669 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
670
671         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
672         to IPv4 or IPv6 if an interface has been found.
673
674 2008-11-26  Roland McGrath  <roland@redhat.com>
675
676         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
677         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
678
679         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
680         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
681         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
682
683         * elf/elf.h (NT_386_IOPERM): New macro.
684         (NT_PPC_VSX): New macro.
685
686 2008-11-25  Roland McGrath  <roland@redhat.com>
687
688         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
689         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
690         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
691         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
692         Subdirectories moved to ports repository.
693         * configure.in (base_machine): Remove alpha case.
694
695 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
696
697         * sysdeps/mach/strerror_l.c: New file.
698
699 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
700
701         [BZ #6411]
702         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
703         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
704         magic numbers.
705         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
706         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
707         (relax_fenv_state): Same as above.
708         (FPSCR_29): Reserve bit in ISA 2.05.
709         (FPSCR_NI): Provide define for compat.
710         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
711         magic numbers.
712         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
713         magic numbers.
714         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
715         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
716         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
717         access to hwcap to account for hwcap size increase to uint64_t.
718         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
719         Likewise.
720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
721         (*setcontext): Likewise.
722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
723         New file.
724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
725         New file.
726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
727         (*setcontext): dynamically select mtfsf insn based on
728         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
729         increase to uint64_t.
730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
731         (*swapcontext): dynamically select mtfsf insn based on
732         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
733         increase to uint64_t.
734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
735         New file.
736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
737         New file.
738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
739         (*setcontext): dynamically select mtfsf insn based on
740         PPC_FEATURE_HAS_DFP.
741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
742         (*swapcontext): dynamically select mtfsf insn based on
743         PPC_FEATURE_HAS_DFP.
744
745 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
746
747         * version.h: Bump for 2.9 release.
748         * include/features.h (__GLIBC_MINOR__): Bump to 9.
749
750         [BZ #7029]
751         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
752         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
753         all the rounding.
754
755 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
756
757         [BZ #7009]
758         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
759         unknown request types for now.
760
761 2008-11-11  Roland McGrath  <roland@redhat.com>
762
763         * sysdeps/x86_64/configure: New file.
764
765         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
766         * configure: Regenerated.
767
768 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
769
770         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
771         correct instruction to remove the stack frame.
772
773 2008-11-03  Michael Matz  <matz@suse.de>
774
775         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
776         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
777
778 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
779
780         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
781         Remove.
782
783         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
784         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
785         of the thread variable instead of void *.
786         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
787         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
788         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
789         __libc_tsd_define arguments.
790         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
791         __libc_tsd_address arguments.  Remove union hack.
792         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
793         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
794         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
795         Adjust __libc_tsd_{set,get} arguments.
796         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
797         __libc_tsd_define arguments.
798         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
799         arguments.
800         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
801         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
802         (LOCALE): Adjust __libc_tsd_define arguments.
803         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
804         arguments.
805         (LOCALE): Adjust __libc_tsd_define arguments.
806         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
807         arguments.
808         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
809         arguments.
810
811 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
812
813         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
814         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
815
816 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
817
818         [BZ #6966]
819         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
820
821 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
822             Ulrich Drepper  <drepper@redhat.com>
823
824         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
825         definition for GCC 3.1 and later.
826
827 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
828
829         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
830         refetch dtv, as it might have changed.
831         * elf/Makefile: Add rules to build and run tst-tls18.
832         * elf/tst-tls18.c: New test.
833         * elf/tst-tlsmod18a.c: New file.
834
835 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
836
837         [BZ #6875]
838         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
839
840 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
841
842         [BZ #6867]
843         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
844
845         [BZ #6919]
846         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
847         Fix length of copy operation.
848
849 2008-10-02  Pierre Habouzit <madcoder@debian.org>
850
851         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
852         and fix its calling convention.
853
854 2008-10-07  Andreas Schwab  <schwab@suse.de>
855
856         [BZ #6942]
857         * resolv/res_send.c (send_vc): Fix last change.
858         (send_dg): Align here as well.
859
860 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
861
862         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
863         return value in case rlimit is RLIM_INFINITY.
864
865         [BZ #6947]
866         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
867         for UL_SETFSIZE.
868         * resource/Makefile (tests): Add bug-ulimit1.
869         * resource/bug-ulimit1.c: New file.
870
871         [BZ #6974]
872         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
873         without dot.  Properly terminate the string with a null byte.
874         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
875
876         [BZ #6980]
877         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
878         negative sizees.
879         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
880         negative __size.
881
882         [BZ #6995]
883         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
884
885 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
886
887         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
888         abort if there is no initgroups_dyn function.
889
890         * resolv/res_send.c (send_dg): On timeout, only return nonzero
891         result if any of the queries really provided an answer.
892
893 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
894
895         * po/lt.po: Update from translation team.
896
897 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
898
899         * po/id.po: Update from translation team.
900
901 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
902
903         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
904         Fix tests for existence of second reply.
905
906 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
907
908         * po/id.po: New file.
909         Contributed by the Indonesian translation team.
910
911 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
912
913         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
914         initialization.
915
916 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
917
918         * elf/Makefile: Add rules to build and run tst-tls17.
919         * elf/tst-tls17.c: New test.
920         * elf/tst-tlsmod17a.c: New file.
921         * elf/tst-tlsmod17b.c: Likewise.
922
923 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
924
925         * stdlib/divmod_1.c: Use correct type for dummy variable.
926         * stdlib/mod_1.c: Likewise.
927
928 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
929
930         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
931
932 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
933
934         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
935         __nonnull order for C++.
936         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
937         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
938
939 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
940
941         * stdlib/longlong.h: Update from GCC.
942
943 2008-10-09  Jakub Jelinek <jakub@redhat.com>
944             David S. Miller  <davem@davemloft.net>
945
946         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
947         make sure any registers used with 64-bit 'branch-on-register'
948         instructions have their top 32-bits clear.
949         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
950         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
951
952 2008-09-18  Andreas Schwab  <schwab@suse.de>
953
954         [BZ #6942]
955         * resolv/res_send.c (send_vc): Fix use of unaligned address.
956         Properly handle partial reads.
957
958 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
959
960         * elf/elf.h (STO_MIPS_PLT): New.
961         (R_MIPS_COPY): New.
962         (R_MIPS_JUMP_SLOT): New.
963         (R_MIPS_NUM): Redefine to 128.
964         (DT_MIPS_PLTGOT): New.
965         (DT_MIPS_RWPLT): New.
966         (DT_MIPS_NUM): Redefine to 0x35.
967
968 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
969
970         * timezone/africa: Update from tzdata2008f.
971         * timezone/asia: Likewise.
972         * timezone/australasia: Likewise.
973         * timezone/europe: Likewise.
974         * timezone/leapseconds: Likewise.
975         * timezone/northamerica: Likewise.
976         * timezone/southamerica: Likewise.
977         * timezone/zone.tab: Likewise.
978
979 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
980
981         * nscd/connections.c: Disable use of paccept for now.
982
983 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
984
985         * socket/Versions: Remove paccept export for GLIBC_2.9.
986         * socket/Makefile (routines): Remove paccept.
987         * socket/sys/socket.h: Remove paccept declaration.
988
989         * po/sv.po: Update from translation team.
990
991 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
992
993         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
994         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
995
996 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
997
998         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
999         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1000
1001 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1002
1003         * sunrpc/rpc/svc.h: Declare svcfd_create.
1004         Patch by Michael Solberg <msolberg@redhat.com>.
1005
1006 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1007             Ulrich Drepper  <drepper@redhat.com>
1008
1009         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1010         _int_valloc fails.
1011         (public_pVALLOc): Likewise.
1012
1013 2008-09-02  Andreas Jaeger  <aj@suse.de>
1014
1015         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1016         commit.
1017
1018 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1019
1020         [BZ #6860]
1021         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1022
1023 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1024
1025         * Makefile (check-data): Check data directory in add-ons.
1026         * elf/Makefile (check-data): Likewise.
1027
1028 2008-08-18  Roland McGrath  <roland@redhat.com>
1029
1030         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1031         * configure: Regenerated.
1032         * config.make.in (cflags-cpu): New substituted variable.
1033         (with-cpu): Variable removed.
1034         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1035
1036 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1037
1038         [BZ #6845]
1039         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1040         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1041         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1042         redundant.  Functions which call floating point assembler operations
1043         should go into a sysdeps powerpc/fpu directory.
1044
1045 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1046
1047         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1048         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1049
1050 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1051
1052         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1053
1054         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1055         change related to AT_EXECFN.  We cannot use that string.
1056         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1057         _dl_execfn member.
1058         * elf/dl-support.c: Remove _dl_execfn variable.
1059         (_dl_aux_init): Remove handling of AT_EXECFN.
1060         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1061         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1062
1063 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1064
1065         [BZ #6544]
1066         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1067         byte gets added to writes and seeks from the end use the length of
1068         the buffer and not the currently terminating NUL byte.
1069
1070         [BZ #6634]
1071         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1072         Set to true if locking failed.
1073         (getutid_r_file): Adjust caller.
1074         (pututline_file): Likewise.  Return NULL in this case.
1075         Patch mostly by halesh.s@gmail.com.
1076
1077 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1078
1079         [BZ #6589]
1080         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1081         Define.
1082         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1083
1084 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1085
1086         [BZ #6839]
1087         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1088         macro since it is now available in elf/dynamic-link.h.
1089
1090 2008-08-12  Roland McGrath  <roland@frob.com>
1091
1092         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1093         in case used outside of libc.
1094         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1095
1096 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1097
1098         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1099         directly instead of going through dn_comp.
1100
1101 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1102
1103         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1104         Fix asm constraints.
1105
1106 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1107
1108         [BZ #6790]
1109         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1110         (IPV6_PMTUDISC_PROBE): Likewise.
1111
1112 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1113
1114         [BZ #6791]
1115         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1116
1117 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1118             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1119
1120         [BZ #6817]
1121         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1122         Added the members 'vsx' and 'arch_2_06'.
1123         (_dl_powerpc_platforms): Add the member 'power7'.
1124         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1125         to reflect the changes required by VSX and ISA 2.06.
1126         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1127         'power7'.
1128         Defined PPC_PLATFORM_POWER7.
1129         (_dl_string_platform): Add support for POWER7.
1130         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1131         capability and ISA 2.06.
1132
1133 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1134
1135         [BZ #6824]
1136         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1137         macro to detect use of 128 bit long double.
1138         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1139
1140 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1141
1142         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1143
1144         [BZ #5794]
1145         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1146         parameters.
1147         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1148         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1149
1150 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1151
1152         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1153         guaranteed to be large enough to read inotify event.  Ignore
1154         EAGAIN error.  Better error message.  Add branch predicition.
1155         (main_loop_epoll): Likewise.
1156
1157 2008-08-02  Roland McGrath  <roland@frob.com>
1158
1159         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1160         Add memory clobbers.
1161
1162 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1163
1164         * manual/arith.texi: Avoid @strong{Note:}.
1165         * manual/creature.texi: Likewise.
1166         * manual/filesys.texi: Likewise.
1167         * manual/math.texi: Likewise.
1168         * manual/memory.texi: Likewise.
1169         * manual/resource.texi: Likewise.
1170         * manual/syslog.texi: Likewise.
1171         * manual/time.texi: Likewise.
1172
1173         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1174         to prevent warning.
1175
1176 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1177
1178         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1179         new epoll_create1 interface.
1180         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1181         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1182         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1183
1184         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1185         (NS_GET32): Likewise.
1186
1187         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1188         syscalls, too.
1189
1190         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1191         use the AT_EXECFN value if it is no absolute path.
1192         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1193         __ASSUME_AT_EXECFN.
1194
1195         * Versions.def: Add GLIBC_2.9 to libresolv.
1196         * include/resolv.h: Remove hidden proto declarations for __ns_*
1197         functions.  Add them for __dn_count_labels and __p_secstodate.
1198         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1199         Define ns_msg_getflags macro here.
1200         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1201         and __p_secstodate.
1202         * resolv/Versions: Export functions from <arpa/nameser.h> from
1203         libresolv in version GLIBC_2.9.
1204         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1205         hidden definitions.
1206         * resolv/ns_netint.c: Likewise.
1207         * resolv/ns_parse.c: Likewise.
1208         * resolv/ns_print.c: Likewise.
1209         * resolv/ns_samedomain.c: Likewise.
1210         * resolv/ns_ttl.c: Likewise.
1211         * resolv/arpa/nameser_compat.h: Likewise.
1212         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1213         function calls.
1214         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1215         instead of ns_get16.
1216         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1217         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1218         (gaih_getanswer_slice): Likewise.
1219         * resolv/Makefile (libresolv-routines): Add ns_date.
1220         * resolv/ns_date.c: New file.
1221
1222         * elf/Makefile (check-localplt.out): Also check libresolv and
1223         libcrypt.
1224
1225 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1226
1227         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1228         __ASSUME_O_CLOEXEC.
1229
1230 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1231
1232         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1233         buffer passed to NSS functions.
1234
1235         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1236
1237         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1238         Define.
1239
1240         * misc/syslog.c (openlog_internal): Fix compile problem.
1241
1242 2008-07-28  Roland McGrath  <roland@redhat.com>
1243
1244         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1245
1246 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1247
1248         * io/ftw.c (add_object): Remove inline to avoid warning.
1249
1250         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1251
1252         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1253         Use it instead of locally defined resplen2 variable.
1254         (res_nsend): Adjust for __libc_res_nsend interface change.
1255         (send_vc): Initialize *resplen2 if necessary.  Read length of
1256         package into an appropriately aligned variable.  Store converted length
1257         in new variable and use it appropriately.
1258         Add branch prediction help.
1259         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1260         and pass it on to __libc_res_nsend.  Adjust all callers.
1261         (__libc_res_nsearch): Likewise.
1262         (__libc_res_nqeurydomain): Likewise.
1263         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1264         change.
1265         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1266         Define resplen2 variable and pass it to __libc_res_nsearch and then
1267         to gaih_getanswer.
1268         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1269         Add branch prediction.
1270         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1271         (gaih_getanswer): Don't decode second slice if first one failed due
1272         to a too small buffer.  Don't let not found status of second
1273         decoder shadow results of the first.
1274         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1275         and __libc_res_nquery interface changes
1276         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1277         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1278         __libc_res_nsearch, and __libc_res_nsend.
1279         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1280         change.
1281         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1282         __libc_res_nsearch interface changes.
1283
1284 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1285
1286         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1287
1288         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1289         file descriptors with close-on-exec set.
1290         (exec_comm_child): Fix the case where the write end of the pipe is
1291         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1292
1293         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1294         * io/pipe2.c: Likewise.
1295         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1296         instead of __ASSUME_PACCEPT.
1297         * include/unistd.h: Declare __have_pipe2.
1298         * libio/iopopen.c: Implement "e" flag.
1299         * libio/Makefile (tests): Add tst-popen1.
1300         * libio/tst-popen1.c: New file.
1301
1302         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1303         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1304
1305 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1306
1307         [BZ #6771]
1308         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1309         success call of _IO_SEEKOFF or calls which failed because the
1310         descriptor is for a pipe.
1311
1312         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1313         magic number.
1314
1315         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1316
1317         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1318         F_SETFD use if we know fopen set the flag.
1319
1320         * login/utmp_file.c (setutent_file): Minor optimization in case
1321         O_CLOEXEC is available.
1322
1323 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1324
1325         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1326         * elf/Makefile: Use pie-ccflag variable.
1327         * nscd/Makefile: Likewise.
1328         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1329
1330 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1331
1332         [BZ #6724]
1333         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1334         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1335         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1336         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1337         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1338         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1339         utmp32, utmpx32 and login32.
1340         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1341         versions of struct utmp functions to libc and libutil.
1342         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1343         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1344         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1345         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1346         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1347         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1348         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1349         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1350         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1351         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1352         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1353         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1354         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1355         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1356         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1357         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1358         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1359         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1360         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1361         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1362         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1363         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1364
1365 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1366
1367         * scripts/gen-as-const.awk: Generate more widely usable code by
1368         using 64-bit arithmetic.
1369
1370         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1371         the same treatment as narrow output code in last patch.
1372
1373         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1374
1375         [BZ #6763]
1376         * elf/dl-load.c (local_strdup): Remove inline.
1377         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1378         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1379         part of the object.
1380
1381         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1382
1383 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1384
1385         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1386         the new syscalls, too.
1387
1388         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1389         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1390
1391         [BZ #6698]
1392         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1393         parameter for end of buffer.  If temporary copy is too large use
1394         malloc.
1395         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1396         interface change.
1397         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1398         string rewrite when allocating buffer.
1399
1400         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1401         syscalls, too.
1402
1403         * nscd/connections.c (nscd_init): Clean up fcntl call.
1404
1405         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1406         SOCK_NONBLOCK if possible.
1407
1408         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1409         SOCK_CLOEXEC if available.
1410
1411         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1412         __libc_clntudp_bufcreate_internal.
1413         * include/sys/socket.h: Declare __have_sock_cloexec.
1414         * socket/Makefile (aux): Add have_sock_cloexec.
1415         * socket/have_sock_cloexec.c: New file.
1416         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1417         __libc_clntudp_bufcreate.
1418         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1419         which takes an additional parameter.  Create socket with non-blocking
1420         mode and close-on-exec flag set, if wanted.
1421         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1422         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1423         instead of clntudp_create.  The socket has already the close-on-exec
1424         flag set if SOCK_CLOEXEC is defined.
1425
1426 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1427
1428         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1429         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1430         appropriate.
1431         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1432         non-blocking mode by using socket, paccept, and inotify_init1.
1433
1434         * Versions.def (glibc): Add GLIBC_2.9.
1435         * io/Makefile (routines): Add dup3 and pipe2.
1436         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1437         * io/dup3.c: New file.
1438         * io/pipe2.c: New file.
1439         * posix/unistd.h: Declare dup3 and pipe2.
1440         * socket/Makefile (routines): Add paccept.
1441         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1442         * socket/paccept.c: New file.
1443         * socket/sys/socket.h: Declare paccept.
1444         * sysdeps/unix/syscalls.list: Add entry for dup3.
1445         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1446         epoll_create2 and inotify_init1.
1447         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1448         * sysdeps/unix/sysv/linux/paccept.c: New file.
1449         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1450         possible.
1451         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1452         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1453         inotify_init1, and pipe2 entries.
1454         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1455         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1456         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1457         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1458         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1459         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1460         SOCK_NONBLOCK.
1461         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1462         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1463         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1464         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1465         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1466         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1467         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1468         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1469         EPOLL_NONBLOCK.  Declare epoll_create2.
1470         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1471         EFD_NONBLOCK.
1472         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1473         IN_NONBLOCK.  Declare inotify_init1.
1474         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1475         SFD_NONBLOCK.
1476         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1477         TFD_NONBLOCK.
1478
1479         * elf/elf.h: Define AT_EXECFN.
1480         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1481         LD_ORIGIN_PATH.
1482         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1483         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1484         if __ASSUME_AT_EXECFN is defined.
1485         (_dl_aux_init): Handle AT_EXECFN.
1486         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1487         for 2.6.27 and up.
1488         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1489         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1490         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1491         _dl_execfn if available and avoid compatibility code if
1492         __ASSUME_AT_EXECFN is defined.
1493
1494         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1495         _dl_discover_osversion only for older kernels.
1496
1497 2008-07-22  Roland McGrath  <roland@frob.com>
1498
1499         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1500
1501 2008-07-21  Roland McGrath  <roland@frob.com>
1502
1503         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1504         returned too much data out of line.
1505
1506 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1507
1508         * locale/setlocale.c (setname): Remove inline to avoid compiler
1509         warning.
1510
1511         [BZ #6712]
1512         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1513
1514 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1515
1516         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1517         doesn't manage to write anything, fail.
1518
1519         * malloc/hooks.c (__malloc_check_init): Remove printf.
1520
1521 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1522
1523         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1524
1525 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1526
1527         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1528         from inotify.
1529         (main_loop_epoll): Likewise.
1530
1531 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1532
1533         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1534
1535         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1536         if DEBUG is defined.
1537
1538         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1539         query.  Adjust buffer size computation for padding.
1540
1541 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1542
1543         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1544         * stdio-common/tst-setvbuf1.c: New file.
1545         * stdio-common/tst-setvbuf1.expect: New file.
1546
1547         [BZ #6719]
1548         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1549         when selecting fully-buffered stream.
1550         Patch by Wang Xin <wxinee@gmail.com>.
1551
1552 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1553
1554         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1555         (__open_2): New function.
1556         (__open64_2): New alias to __open_2.
1557         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1558         (__openat_2): New function.
1559         (__openat64_2): New alias to __openat_2.
1560
1561 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1562
1563         [BZ #6723]
1564         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1565
1566 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1567
1568         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1569         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1570         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1571         __hurd_dfail.
1572         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1573         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1574         * sysdeps/mach/hurd/send.c (__send): Likewise.
1575         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1576         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1577
1578 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1579
1580         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1581         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1582         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1583         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1584         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1585         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1586
1587 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1588
1589         [BZ #6657]
1590         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1591         of %EY.
1592         Patch by Petr Baudis.
1593
1594 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1595
1596         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1597         Patch by Peter Jones <pjones@redhat.com>.
1598
1599 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1600
1601         [BZ #6654]
1602         * stdlib/canonicalize.c (__realpath): readlink can write too much
1603         into the buffer on platforms without PATH_MAX.
1604
1605 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1606
1607         [BZ #6653]
1608         * posix/tst-regex.c (main): Rename to...
1609         (do_test): ... this. Remove cmdline option processing.
1610         (TIMEOUT): Define.
1611         (TEST_FUNCTION): Define.
1612         (CMDLINE_OPTIONS): Define.
1613
1614 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1615
1616         [BZ #5210]
1617         * configure.in: Add -Werror to -fstack-protector test to catch
1618         unsupported architectures.
1619         Patch by Gilles Esponasse <g.esp@free.fr>.
1620
1621 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1622
1623         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1624         getcontext returns ENOSYS.
1625
1626 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1627
1628         * nscd/connections.c (main_loop_poll): Fix test for read error.
1629         (main_loop_epoll): Likewise.
1630
1631 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1632
1633         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1634         better place so it is not called when nscd is used.
1635
1636         * nscd/connections.c: Also recognize and handle changes to the
1637         resolver configuration file.
1638
1639 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1640
1641         * time/strftime.c: Pass reference to tzset_called around to handle
1642         recursive calls.
1643
1644         [BZ #6612]
1645         * time/strftime.c (__strftime_internal): Call tzset() only
1646         when printing timezone-dependent values.
1647         Based on a patch by Petr Baudis <pasky@suse.cz>.
1648
1649         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1650         unconditionally use second gaih_getanswer_slice result.
1651
1652         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1653         (getaddrinfo): RES must always be non-NULL.
1654
1655 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1656
1657         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1658         cr[34] registers.
1659         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1660         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1661         Likewise.
1662         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1663         register.
1664
1665 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1666
1667         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1668         fields.
1669         * nscd/connections.c (inotify_fd): New variable.
1670         (nscd_init): Try to open an inotify descriptor.
1671         If successful, watch files for databases using inotify instead of
1672         having prune threads stat the files.
1673         (nscd_run_prune): Recognize clear_cache flag being set and call
1674         prune_cache appropriately.
1675         (main_loop_poll): Add inotify descriptor to wait set and handle the
1676         reported changes.
1677         (main_loop_epoll): Likewise.
1678         * nscd/cache.c (prune_cache): Don't stat files for databases if
1679         inotify is used.
1680         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1681         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1682
1683         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1684         fixed-size portion of the record.
1685         * nscd/servicescache.c (cache_addserv): Likewise.
1686         * nscd/pwdcache.c (cache_addpw): Likewise.
1687         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1688
1689 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1690
1691         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1692         out we don't use uninitialized memory.
1693
1694         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1695         the client.
1696
1697 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1698
1699         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1700         ignore T_DNAME messages.
1701         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1702
1703 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1704
1705         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1706         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1707
1708 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1709
1710         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1711         instead of portstr to nscd_getserv_r.  Patch by
1712         Roman Kagan <rkagan@mail.ru>.
1713
1714 2008-05-26  Jim Meyering  <meyering@redhat.com>
1715
1716         Remove more useless "if" tests before "free".
1717         * include/inline-hashtab.h (htab_delete): Likewise.
1718         * libio/freopen.c (freopen): Likewise.
1719         * libio/freopen64.c (freopen64): Likewise.
1720         * locale/programs/ld-collate.c (collate_read): Likewise.
1721         * misc/fstab.c (libc_freeres_fn): Likewise.
1722         * posix/glob.c (globfree): Likewise.
1723
1724 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1725
1726         * string/Makefile (strop-tests): Add memmem.
1727         * string/test-memmem.c: New file.
1728         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1729         (test_init): Size buf1 according to BUF1PAGES.
1730
1731 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1732
1733         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1734         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1735         (CFLAGS-scanf17.c): New.
1736         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1737         * stdio-common/scanf15.c (main): Likewise.
1738         * stdio-common/scanf16.c: New file.
1739         * stdio-common/scanf17.c: New file.
1740
1741 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1742
1743         * resolv/res_send.c (send_dg): If we already have one of two
1744         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1745         use the one answer insted of failing.
1746
1747 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1748
1749         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1750         being executed on PowerPC as the expected result exceeds IBM
1751         long double 128 __LDBL_MAX__.
1752
1753 2008-05-21  Roland McGrath  <roland@redhat.com>
1754
1755         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1756
1757         * Makefile (check-data): Use $(abi-name) before other guesses.
1758         Look in $(add-ons) dirs before scripts/data/.
1759         * elf/Makefile (check-data): Likewise.
1760
1761         * scripts/soversions.awk: Grok ABI line.
1762         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1763         Emit definition for abi-name variable.
1764
1765 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1766
1767         * string/endian.h: Define new fixed-size hto* and *toh macros only
1768         if [__USE_BSD].
1769
1770         * iconvdata/Depend: Add localedata.
1771
1772 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1773
1774         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1775
1776 2008-05-08  David S. Miller  <davem@davemloft.net>
1777
1778         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1779         HIDDEN_JUMPTARGET.
1780         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1781         (__SYSCALL_CLOBBERS): Remove %g* registers.
1782         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1783         (__SYSCALL_CLOBBERS): Likewise.
1784         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1785         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1786
1787 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1788
1789         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1790         (CALL_ERRNO_LOCATION): Define.
1791         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1792         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1793         (CALL_ERRNO_LOCATION): Define.
1794         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1795         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1796         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1797
1798 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1799
1800         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1801         variable.
1802
1803 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1804
1805         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1806         (FIRST_FRAME_POINTER): Define.
1807
1808 2008-05-09  David S. Miller  <davem@davemloft.net>
1809
1810         * sysdeps/sparc/sparc64/backtrace.c: New file.
1811
1812 2008-05-14  David S. Miller  <davem@davemloft.net>
1813
1814         * sysdeps/sparc/machine-gmon.h: New file.
1815         * sysdeps/sparc/sparc-mcount.S: Likewise.
1816         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1817         sysdep_routines in gmon directory.
1818
1819 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1820
1821         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1822
1823 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1824
1825         * resolv/res_query.c (__libc_res_nquery): In case one of two
1826         answer was too short don't try to read that answer's header.
1827
1828         * resolv/res_send.c (send_dg): In case of timeout and there are
1829         two queries and one has been answered, return value indicating
1830         success.
1831
1832 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1833
1834         * nscd/cache.c (cache_add): Take additional parameter specifying
1835         whether this is in response of a cache refill.  Check alignment
1836         of package data.  Revamp waking of pruning thread.
1837         (prune_cache): Small optimization.
1838         * nscd/nscd.h: Adjust cache_add prototypes.
1839         * nscd/aicache.c: Adjust cache_add calls.
1840         * nscd/grpcache.c: Likewise.
1841         * nscd/hstcache.c: Likewise.
1842         * nscd/initgrcache.c: Likewise.
1843         * nscd/pwdcache.c: Likewise.
1844         * nscd/servicescache.c: Likewise.
1845         * nscd/connections.c (restart): Really disable cache use before
1846         exec attempt.  If it fails, reenable cache.
1847         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1848         time to max to be able to notice concurrent cache additions.  Unlock
1849         prune_lock while performing gc.  Afterwards compute wakeup time with
1850         current wakeup_time value in mind.
1851
1852 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1853
1854         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1855
1856         * nscd/mem.c (gc): Correctly determine highest used array element
1857         in mark.
1858
1859         * nscd/mem.c (markrange): Add assert to check entries are all
1860         aligned.  Small cleanup in bitmap use.
1861
1862         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1863         blockoff of type nscd_ssize_t.
1864         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1865         (mempoll_alloc): Record block offset and not address.
1866
1867         * nscd/mem.c (gc): Fix test for stack overuse.
1868
1869         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1870         more asserts.
1871
1872         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1873         entry is available, believe it.
1874
1875         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1876         no answers return NSS_STATUS_NOTFOUND.
1877         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1878         buffer does not have any content.
1879
1880 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1881
1882         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1883
1884         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1885         lookup, don't assign canon unconditionally.
1886
1887 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1888
1889         * string/Makefile (distribute): Add str-two-way.h.
1890
1891 2008-03-29  Eric Blake  <ebb9@byu.net>
1892
1893         Rewrite string searches to O(n) rather than O(n^2).
1894         * string/str-two-way.h: New file.  For linear fixed-allocation
1895         string searching.
1896         * string/memmem.c: New implementation.
1897         * string/strstr.c: New implementation.
1898         * string/strcasestr.c: New implementation.
1899
1900 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1901
1902         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1903         opr.ctx_type.
1904         (calc_first): Initialize constraint field.
1905         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1906         Use search_duplicated_node to avoid loops.  Fix grammar.
1907         (duplicate_node): Merge constraint field for all node types.
1908         (calc_eclosure_iter): Look at constraint field for all node types.
1909         * posix/regex_internal.c (create_cd_newstate): Don't look at
1910         create_cd_newstate.
1911
1912 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1913
1914         [BZ #6428]
1915         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1916
1917         [BZ #6442]
1918         * string/endian.h: Add macros for fixed-size endian conversion.
1919         * bits/byteswap.h: Allow inclusion from <endian.h>.
1920         * sysdeps/i386/bits/byteswap.h: Likewise.
1921         * sysdeps/ia64/bits/byteswap.h: Likewise.
1922         * sysdeps/s390/bits/byteswap.h: Likewise.
1923         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1924         * string/Makefile (tests): Add tst-endian.
1925         * string/tst-endian.c: New file.
1926
1927         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1928         Patch by Reuben Thomas.
1929
1930 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1931
1932         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1933
1934 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1935
1936         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1937
1938         [BZ #6461]
1939         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1940         Add missing braces.
1941         (BODY for __gconv_transform_internal_ascii): Likewise.
1942
1943         [BZ #6472]
1944         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1945         to be treated like link-local addresses.
1946         (match_prefix): Don't treat IPv4 loopback address special when
1947         converting to v4 mapped addressed.
1948
1949         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
1950         if necessary.
1951         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
1952         * posix/tst-rfc3484-2.c: Likewise.
1953         * posix/tst-rfc3484-3.c: Likewise.
1954
1955         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
1956         and SCTP.
1957
1958         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
1959
1960         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
1961
1962         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
1963
1964 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
1965
1966         * po/lt.po: New file.  From Lituanian translation team.
1967
1968 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
1969
1970         Introduce TLS descriptors for i386 and x86_64.
1971         * include/inline-hashtab.h: New file, copied from 2005's
1972         libiberty, with fix for memory leak imported afterwards by
1973         Glauber de Oliveira Costa.
1974         * elf/tlsdeschtab.h: New file.
1975         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
1976         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
1977         (CHECK_STATIC_TLS): Move to...
1978         * elf/dynamic-link.h: ... this file.
1979         (TRY_STATIC_TLS): New macro.
1980         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
1981         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
1982         R_386_TLS_DESC): Define.
1983         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
1984         binutils.
1985         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
1986         R_X86_64_TLSDESC): Define.
1987         (R_386_NUM, R_X86_64_NUM): Adjust.
1988         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
1989         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
1990         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
1991         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
1992         release tlsdesc_table.
1993         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
1994         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
1995         (elf_machine_rel): Handle R_386_TLS_DESC.
1996         (elf_machine_rela): Likewise.
1997         (elf_machine_lazy_rel): Likewise.
1998         (elf_machine_lazy_rela): Likewise.
1999         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2000         * sysdeps/i386/dl-tlsdesc.S: New file.
2001         * sysdeps/i386/dl-tlsdesc.h: New file.
2002         * sysdeps/i386/tlsdesc.c: New file.
2003         * sysdeps/i386/tlsdesc.sym: New file.
2004         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2005         tlsdesc_table.
2006         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2007         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2008         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2009         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2010         release tlsdesc_table.
2011         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2012         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2013         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2014         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2015         (elf_machine_rela): Likewise.
2016         (elf_machine_lazy_rel): Likewise.
2017         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2018         (__tls_get_addr): Do not declare for non-shared compiles.
2019         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2020         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2021         * sysdeps/x86_64/tlsdesc.c: New file.
2022         * sysdeps/x86_64/tlsdesc.sym: New file.
2023         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2024         tlsdesc_table for both 32- and 64-bit structs.
2025
2026 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2027
2028         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2029         its own function.  This reduces the frame setup costs and more.
2030
2031 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2032
2033         [BZ #3406]
2034         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2035         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2036
2037 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2038
2039         * io/openat.c (__openat_2): Also pass fd to __openat.
2040         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2041         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2042
2043         * string/tester.c (test_memcmp): Add a few more tests.
2044         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2045
2046 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2047
2048         * nscd/cache.c (cache_add): Before returning with failure and this
2049         is the first use of the record, mark it as unusable.
2050         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2051         reporting a failure.
2052         * nscd/grpcache.c: Likewise
2053         * nscd/hstcache.c: Likewise.
2054         * nscd/initgrcache.c: Likewise.
2055         * nscd/pwdcache.c: Likewise.
2056         * nscd/servicescache.c: Likewise.
2057
2058 2008-05-10  Roland McGrath  <roland@redhat.com>
2059
2060         [BZ #6505]
2061         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2062
2063 2008-05-08  David S. Miller  <davem@davemloft.net>
2064
2065         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2066
2067         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2068         (__ieee754_y0l): Likewise.
2069         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2070         (__ieee754_y1l): Likewise.
2071         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2072         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2073         frexpl and ldexpl.  math_private.h provides them and the latter
2074         is not even used.
2075         (__log1pl): Use __frexpl.
2076
2077 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2078
2079         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2080         prototypes.
2081         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2082         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2083         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2084         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2085         af==AF_UNSPEC.
2086         (_nss_nis_gethostbyname4_r): New function.
2087         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2088         Change to also handle af==AF_UNSPEC.
2089         (get_tablename): New function.  Use it to avoid duplication.
2090         (_nss_nisplus_gethostbyname4_r): New function.
2091         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2092         available.
2093         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2094         * nss/nss.h: Define struct gaih_addrtuple.
2095         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2096         af==AF_UNSPEC.
2097         (_nss_files_gethostbyname4_r): New function.
2098         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2099         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2100         calls.
2101         * resolv/res_query.c (__libc_res_nquery): Take two additional
2102         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2103         look up IPv4 and IPv6.
2104         Change all callers.
2105         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2106         for an additional query and answer buffer.  Pass to send_vc and
2107         send_dg.
2108         (send_vc): Send possibly two requests and receive two answers.
2109         (send_dg): Likewise.
2110         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2111         __libc_res_nquery.
2112         (_nss_dns_gethostbyname4_r): New function.
2113         (gaih_getanswer_slice): Likewise.
2114         (gaih_getanswer): Likewise.
2115         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2116         __libc_res_nquery call.
2117         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2118         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2119         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2120         available.
2121
2122 2008-05-05  David S. Miller  <davem@davemloft.net>
2123
2124         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2125         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2126
2127 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2128
2129         Fix termios bit macros.
2130         Move *DLY definitions where they belong, in termios.h.
2131         Add *[0-3] definitions.
2132         Fixes confusion between VT and FF.
2133         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2134         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2135         are already defined to avoid collision with termios.h.
2136         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2137         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2138         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2139         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2140         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2141         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2142         VTDLY, VT0, VT1): New macros.
2143         [__USE_GNU] (OLCUC): Change value of macro.
2144         [__USE_XOPEN] (OFILL): New macro.
2145         [__USE_BSD] (CRTSCTS): Change value.
2146         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2147         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2148         (B7200, B14400, B28800, B76800): New macros.
2149
2150 2008-05-01  David S. Miller  <davem@davemloft.net>
2151
2152         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2153         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2154         (gen-as-const-headers): Add it.
2155         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2156         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2157         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2158         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2159
2160         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2161         six system call parameters.
2162         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2163
2164 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2165
2166         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2167         RUSAGE_LWP.
2168         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2169         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2170
2171 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2172
2173         * stdlib/tst-setcontext.c: Include unistd.h.
2174
2175 2008-04-25  David S. Miller  <davem@davemloft.net>
2176
2177         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2178         Pass "union semun" properly in to sys_ipc, it must be passed
2179         by value, not by reference.
2180
2181 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2182
2183         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2184         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2185         * nscd/connections.c (mem_in_flight): Likewise.
2186
2187         * nscd/nscd.h (dbs): Make hidden.
2188
2189         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2190         Avoid returning -1, return 0 instead.
2191
2192 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2193
2194         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2195
2196 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2197
2198         [BZ #5209]
2199         * sysdeps/unix/sysv/linux/times.c: New file.
2200
2201         [BZ #5381]
2202         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2203         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2204         prototype.
2205         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2206         appropriate mem_in_flight element.
2207         (gc): Take allocations which have not yet been committed to the
2208         database into account.
2209         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2210         Reset mem_in_flight before returning.
2211         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2212         cue it up in mem_in_flight_list.
2213         * nscd/aicache.c: Adjust mempool_alloc call.
2214         * nscd/grpcache.c: Likewise.
2215         * nscd/hstcache.c: Likewise.
2216         * nscd/initgrcache.c: Likewise.
2217         * nscd/pwdcache.c: Likewise.
2218         * nscd/servicescache.c: Likewise.
2219         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2220         of -fpie.
2221
2222         * nscd/connections.c (handle_request): Provide better error message
2223         in case SELinux forbids the service.
2224
2225         * version.h (VERSION): Bump to 2.8.90.
2226
2227 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2228
2229         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2230
2231 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2232
2233         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2234         Also use for 32-bit.
2235         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2236         __nextafter instead of nextafter to avoid local PLT.
2237         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2238         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2239
2240         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2241
2242         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2243         __fe_nomask_env.
2244         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2245         <fenv_libc.h> instead of <fenv.h>.
2246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2248
2249         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2250
2251         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2252         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2253         function from fegetexcept and make old name weak alias.
2254         * include/fenv.h: Declare __fegetexcept.
2255         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2256         fegetexcept.
2257         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2258         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2259         to fetestexcept.
2260         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2261         instead of frexpl to avoid local PLT.
2262         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2263         ilogbl to avoid local PLT.
2264         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2265         instead of ldexpl to avoid local PLT.
2266         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2267         __roundl not roundl to avoid local PLT.
2268         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2269         local PLTs.  Use __sincosl instead of separate sinl and cosl
2270         calls.
2271         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2272
2273         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2274         version for ppc64 to 2.4.21 since without it makecontext will fail.
2275
2276         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2277         to the ABI in use.
2278         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2279         .__tls_get_addr.
2280         [__powerpc64__] (TLS_GD): Likewise.
2281
2282 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2283
2284         [BZ #4997]
2285         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2286         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2287         mantissa.
2288         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2289         Likewise.  Also account for when x is an odd number between 2^52
2290         and 2^53-1.
2291         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2292         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2293         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2294         detect aforementioned erroneous conditions.
2295
2296 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2297
2298         * configure.in: Check for -fno-section-anchors in addition to
2299         -fno-toplevel-reorder.
2300
2301 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2302
2303         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2304
2305         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2306         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2307         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2308         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2309         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2310         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2311
2312 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2313
2314         [BZ #5443]
2315         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2316         * time/alt_digit.c: Likewise.
2317         * wcsmbs/wcsmbsload.c: Likewise.
2318
2319 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2320
2321         * version.h (VERSION): Bump to 2.8.
2322
2323         * timzeone/asia: Update from tzdata2008b.
2324         * timezone/backward: Likewise.
2325         * timezone/europe: Likewise.
2326         * timezone/northamerica: Likewise.
2327         * timezone/southamerica: Likewise.
2328         * timezone/iso3166.tab: Likewise.
2329         * timezone/leapseconds: Likewise.
2330         * timezone/zone.tab: Likewise.
2331         * timezone/private.h: Update from tzcode2008a.
2332         * timezone/zdump.c: Likewise.
2333         * timezone/zic.c: Likewise.
2334
2335 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2336
2337         [BZ #5741]
2338         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2339         Define additonal Data Cache Block instruction macros.
2340         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2341         Replace dcbst with dcbf and sync with sync/isync.
2342
2343 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2344
2345         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2346         Always set ELF_RTYPE_CLASS_PLT.
2347         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2348
2349 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2350
2351         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2352         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2353         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2354         For ISA 2.01 and later replace mftb with mfspr 268.
2355
2356 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2357
2358         [BZ #5768]
2359         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2360         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2361
2362 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2363
2364         [BZ #5768]
2365         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2366         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2367         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2368         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2369
2370 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2371
2372         * stdlib/tst-makecontext.c (othervar): New variable.
2373         (cf): Test sign extending the argument to long.
2374
2375 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2376
2377         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2378         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2379         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2380         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2381         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2382         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2383         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2384
2385 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2386
2387         * elf/Makefile (tests): Substitute tests-vis-yes here.
2388         (tests-vis-yes): Delete.
2389         (modules-name, modules-vis-yes): Similarly.
2390
2391 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2392
2393         [BZ #4407]
2394         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2395         Preserve sign in signgamp when x is zero.
2396
2397 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2398
2399         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2400         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2401         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2402         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2403         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2404         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2405
2406 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2407
2408         [BZ #4314]
2409         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2410         buffers.
2411
2412         [BZ #5209]
2413         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2414         a reserved error value.
2415
2416         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2417         value to check for correct sign extension.
2418
2419         [BZ #5436]
2420         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2421         Copy 64-bit parameter values even though this is not required in
2422         the standard.
2423
2424         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2425         PC save.
2426
2427 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2428
2429         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2430         PC save.
2431
2432 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2433
2434         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2435
2436 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2437
2438         [BZ #5998]
2439         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2440         in line-buffered stream failed.
2441         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2442
2443 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2444
2445         [BZ #6024]
2446         * scripts/abi-versions.awk: If the version specified by
2447         --enable-oldest-abi is older than the first version for this
2448         architecture, use the default version.
2449
2450         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2451         as well when ignoring the whole category.
2452
2453 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2454
2455         [BZ #6042]
2456         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2457         ETHERTYPE_* definitions.
2458         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2459
2460 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2461
2462         * stdlib/mbtowc.c (__no_r_state): Remove.
2463         (mbtowc): New static state variable.  Use it instead of
2464         __no_r_state.
2465         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2466         (__wctomb_state): New hidden variable.
2467         (wctomb): Use __wctomb_state instead of __no_r_state.
2468         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2469         (__wctomb_state): New extern decl.
2470         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2471
2472 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2473
2474         [BZ #5475]
2475         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2476
2477 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2478
2479         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2480
2481 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2482
2483         * po/nl.po: Update from translation team.
2484
2485 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2486
2487         [BZ #6007]
2488         * string/strfry.c: Handle empty strings again.
2489
2490 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2491
2492         [BZ #5443]
2493         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2494         before looking for translation.
2495         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2496         * locale/freelocale.c: Likewise.
2497         * locale/newlocale.c: Likewise.
2498         * locale/setlocale.c: Likewise.
2499         Based partially on a patch by ryo@np.css.fujitsu.com.
2500
2501 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2502
2503         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2504         acquiring wrlock.  Do conv_tab allocation while holding lock.
2505         * intl/Makefile: Add rules to build and run tst-gettext6.
2506         * intl/tst-gettext6.c: New test.
2507         * intl/tst-gettext6.sh: New file.
2508
2509 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2510
2511         * po/nl.po: Update from translation team.
2512
2513         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2514         provided through st_blksize, try the default size before giving up.
2515
2516 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2517
2518         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2519
2520         [BZ #5939]
2521         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2522
2523         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2524         error message.  POSIX today does not require the messages to be in
2525         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2526
2527         [BZ #5979]
2528         * sunrpc/auth_unix.c: Unify printed strings.
2529         * sunrpc/clnt_tcp.c: Likewise.
2530         * sunrpc/clnt_udp.c: Likewise.
2531         * sunrpc/clnt_unix.c: Likewise.
2532         * sunrpc/svc_tcp.c: Likewise.
2533         * sunrpc/svc_udp.c: Likewise.
2534         * sunrpc/svc_unix.c: Likewise.
2535         * sunrpc/xdr.c: Likewise.
2536         * sunrpc/xdr_array.c: Likewise.
2537         * sunrpc/xdr_rec.c: Likewise.
2538         * sunrpc/xdr_ref.c: Likewise.
2539         * locale/programs/ld-time.c (time_finish): Unify messages.
2540         * locale/programs/locfile.c (handle_copy): Fix typo.
2541         * nscd/nscd.c (options): Fix typo.
2542
2543         [BZ #5995]
2544         * stdlib/strtod_l.c: Use correct sign for result in one more
2545         underflow case.
2546         Patch by Eric Blake <ebb9@byu.net>.
2547
2548 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2549
2550         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2551         and creat system calls.
2552         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2553         call.
2554         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2555         system calls.
2556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2557         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2558         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2559
2560 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2561
2562         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2563         <linux/limits.h> has defined it.
2564         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2565         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2566         headers.
2567         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2568         it instead of ARG_MAX.
2569
2570 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2571
2572         * posix/gai.conf: Fix comment for scope nullbits.
2573         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2574         default to 128 bits for v4 mapped addresses.
2575
2576 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2577
2578         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2579         ptrace call to get the ieee_instruction_pointer from the kernel.
2580         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2581         ptrace call to set the ieee_instructtion_pointer.
2582         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2583         Add comment that ieee_instruction_pointer is always 0.
2584
2585 2008-03-09  Andreas Jaeger  <aj@suse.de>
2586
2587         [BZ #5857]
2588         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2589         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2590         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2591
2592         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2593         (rint_test): Likewise.
2594
2595 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2596
2597         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2598         call.
2599         (__nisfind_server): Similar for open readColdStartFile call.
2600         Patch partially by Jim Meyering.
2601         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2602         around internal_setent call.
2603
2604         * po/vi.po: New Vietnamese translation.
2605
2606         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2607         ADJ_OFFSET_SS_READ.
2608
2609         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2610         remove CLONE_STOPPED.
2611
2612 2008-02-10  Jim Meyering  <meyering@redhat.com>
2613
2614         Remove useless "if" before "free":
2615         * elf/ldconfig.c (parse_conf_include): Likewise.
2616         * gmon/gmon.c (weak_alias): Likewise.
2617         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2618         * inet/rcmd.c (__validuser2_sa): Likewise.
2619         * intl/bindtextdom.c (set_binding_values): Likewise.
2620         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2621         * libio/genops.c (save_for_backup): Likewise.
2622         * libio/wgenops.c (save_for_wbackup): Likewise.
2623         * locale/programs/ld-collate.c (collate_read): Likewise.
2624         * locale/programs/linereader.c (get_string): Likewise.
2625         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2626         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2627         * resolv/res_debug.c (do_section): Likewise.
2628         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2629         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2630         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2631         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2632         * time/tzset.c (tzset_internal): Likewise.
2633
2634 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2635
2636         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2637         of ASSEMBLER.
2638
2639 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2640
2641         [BZ #5903]
2642         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2643         not stream for output file.  Open output file here.
2644         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2645         and output file name.
2646         (process_fd): Likewise.
2647         (process_file): Likewise.
2648         (main): Adjust callers of changed functions.
2649         * iconv/iconv_prog.h: Adjust prototype.
2650
2651 2008-03-09  Andreas Jaeger  <aj@suse.de>
2652
2653         [BZ #5753]
2654         * sysdeps/ia64/ieee754.h: Use protected namespace
2655         __BIG_ENDIAN/__LITTLE_ENDIAN.
2656         * sysdeps/ieee754/ieee754.h: Likewise.
2657         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2658
2659 2008-03-08  Roland McGrath  <roland@frob.com>
2660
2661         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2662         ignore a signal that came from a machine exception, treat it as a
2663         fatal core-dump signal instead.
2664         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2665
2666         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2667         Clear DF bit in thread state's eflags.
2668         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2669
2670 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2671
2672         [BZ #5774]
2673         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2674         of NAN(...) sequence.
2675         * stdlib/Makefile (tests): Add tst-strtod6.
2676         * stdlib/tst-strtod6.c: New file.
2677
2678         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2679
2680         [BZ #5762]
2681         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2682         putting offending option character in quotes.  Clean up error
2683         messages.
2684         * po/be.po: Adjust msgstr in translation file.
2685         * po/bg.po: Likewise.
2686         * po/ca.po: Likewise.
2687         * po/cs.po: Likewise.
2688         * po/da.po: Likewise.
2689         * po/de.po: Likewise.
2690         * po/es.po: Likewise.
2691         * po/fr.po: Likewise.
2692         * po/hr.po: Likewise.
2693         * po/ko.po: Likewise.
2694         * po/nl.po: Likewise.
2695         * po/rw.po: Likewise.
2696         * po/sk.po: Likewise.
2697         * po/sv.po: Likewise.
2698         * po/tr.po: Likewise.
2699         * po/zh_CN.po: Likewise.
2700         * po/zh_TW.po: Likewise.
2701
2702         [BZ #5760]
2703         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2704         Patch by Roland Bless <roland@bless.de>.
2705
2706         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2707         .o file.
2708         * elf/Makefile (routines): Add dl-sysdep.
2709         (elide-routines.os): Likewise.
2710
2711 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2712
2713         [BZ #5786]
2714         * elf/dl-sysdep.c: Undefine ROUND after use.
2715         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2716         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2717         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2718         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2719         to ...
2720         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2721         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2722         if necessary.
2723         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2724
2725         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2726         _dl_tls_get_addr_soft element.
2727         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2728         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2729         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2730         GLRO.
2731         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2732         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2733         of internal_function.
2734
2735         * stdlib/Makefile (aux): Add tens_in_limb.
2736         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2737         * stdlib/tens_in_limb.c: ...here.  New file.
2738
2739         [BZ #5778]
2740         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2741         __statfs_chown_restricted.
2742         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2743         for _PC_CHOWN_RESTRICTED.
2744         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2745         Implement __statfs_chown_restricted.
2746         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2747         _POSIX_CHOWN_RESTRICTED value to zero.
2748         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2749         defined to zero.
2750
2751         * sysdeps/x86_64/rtld-memset.c: New file.
2752
2753 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2754
2755         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2756
2757         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2758         Barcelona machine.  Make default fall through branch of
2759         __x86_64_preferred_memory_instruction check as the integer code path.
2760
2761 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2762
2763         * sysdeps/x86_64/cacheinfo.c
2764         (__x86_64_preferred_memory_instruction): New variable.
2765         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2766
2767         * sysdeps/x86_64/memset.S: Rewrite.
2768
2769 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2770
2771         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2772         __obstack_printf_chk): New prototypes.
2773         (__vasprintf_chk, __vdprintf_chk,
2774         __obstack_vprintf_chk): Likewise.
2775         Add libc_hidden_proto.
2776         * libio/obprintf.c
2777         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2778         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2779         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2780         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2781         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2782         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2783         __obstack_vprintf_chk): New prototypes.
2784         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2785         obstack_vprintf): New inlines.
2786         * debug/dprintf_chk.c: New file.
2787         * debug/vdprintf_chk.c: New file.
2788         * debug/asprintf_chk.c: New file.
2789         * debug/vasprintf_chk.c: New file.
2790         * debug/obprintf_chk.c: New file.
2791         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2792         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2793         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2794         @@GLIBC_2.8.
2795         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2796         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2797         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2798         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2799         libc_hidden_proto.
2800         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2801         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2802         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2803         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2804         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2805         @@GLIBC_2.8.
2806         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2807         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2808         obstack_vprintf_chk.
2809         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2810         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2811         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2812         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2813         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2814         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2815
2816 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2817
2818         [BZ #5779]
2819         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2820         Patch by Roy Marples <roy@marples.name>.
2821
2822         [BZ #5736]
2823         * malloc/malloc.c: Fix typo in comment.
2824
2825         [BZ #5627]
2826         * locale/iso-639.def: Add Shuswap.
2827
2828 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2829
2830         [BZ #5790]
2831         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2832         overwrite *h_errnop/*errnop values from getanswer_r in case of
2833         failure.
2834
2835 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2836
2837         [BZ #5818]
2838         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2839         (verify_persistent_db): Remove one unnecessary test and add a new one
2840         for bad configuration.
2841         (nscd_init): Improve error reported when persistent database cannot
2842         be reused.
2843         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2844         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2845         .suggested_module and .max_db_size and case config file says the
2846         values are zero.
2847         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2848
2849         [BZ #5854]
2850         * nis/ypclnt.c (yp_order): Fix handling of return value of
2851         do_ypcall_tr call.
2852         Patch by Jeff Moyer <jmoyer@redhat.com>.
2853
2854         * po/fr.po: Update from translation team.
2855
2856 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2857             Carlos O'Donell <carlos@systemhalted.org>
2858
2859         [BZ #5012]
2860         * FAQ.in: Describe why glibc needs to be compiled with
2861         optimization.
2862
2863 2008-02-19  Roland McGrath  <roland@redhat.com>
2864
2865         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2866
2867 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2868
2869         [BZ #5737]
2870         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2871         __USE_MISC is defined.
2872
2873 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2874
2875         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2876         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2877         sys/timerfd.h.
2878         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2879         timerfd_gettime, timerfd_settime.
2880         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2881         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2882
2883 2008-02-08  Roland McGrath  <roland@redhat.com>
2884
2885         * elf/elf.h (NT_PPC_SPE): New macro.
2886
2887 2008-02-06  Roland McGrath  <roland@redhat.com>
2888
2889         * Makerules ($(common-objpfx)sysd-rules):
2890         Depend on $(sysdep-makeconfigs).
2891
2892 2008-01-31  Roland McGrath  <roland@redhat.com>
2893
2894         [BZ #5442]
2895         * configure.in: Use -print-file-name if it yields a directory,
2896         for each of include and include-fixed.
2897         * configure: Regenerated.
2898
2899         * Makeconfig (sysd-rules-targets): New variable.
2900         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2901         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2902
2903 2008-01-30  Roland McGrath  <roland@redhat.com>
2904
2905         * manual/libc.texinfo: Update back-cover text.
2906
2907         * elf/elf.h (NT_386_TLS): New macro.
2908
2909 2008-01-29  Roland McGrath  <roland@redhat.com>
2910
2911         * Makeconfig (sysd-rules-patterns): New variable.
2912         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2913         (check-inhibit-asm): New canned sequence, replaces ...
2914         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2915         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2916         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2917         (CFLAGS-rtld): Variable removed.
2918
2919 2008-01-24  Roland McGrath  <roland@redhat.com>
2920
2921         * configure.in: Let configure fragments set base_os.
2922         * configure: Regenerated.
2923
2924 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2925
2926         * po/ko.po: Update from translation team.
2927
2928 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2929
2930         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2931
2932 2008-01-12  Andreas Jaeger  <aj@suse.de>
2933
2934         [BZ #5040]
2935         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2936         Add EPOLLRDHUP.
2937
2938 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2939
2940         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2941         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2942         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2943
2944 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2945
2946         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
2947         * elf/dl-close.c (_dl_close): Check for it.
2948         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
2949         (_dl_allocate_static_tls): Likewise.
2950         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
2951         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
2952         to it.
2953         * elf/tst-tls16.c: New file.
2954         * elf/tst-tlsmod16a.c: New file.
2955         * elf/tst-tlsmod16b.c: New file.
2956         * elf/Makefile: Add rules to build and run tst-tls16.
2957
2958 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
2959
2960         [BZ #5628]
2961         * bits/shm.h: Fix comment describing shmid_ds.
2962         * sysdeps/gnu/bits/shm.h: Likewise.
2963         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2964         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2965         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
2966         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2967         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2968         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
2969         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2970         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2971         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
2972
2973         [BZ #5607]
2974         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
2975         prototypes.
2976         * conform/data/limits.h-data: Adjust limits changed in v6 and add
2977         additional suffixes.
2978         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
2979         Add optional functions mq_timedreceive and mq_timedsend.
2980         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
2981         * conform/data/pthread.h-data: Fix prototype of
2982         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
2983         * conform/data/semaphore.h-data: Allow time.h definitions.
2984         * conform/data/signal.h-data: Likewise.
2985         * conform/data/stdio.h-data: getw and putw are not required in v6.
2986         * conform/data/stdlib.h-data: Change setstate prototype.
2987         * conform/data/string.h-data: Fix strerror_r prototype.
2988         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
2989         * conform/data/unistd.h-data: pthread_atfork not required in v6.
2990         Fix readlink prototype.
2991         * conform/data/netinet/in.h-data: Add const to in6addr_any and
2992         in6addr_loopback.
2993         * inet/netinet/in.h: Cleanup namespace.
2994         * posix/regex.h: Likewise.
2995         * resolv/netdb.h: Likewise.
2996         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
2997         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
2998         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
2999         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3000         of names of in in6_addr.
3001         (default_precedence): Likewise.
3002         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3003         NULL definition.
3004
3005 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3006
3007         * conform/data/fmtmsg.h-data: Add missing allows.
3008         * conform/data/ftw.h-data: Likewise.
3009         * conform/data/inttypes.h-data: Likewise.
3010         * conform/data/math.h-data: Likewise.
3011         * conform/data/signal.h-data: Likewise.
3012         * conform/data/net/if.h-data: Likewise.
3013         * conform/data/netinet/in.h-data: Likewise.
3014         * conform/data/sys/socket.h-data: Likewise.
3015
3016         [BZ #5614]
3017         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3018         (__strtok_r): Simplify.
3019         * string/tester.c (test_strtok_r): Add test case for futile search
3020         with single-character seach string.
3021
3022 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3023
3024         * po/ko.po: Update from translation team.
3025
3026 2008-01-11  Andreas Jaeger  <aj@suse.de>
3027
3028         [BZ #5600]
3029         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3030         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3031         kernel header.
3032
3033 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3034
3035         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3036         native interface lookup in all the relevant places.
3037
3038 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3039             Ulrich Drepper  <drepper@redhat.com>
3040
3041         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3042         field.  Use sockaddr_in6 for source_addr.
3043         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3044         (match_prefix): Likewise.
3045         (get_label): Likewise.
3046         (get_precedence): Likewise.
3047         (rfc3484_sort): Change to use indirect access to results array.
3048         Adjust to use of sockaddr_in6.  Replace service_order test with
3049         simple index comparison.
3050         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3051         service_order field.  Adjust qsort_t calls.  Access sorted result
3052         array indirectly through order array.
3053         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3054         * posix/tst-rfc3484-2.c: Likewise.
3055         * posix/tst-rfc3484-3.c: Likewise.
3056
3057 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3058
3059         [BZ #5541]
3060         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3061         pollfd structures.
3062         Patch by André Cruz.
3063
3064         [BZ #5545]
3065         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3066         (clnt_spcreateerror): Likewise.
3067
3068         [BZ #5553]
3069         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3070         (public_mEMALIGn): Likewise.
3071         Patch mostly by Daniel Jacobowitz.
3072
3073 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3074
3075         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3076         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3077         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3078         * stdlib/tst-makecontext2.c: New test.
3079
3080 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3081
3082         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3083         defined.
3084         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3085         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3086         transliteration hooks and REINIT_PARAMS afterwards.
3087         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3088         status.
3089         (REINIT_PARAMS): Define.
3090         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3091         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3092         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3093         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3094         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3095         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3096         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3097         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3098         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3099         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3100         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3101         * iconvdata/tst-iconv7.c: New test.
3102
3103 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3104
3105         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3106
3107 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3108
3109         [BZ #5112]
3110         * nscd/connections.c (restart): Fix condition.
3111
3112 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3113
3114         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3115         __ctype_toupper_loc): Add __THROW.
3116
3117 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3118
3119         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3120         recognition of interface family.
3121
3122         * posix/getconf.c: Update copyright year.
3123         * nss/getent.c: Likewise.
3124         * iconv/iconvconfig.c: Likewise.
3125         * iconv/iconv_prog.c: Likewise.
3126         * elf/ldconfig.c: Likewise.
3127         * catgets/gencat.c: Likewise.
3128         * csu/version.c: Likewise.
3129         * elf/ldd.bash.in: Likewise.
3130         * elf/sprof.c (print_version): Likewise.
3131         * locale/programs/locale.c: Likewise.
3132         * locale/programs/localedef.c: Likewise.
3133         * nscd/nscd.c (print_version): Likewise.
3134         * debug/xtrace.sh: Likewise.
3135         * malloc/memusage.sh: Likewise.
3136         * malloc/mtrace.pl: Likewise.
3137         * debug/catchsegv.sh: Likewise.
3138
3139 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3140
3141         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3142         second lookup.
3143
3144 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3145
3146         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3147         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3148
3149 2007-12-17  Roland McGrath  <roland@redhat.com>
3150
3151         * inet/ether_line.c (ether_line): Remove unused variable.
3152
3153 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3154
3155         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3156         and winp.
3157         * login/openpty.c (openpty): Likewise.
3158         * login/pty.h (openpty, forkpty): Likewise.
3159         * manual/terminal.texi (openpty, forkpty): Likewise.
3160
3161 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3162
3163         * malloc/malloc.c (public_cALLOc): For arenas other than
3164         main_arena, count all bytes inside the mprotect_size range of the
3165         heap as uninitialized.
3166
3167 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3168
3169         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3170         executable stacks.
3171
3172         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3173         mTRIm for all of them.
3174         (mTRIm): Additionally iterate over all free blocks and use madvise
3175         to free memory for all those blocks which contain at least one
3176         memory page.
3177         * malloc/tst-trim1.c: New file.
3178         * malloc/Makefile (tests): Add tst-trim1.
3179
3180         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3181
3182 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3183
3184         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3185         First cast argument to long
3186         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3187         Return long.
3188         (__vdso_clock_gettime): Likewise.
3189         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3190         return long.
3191
3192 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3193
3194         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3195         * locale/nl_langinfo_l.c: Real implementation, copied from
3196         nl_langinfo.c.
3197         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3198
3199 2007-12-01  Jim Meyering  <meyering@redhat.com>
3200
3201         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3202         that would inhibit utf8-optimization of a regexp containing line-
3203         or buffer-anchors, e.g., `^', `$'.
3204
3205 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3206
3207         * time/bug-getdate1.c (do_test): Don't use century values which
3208         aren't valid on 32-bit systems.
3209
3210 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3211
3212         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3213         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3214         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3215         __strcat_g, __strncat_g): Add __asm__.
3216
3217 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3218
3219         [BZ #5477]
3220         * io/fchmodat.c: Fix typo in stub_warning use.
3221         Patch by Petr Salinger.
3222
3223 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3224
3225         * iconvdata/hp-thai8.c: New file.
3226         * iconvdata/Makefile: Add rules for hp-thai8.c.
3227         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3228         * iconvdata/gconv-modules: Likewise.
3229
3230         [BZ #5464]
3231         * iconvdata/hp-greek8.c: New file.
3232         * iconvdata/Makefile: Add rules for hp-greek8.c.
3233         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3234         * iconvdata/gconv-modules: Likewise.
3235
3236         [BZ #5463]
3237         * iconvdata/hp-turkish8.c: New file.
3238         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3239         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3240         * iconvdata/gconv-modules: Likewise.
3241
3242         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3243         (shrink_heap): ... this new function.
3244         (heap_trim): Call shrink_heap instead of grow_heap.
3245
3246         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3247         case don't call alloc_perturb.
3248
3249 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3250
3251         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3252         possible.
3253         * sysdeps/unix/sysv/linux/kernel-features.h
3254         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3255         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3256
3257 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3258
3259         [BZ #5424]
3260         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3261         * stdio-common/Makefile (tests): Add bug22.
3262         * stdio-common/bug22.c: New file.
3263
3264         [BZ #5451]
3265         * time/getdate.c: Fix filling in default values.
3266         * time/bug-getdate1.c: New file.
3267         * time/Makefile: Add rules to build and run bug-getdate1.
3268
3269         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3270         * iconvdata/ebcdic-es.c: Likewise.
3271         * iconvdata/ebcdic-es-a.c: Likewise.
3272         * iconvdata/ebcdic-uk.c: Likewise.
3273         * iconvdata/iso8859-16.c: Likewise.
3274         * iconvdata/viscii.c: Likewise.
3275         * iconvdata/iso8859-9e.c: Likewise.
3276         * iconvdata/Makefile: Adjust appropriately.
3277
3278         [BZ #5428]
3279         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3280         __need_wint_t.
3281
3282 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3283
3284         [BZ #5427]
3285         * iconvdata/hp-roman9.c: New file.
3286         * iconvdata/Makefile: Add rules for hp-roman9.c.
3287         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3288         * iconvdata/gconv-modules: Likewise.
3289
3290         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3291         * iconvdata/Makefile: Adjust appropriately.
3292
3293         [BZ #5441]
3294         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3295         structure, it's allocated with alloca.
3296         * stdio-common/Makefile (tests): Add bug21.
3297         * stdio-common/bug21.c: New file.
3298
3299 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3300
3301         [BZ #5452]
3302         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3303         keyword for gcc's braced-groups.
3304
3305 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3306
3307         [BZ #5454]
3308         * inet/ether_line.c: Strip hostname of whitespaces.
3309         * inet/Makefile (tests): Add tst-ether_line.
3310         * inet/tst-ether_line.c: New file.
3311
3312 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3313
3314         [BZ #5439]
3315         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3316
3317         [BZ #5435]
3318         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3319
3320         * stdlib/tst-setcontext.c: Catch the case where the links gets
3321         messed up and we do not reach main again.
3322
3323         * po/ca.po: Update from translation team.
3324
3325 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3326
3327         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3328         * posix/regex.h (REG_ENOSYS): Likewise.
3329         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3330
3331 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3332
3333         * nscd/nscd.h (MAX_STACK_USE): Define.
3334         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3335         (gc): Initialize stack_used based on allocation in prune_cache.
3336         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3337         Clear array before use.
3338
3339         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3340         memory allocation failed.
3341         * nscd/hstcache.c (cache_addhst): Likewise.
3342         * nscd/grpcache.c (cache_addgr): Likewise.
3343         * nscd/servicescache.c (cache_addserv): Likewise.
3344         * nscd/pwdcache.c (cache_addpw): Likewise.
3345         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3346
3347 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3348
3349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3350         and creat system calls.
3351
3352         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3353
3354 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3355
3356         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3357         Add netiucv/iucv.h.
3358         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3359         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3360         protocol.
3361         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3362         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3363         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3364
3365 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3366
3367         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3368         strncat): Define as macros to avoid compile errors.
3369
3370         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3371         creat entries.
3372
3373 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3374
3375         [BZ #5382]
3376         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3377         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3378         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3379         overflow it.
3380         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3381
3382         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3383         Return zero in case the thread library is not NPTL.
3384
3385         [BZ #5375]
3386         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3387         initializing interface list.
3388
3389         [BZ #5378]
3390         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3391         use result of nss_getgrgid_r if nothing was found.  For other
3392         error return with a failure.
3393         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3394
3395         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3396         macro name.
3397
3398 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3399
3400         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3401         (get_scope): For IPv4 scope, use scopes table.
3402         (fini): Free scopes table if necessary.
3403         (free_scopelist): New function.
3404         (scopecmp): New function.
3405         (gaiconf_init): Also handle scopev4 entries.
3406         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3407         * posix/tst-rfc3484-2.c (do_test): Likewise.
3408         * posix/gai.conf: Document scopev4 defaults.
3409         * posix/Makefile (tests): Add tst-rfc3484-3.
3410         * posix/tst-rfc3484-3.c: New file.
3411
3412         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3413         Teredo tunnels.
3414         * posix/gai.conf: Update for current default tables.
3415
3416 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3417
3418         * po/tr.po: Update from translation team.
3419
3420 2007-11-18  Roland McGrath  <roland@frob.com>
3421
3422         * manual/arith.texi (Remainder Functions): Spelling fix.
3423         From Shaun Silk <genix@mysoul.com.au>.
3424
3425         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3426
3427 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3428
3429         * po/zh_CN.po: Update from translation team.
3430
3431         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3432         Add sys/signalfd.h and sys/eventfd.h.
3433
3434 2007-11-15  Bruno Haible  <bruno@clisp.org>
3435
3436         [BZ #5346]
3437         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3438         union.
3439         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3440         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3441         it needs only fixed stack space. Delay the initialization of
3442         msgid_len until it is needed.
3443
3444 2007-11-15  Andreas Jaeger  <aj@suse.de>
3445
3446         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3447         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3448
3449 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3450
3451         * po/ko.po: Update from translation team.
3452
3453 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3454
3455         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3456         significantly.  The device type is also part of the ifinfomsg data.
3457
3458         * po/sv.po: Update from translation team.
3459         * po/nl.po: Likewise.
3460
3461         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3462         to wake up in 24 hours.
3463
3464         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3465
3466 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3467
3468         * po/cs.po: Update from translation team.
3469         * po/pl.po: Likewise.
3470
3471         * include/ifaddrs.h: Remove in6ai_temporary.
3472         (struct in6addrinfo): Add index element.
3473         Declare __check_native.
3474         * inet/Makefile (aux): Add check_native.
3475         * sysdeps/unix/sysv/linux/check_native.c: New file.
3476         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3477         IFA_F_TEMPORARY.  Pass back ifa_index.
3478         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3479         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3480         call __check_native if necessary.
3481         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3482         to sort addresses.  Pass information about the results.
3483         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3484         of rfc3484_sort interface.
3485         * posix/tst-rfc3484-2.c: Likewise.
3486
3487         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3488         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3489         for _quicksort.
3490         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3491         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3492         on as third parameter to compare function and _quicksort.
3493         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3494         to the compare function.
3495         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3496         * Versions.def: Add GLIBC_2.8 for libc.
3497
3498         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3499         * posix/tst-rfc3484-2.c: Likewise.
3500
3501         * include/kernel-features.h: Moved to...
3502         * sysdeps/mach/hurd/kernel-features.h: ...here.
3503
3504 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3505
3506         * sysdeps/i386/i586/memcpy_chk.S: New file.
3507         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3508         * sysdeps/i386/i586/memset_chk.S: Likewise.
3509
3510 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3511
3512         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3513         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3514         list of interfaces.  Also store prefix length.
3515         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3516         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3517         prefix if source and destination address are in the same subnet.
3518         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3519         Always look for matching record in in6ai list.
3520         Correct source_addr_len value for IPv6->IPv4 converted records.
3521
3522 2007-11-11  Roland McGrath  <roland@frob.com>
3523
3524         * include/kernel-features.h: New file.
3525
3526 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3527
3528         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3529         complications for 64-bit platforms.
3530
3531         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3532         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3533         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3534         open64_2.
3535         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3536         entries.
3537         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3538         * sysdeps/wordsize-64/alphasort.c: New file.
3539         * sysdeps/wordsize-64/alphasort64.c: New file.
3540         * sysdeps/wordsize-64/fseeko.c: New file.
3541         * sysdeps/wordsize-64/fseeko64.c: New file.
3542         * sysdeps/wordsize-64/ftello.c: New file.
3543         * sysdeps/wordsize-64/ftello64.c: New file.
3544         * sysdeps/wordsize-64/ftw.c: New file.
3545         * sysdeps/wordsize-64/ftw64.c: New file.
3546         * sysdeps/wordsize-64/iofgetpos.c: New file.
3547         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3548         * sysdeps/wordsize-64/iofopen.c: New file.
3549         * sysdeps/wordsize-64/iofopen64.c: New file.
3550         * sysdeps/wordsize-64/iofsetpos.c: New file.
3551         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3552         * sysdeps/wordsize-64/lockf.c: New file.
3553         * sysdeps/wordsize-64/lockf64.c: New file.
3554         * sysdeps/wordsize-64/mkostemp.c: New file.
3555         * sysdeps/wordsize-64/mkostemp64.c: New file.
3556         * sysdeps/wordsize-64/mkstemp.c: New file.
3557         * sysdeps/wordsize-64/mkstemp64.c: New file.
3558         * sysdeps/wordsize-64/scandir.c: New file.
3559         * sysdeps/wordsize-64/scandir64.c: New file.
3560         * sysdeps/wordsize-64/tmpfile.c: New file.
3561         * sysdeps/wordsize-64/tmpfile64.c: New file.
3562         * sysdeps/wordsize-64/versionsort.c: New file.
3563         * sysdeps/wordsize-64/versionsort64.c: New file.
3564         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3565         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3566         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3567         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3568         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3569         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3570         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3571         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3572         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3573         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3574         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3575         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3576
3577         * crypt/sha256-crypt.c: Fix a comment.
3578         * crypt/sha512-crypt.c: Likewise.
3579
3580 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3581
3582         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3583
3584 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3585
3586         [BZ #5277]
3587         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3588         because output buffer is too small break, don't loop.
3589         * iconvdata/Makefile (tests): Add bug-iconv6.
3590         * iconvdata/bug-iconv6.c: New file.
3591
3592 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3593
3594         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3595         with size_t type.
3596         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3597         size_t.  Add casts where needed.
3598
3599         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3600         old headers, don't call avc_has_perm if we don't have the
3601         permission information.
3602
3603 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3604
3605         * elf/rtld.c (dl_main): Use the page size to find the map start.
3606
3607 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3608
3609         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3610         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3611
3612         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3613         when the lookup call failed.
3614
3615         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3616         Add prune_cond and wakeup_time.
3617         (CACHE_PRUNE_INTERNAL): Define.
3618         Update declarations of prune_cache and setup_thread.
3619         * nscd/connections.c (dbs): Update initializers.
3620         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3621         (nscd_init): Default number of threads is now 4.
3622         (invalidate_cache): Take lock before calling prune_cache.
3623         (handle_request): If SELinux forbids the request, say so.
3624         (readylist_cond): Use static initializer.
3625         (nscd_run_prune): New function.  Used only by pruning threads.
3626         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3627         here.
3628         (fd_ready): Update nscd_run reference.
3629         (start_threads): No need to initialize readylist_cond.
3630         Start pruning threads separately.
3631         * nscd/nscd_setup_thread.c: Change return value type to int and always
3632         return 0.
3633         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3634         to int and return nonzero value if we can use the TID address hack.
3635         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3636         the database is later than the new entry's timeout, update the
3637         wakeup time and wake the cleanup thread.
3638         (prune_cache): Return seconds the next entry in the database is still
3639         valid.  Remove locking for pruning here.
3640         * nscd/nscd.conf: Document default number of threads.
3641
3642 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3643
3644         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3645         stack is properly aligned for the target function.
3646         Correct unwind info.
3647
3648         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3649         when using auditing libraries.
3650
3651 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3652
3653         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3654         _nss_dns_getnetbyaddr2_r.
3655         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3656         extra parameter to getanswer_r.
3657         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3658         _nss_dns_getnetbyaddr2_r.
3659
3660         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3661         gethstbynm3_r.
3662         * nscd/gethstbynm2_r.c: Remove.
3663         * nscd/gethstbynm3_r.c: New file.
3664         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3665         __gethostbyaddr_r.
3666         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3667         __gethostbyaddr_r compatibility wrapper.
3668         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3669         determining timeout of entry.
3670         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3671         __gethostbyaddr2_r.
3672         (addhstbyX): Pass reference to variable for TTL to lookup and
3673         cache_addhst.
3674         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3675         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3676         and __nss_next2.  Remove __nss_services_lookup.
3677         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3678         Add compat wrapper.
3679         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3680         __nss_next2.
3681         * nss/getXXent_r.c: Likewise.
3682         * nss/getnssent_r.c: Likewise.
3683         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3684         does not exist in module, try the optional second name.
3685         (__nss_next2): New function.
3686         (__nss_next): Now wrapper around __nss_next2.
3687         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3688         Declare __nss_next2.
3689         Adjust definition of db_lookup_function type.
3690         * nss/service-lookup.c: Define NO_COMPAT.
3691         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3692         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3693         * inet/ether_ntoh.c: Likewise.
3694         * sunrpc/netname.c: Likewise.
3695         * sunrpc/publickey.c: Likewise.
3696         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3697         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3698         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3699         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3700         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3701
3702         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3703
3704         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3705
3706 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3707
3708         [BZ #5204]
3709         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3710         * crypt/sha512c-test.c: Likewise.
3711
3712         [BZ #5225]
3713         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3714         to keep track of end of %[ format string element.
3715         * stdio-common/Makefile (tests): Add bug20.
3716         * stdio-common/bug20.c: New file.
3717
3718         [BZ #5222]
3719         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3720         path elements in counting mode.
3721
3722 2007-10-27  Andreas Jaeger  <aj@suse.de>
3723
3724         [BZ #5040]
3725         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3726
3727         [BZ #3112]
3728         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3729         (__cleanup): Free shared library when exiting.
3730         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3731         (__cleanup): Free shared library when exiting.
3732
3733 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3734
3735         [BZ #2549]
3736         * math/libm-test.inc (check_float_internal): Support
3737         denormalized return.
3738
3739 2007-10-23  Andreas Jaeger  <aj@suse.de>
3740
3741         [BZ #5208]
3742         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3743         __LONG_LONG_PAIR to handle little endian byte order.
3744         Suggested by abhishekrai@google.com
3745
3746 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3747
3748         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3749
3750 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3751
3752         * nscd/cache.c (prune_cache): Move test for modified file outside
3753         of locking.
3754
3755 2007-10-21  Andreas Jaeger  <aj@suse.de>
3756
3757         * manual/texinfo.tex: Update to latest version.
3758
3759         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3760
3761         * manual/arith.texi (Status bit operations): Fix formatting.
3762
3763         * manual/errno.texi (Error Messages): Fix formatting.
3764
3765         * manual/sysinfo.texi (System Parameters): Fix formatting.
3766
3767         * manual/libc.texinfo: Update VERSION and UPDATED.
3768
3769 2007-10-19  Roland McGrath  <roland@redhat.com>
3770
3771         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3772
3773 2007-10-06  David S. Miller  <davem@davemloft.net>
3774
3775         * configure.in: Add sparcv9v2 and sparc64v2.
3776         * scripts/config.sub: Likewise.
3777         * configure: Regenerate.
3778         * elf/elf.h (HWCAP_SPARC_N2): New.
3779         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3780         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3781         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3782         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3783         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3784         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3785         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3786
3787 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3788
3789         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3790         even if the poll result indicates there is data to read.
3791         Patch by Jeff Moyer <jmoyer@redhat.com>.
3792
3793 2007-10-18  Roland McGrath  <roland@redhat.com>
3794
3795         * elf/elf.h (NT_PPC_VMX): New macro.
3796
3797 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3798
3799         * version.h (VERSION): Set to 2.7.90.
3800
3801 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3802
3803         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3804         weak_alias.
3805
3806 2007-10-17  Roland McGrath  <roland@frob.com>
3807
3808         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3809         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3810
3811 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3812
3813         * version.h (VERSION): Bump to 2.7.
3814         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3815
3816         [BZ #5186]
3817         * time/tzset.c (__tz_convert): Don't force testing for a change of
3818         TZ if not called from localtime.  But then also see whether the
3819         file changed, in case __use_tzfile is set.
3820
3821         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3822         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3823         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3824         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3825         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3826         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3827         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3828         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3829
3830 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3831
3832         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3833         and admin selects to be able to replace the gai.conf file, lock
3834         data structures around the qsort call.
3835
3836 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3837
3838         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3839         new memset.
3840         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3841         too high for the improvements.  Implement bzero unconditionally for
3842         use in libc.
3843
3844 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3845             Jakub Jelinek  <jakub@redhat.com>
3846
3847         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3848         even when time_t is 32-bit.
3849         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3850         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3851         always set after the search.
3852
3853 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3854
3855         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3856         unreachable code on 32-bit machines.
3857
3858 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3859
3860         [BZ #5184]
3861         * time/strftime_l.c: Include stdbool.h.
3862         (my_strftime): New wrapper, old function renamed to...
3863         (__strftime_internal): ... new function.  Add tzset_called
3864         argument, pass it down to recursive calls, don't call tzset ()
3865         if already true, set to true after call to tzset ().
3866
3867 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3868
3869         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3870         into account when copying TZ string.
3871
3872 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3873
3874         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3875         num_transition rather than num_transitions - 1.
3876
3877 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3878
3879         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3880         PIC indirect jump.
3881
3882         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3883         a local label rather than HIDDEN_JUMPTARGET.
3884
3885 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3886
3887         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3888         (init_cacheinfo): Initialize it.
3889         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3890         Always define bzero.
3891         Remove non-glibc code.
3892         * sysdeps/x86_64/bzero.S: Make an empty file.
3893
3894 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3895
3896         * sysdeps/x86_64/cacheinfo.c
3897         (__x86_64_preferred_memory_instruction): New.
3898         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3899
3900         * sysdeps/x86_64/memset.S: Rewrite.
3901
3902 2007-10-15  Roland McGrath  <roland@redhat.com>
3903
3904         * po/libc.pot: Regenerated.
3905
3906 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3907
3908         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3909         pointers.
3910
3911         [BZ #3425]
3912         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3913         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3914         address record to T_A/T_AAAA requests.
3915
3916 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3917
3918         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3919
3920         * posix/glob.c: Add some branch prediction throughout.
3921
3922         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3923         read from nscd.
3924
3925         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3926         service_order.
3927         (rfc3484_sort): Make sure that even if qsort doesn't support
3928         stable sorting out sorting here is stable by comparing service_order.
3929         (getaddrinfo): Initialize service_order.
3930         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3931         service_order field to sorting structure.
3932         * posix/tst-rfc3484-2.c (do_test): Likewise.
3933
3934         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3935         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3936         __tzset_parse_tz and updating of daylight, timezone, tzname into
3937         update_vars.
3938         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3939         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3940         happens in __tz_compute.
3941         * time/tzfile.c (__tzfile_read): Also read TZ string.
3942         (find_transition): Fold into __tzfile_compute.
3943         (__tzfile_compute): For times beyond the last transition try to
3944         use the TZ string.
3945         * timezone/tst-timezone.c: Information in daylight and tzname does
3946         change for Asia/Tokyo timezone with more concrete information.
3947         Remove the test.
3948
3949         * include/stdio.h: Add libc_hidden_proto for ftello.
3950         * libio/ftello.c: Add libc_hidden_def.
3951
3952         [BZ #1140]
3953         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
3954         on the specified time and not the last entries in the file.  Move
3955         code to determine tzname[] to...
3956         (find_transition): ...here.  Add ugly guess for times before the
3957         first transition.
3958
3959 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3960
3961         [BZ #3195]
3962         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
3963         no entry.
3964         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
3965         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
3966         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
3967         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
3968
3969         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
3970         read mechanism when there are no group members and avoid no-op
3971         read syscall in this case.
3972
3973         [BZ #3242]
3974         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
3975         (__readall): If reading failed due to EAGAIN error wait a bit
3976         and possibly try again.
3977         (__readvall): Likewise.
3978
3979 2007-10-13  Bruno Haible  <bruno@clisp.org>
3980
3981         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
3982         when we cannot recode the message.
3983
3984 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
3985
3986         [BZ #4359]
3987         * libio/__freading.c (__freading): Don't return true for
3988         write-only streams.  For read/write streams, check whether we
3989         performed a read operation already.
3990         * libio/Makefile (tests): Add tst-ext2.
3991         * libio/tst-ext2.c: New file.
3992
3993 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
3994
3995         * locale/programs/repertoire.c (repertoire_read): Always free
3996         memory for repertoire file name [Coverity CID 270].
3997
3998         * elf/cache.c (save_aux_cache): Free memory allocated for
3999         temporary file name [Coverity CID 267].
4000
4001 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4002
4003         * misc/Makefile (headers): Add bits/error.h.
4004
4005 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4006
4007         * posix/fnmatch_loop.c: Take rule index returned as part of
4008         findidx return value into account when accessing weights.
4009         * posix/regcomp.c: Likewise.
4010         * posix/regexec.c: Likewise.
4011
4012         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4013         (skip_to): Fix problems with parameter of elifdef/elifndef.
4014
4015 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4016
4017         * iconv/gconv_simple.c: Add some branch prediction.
4018
4019 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4020
4021         * locale/programs/ld-collate.c (collate_read): If ignore_content
4022         and nowtok is tok_define, eat any tok_eol tokens.
4023
4024 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4025
4026         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4027         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4028
4029         * inet/netinet/in.h: Don't include bits/socket.h.
4030         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4031         macro.
4032         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4033
4034 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4035
4036         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4037         and tok_elifndef.
4038         * locale/programs/locfile-kw.gperf: Likewise.
4039         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4040
4041 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4042
4043         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4044         (__find_specwc): Change into __extern_always_inline function.
4045         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4046         (__parse_one_specmb): Remove ps argument.
4047         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4048         Adjust __find_specmb and __parse_one_specmb callers.
4049         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4050         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4051         Removed.
4052         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4053         caller.
4054
4055 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4056
4057         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4058         with some Pentium Ds.
4059
4060 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4061
4062         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4063         __read not read.
4064         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4065         __write not write.
4066
4067 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4068
4069         [BZ #181]
4070         * locale/C-time.c: Set week_1stday data to 19971201.
4071         * locale/programs/ld-time.c (time_finish): Default for
4072         first_workday is Monday.
4073
4074         [BZ #2633]
4075         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4076
4077         [BZ #5103]
4078         * posix/glob.c (glob): Recognize patterns starting \/.
4079         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4080         (main): Add test for pattern starting \/.
4081
4082         * misc/error.h: Use __const instead of const.
4083         * misc/bits/error.h: Likewise.
4084
4085 2007-10-07  Andreas Jaeger  <aj@suse.de>
4086
4087         * include/bits/error.h: New file.
4088
4089         * misc/bits/error.h (error_at_line): Fix prototype.
4090
4091 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4092
4093         [BZ #3924]
4094         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4095         more little bugs in creating the stack frame when pltexit has to
4096         be called.
4097
4098         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4099         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4100
4101         [BZ #4407]
4102         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4103         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4104         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4105         * math/libm-test.inc: Add test for this case.
4106
4107         [BZ #5010]
4108         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4109         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4110         map service succeeded.
4111         (svc_is_mapped): New function.
4112         (svc_unregister): Use it before trying to unmap service.
4113
4114 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4115
4116         * timezone/zic.c: Update from tzcode2007h.
4117
4118         [BZ #5063]
4119         * timezone/africa: Update from tzdata2007h.
4120         * timezone/antarctica: Likewise.
4121         * timezone/asia: Likewise.
4122         * timezone/australasia: Likewise.
4123         * timezone/europe: Likewise.
4124         * timezone/leapseconds: Likewise.
4125         * timezone/northamerica: Likewise.
4126         * timezone/southamerica: Likewise.
4127         * timzeone/zone.tab: Likewise.
4128
4129         [BZ #5104]
4130         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4131
4132         [BZ #5113]
4133         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4134         avoid warning with -Wconversion.
4135         (__strndup): Likewise.
4136         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4137
4138         [BZ #5112]
4139         * nscd/connections.c (restart): Don't resync if database is
4140         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4141
4142         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4143         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4144
4145         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4146         evetnfd_read, eventfd_write.
4147         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4148         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4149         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4150         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4151         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4152         eventfd_write for GLIBC_2.7.
4153
4154         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4155         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4156         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4157         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4158
4159 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4160
4161         * stdlib/msort.c: Include stdint.h.
4162         (struct msort_param): New type.
4163         (msort_with_tmp): Use struct msort_param pointer for unchanging
4164         parameters.  Add optimized handling for several common sizes
4165         and indirect sorting mode.
4166         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4167         sorting.
4168         Suggested by Belazougui Djamel .
4169
4170         * stdlib/Makefile (tests): Add tst-qsort2.
4171         * stdlib/tst-qsort2.c: New test.
4172
4173 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4174
4175         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4176         for dup2 in case another thread races with the current one.  Retry
4177         in this case.
4178
4179         * misc/error.h: Remove support for use outside of libc.  We have to
4180         include <features.h> now.  Include <bits/error.h> if possible.
4181         * misc/bits/error.h: New file.
4182
4183 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4184
4185         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4186         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4187         __extern_always_inline functions unconditionally, drop macros.
4188
4189         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4190         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4191         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4192
4193         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4194         add __artificial__ attribute.
4195
4196 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4197
4198         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4199         backward to forward direction.
4200
4201         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4202
4203         [BZ #645]
4204         * locale/programs/ld-collate.c (collate_finish): Compare against last
4205         used section which is known to have rules defined.
4206         (collate_read): After order_start, correctly record order of sections
4207         and queue sections up.
4208
4209 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4210
4211         [BZ #5071]
4212         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4213         the same number of pages.
4214         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4215
4216         * locale/programs/ld-collate.c (collate_read): After initial copy
4217         statement, continue in state 0.
4218
4219         * include/stdio_ext.h (__fsetlocking): Define as macro.
4220
4221 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4222
4223         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4224         of section order.
4225
4226         * po/pt_BR.po: Fix typo.
4227
4228 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4229
4230         * iconvdata/Makefile (modules): Add ISO8859-9E.
4231         (distribute): Add iso8859-9e.c.
4232         (gen-8bit-gap-modules): Add iso8859-9e.
4233         * iconvdata/iso8859-9e.c: New file.
4234         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4235         * iconvdata/TESTS: Likewise.
4236         * iconvdata/tst-tables.sh: Likewise.
4237
4238         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4239
4240         * locale/iso-639.def: Add several new entries.
4241
4242 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4243
4244         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4245         void * pointers instead of struct link_map **.
4246         (_dl_scope_free): Change argument type to void *.
4247         * include/link.h (struct link_map): Change type of l_reldeps
4248         to struct link_map_reldeps, move l_reldepsact into that
4249         struct too.
4250         * elf/dl-deps.c: Include atomic.h.
4251         (_dl_map_object_deps): Only change l->l_initfini when it is
4252         fully populated, use _dl_scope_free for freeing it.  Optimize
4253         removal of libs from reldeps by using l_reserved flag, when
4254         some removal is needed, allocate a new list instead of
4255         reallocating and free the old with _dl_scope_free.  Adjust
4256         for l_reldeps and l_reldepsact changes.
4257         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4258         searching in l_initfini and l_reldeps without holding dl_load_lock.
4259         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4260         l_reldepsact changes.
4261         * elf/dl-close.c (_dl_close_worker): Likewise.
4262         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4263
4264 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4265
4266         * iconvdata/Makefile (modules): Add KOI8-RU.
4267         (distribute): Add koi8-ru.c.
4268         (gen-8bit-gap-modules): Add koi8-ru.
4269         * iconvdata/koi8-ru.c: New file.
4270         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4271         * iconvdata/TESTS: Likewise.
4272         * iconvdata/tst-tables.sh: Likewise.
4273
4274         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4275
4276 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4277
4278         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4279         with __warning__/__error__ attributes.
4280         (__warnattr): Define.
4281         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4282         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4283         __warnattr.
4284         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4285         of __*_chk if compile time detectable overflow is found.
4286         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4287         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4288         with __warnattr.
4289         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4290         instead of __*_chk if compile time detectable overflow is found.
4291         (__gets_alias): Rename to...
4292         (__gets_warn): ... this.  Add __warnattr.
4293         (gets): Call __gets_warn instead of __gets_alias.
4294         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4295         aliases with __warnattr.
4296         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4297         time detectable overflow is found.
4298         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4299         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4300         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4301         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4302         __getdomainname_chk_warn): New aliases with __warnattr.
4303         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4304         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4305         __*_chk_warn instead of __*_chk if compile time detectable overflow
4306         is found.
4307         (__getgroups_chk): Rename argument to __listlen from listlen.
4308         (__getwd_alias): Rename to...
4309         (__getwd_warn): ... this.  Add __warnattr.
4310         (getwd): Call __getwd_warn instead of __getwd_alias.
4311         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4312         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4313         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4314         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4315         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4316         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4317         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4318         compile time detectable overflow is found.
4319         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4320         to use __*_chk or not.
4321         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4322         in comparisons which function should be called and in __*_chk*
4323         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4324         detectable overflow is found.
4325         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4326         __*_chk argument.
4327         * debug/tst-chk1.c (do_test): Add a few more tests.
4328
4329 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4330
4331         [BZ #5058]
4332         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4333         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4334         (_nl_unload_domain): Finalize conversions_lock.
4335         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4336         handling table of known conversions.
4337
4338 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4339
4340         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4341         close_not_cancel_no_status instead of close.
4342
4343 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4344
4345         [BZ #5028]
4346         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4347         nrules != 0 for multibyte chars.
4348
4349 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4350
4351         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4352         Provide better error message in case the type is unknown.
4353
4354         [BZ #4963]
4355         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4356         * string/stratcliff.c: Make usable to test wide char functions.
4357         * wcsmbs/wcsatcliff.c: New file.
4358         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4359
4360         [BZ #4972]
4361         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4362         (distribute): Add mac-centraleurope.c.
4363         (gen-8bit-gap-modules): Add mac-centraleurope.
4364         * iconvdata/mac-centraleurope.c: New file.
4365         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4366         * iconvdata/TESTS: Likewise.
4367         * iconvdata/tst-tables.sh: Likewise.
4368
4369         [BZ #5043]
4370         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4371
4372 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4373
4374         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4375         from __x86_64_core_cache_size_half.
4376         (init_cacheinfo): Compute shared cache size for AMD processors with
4377         shared L3 correctly.
4378         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4379         name change.
4380         Patch in large parts by Evandro Menezes.
4381
4382 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4383
4384         * elf/dl-lookup.c (add_dependency): Handle failing memory
4385         allocation for dependency list.  Remove unnecessary check.
4386
4387         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4388         open/close when determining source addresses.
4389
4390         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4391         sha512-crypt, and sha512.
4392         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4393         (distribute): Add sha256.h and sha512.h.
4394         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4395         and call the appropriate code.
4396         * crypt/sha256-crypt.c: New file.
4397         * crypt/sha256.c: New file.
4398         * crypt/sha256.h: New file.
4399         * crypt/sha256c-test.c: New file.
4400         * crypt/sha256test.c: New file.
4401         * crypt/sha512-crypt.c: New file.
4402         * crypt/sha512.c: New file.
4403         * crypt/sha512.h: New file.
4404         * crypt/sha512c-test.c: New file.
4405         * crypt/sha512test.c: New file.
4406
4407 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4408
4409         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4410         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4411         __syslog_chk.
4412
4413 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4414
4415         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4416         %as in fscanf format strings.
4417
4418         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4419         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4420         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4421         Likewise.
4422         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4423         Likewise.
4424
4425         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4426         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4427         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4428         * elf/dl-sym.c (do_sym): Likewise.
4429         * include/link.h (struct link_map): Add l_serial field.
4430         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4431         * elf/dl-lookup.c (add_dependency): Add flags argument.
4432         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4433         flags, use THREAD_GSCOPE_RESET_FLAG before and
4434         THREAD_GSCOPE_SET_FLAG after
4435         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4436         Don't dereference map until it has been found on some list.
4437         If map->l_serial changed, return -1.
4438
4439 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4440
4441         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4442         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4443         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4444         libc_hidden_proto.
4445         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4446         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4447         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4448         add libc_hidden_proto.
4449         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4450         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4451         conformance requested.
4452         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4453         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4454         conformance requested.
4455         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4456         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4457         conformance requested.
4458         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4459         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4460         ISO C99 or POSIX conformance requested.
4461         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4462         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4463         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4464         and __isoc99_vsscanf@@GLIBC_2.7.
4465         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4466         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4467         (tests): Add scanf14.
4468         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4469         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4470         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4471         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4472         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4473         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4474         from using internal headers.
4475         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4476         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4477         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4478         and __isoc99_vswscanf@@GLIBC_2.7.
4479         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4480         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4481         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4482         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4483         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4484         * stdio-common/isoc99_scanf.c: New file.
4485         * stdio-common/isoc99_vsscanf.c: New file.
4486         * stdio-common/isoc99_vscanf.c: New file.
4487         * stdio-common/isoc99_vfscanf.c: New file.
4488         * stdio-common/isoc99_fscanf.c: New file.
4489         * stdio-common/isoc99_sscanf.c: New file.
4490         * wcsmbs/isoc99_fwscanf.c: New file.
4491         * wcsmbs/isoc99_vswscanf.c: New file.
4492         * wcsmbs/isoc99_swscanf.c: New file.
4493         * wcsmbs/isoc99_wscanf.c: New file.
4494         * wcsmbs/isoc99_vwscanf.c: New file.
4495         * wcsmbs/isoc99_vfwscanf.c: New file.
4496         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4497         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4498         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4499         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4500         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4501         * stdio-common/scanf14.c: New test.
4502         * stdio-common/scanf15.c: New test.
4503         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4504         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4505         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4506         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4507         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4508         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4509         __nldbl___isoc99_scanf@@GLIBC_2.7,
4510         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4511         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4512         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4513         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4514         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4515         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4516         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4517         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4518         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4519         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4520         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4521         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4522         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4523         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4524         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4525         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4526         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4527         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4528         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4529         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4530         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4531         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4532         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4533         functions.
4534         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4535         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4536         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4537         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4538         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4539         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4540         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4541         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4542         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4543         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4544         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4545         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4546
4547         * stdio-common/Makefile (tests): Add scanf13.
4548         (scanf13-ENV): New.
4549         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4550         m modifier followed by l.
4551         (STRING_ARG): Add width argument.
4552         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4553         <case L_('C')>: Handle %mlc and %mC.
4554         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4555         arguments.
4556         * stdio-common/scanf13.c: New test.
4557
4558         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4559         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4560
4561 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4562
4563         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4564         type and __THROW marker of splice, vmsplice, and tee.
4565         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4566         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4567         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4568         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4569         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4570         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4571         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4572         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4573         as cancellation points.
4574
4575 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4576
4577         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4578         parse more than three parts of the version number.
4579
4580 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4581
4582         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4583         modifier.  Patch by Jakub Jelinek.
4584
4585 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4586
4587         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4588         call_fallocate in misc subdir.
4589         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4590         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4591         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4592         instead of __fallocate64.
4593         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4594
4595 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4596
4597         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4598         * rt/Makefile (headers): Add bits/mqueue2.h.
4599         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4600         optimizing with GCC and __va_arg_pack_len is defined.
4601         * rt/bits/mqueue2.h: New file.
4602         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4603         (mq_open): New strong_alias.
4604         (__mq_open_2): New function.
4605         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4606         (mq_open): New strong_alias.
4607         (__mq_open_2): New function.
4608         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4609         * Versions.def (librt): Add GLIBC_2.7 version.
4610         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4611         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4612
4613         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4614         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4615         is defined rather than when not C++.
4616         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4617         __openat64_alias): New redirects.
4618         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4619         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4620         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4621         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4622         functions instead of function-like macros.
4623
4624 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4625
4626         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4627         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4628         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4629
4630 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4631
4632         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4633         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4634
4635 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4636
4637         * inet/tst-network.c: Increment ERRORS for failing tests.
4638
4639 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4640
4641         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4642         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4643         implement as __extern_always_inline function.
4644         (vsyslog): Define as __extern_always_inline function unconditionally.
4645         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4646         When __va_arg_pack is defined, implement as __extern_always_inline
4647         functions.
4648         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4649         __extern_always_inline functions unconditionally.
4650         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4651         bits/stdio2.h will be included.
4652         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4653         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4654         implement as __extern_always_inline functions.
4655         (vswprintf, vwprintf, vfwprintf): Define as
4656         __extern_always_inline functions unconditionally.
4657         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4658
4659 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4660
4661         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4662         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4663         attribute.
4664         * include/features.h (__USE_EXTERN_INLINES): Define only when
4665         __extern_inline is defined.
4666         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4667         is defined instead of when not __cplusplus.
4668         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4669         is defined instead of when not __cplusplus.
4670         * socket/sys/socket.h: Include bits/socket2.h when
4671         __extern_always_inline is defined instead of when not __cplusplus.
4672         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4673         is defined instead of when not __cplusplus.
4674         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4675         is defined instead of when not __cplusplus.
4676         * string/string.h: Include bits/string3.h when __extern_always_inline
4677         is defined instead of when not __cplusplus.
4678         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4679         is defined instead of when not __cplusplus.
4680         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4681         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4682         is not defined.
4683         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4684         defined __extern_always_inline instead of !defined __cplusplus.
4685         * libio/bits/stdio-ldbl.h: Likewise.
4686         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4687         * misc/bits/syslog.h (syslog): Don't define for C++.
4688         (vsyslog): Use __extern_always_inline function for C++ instead of
4689         a macro.
4690         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4691         whenever that macro is defined.
4692         (vprintf): Don't provide the inline for C++.
4693         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4694         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4695         define the macros for C++.
4696         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4697         __extern_always_inline functions for C++.
4698         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4699         stat64, lstat64, fstat64, fstatat64): Don't define if not
4700         __USE_EXTERN_INLINES.
4701         * wcsmbs/bits/wchar2.h: Fix #error message.
4702         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4703         (vswprintf, vwprintf, vfwprintf): Define using
4704         __extern_always_inline functions for C++.
4705         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4706         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4707         strncpy, strcat, strncat): Define as __extern_always_inline
4708         functions instead of macros for C++.
4709         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4710         defined __extern_inline.
4711         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4712         to __extern_inline whenever that macro is defined.
4713         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4714         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4715         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4716         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4717         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4718         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4719         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4720         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4721         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4722         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4723         prototypes.  Only provide __extern_inline routines if
4724         __USE_EXTERN_INLINES.
4725         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4726         tests.
4727         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4728         For now avoid some *printf tests in C++.  Skip all testing
4729         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4730         is not.
4731         * debug/tst-chk4.cc: New file.
4732         * debug/tst-chk5.cc: New file.
4733         * debug/tst-chk6.cc: New file.
4734         * debug/tst-lfschk4.cc: New file.
4735         * debug/tst-lfschk5.cc: New file.
4736         * debug/tst-lfschk6.cc: New file.
4737         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4738         prototypes in C++.
4739         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4740         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4741         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4742
4743 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4744
4745         * po/cs.po: Update from translation team.
4746
4747 2007-09-11  Roland McGrath  <roland@redhat.com>
4748
4749         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4750         compiling.
4751
4752 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4753
4754         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4755
4756 2007-09-05  Roland McGrath  <roland@redhat.com>
4757
4758         * manual/signal.texi (Signaling Another Process): Typo fix.
4759         From Karl Berry <karl@freefriends.org>.
4760
4761 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4762
4763         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4764         zero if not defined.
4765         (make_request): Recognize optimistic addresses and treat them like
4766         deprecated addresses.
4767         Reported by Neil Horman <nhorman@redhat.com>.
4768
4769 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4770
4771         * nscd/connections.c (send_ro_fd): Also transfer file size.
4772         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4773         file size don't call fstat.
4774
4775         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4776         ahead and map the file.  This should always be correct and we can
4777         catch problems later.
4778
4779 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4780
4781         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4782         prototypes.
4783         (__fread_alias, __fread_unlocked_alias): New aliases.
4784         (fread): New extern inline.
4785         (fread_unlocked): Likewise.  Undef macro before definition of
4786         the inline function.
4787         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4788         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4789         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4790         and __fread_unlocked_chk@@GLIBC_2.7.
4791         * debug/fread_chk.c: New file.
4792         * debug/fread_u_chk.c: New file.
4793         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4794
4795 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4796
4797         * sysdeps/unix/sysv/linux/syscalls.list
4798         (personality): Change caller to EXTRA.
4799
4800 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4801
4802         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4803         to keep gcc quiet.
4804         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4805
4806         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4807         NDEBUG is defined.
4808
4809         * Makerules: Use -p option with mkdir.
4810
4811         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4812         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4813         (_xdr_directory_obj): Likewise.
4814         (xdr_entry_obj): Likewise.
4815         (xdr_group_obj): Likewise.
4816         (xdr_link_obj): Likewise.
4817         (xdr_table_obj): Likewise.
4818         (_xdr_nis_result): Likewise.
4819         (_xdr_ns_request): Likewise.
4820         (_xdr_ib_request): Likewise.
4821         (_xdr_nis_taglist): Likewise.
4822         (xdr_cback_data): Likewise.
4823         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4824         (xdr_ypresp_maplist): Likewise.
4825
4826         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4827
4828         * posix/regex_internal.h: Prevent some declarations and definitions
4829         to be seen when used in tests.
4830
4831         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4832         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4833
4834         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4835
4836         * config.make.in (datarootdir): Add to shut up configure.
4837
4838         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4839         associativity for fully-associative caches.
4840
4841         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4842         requests.  Fill on more associativity values for L2.
4843         Patch mostly by Evandro Menezes.
4844
4845 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4846
4847         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4848         (_libc_vdso_platform_setup): Avoid using exported variable by using
4849         alias.
4850
4851         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4852
4853         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4854         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4855         defined.
4856
4857 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4858
4859         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4860         align stack for call if pltexit is to be used.
4861
4862         [BZ #3924]
4863         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4864         align for function call in case pltexit has to be called later.
4865
4866         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4867         implicit atomic operation when storing function pointer.
4868         (_dl_runtime_profile): Likewise.
4869
4870 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4871
4872         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4873         NIS_NOTFOUND.
4874
4875 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4876
4877         [BZ #4566]
4878         * string/strtok.c: Fix typo in comment.
4879
4880         [BZ #4582]
4881         * debug/segfault.c: Fix typos in comments.
4882
4883         [BZ #4588]
4884         * stdio-common/tempnam.c: Fix comment, it is not checked that
4885         TMPDIR points to a writable directory.
4886
4887         [BZ #4726]
4888         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4889         memory allocated for the name server address.
4890
4891         [BZ #4946]
4892         * nscd/connections.c (handle_request): Using sendfile always
4893         requires that mmap is used for the database.
4894         Patch by Petr Baudis <pasky@suse.cz>.
4895
4896         [BZ #4905]
4897         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4898         suddenly has two or more addresses, ignore it and remove the old
4899         entry.
4900
4901         [BZ #4814]
4902         * resolv/res_hconf.c: Prepare for compiling outside libc.
4903         * nscd/res_hconf.c: New file.
4904         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4905         the new file.
4906         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4907         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4908
4909         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4910
4911         [BZ #4925]
4912         * debug/pcprofiledump.c: Turn on internationalization by calling
4913         setlocale.  Patch mostly by Benno Schulenberg.
4914
4915         [BZ #4936]
4916         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4917         the state.
4918         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4919         * iconvdata/bug-iconv5.c: New file.
4920
4921 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4922
4923         [BZ #4896]
4924         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4925         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4926         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4927         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4928         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4929         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4930         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4931         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4932
4933 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4934
4935         [BZ #4937]
4936         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4937         lookup loop.  Suggested by John Reiser.
4938
4939 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4940
4941         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4942
4943 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4944
4945         * csu/libc-start.c: Don't handle VDSO_SETUP here.
4946         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
4947         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
4948         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
4949         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
4950         to...
4951         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
4952
4953 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
4954
4955         * po/nl.po: Update from translation team.
4956
4957 2007-08-16  Andreas Jaeger  <aj@suse.de>
4958
4959         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
4960         Reported by Peter Festner <peter.festner@ewetel.net>.
4961
4962 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4963
4964         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
4965
4966 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
4967
4968         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
4969         to check for undefined symbols.
4970
4971         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
4972         If the syscall fails, set errno to the actual returned error number
4973         rather than EINVAL.
4974         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
4975         arguments are incorrect, set errno to EINVAL, if the syscall
4976         fails, set errno to the actual returned error number.
4977
4978         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
4979         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
4980
4981         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
4982         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
4983         file.
4984         (ASI_PNF, ASI_BLK_P): Don't define.
4985         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
4986         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
4987         file.
4988         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
4989         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
4990         file.
4991
4992 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
4993
4994         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
4995         FE_UNDERFLOW on Niagara CPUs.
4996
4997         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
4998         exceptions.
4999
5000 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5001
5002         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5003         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5004         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5005         flush should be used or not inside of the function.
5006         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5007
5008         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5009         __thread_start): Use HIDDEN_JUMPTARGET.
5010         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5011         __thread_start): Likewise.
5012         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5013
5014         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5015         Add libc_hidden_proto.
5016         (STRTOF): Add libc_hidden_proto.
5017         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5018         (strtold_l, wcstold_l): Use them as second argument for
5019         long_double_symbol.
5020
5021 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5022
5023         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5024
5025 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5026
5027         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5028
5029 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5030
5031         * po/bg.po: New file.  From the translation team.
5032
5033 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5034
5035         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5036         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5037         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5038         when each feature was introduced.
5039
5040         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5041         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5042         (CHECK_HASH): New macro.
5043         (PREPARE_VERSION): Use it.
5044
5045         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5046         prototype if not __ASSUME_PSELECT.
5047         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5048         prototype if not __ASSUME_PPOLL.
5049
5050         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5051
5052         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5053         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5054         is defined.
5055
5056 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5057
5058         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5059         (_libc_vdso_platform_setup): If vDSO is not available point
5060         __vdso_gettimeofday to the vsyscall.
5061         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5062         __vdso_gettimeofday instead of vsyscall.
5063
5064 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5065
5066         * nscd/servicescache.c: Include kernel-features.h.
5067         * nscd/gai.c: Likewise.
5068         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5069         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5070         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5071         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5072         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5073         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5074         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5075         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5076         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5077
5078 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5079
5080         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5081         and _dl_get_origin defines anymore.
5082
5083         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5084         Build fix for systems which might lack POSIX timer support.
5085
5086         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5087         (_libc_vdso_platform_setup): Mangle function pointers before storing
5088         them.
5089         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5090         Demangle vdso pointer before use.
5091         (INTERNAL_VSYSCALL): Likewise.
5092
5093         * elf/cache.c (primes): Mark as const.
5094         Noted by Roland McGrath.
5095
5096 2007-08-01  Andreas Jaeger  <aj@suse.de>
5097             Jakub Jelinek  <jakub@redhat.com>
5098
5099         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5100         (options): Add option.
5101         (parse_opt): Handle option.
5102         (manual_link): Adjust process_file caller.  Call implicit_soname.
5103         (search_dir): Formatting.  Use and populate auxiliary cache.
5104         (main): Load and save auxiliary cache.
5105         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5106         stat64 from fstat64 to caller.
5107         (implicit_soname): New function.
5108         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5109         leave *soname as NULL.
5110         * elf/cache.c: Include libgen.h.
5111         (print_entry, print_cache, compare, save_cache, add_to_cache):
5112         Formatting and cleanups.
5113         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5114         aux_cache_file): New structures.
5115         (AUX_CACHEMAGIC): Define.
5116         (primes): New array.
5117         (aux_hash_size, aux_hash): New variables.
5118         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5119         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5120         load_aux_cache, save_aux_cache): New functions.
5121         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5122         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5123         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5124         (process_file): Adjust prototype.
5125
5126 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5127
5128         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5129         with __need_size_t.
5130
5131 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5132
5133         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5134         r_found_version structure as second parameter.
5135         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5136         (_dl_vdso_vsym): Change type of second parameter accordingly.
5137         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5138         (_libc_vdso_platform_setup): Adjust.
5139         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5140         (_libc_vdso_platform_setup): Likewise.
5141
5142         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5143         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5144         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5145         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5146         * csu/libc-start.c: Pretty printing.
5147         Use VDSO_SETUP if defined.
5148         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5149         and let generic code call into _libc_vdso_platform_setup.
5150         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5151         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5152         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5153         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5154         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5155         for GLIBC_PRIVATE.
5156         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5157         (sysdep_rountines): Add dl-vdso.
5158
5159         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5160         of routines.
5161
5162         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5163         attribute_hidden to __vdso_gettimeofday prototype.
5164
5165 2007-08-12  Roland McGrath  <roland@redhat.com>
5166
5167         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5168         From: Karl Berry <karl@freefriends.org>.
5169
5170 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5171
5172         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5173         an atime update for the files we read.
5174
5175 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5176
5177         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5178
5179         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5180         instead of mkstemp.
5181
5182         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5183         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5184         * misc/mkostemp.c: New file.
5185         * misc/mkostemp64.c: New file.
5186         * stdlib/stdlib.h: Declare the new functions.
5187         * sysdeps/posix/tempname.c: Add new parameter which is added to
5188         the flags for open.  Remove __GT_BIGFILE handling.
5189         * stdio-common/tempname.c: Likewise.
5190         * include/stdio.h: Adjust __gen_tempname prototype.
5191         Renumber __GT_* constants.
5192         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5193         * misc/mkdtemp.c: Likewise.
5194         * misc/mkstemp.c: Likewise.
5195         * misc/mkstemp64.c: Likewise.
5196         * misc/mktemp.c: Likewise.
5197         * stdio-common/tempnam.c: Likewise.
5198         * stdio-common/tmpfile.c: Likewise.
5199         * stdio-common/tmpfile64.c: Likewise.
5200         * stdio-common/tmpnam.c: Likewise.
5201         * stdio-common/tmpnam_r.c: Likewise.
5202
5203 2007-08-10  Roland McGrath  <roland@frob.com>
5204
5205         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5206         New macros.
5207         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5208         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5209
5210 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5211
5212         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5213         possible.
5214         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5215         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5216         * nss/nss_files/files-have_o_cloexec.c: New file.
5217
5218         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5219         available.
5220
5221 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5222
5223         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5224         ___new_wcstold_l): New weak aliases.
5225         (strtold_l, wcstold_l): Use them as second argument for
5226         long_double_symbol.
5227
5228 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5229
5230         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5231         register in test for error.
5232
5233         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5234         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5235
5236         * po/sv.po: Update from translation team.
5237
5238 2007-08-06  Roland McGrath  <roland@redhat.com>
5239
5240         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5241         Remove __strto*_l inlines.
5242         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5243         * stdlib/strtod.c: Add libc_hidden_def.
5244         * stdlib/strtod_l.c: Likewise.
5245         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5246         for __new_strtold and __new_wcstold.
5247         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5248         __STRTOF, STRTOF.
5249         * stdlib/strtol.c: Add libc_hidden_def.
5250         * stdlib/strtol_l.c: Likewise.
5251         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5252         strtoq.
5253
5254         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5255
5256         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5257         * scripts/data/localplt-generic.data: ... here.
5258         * elf/Makefile (check-data): Get generic file if no other.
5259         ($(objpfx)check-localplt.out): Make target unconditional.
5260
5261         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5262         Use ElfW(Nhdr).
5263
5264 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5265
5266         * po/zh_CN.po: Updated translation from translation team.
5267
5268 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5269
5270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5271         Don't use CGOTSETUP and CGOTRESTORE macros.
5272
5273 2007-08-04  Roland McGrath  <roland@redhat.com>
5274
5275         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5276
5277 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5278
5279         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5280         __extension__ around the whole statement expression.
5281
5282 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5283
5284         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5285         elements during initialization.
5286
5287         * po/pl.po: Updated translation from translation team.
5288         * po/tr.po: Likewise.
5289         * po/nl.po: Likewise.
5290
5291 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5292
5293         * rt/aio.h: Add __nonnull attributes.
5294
5295 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5296
5297         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5298         * stdlib/Makefile (tests): Add tst-strtod5.
5299         (tst-strtod5-ENV): New.
5300         * stdlib/tst-strtod5.c: New file.
5301
5302         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5303         failed.
5304         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5305         on failure.
5306
5307         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5308         allocated.
5309
5310 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5311
5312         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5313         numbers.
5314
5315 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5316
5317         * io/Makefile (aux): Add have_o_cloexec.
5318         * include/fcntl.h: Declare __have_o_cloexec.
5319         * io/have_o_cloexec.c: New file.
5320         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5321         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5322         fcntl call if not necessary.
5323         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5324         of local variable.
5325
5326         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5327         Avoid memset, add explicit initialization.
5328         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5329         to the end and change into zero-sized array.
5330         Move lock member to fill a hole on 64-bit platforms.
5331
5332         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5333         inline functions.
5334         * include/stdlib.h: Add __strto*_internal prototypes here.
5335         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5336         inline functions.
5337         * include/wchar.h: Add __wcsto*_internal prototypes.
5338         * sysdeps/generic/inttypes.h: No need to protect the declaration
5339         of the __strto*_internal and __wcsto*_internal members here.
5340
5341         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5342
5343 2007-08-02  Roland McGrath  <roland@redhat.com>
5344
5345         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5346         $(inst_bindir)/getconf if possible.
5347
5348         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5349         (generated): Add it.
5350         ($(inst_libexecdir)/getconf): Use it.
5351
5352 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5353
5354         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5355         /proc is faster and sufficient.  /sys is still needed for
5356         __get_nprocs_conf.
5357
5358 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5359
5360         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5361         syscall as __fallocate64.
5362         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5363         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5364
5365 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5366
5367         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5368         value.
5369
5370         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5371         if off_t is different rank from size_t.
5372
5373         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5374         uw_frame_state_for): Avoid type punning warnings.
5375         * sysdeps/generic/unwind-dw2-fde-glibc.c
5376         (_Unwind_IteratePhdrCallback): Likewise.
5377         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5378         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5379         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5380         pointers.
5381
5382 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5383
5384         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5385         total processors using sysfs.
5386         (__get_nprocs): Use sysfs to determine which processors are online.
5387
5388 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5389
5390         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5391         syscall arguments count.
5392
5393         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5394
5395 2007-07-30  Roland McGrath  <roland@redhat.com>
5396
5397         * manual/libc.texinfo: Update copyrights, formatting magic, and
5398         @dircategory.  From Karl Berry <karl@freefriends.org>.
5399
5400 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5401
5402         [BZ #4860]
5403         * io/Makefile (headers): Add bits/fcntl2.h.
5404
5405         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5406         using gcc builtin.
5407         (__CPU_EQUAL_S): Likewise.
5408
5409         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5410         (tests): Add tst-cpuset.
5411         * posix/sched_cpualloc.c: New file.
5412         * posix/sched_cpufree.c: New file.
5413         * posix/tst-cpuset.c: New file.
5414         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5415         GLIBC_2.7.
5416         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5417         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5418         macros.  Define CPU_*_S macros.
5419
5420 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5421
5422         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5423         entry.
5424
5425         [BZ #4858]
5426         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5427         #.0g and value rounded to 1.0.
5428         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5429
5430 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5431
5432         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5433         for int_frac_digits and frac_digits.
5434
5435         * login/logout.c (logout): Avoid aliasing violation.
5436         * login/logwtmp.c (logwtmp): Likewise.
5437
5438         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5439
5440         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5441         to avoid warning.
5442         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5443         warning.
5444         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5445         warning.
5446         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5447         to avoid warnings.
5448
5449         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5450         void **.
5451         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5452
5453         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5454         char * to avoid warning.
5455         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5456
5457         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5458
5459         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5460         allocate_arrays): Cast second argument to charmap_find_symbol
5461         to char * to avoid warnings.
5462
5463         * locale/programs/repertoire.c (repertoire_new_char): Change
5464         from_nr, to_nr and cnt to unsigned long, adjust printf format
5465         string.
5466
5467         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5468         Cast second argument to new_element to char * to avoid warnings.
5469
5470         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5471
5472         * intl/gettextP.h (struct loaded_domain): Change plural to const
5473         struct expression *.
5474         * intl/plural-eval.c (plural_eval): Change first argument to
5475         const struct expression *.
5476         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5477         argument to const struct expression **.
5478         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5479         prototypes.
5480         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5481         in call to __gettext_free_exp.
5482
5483         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5484         unitialized wstring/wpattern var warnings.
5485
5486         * posix/runtests.c (struct a_test): Make data field const char *.
5487
5488         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5489         vars if not LDBL_MANT_DIG >= 106.
5490
5491         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5492
5493         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5494         __find_specmb to avoid warning.
5495
5496         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5497
5498         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5499         to avoid warnings.
5500
5501         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5502         initializer.
5503
5504         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5505         tv var when it will be actually used.
5506
5507         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5508         to avoid warnings.
5509
5510         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5511         char array resp. pointer.
5512         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5513         char array.
5514         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5515         to const unsigned char **.
5516         (ucs4_to_cns11643): Change second argument to unsigned char *.
5517         * iconvdata/euc-tw.c (BODY): Change endp type to
5518         const unsigned char *.
5519         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5520         to unsigned char *.
5521         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5522         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5523         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5524         types to unsigned char pointers/arrays instead of char.
5525         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5526         to unsigned char *.
5527         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5528         * iconvdata/jis0212.h: Include assert.h.
5529         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5530         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5531         of trying to handle that.
5532         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5533         shut up a warning.
5534         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5535         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5536         two dimensional const unsigned char arrays.
5537         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5538         Initialize endp to inptr to shut up a warning.
5539
5540 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5541
5542         [BZ #4772]
5543         * time/strptime_l.c (__strptime_internal): Silently ignore
5544         strftime modifiers and field width in recursive calls.
5545
5546         * include/time.h (enum ptime_locale_status): Remove.
5547         (__strptime_internal): Remove decided and era_cnt arguments,
5548         add statep argument.
5549         * time/strptime_l.c (__strptime_internal): Remove decided
5550         and era_cnt arguments, add statep argument.  Don't recompute
5551         any fields in recursive calls, only update caller's tm
5552         and state, if recursive call fails, don't change tm nor
5553         any state.
5554         (get_alt_number): Adjust.
5555         (recursive): Adjust caller.
5556         (strptime): Likewise.
5557         * time/strptime.c (strptime): Likewise.
5558
5559 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5560
5561         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5562         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5563         if from and to charsets are the same.
5564         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5565         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5566         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5567
5568 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5569
5570         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5571         Don't define wint_t when __need_mbstate_t unless it
5572         is necessary.
5573         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5574         in the typedef if possible.
5575         * wctype/wctype.h (wint_t): Define by including
5576         wchar.h with __need_wint_t instead of including stddef.h
5577         with __need_wint_t and as fallback definining it ourselves.
5578         * iconv/gconv.h (__need_wint_t): Define before including
5579         wchar.h.
5580         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5581         or _GLIBCPP_USE_WCHAR_T.
5582         (__need_wchar_t): Don't define
5583         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5584         (__need_wint_t): Don't define before including stddef.h,
5585         define before including wchar.h only if _LIBC or
5586         _GLIBCPP_USE_WCHAR_T.
5587         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5588         * sysdeps/mach/hurd/_G_config.h: Likewise.
5589         * sysdeps/generic/_G_config.h: Likewise.
5590         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5591         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5592         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5593         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5594
5595 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5596
5597         * sysdeps/posix/posix_fallocate64.c: Undefine
5598         __posix_fallocate64_l64 before alias handling.
5599         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5600         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5601         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5602         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5603
5604         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5605
5606 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5607
5608         * locale/programs/ld-collate.c (atwc): New variable.
5609         (add_to_tablewc): New toplevel function, moved from collate_output.
5610         (collate_output): Remove add_to_tablewc nested function.
5611
5612         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5613         (name_insert): New function.
5614         (write_output): Remove hash_table and hash_size vars and name_insert
5615         nested function.
5616
5617 2007-07-24  Roland McGrath  <roland@redhat.com>
5618
5619         * Makerules (install-others-programs-nosubdir): New target.
5620         (install-no-libc.a-nosubdir): Depend on it.
5621
5622         * iconv/Makefile (install-others-programs): Set this instead of
5623         install-others.
5624         * login/Makefile (install-others-programs): Likewise.
5625         * posix/Makefile (install-others-programs): Likewise.
5626
5627         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5628         dependencies.
5629
5630 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5631
5632         * io/Makefile (tests): Add tst-posix_fallocate.
5633         * io/tst-posix_fallocate.c: New file.
5634
5635         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5636         __ASSUME_FALLOCATE.
5637
5638 2007-07-22  Roland McGrath  <roland@frob.com>
5639
5640         * hurd/getdport.c: Add missing copyright year update.
5641
5642         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5643         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5644
5645 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5646
5647         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5648
5649         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5650         O_CLOEXEC is needed.
5651         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5652         Avoid additional fcntl to set O_CLOEXEC if not needed.
5653         * nis/nss_compat/compat-initgroups.c: Likewise.
5654         * nis/nss_compat/compat-pwd.c: Likewise.
5655         * nis/nss_compat/compat-spwd.c: Likewise.
5656
5657 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5658
5659         [BZ #3665]
5660         * manual/errno.texi: Change ECANCELED value to 119.
5661
5662         [BZ #4610]
5663         * mach/lock-intern.h: Include <sys/cdefs.h>.
5664
5665         [BZ #4178]
5666         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5667         reading A.
5668
5669         [BZ #4126]
5670         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5671         to __sigsuspend.
5672
5673         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5674
5675 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5676
5677         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5678         `__ASSEMBLER__'.
5679         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5680
5681 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5682
5683         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5684         descriptor received from nscd.
5685
5686         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5687
5688         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5689         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5690         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5691         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5692         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5693         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5694
5695 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5696
5697         [BZ #4816]
5698         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5699
5700         [BZ #4813]
5701         * login/forkpty.c (forkpty): Close master and slave fds on
5702         fork failure.  Patch by
5703         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5704
5705 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5706
5707         * include/features.h (__USE_ISOC95): New define.
5708         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5709         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5710         for -std=iso9899:199409.
5711         * CONFORMANCE: Remove comments about unsupported AMD1.
5712
5713 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5714
5715         * sysdeps/ia64/sched_cpucount.c: New file.
5716         * sysdeps/powerpc/sched_cpucount.c: New file.
5717
5718         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5719         __BEGIN_DECLS/__END_DECLS around the prototype.
5720         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5721         pointer to const cpu_set_t.
5722
5723         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5724         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5725         __need_size_t and include stddef.h.
5726         * sysvipc/sys/msg.h: Likewise.
5727         * posix/sched.h: Likewise.
5728         * hurd/hurd/signal.h (__need_size_t): Define.
5729
5730         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5731         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5732         no longer defines wint_t or wchar_t.
5733
5734         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5735         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5736         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5737         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5738         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5739         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5740         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5741         * debug/printf_chk.c (__printf_chk): Likewise.
5742         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5743         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5744
5745         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5746         Define.
5747
5748         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5749         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5750
5751 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5752
5753         [BZ #4792]
5754         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5755         * malloc/malloc.h (realloc): Likewise.
5756
5757         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5758         if one of proc_file_chain streams has that fileno.
5759         * stdio-common/Makefile (tests): Add tst-popen2.
5760         * stdio-common/tst-popen2.c: New test.
5761
5762 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5763
5764         * elf/ldconfig.c: Allow GPLv2 or any later version.
5765         * elf/readlib.c: Likewise.
5766         * elf/chroot_canon.c: Likewise.
5767         * elf/cache.c: Likewise.
5768         * nscd/mem.c: Likewise.
5769         * nscd/getpwuid_r.c: Likewise.
5770         * nscd/grpcache.c: Likewise.
5771         * nscd/aicache.c: Likewise.
5772         * nscd/getsrvbynm_r.c: Likewise.
5773         * nscd/nscd.c: Likewise.
5774         * nscd/servicescache.c: Likewise.
5775         * nscd/getsrvbypt_r.c: Likewise.
5776         * nscd/initgrcache.c: Likewise.
5777         * nscd/gethstbyad_r.c: Likewise.
5778         * nscd/gethstbynm2_r.c: Likewise.
5779         * nscd/getgrnam_r.c: Likewise.
5780         * nscd/nscd_setup_thread.c: Likewise.
5781         * nscd/getpwnam_r.c: Likewise.
5782         * nscd/gai.c: Likewise.
5783         * nscd/connections.c: Likewise.
5784         * nscd/dbg_log.c: Likewise.
5785         * nscd/cache.c: Likewise.
5786         * nscd/hstcache.c: Likewise.
5787         * nscd/nscd_conf.c: Likewise.
5788         * nscd/getgrgid_r.c: Likewise.
5789         * nscd/pwdcache.c: Likewise.
5790         * catgets/gencat.c: Likewise.
5791         * locale/programs/linereader.h: Likewise.
5792         * locale/programs/locarchive.c: Likewise.
5793         * locale/programs/ld-paper.c: Likewise.
5794         * locale/programs/locfile-kw.h: Likewise.
5795         * locale/programs/ld-address.c: Likewise.
5796         * locale/programs/xmalloc.c: Likewise.
5797         * locale/programs/ld-time.c: Likewise.
5798         * locale/programs/localedef.c: Likewise.
5799         * locale/programs/simple-hash.c: Likewise.
5800         * locale/programs/xstrdup.c: Likewise.
5801         * locale/programs/ld-numeric.c: Likewise.
5802         * locale/programs/locfile-kw.gperf: Likewise.
5803         * locale/programs/ld-collate.c: Likewise.
5804         * locale/programs/charmap-kw.gperf: Likewise.
5805         * locale/programs/charmap.h: Likewise.
5806         * locale/programs/charmap-kw.h: Likewise.
5807         * locale/programs/config.h: Likewise.
5808         * locale/programs/locfile.c: Likewise.
5809         * locale/programs/ld-ctype.c: Likewise.
5810         * locale/programs/charmap.c: Likewise.
5811         * locale/programs/ld-messages.c: Likewise.
5812         * locale/programs/repertoire.h: Likewise.
5813         * locale/programs/locale.c: Likewise.
5814         * locale/programs/ld-name.c: Likewise.
5815         * locale/programs/linereader.c: Likewise.
5816         * locale/programs/locfile.h: Likewise.
5817         * locale/programs/3level.h: Likewise.
5818         * locale/programs/ld-monetary.c: Likewise.
5819         * locale/programs/ld-measurement.c: Likewise.
5820         * locale/programs/charmap-dir.c: Likewise.
5821         * locale/programs/ld-identification.c: Likewise.
5822         * locale/programs/localedef.h: Likewise.
5823         * locale/programs/charmap-dir.h: Likewise.
5824         * locale/programs/repertoire.c: Likewise.
5825         * locale/programs/simple-hash.h: Likewise.
5826         * locale/programs/ld-telephone.c: Likewise.
5827         * locale/programs/locale-spec.c: Likewise.
5828         * locale/programs/locfile-token.h: Likewise.
5829         * posix/getconf.c: Likewise.
5830         * iconv/dummy-repertoire.c: Likewise.
5831         * iconv/iconv_charmap.c: Likewise.
5832         * iconv/iconvconfig.c: Likewise.
5833         * iconv/iconv_prog.c: Likewise.
5834         * malloc/memusagestat.c: Likewise.
5835         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5836
5837 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5838
5839         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5840         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5841         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5842         check for the first argument.
5843
5844 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5845
5846         [BZ #4775]
5847         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5848         (__tgmath_real_type): Fix if expr is const int or other const
5849         qualified integral type.
5850         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5851         expressions and handle const qualified arguments.
5852         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5853         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5854         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5855         statement expressions.
5856         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5857         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5858         (__TGMATH_UNARY_IMAG): Define.
5859         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5860         * math/Makefile (tests): Add test-tgmath2.
5861         (CFLAGS-test-tgmath2.c): Add.
5862         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5863         count_cfloat, count_cldouble): New variables.
5864         (NCCALLS): Define.
5865         (main): Check number of complex calls as well.
5866         (F(compile_test)): Add complex tests and tests with const qualified
5867         arguments.
5868         (y, z, ccount): Define.
5869         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5870         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5871         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5872         F(cproj)): New functions.
5873         * math/test-tgmath2.c: New test.
5874
5875 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5876
5877         [BZ #4776]
5878         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5879         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5880         instead output ".".
5881         * dlfcn/Makefile (distribute): Add glreflib3.c.
5882         (module-names): Add glreflib3.
5883         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5884         glreflib1.so.
5885         (LDFLAGS_glreflib3.so): New.
5886         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5887         glreflib1.so.
5888         * dlfcn/glreflib3.c: New file.
5889
5890         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5891         returned -1, return NULL.
5892         * intl/explodename.c (_nl_explode_name): Return -1 if
5893         _nl_normalize_codeset failed.
5894
5895 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5896
5897         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5898         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5899         and avoid branch misspredicts for > 31 bytes memset case.
5900         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5901         Remove toc ref to __cache_line_size.
5902
5903         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5904         to get ISA-V2.0 branch hints.
5905         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5906         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5907         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5908         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5909         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5910         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5911         Remove toc ref to __cache_line_size.
5912
5913         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5914         Include math_ldbl_opt.h.
5915
5916 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5917
5918         [BZ #4773]
5919         * time/strptime_l.c (__strptime_internal): Implement greedy
5920         matching of weekday and month names.
5921
5922 2007-07-09  Roland McGrath  <roland@redhat.com>
5923
5924         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5925         (ELF_NOTE_ABI): Use it.
5926         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5927
5928 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5929
5930         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5931         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5932
5933 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5934
5935         [BZ #4745]
5936         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5937         in loop to look for conversion specifier to avoid testing of
5938         wrong errno value.
5939         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5940         * stdio-common/bug18.c: New file.
5941         * stdio-common/bug18a.c: New file.
5942         * stdio-common/bug19.c: New file.
5943         * stdio-common/bug19a.c: New file.
5944
5945 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
5946
5947         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
5948         running awk script.
5949
5950 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
5951
5952         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
5953         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
5954         Return NULL if mmap failed instead of asserting it does not.
5955         (calloc): Check for integer overflow.
5956
5957         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
5958         than LONG_MAX / 10.
5959
5960 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
5961
5962         [BZ #4702]
5963         * nis/nss-default.c: Include errno.h.
5964         (init): Preserve errno.
5965
5966 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
5967
5968         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
5969
5970 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
5971
5972         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
5973
5974 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5975
5976         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
5977
5978 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5979
5980         * sysdeps/s390/dl-procinfo.c: New file.
5981         * sysdeps/s390/dl-procinfo.h: New file.
5982         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
5983
5984 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
5985
5986         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
5987         in PT_NOTE segments with multiple notes.
5988         * elf/readelflib.c (process_elf_file): Likewise.
5989
5990 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
5991
5992         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
5993         ISO C compliant.
5994
5995 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
5996
5997         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
5998
5999 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6000
6001         * include/link.h: Don't include rtld-lowlevel.h.
6002         (struct link_map): Remove l_scope_lock.
6003         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6004         (_dl_scope_free_list): New field (variable) in _rtld_global.
6005         (DL_LOOKUP_SCOPE_LOCK): Remove.
6006         (_dl_scope_free): New prototype.
6007         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6008         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6009         (_dl_profile_fixup): Likewise.
6010         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6011         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6012         THREAD_GSCOPE_RESET_FLAG around it.
6013         * elf/dl-close.c (_dl_close_worker): Don't use
6014         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6015         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6016         scopes were queued or if l_scope_mem has been abandoned.
6017         * elf/dl-open.c (_dl_scope_free): New function.
6018         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6019         * elf/dl-support.c (_dl_scope_free_list): New variable.
6020         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6021         Remove DL_LOOKUP_SCOPE_LOCK handling.
6022         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6023         handling.
6024         * elf/dl-object.c (_dl_new_object): Don't use
6025         __rtld_mrlock_initialize.
6026
6027 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6028
6029         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6030         to fill in holes
6031         (rtld_global_ro): Likewise.
6032
6033 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6034
6035         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6036         Move PT_LOAD checking to...
6037         (_dl_addr_inside_object): ... here, new function.
6038         * elf/dl-sym.c (do_sym): If not l_contiguous,
6039         call _dl_addr_inside_object.
6040         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6041         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6042         * elf/dl-open.c (dl_open_worker): Likewise.
6043         (_dl_addr_inside_object): New function if IS_IN_rtld.
6044         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6045         holes are present or are PROT_NONE protected.
6046         * include/link.h (struct link_map): Add l_contiguous field.
6047         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6048
6049 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6050             Tomas Janousek  <tjanouse@redhat.com>
6051             Ulrich Drepper  <drepper@redhat.com>
6052
6053         [BZ #4647]
6054         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6055         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6056         socket.
6057         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6058         unused member a bitmap.
6059         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6060         servers are configured.
6061
6062 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6063
6064         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6065
6066 2007-06-17  Andreas Schwab  <schwab@suse.de>
6067
6068         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6069
6070 2007-06-16  Andreas Jaeger  <aj@suse.de>
6071
6072         [BZ #4125]
6073         * sysdeps/unix/sysv/linux/sys/ptrace.h
6074         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6075         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6076         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6077         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6078         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6079         Define.
6080         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6081         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6082         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6083         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6084
6085 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6086
6087         [BZ #4599]
6088         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6089         determining whether there are IPv4/IPv6 addresses, ignore loopback
6090         addresses.
6091
6092 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6093
6094         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6095         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6096         as the return type.  Change type of "r" variable to CMPtype.
6097         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6098         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6099         * soft-fp/gedf2.c (__gedf2): Likewise.
6100         * soft-fp/gesf2.c (__gesf2): Likewise.
6101         * soft-fp/getf2.c (__getf2): Likewise.
6102         * soft-fp/ledf2.c (__ledf2): Likewise.
6103         * soft-fp/lesf2.c (__lesf2): Likewise.
6104         * soft-fp/letf2.c (__letf2): Likewise.
6105         * soft-fp/unorddf2 (__unorddf2): Likewise.
6106         * soft-fp/unordsf2 (__unordsf2): Likewise.
6107         * soft-fp/unordtf2 (__unordtf2): Likewise.
6108
6109 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6110
6111         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6112         make sure gcc doesn't mess around with this.
6113
6114 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6115
6116         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6117
6118 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6119
6120         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6121         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6122         at most once per _dl_close_worker.
6123
6124 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6125
6126         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6127         __sched_cpucount as const.
6128         * posix/sched_cpucount.c: Adjust.
6129
6130         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6131         instruction for counting bits.
6132         * sysdeps/x86_64/sched_cpucount.c: New file.
6133
6134 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6135
6136         * configure.in: Avoid variable named BASH.
6137         * config.make.in: Likewise.
6138         Patch in part by Mike Frysinger.
6139
6140 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6141
6142         [BZ #4586]
6143         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6144         pseudo-zeros as zero.
6145         * sysdeps/x86_64/ldbl2mpn.c: New file.
6146         * sysdeps/ia64/ldbl2mpn.c: New file.
6147
6148 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6149
6150         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6151         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6152         Remove unreachable code at the end.
6153
6154 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6155
6156         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6157         ldbl-128ibm in comment.
6158         (fpclassifyl): Correct classification of denormals.
6159         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6160         return value for MIN denormal. Rewrite using long double math too
6161         correctly handle denormals and canonicalize the results.
6162
6163 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6164
6165         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6166         (__mpn_construct_long_double): Fix conversion where result ought
6167         to be smaller than __LDBL_MIN__, or the low double should be
6168         denormal.  Fix decision where to negate low double - honor round
6169         to even rules.
6170         * stdio-common/tst-sprintf2.c: Include string.h.
6171         (COMPARE_LDBL): Define.
6172         (TEST): Also test whether a string hexadecimal float representation
6173         can be parsed back to the number.
6174         (main): Add a couple of further tests.
6175
6176 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6177
6178         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6179         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6180         is non-zero, but smaller than 2 * __DBL_MIN__.
6181         * stdio-common/tst-sprintf2.c: New test.
6182         * stdio-common/Makefile (tests): Add tst-sprintf2.
6183
6184         * math/test-misc.c (main): Don't run last batch of tests with
6185         IBM long double format.
6186
6187 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6188
6189         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6190         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6191         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6192         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6193         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6194         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6195         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6196         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6197         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6198         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6200         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6201         New file.
6202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6203         New file.
6204         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6205         New file.
6206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6207         New file.
6208         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6209         New file.
6210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6212         New file.
6213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6214         New file.
6215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6216         New file.
6217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6218         New file.
6219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6220         New file.
6221
6222 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6223
6224         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6225         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6226         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6227         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6228         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6229         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6230         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6231         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6232
6233 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6234
6235         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6236         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6237         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6238         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6239         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6240         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6241         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6242         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6243
6244 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6245
6246         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6247         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6248         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6249         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6250
6251 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6252
6253         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6254         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6255
6256 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6257
6258         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6259         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6260         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6261         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6262
6263 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6264
6265         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6266         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6267
6268 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6269
6270         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6271         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6272
6273         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6274         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6275         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6276         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6277
6278 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6279
6280         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6281         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6282         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6283         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6284
6285 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6286
6287         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6288         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6289         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6290         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6291         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6292         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6293
6294 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6295
6296         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6297         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6298         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6299         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6300
6301 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6302
6303         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6304         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6305         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6306         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6307         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6308         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6309         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6310         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6311         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6312         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6313         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6314         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6315         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6316         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6317         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6318         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6319
6320 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6321
6322         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6323         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6324
6325 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6326
6327         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6328         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6329
6330 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6331
6332         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6333         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6334         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6335         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6336         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6337         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6338         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6339         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6340         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6341         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6342
6343 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6344
6345         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6346
6347 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6348
6349         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6350         branch miss-predicts. Ensure that cache line crossing does not impact
6351         dispatch grouping.
6352
6353 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6354
6355         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6356         "../../powerpc32/power4/memcopy.h".
6357         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6358         "../../powerpc32/power4/wordcopy.c".
6359
6360 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6361
6362         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6363         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6364         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6365         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6366         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6367         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6368
6369 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6370
6371         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6372
6373 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6374
6375         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6376         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6377         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6378         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6379         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6380         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6381         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6382         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6383
6384 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6385
6386         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6387
6388 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6389
6390         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6391         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6392         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6393         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6394         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6395         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6396         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6397
6398 2007-05-29  Roland McGrath  <roland@redhat.com>
6399
6400         * po/Makefile (po-sed-cmd): New variable.
6401         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6402
6403 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6404
6405         * crypt/md5-crypt.c: Fix comment.
6406
6407         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6408         of crashing.  When this is the case or if the reply is malformed,
6409         don't try to close the new file descriptor since it does not
6410         exist.
6411         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6412
6413 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6414
6415         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6416         if __NR_utimensat is not defined.
6417
6418 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6419
6420         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6421
6422 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6423
6424         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6425         (open): Fix comment typos.  Don't call __open_2 if flags
6426         is a compile time constant without O_CREAT.
6427         (__open64_2): Add nonnull attribute.
6428         (open64): Fix comment typos.  Don't call __open64_2 if flags
6429         is a compile time constant without O_CREAT.
6430         (__openat_2): Add nonnull attribute, fix nonnull attribute
6431         on redirect.
6432         (openat): Fix comment typos.  Don't call __openat_2 if flags
6433         is a compile time constant without O_CREAT.
6434         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6435         on redirect.
6436         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6437         is a compile time constant without O_CREAT.
6438
6439 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6440
6441         * Makerules (sysd-rules): Define PTW for ptw-* files.
6442         * Versions: Define GLIBC_2.7 for libc.
6443         * include/stdio.h: Declare __fortify_fail.
6444         * debug/fortify_fail.c: New file.
6445         * debug/Makefile (routines): Add fortify_fail.
6446         * debug/chk_fail.c: Use __fortify_fail.
6447         * debug/stack_chk_fail.c: Likewise.
6448         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6449         __openat64_2 for GLIBC_2.7.
6450         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6451         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6452         and fails if necessary.
6453         * io/open64.c: Likewise.
6454         * io/openat.c: Likewise.
6455         * io/openat64.c: Likewise.
6456         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6457         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6458         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6459         * io/bits/fcntl2.h: New file.
6460         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6461         __openat64_2.
6462         * include/bits/fcntl2.h: New file.
6463         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6464         Add open_2.
6465         * sysdeps/unix/sysv/linux/open_2.c: New file.
6466
6467 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6468
6469         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6470         as second parameter to handle_intel.
6471
6472         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6473         the entry.
6474
6475         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6476         handling to ...
6477         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6478         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6479         cacheinfo.
6480         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6481         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6482         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6483
6484         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6485
6486 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6487
6488         [BZ #4525]
6489         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6490         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6491         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6492
6493         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6494
6495         [BZ #4514]
6496         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6497         reinitialize workend at the start of each do_positional format spec
6498         loop, free workstart before do_positional loops.
6499         (printf_unknown): Fix size of work_buffer.
6500         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6501
6502         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6503         (public_sET_STATe): If ms->version < 3, put all chunks into
6504         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6505         chunks.
6506
6507         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6508         * malloc/hooks.c: Likewise.
6509         * malloc/arena.c: Likewise.
6510         * malloc/malloc.c (do_check_malloc_state): Don't assert
6511         n_mmaps is not greater than n_mmaps_max.  This removes the need
6512         for the previous change.
6513
6514         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6515         2007-05-07 commit.
6516
6517 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6518
6519         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6520         Define for kernel >= 2.6.22.
6521
6522 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6523
6524         * elf/dl-close.c (_dl_close_worker): When removing object from
6525         global scope, wait for all lookups to finish afterwards.
6526         * elf/dl-open.c (add_to_global): When global scope array must
6527         grow, allocate a new one and free old array only after all
6528         lookups finish.
6529         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6530         (_dl_lookup_symbol_x): Likewise.
6531         * elf/dl-support.c: Define _dl_wait_lookup_done.
6532         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6533         _dl_wait_lookup_done.
6534
6535         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6536         not overlapping with arena.
6537
6538         * malloc/mcheck.c (reallochook): If size==0, free the block.
6539
6540         * rt/tst-shm.c: Use fstat64 instead of fstat.
6541
6542         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6543         __NR_sync_file_range is not defined.
6544
6545 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6546
6547         Dummy files to prevent stub versions from being used.
6548         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6549         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6550         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6551         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6552
6553         * version.h (VERSION): Set to 2.6.90.
6554
6555 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6556
6557         * version.h (VERSION): Define to 2.6.
6558         * include/features.h (__GLIBC_MINOR__): Define to 6.
6559
6560         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6561
6562         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6563         sizes.
6564
6565 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6566
6567         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6568         number of mmaps.  n_mmaps_max is the target.
6569         * malloc/hooks.c: Likewise.
6570         * malloc/arena.c: Likewise.
6571
6572 2007-05-12  Andreas Jaeger  <aj@suse.de>
6573
6574         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6575         getpid.
6576
6577 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6578
6579         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6580         adding new variables.
6581
6582         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6583         optimize.  Completely extend global scope array before making the
6584         new entries visible.
6585
6586 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6587
6588         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6589         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6590         tst-getcpu.
6591
6592         * include/link.h: Move l_version and l_nversion members around to
6593         fill gaps.
6594
6595         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6596
6597         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6598         (__sched_setaffinity_new): If syscall was successful and
6599         RESET_VGETCPU_CACHE is defined, use it before returning.
6600         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6601
6602         * io/sys/stat.h: Make sure struct timespec is defined for
6603         __USE_ATFILE.
6604
6605         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6606         UTIME_OMIT.
6607         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6608         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6609         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6610         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6611         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6612         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6613         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6614         * io/sys/stat.h: Declare utimensat, futimens.
6615         * io/utimensat.c: New file.
6616         * io/futimens.c: New file.
6617         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6618         * sysdeps/unix/sysv/linux/futimens.c: New file.
6619         * io/Makefile (routines): Add utimensat, futimens.
6620         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6621         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6622         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6623         available.
6624
6625         * include/sys/cdefs.h: Redefine __nonnull so that test for
6626         incorrect parameters in the libc code itself are not omitted.
6627
6628 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6629
6630         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6631         exception in addition to inexact when asked to raise only FE_INEXACT.
6632
6633         [BZ #3427]
6634         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6635         in *envp.
6636
6637 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6638
6639         [BZ #4403]
6640         * string/strfry.c (strfry): Make result more random.
6641
6642 2007-05-07  Richard Henderson  <rth@redhat.com>
6643
6644         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6645         if __NO_LONG_DOUBLE_MATH.
6646         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6647         available in the compiler, add .arch directive to the assembly.
6648
6649 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6650
6651         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6652         compat_symbol to GLIBC_2_1.
6653         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6654         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6655         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6656         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6657         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6658         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6659         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6660         libc, not libm.
6661         (__isnanl): New compat_symbol.
6662
6663 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6664             Jakub Jelinek  <jakub@redhat.com>
6665
6666         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6667         (new_heap): Initialize mprotect_size.
6668         (grow_heap): When growing, only mprotect from mprotect_size till
6669         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6670         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6671
6672 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6673             Peter Bergner  <bergner@us.ibm.com>
6674
6675         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6676         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6677         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6678         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6679         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6680         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6681         Call __fe_mask_env() if all FP exceptions disabled.
6682         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6683         from old FPSCR to new fenv to propagate DFP rounding modes.
6684         Call __fe_mask_env() if FP exceptions previously enabled.
6685         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6686         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6687         transitioning from all exceptions disabled to any exception enabled
6688         or visa versa.
6689         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6690         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6691         when transitioning from all exceptions disabled to any exception
6692         enabled or visa versa.
6693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6699
6700 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6701
6702         [BZ #4465]
6703         * posix/unistd.h: Remove __THROW from fdatasync.
6704
6705 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6706
6707         [BZ #4465]
6708         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6709
6710 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6711
6712         * stdio-common/vfprintf.c (process_string_arg): Optimize
6713         ridiculous precision in wide char code printing multi-byte string.
6714         Reported by Jim Meyering <jim@meyering.net>.
6715
6716         [BZ #4131]
6717         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6718         boundaries to work around systems with overlapping binary loading.
6719         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6720
6721 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6722
6723         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6724         __mbsnrtowcs after last change.
6725
6726         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6727         (get_ident): Likewise.
6728
6729 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6730
6731         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6732         with setting the sticky bit.
6733         * math/test-misc.c (main): Add more truncation tests.
6734
6735 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6736
6737         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6738         double in the function declaration.
6739         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6740         double in the function declaration.
6741         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6742         float in the function declaration.
6743         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6744         float in the function declaration.
6745
6746         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6747         denormal operands.  Do not generate FP_EX_DENORM exception.
6748         (FP_UNPACK_RAW_EP): Ditto.
6749         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6750         undefined _FP_UNPACK_RAW_E.
6751         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6752         undefined _FP_UNPACK_RAW_EP.
6753         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6754         undefined _FP_PACK_RAW_E.
6755         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6756         undefined _FP_PACK_RAW_EP.
6757
6758         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6759         _FP_FRAC_COPY_2.
6760         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6761         _FP_FRAC_COPY_4.
6762
6763 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6764             Jakub Jelinek  <jakub@redhat.com>
6765
6766         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6767         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6768         this case.
6769         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6770
6771 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6772
6773         * math/test-misc.c (main): Add tests for rounding long double
6774         values close to smallest double denormalized value to double.
6775
6776 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6777
6778         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6779         condition for truncating to 0.  Set sticky bit for such
6780         truncation.
6781
6782 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6783
6784         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6785         fixed length array for ignore.
6786
6787 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6788
6789         [BZ #4438]
6790         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6791         stack for large precisions.
6792         * stdio-common/test-vfprintf.c (main): Add test for large
6793         precision.
6794
6795 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6796
6797         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6798         for exponent 0.
6799         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6800
6801         [BZ #4439]
6802         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6803         account in the size check.
6804         * resolv/tst-inet_ntop.c: New test.
6805         * resolv/Makefile (tests): Add tst-inet_ntop.
6806
6807 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6808             Jakub Jelinek  <jakub@redhat.com>
6809
6810         [BZ #4349]
6811         * malloc/malloc.c: Keep separate list for first blocks on the bin
6812         lists with a given size.  This helps skipping over list elements
6813         we know won't fit in two places.
6814         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6815
6816 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6817
6818         [BZ #4102]
6819         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6820         label to Teredo tunnel addresses 2001://32.
6821
6822 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6823
6824         * locale/programs/ld-collate.c (collate_read): Allow order_start
6825         after copy.
6826
6827         * locale/programs/ld-collate.c (collate_read): Fix printing of
6828         error message.
6829
6830         [BZ #3213]
6831         * locale/C-translit.h.in: Add entry for U2044.
6832
6833         [BZ #4342]
6834         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6835         hexa-decimal floats without exponent.
6836         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6837
6838 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6839
6840         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6841         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6842         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6843         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6844         GLIBC_2.6.
6845         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6846         Add sched_getcpu.
6847
6848 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6849
6850         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6851         of 0 after the out_fail label.
6852
6853 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6854
6855         [BZ #4406]
6856         * iconv/gconv_charset.h (strip): Allow ':'.
6857         * iconv/iconv_open.c (iconv_open): Adjust comment.
6858
6859 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6860
6861         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6862         version.
6863
6864 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6865
6866         [BZ #4381]
6867         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6868         alignment of buffer and tmp_buffer.
6869         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6870         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6871         alignment of buffer.
6872         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6873         bigger than INT_MAX.
6874         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6875         h_errnop arguments.  Fail if buflen is too small.
6876         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6877
6878 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6879
6880         [BZ #4405]
6881         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6882         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6883
6884 2007-04-22  Roland McGrath  <roland@redhat.com>
6885
6886         * elf/elf.h (NT_PRXFPREG): New macro.
6887
6888 2007-04-19  Andreas Jaeger  <aj@suse.de>
6889
6890         [BZ #3905]
6891         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6892         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6893         Added.
6894
6895 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6896
6897         * include/sys/mman.h: Mark madvise hidden.
6898         * misc/madvise.c: Add libc_hidden_def.
6899
6900 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6901
6902         * nis/nis_domain_of.c (__nis_domain_of): New function.
6903         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6904         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6905         * nis/nis_call.c (rec_dirsearch): Likewise.
6906         (first_shoot): Likewise.  Remove search_parent_first argument.
6907         (struct nis_server_cache): Rename search_parent_first field
6908         to search_parent.
6909         (nis_server_cache_search, nis_server_cache_add): Rename
6910         search_parent_first argument to search_parent.
6911         (__nisfind_server): Likewise.  If search_parent, call
6912         __nis_domain_of.
6913
6914 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6915
6916         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6917
6918 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6919
6920         [BZ #4368]
6921         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6922
6923 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6924
6925         [BZ #4364]
6926         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6927
6928 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6929
6930         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6931         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6932         current number of locales in SUPPORTED.
6933         (create_archive): Initialize serial.
6934         (enlarge_archive): Preserve aliases rather than duplicating
6935         their locrecs.
6936
6937 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6938
6939         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6940         after _IO_un_link, not before it.
6941
6942         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6943         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6944         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6945
6946 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
6947
6948         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
6949         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
6950         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
6951         Remove __THROW.
6952         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
6953         _IO_file_xsgetn_maybe_mmap): Likewise.
6954         * libio/oldfileops.c (old_do_write): Likewise.
6955         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
6956         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
6957         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
6958         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
6959         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
6960         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
6961         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
6962         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
6963         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
6964         _IO_file_underflow, _IO_file_underflow_mmap,
6965         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
6966         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
6967         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
6968         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
6969         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
6970         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
6971         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
6972         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
6973         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
6974         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
6975         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
6976         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
6977         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
6978         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
6979         _IO_adjust_column_internal, _IO_default_uflow_internal,
6980         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
6981         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
6982         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
6983         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
6984         _IO_file_close_it_internal, _IO_file_underflow_internal,
6985         _IO_file_overflow_internal, _IO_file_attach_internal,
6986         _IO_file_fopen_internal, _IO_file_sync_internal,
6987         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
6988         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
6989         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
6990         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
6991         _IO_seekpos_unlocked): Likewise.
6992         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
6993         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
6994
6995 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
6996
6997         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
6998         argument in xmalloc size computation.
6999
7000 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7001
7002         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7003         math_opt_barrier and math_force_eval macros.
7004
7005 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7006
7007         [BZ #3306]
7008         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7009         * sysdeps/i386/fpu/math_private.h: New file.
7010         * sysdeps/x86_64/fpu/math_private.h: New file.
7011         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7012         math_force_eval macros.  Use "+m" constraint on asm rather than
7013         "=m" and "m".
7014         * math/s_nextafter.c (__nextafter): Likewise.
7015         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7016         Likewise.
7017         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7018         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7019         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7020         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7021         math_opt_barrier and math_force_eval macros.
7022         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7023         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7024         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7025         (__nexttoward): Use math_opt_barrier and
7026         math_force_eval macros.  Use "+m" constraint on asm rather than
7027         "=m" and "m".  Only use asm to force double result if
7028         FLT_EVAL_METHOD is 2.
7029         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7030         (__nexttowardf): Use math_opt_barrier and
7031         math_force_eval macros.  Use "+m" constraint on asm rather than
7032         "=m" and "m".  Only use asm to force double result if
7033         FLT_EVAL_METHOD is not 0.
7034         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7035         (__nexttowardf): Use math_opt_barrier and
7036         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7037         x to float using asm.
7038         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7039         (__nldbl_nexttowardf): Use math_opt_barrier and
7040         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7041         x to float using asm.
7042         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7043         (__nexttowardf): Use math_opt_barrier and math_force_eval
7044         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7045         * math/bug-nextafter.c (zero, inf): New variables.
7046         (main): Add new tests.
7047         * math/bug-nexttoward.c (zero, inf): New variables.
7048         (main): Add new tests.
7049
7050 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7051
7052         [BZ #3427]
7053         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7054         exceptions both in SW and MXCSR.
7055         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7056         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7057         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7058         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7059         in MXCSR if SSE is available.
7060         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7061         and ldsodefs.h.
7062         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7063         Fix comment typo.
7064         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7065         Return 0 rather than 1.
7066         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7067         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7068         * math/test-fenv.c (feholdexcept_tests): New function.
7069         (main): Call it.
7070
7071 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7072
7073         [BZ #3427]
7074         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7075         in SW.
7076
7077 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7078
7079         [BZ #4344]
7080         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7081         Reported by David Anderson <davea42@earthlink.net>.
7082
7083 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7084
7085         * posix/sys/wait.h: Remove unnecessary forward declaration.
7086
7087 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7088
7089         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7090         with obj->do_servers after first_shoot.
7091
7092 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7093
7094         * posix/Makefile (routines): Add sched_cpucount.
7095         (tests): Add tst-cpucount.
7096         * posix/sched_cpucount.c: New file.
7097         * posix/tst-cpucount.c: New file.
7098         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7099         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7100         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7101         * posix/sched.h: Define CPU_COUNT.
7102
7103 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7104
7105         * posix/fnmatch.c (STRUCT): Define.
7106         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7107         * posix/fnmatch_loop.c (struct STRUCT): New type.
7108         (FCT): Add ends argument.  If ends != NULL and normal * is
7109         seen in the pattern, store current pattern and string pointers
7110         and return.  Adjust recursive calls.
7111         (EXT): Adjust FCT callers.
7112         (STRUCT): Undef at the end of the file.
7113         * posix/Makefile (tests): Add tst-fnmatch2.
7114         * posix/tst-fnmatch2.c: New test.
7115
7116 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7117
7118         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7119         and 1 on failure.
7120
7121         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7122         Change last argument to unsigned int.
7123
7124 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7125
7126         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7127
7128 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7129
7130         * config.h.in (HAVE_LIBCAP): Add.
7131         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7132         sys/capabilities.h.
7133         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7134         free_caps.  Cast away const from 4th cap_set_flag argument.
7135
7136 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7137
7138         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7139         GLIBC_2.6.
7140         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7141         Add sync_file_range.
7142         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7143
7144 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7145
7146         * sysdeps/powerpc/bits/atomic.h
7147         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7148         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7149         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7150         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7151         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7152         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7153         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7154         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7155         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7156         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7157         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7158         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7159         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7160         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7161         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7162         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7163         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7164         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7165         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7166         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7167
7168 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7169
7170         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7171         (__cache_line_size): Define the variable here.  Add
7172         attribute_hidden, remove weak_extern.
7173         (__libc_start_main): Set __cache_line_size
7174         unconditionally.
7175         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7176         (__cache_line_size): Define the variable here.  Add
7177         attribute_hidden, remove weak_extern.
7178         (DL_PLATFORM_AUXV): Set __cache_line_size
7179         unconditionally.
7180         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7181         weak_extern, add attribute_hidden.
7182         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7183         defined in ld.so.
7184         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7185         definition.
7186         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7187
7188 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7189
7190         [BZ #4276]
7191         * timezone/africa: Update from tzdata2007d.
7192         * timezone/asia: Likewise.
7193         * timezone/australasia: Likewise.
7194         * timezone/backward: Likewise.
7195         * timezone/europe: Likewise.
7196         * timezone/iso3166.tab: Likewise.
7197         * timezone/leapseconds: Likewise.
7198         * timezone/northamerica: Likewise.
7199         * timezone/southamerica: Likewise.
7200         * timezone/zone.tab: Likewise.
7201
7202         * timezone/private.h: Update from tzcode2007d.
7203         * timezone/zdump.c: Likewise.
7204         * timezone/zic.c: Likewise.
7205
7206 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7207
7208         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7209         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7210         variables.
7211         (nis_server_cache_search, nis_server_cache_add): New functions.
7212         (__nisfind_server): Use them.  Add dbp and flags argument, if
7213         call __nisbind_create.
7214         (__nisbind_create): Add server_used and current_ep arguments,
7215         only call __nis_findfastest if server_used is ~0.
7216         (__do_niscall2, __prepare_niscall): Adjust callers.
7217         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7218         ckey_cache_euid, ckey_cache_lock): New variables.
7219         (get_ckey): New function.
7220         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7221         __pmap_getnisport.  Save __pmap_getnisport result in
7222         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7223         key.
7224         * nis/nis_lookup.c (nis_lookup): Likewise.
7225         * nis/nis_table.c (nis_list): Likewise.
7226         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7227         prototypes.
7228
7229         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7230         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7231         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7232         _nss_nisplus_getservbyport_r): Likewise.
7233         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7234         _nss_nisplus_getnetbyaddr_r): Likewise.
7235         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7236         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7237         _nss_nisplus_getntohost_r): Likewise.
7238         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7239         _nss_nisplus_getrpcbynumber_r): Likewise.
7240
7241 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7242
7243         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7244         * configure: Rebuilt.
7245
7246         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7247         bit-fields.
7248         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7249
7250 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7251
7252         [BZ #2831]
7253         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7254         bit-fields.
7255
7256 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7257
7258         * nscd/gai.c: Include alloca.h.
7259         (__libc_use_alloca): Define.
7260
7261 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7262
7263         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7264         smaller scopes.
7265         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7266         (DL_DST_REQUIRED): Adjust user.
7267
7268         * include/dlfcn.h (struct link_map): New forward decl.
7269
7270         * inet/getnameinfo.c: Include stddef.h.
7271         (getnameinfo): Use offsetof.
7272
7273         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7274
7275         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7276
7277         * string/strerror_l.c: Include stdlib.h.
7278
7279         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7280         * config.make.in (gnu89-inline-CFLAGS): New variable.
7281         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7282         -std=gnu99.
7283         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7284         * argp/argp.h: Use it.
7285         * bits/mathinline.h: Likewise.
7286         * bits/sigset.h: Likewise.
7287         * bits/string.h: Likewise.
7288         * ctype/ctype.h: Likewise.
7289         * hurd/hurd.h: Likewise.
7290         * hurd/hurd/fd.h: Likewise.
7291         * hurd/hurd/port.h: Likewise.
7292         * hurd/hurd/signal.h: Likewise.
7293         * hurd/hurd/threadvar.h: Likewise.
7294         * hurd/hurd/userlink.h: Likewise.
7295         * io/sys/stat.h: Likewise.
7296         * libio/bits/stdio.h: Likewise.
7297         * libio/bits/stdio2.h: Likewise.
7298         * mach/lock-intern.h: Likewise.
7299         * mach/mach/mig_support.h: Likewise.
7300         * math/bits/cmathcalls.h: Likewise.
7301         * posix/bits/unistd.h: Likewise.
7302         * socket/bits/socket2.h: Likewise.
7303         * stdlib/bits/stdlib.h: Likewise.
7304         * stdlib/stdlib.h: Likewise.
7305         * string/argz.h: Likewise.
7306         * string/bits/string2.h: Likewise.
7307         * string/bits/string3.h: Likewise.
7308         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7309         * sysdeps/generic/inttypes.h: Likewise.
7310         * sysdeps/generic/machine-lock.h: Likewise.
7311         * sysdeps/generic/machine-sp.h: Likewise.
7312         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7313         * sysdeps/i386/i486/bits/string.h: Likewise.
7314         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7315         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7316         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7317         * sysdeps/mach/i386/machine-lock.h: Likewise.
7318         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7319         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7320         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7321         * sysdeps/s390/bits/string.h: Likewise.
7322         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7323         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7324         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7325         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7326         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7327         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7328         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7329         * wcsmbs/bits/wchar2.h: Likewise.
7330         * wcsmbs/wchar.h: Likewise.
7331         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7332         __extern_inline definition.
7333
7334 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7335
7336         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7337         NULL.
7338
7339         [BZ #3919]
7340         * math/libm-test.inc (log_test): Test -Inf and NaN.
7341         (log10_test, log1p_test, log2_test): Test -Inf.
7342         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7343         FE_INVALID when argument is qNaN.
7344         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7345         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7346         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7347         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7348         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7349         testb $4, %ah and jump if non-zero.
7350         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7351         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7352
7353         [BZ #4101]
7354         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7355         ancestors with the same depths.
7356         Patch by Niels Moeller <nisse@lysator.liu.se>.
7357         (filter_doc): Don't crash if argp is NULL.
7358         * argp/Makefile (tests): Add tst-argp2.
7359         * argp/tst-argp2.c: New test.
7360
7361         [BZ #4130]
7362         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7363         open_not_cancel_2.
7364         (updwtmp_file): Likewise.
7365
7366         [BZ #4181]
7367         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7368         (inet6_opt_append): Don't check extlen is big enough if extbuf
7369         is NULL.
7370         (inet6_opt_finish): Likewise.
7371         * inet/Makefile (tests): Add test-inet6_opt.
7372         * inet/test-inet6_opt.c: New test.
7373
7374         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7375         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7376         NLMSG_ERR.  Instead use a page sized buffer.
7377         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7378         buffer.
7379
7380 2007-03-14  Richard Henderson  <rth@redhat.com>
7381
7382         * sysdeps/alpha/fpu/s_llround.c: New file.
7383         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7384         * sysdeps/alpha/fpu/s_lround.c: New file.
7385         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7386         * sysdeps/alpha/fpu/s_round.c: New file.
7387         * sysdeps/alpha/fpu/s_roundf.c: New file.
7388         * sysdeps/alpha/fpu/s_trunc.c: New file.
7389         * sysdeps/alpha/fpu/s_truncf.c: New file.
7390
7391         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7392         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7393         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7394         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7395         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7396         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7397
7398         * sysdeps/alpha/fpu/s_fmax.S: New file.
7399         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7400         * sysdeps/alpha/fpu/s_fmin.S: New file.
7401         * sysdeps/alpha/fpu/s_fminf.S: New file.
7402         * sysdeps/alpha/fpu/s_isnan.c: New file.
7403         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7404         * sysdeps/alpha/fpu/s_llrint.c: New file.
7405         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7406         * sysdeps/alpha/fpu/s_lrint.c: New file.
7407         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7408         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7409         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7410
7411         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7412         (__fdimf, fdimf, __fdim, fdim): Remove.
7413         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7414         (__isnanf, __isnan, __isnanl): New.
7415
7416 2007-03-13  Richard Henderson  <rth@redhat.com>
7417
7418         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7419
7420 2007-03-13  Richard Henderson  <rth@redhat.com>
7421
7422         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7423         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7424         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7425         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7426         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7427         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7428
7429 2007-03-13  Richard Henderson  <rth@redhat.com>
7430
7431         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7432         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7433         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7434         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7435         Move to dl-auxv.h; initialize instead of extern weak.
7436         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7437         weak symbol.
7438         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7439         Extern instead of initialized.
7440
7441 2007-03-13  Richard Henderson  <rth@redhat.com>
7442
7443         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7444         __sigsuspend_nocancel.
7445
7446 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7447
7448         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7449         172.16/12 address range.
7450
7451 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7452
7453         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7454         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7455         message.
7456
7457 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7458
7459         [BZ #4069]
7460         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7461         earlier.
7462         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7463
7464         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7465         for x qNaN and y either +-inf or non-integer value.
7466         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7467         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7468         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7469
7470 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7471
7472         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7473         from sysdep_headers.
7474
7475 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7476
7477         * time/tzfile.c (find_transition): Instead of a linear search try to
7478         guess the transition index, use a linear search if the result is at
7479         most 10 transitions away from the guess or binary search otherwise.
7480
7481 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7482
7483         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7484         memory reallocation.
7485
7486 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7487
7488         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7489         and fix some typos.
7490         Optimize use of TOLOWER.
7491
7492         [BZ #3325]
7493         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7494         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7495         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7496
7497         [BZ #3458]
7498         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7499         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7500
7501         [BZ #4076]
7502         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7503         (open_dir_stream): Likewise.
7504         * io/Makefile (tests): Add bug-ftw5.
7505         * io/bug-ftw5.c: New file.
7506
7507         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7508         * nscd/servicescache.c (cache_addserv): Likewise.
7509
7510         * nscd/grpcache.c (cache_addgr): In case a record changed on
7511         refresh, adjust key_copy.
7512
7513         [BZ #4074]
7514         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7515         refresh, adjust key_copy.
7516
7517         [BZ #4070]
7518         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7519         special cases.
7520         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7521
7522 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7523
7524         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7525         optimization.
7526
7527         * stdio-common/vfscanf.c: Small cleanups throughout.
7528
7529 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7530
7531         [BZ #3325]
7532         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7533         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7534         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7535         Patch by Jared Casper <jaredcasper@gmail.com>.
7536
7537         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7538         * sysdeps/unix/opendir.c: Likewise.
7539         * sysdeps/unix/readdir.c: Likewise.
7540
7541         [BZ #2211]
7542         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7543         point numbers.
7544         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7545
7546         * stdio-common/vfscanf.c: Fix problems in width accounting.
7547         * stdio-common/tst-sscanf.c (double_tests): New tests.
7548         (main): Hook them up.
7549
7550         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7551         More simplifications of floating-point reader.
7552
7553         * stdio-common/Makefile (tests): Add tst-swscanf.
7554         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7555         testing.
7556         * stdio-common/tst-swscanf.c: New file.
7557
7558 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7559
7560         [BZ #2633]
7561         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7562         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7563         Remove using for __jmp_buf_tag.
7564         * locale/locale.h (struct lconv): Also define in std namespace.
7565         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7566
7567         [BZ #3842]
7568         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7569         using __libc_enable_secure.
7570
7571         [BZ #3818]
7572         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7573
7574         [BZ #3745]
7575         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7576         of names for ellipsises.
7577
7578         [BZ #3348]
7579         * malloc/memusage.sh: Cleanups.
7580         * debug/xtrace.sh: Quoting and trap changes.
7581
7582 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7583
7584         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7585
7586         * locale/iso-3166.def: Update entry for Serbia.
7587         * locale/iso-4217.def: Define RSD, remove CSD.
7588
7589         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7590         and 64-bit operations.
7591
7592         [BZ #4040]
7593         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7594         16-bit operations.
7595
7596         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7597         of writev.
7598
7599 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7600
7601         [BZ #3991]
7602         * assert/assert.h (assert): Simplify.
7603         (assert_perror): Likewise.
7604         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7605
7606         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7607         reqdata.
7608
7609         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7610         change: don't pass NULL in place of an integer.
7611
7612 2007-02-02  Bruno Haible  <bruno@clisp.org>
7613
7614         [BZ #3954]
7615         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7616         Add mapping for U+327E.
7617         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7618         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7619         mapping of 0xD9 0xE8.
7620         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7621         mapping of U+327E.
7622         Reported by Jungshik Shin <jungshik@google.com>.
7623
7624         [BZ #3955]
7625         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7626         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7627         Reported by Jungshik Shin <jungshik@google.com>.
7628
7629 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7630
7631         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7632         byte variants.
7633
7634         [BZ #4040]
7635         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7636         byte variants.  Patch mostly be tom@tommay.net.
7637
7638 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7639
7640         [BZ #3996]
7641         * posix/glob.c (attribute_hidden): Define if not defined.
7642         (glob): Unescape dirname, filename or username when needed and not
7643         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7644         is NULL.  Handle unescaped [ in pattern without closing ].
7645         Don't pass GLOB_CHECK down to recursive glob for directories.
7646         (__glob_pattern_type): New function.
7647         (__glob_pattern_p): Implement using __glob_pattern_type.
7648         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7649         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7650         Remove unreachable code.
7651         * posix/globtest.sh: Add a couple of new tests.
7652
7653 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7654
7655         * po/ru.po: Update from translation team.
7656
7657 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7658
7659         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7660         to the list of i486+ CPUs.
7661         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7662
7663 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7664
7665         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7666         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7667         references.
7668
7669 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7670
7671         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7672
7673         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7674         * resolv/res_mkquery.c: Define __res_nopt.
7675         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7676         try adding EDNS0 record.
7677         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7678         EDNS0 record was send make sure we don't try it again.
7679         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7680         * include/resolv.h: Declare __res_nopt.
7681
7682 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7683
7684         [BZ #3944]
7685         * time/strptime_l.c (__strptime_internal): Set have_mon for
7686         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7687         have been computed from tm_yday and tm_year.  Don't crash
7688         in day_of_the_week or day_of_the_year if not have_mon
7689         and tm_mon contains bogus value.
7690         * time/Makefile (tests): Add tst-strptime3.
7691         * time/tst-strptime3.c: New test.
7692
7693 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7694
7695         [BZ #3957]
7696         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7697         bit for RE_HAT_LISTS_NOT_NEWLINE.
7698         (build_charclass_op): Remove bogus comment.
7699         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7700         * posix/bug-regex27.c: New test.
7701         * posix/bug-regex28.c: New test.
7702
7703 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7704
7705         * po/sv.po: Update from translation team.
7706
7707 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7708
7709         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7710
7711 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7712
7713         * include/locale.h (__uselocale): Add libc_hidden_proto.
7714         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7715
7716         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7717         gettimeofday.
7718
7719 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7720
7721         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7722         returning.
7723         (PTR_DEMANGLE): Real definition now that it's not the same as
7724         PRT_MANGLE anymore.
7725         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7726
7727         * string/strerror_l.c: New file.
7728         * string/Makefile (routines): Add strerror_l.
7729         * string/string.h: Declare strerror_l.
7730         * string/Versions: Export strerror_l for GLIBC_2.6.
7731
7732 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7733
7734         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7735         as parameter.  Construct request record.  Try sending request
7736         before the first poll use, it usually succeeds.  Adjust all
7737         callers.
7738         * nscd/nscd-client.h: Define MAXKEYLEN.
7739         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7740
7741 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7742
7743         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7744         from return value.
7745         * nscd/nscd_helper.c: Include string.h.
7746         (__nscd_cache_search): Remove const qualifier from return value.
7747         On strict alignment architectures check hash entry and data head
7748         alignment.
7749         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7750         mmapped data during GC cycle contains garbage.  If
7751         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7752         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7753         dropped to 0.
7754         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7755         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7756         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7757         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7758         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7759
7760 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7761
7762         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7763
7764 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7765
7766         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7767         names not numbers in cfi_*.
7768
7769 2007-01-26  Andreas Jaeger  <aj@suse.de>
7770
7771         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7772         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7773         Correct values of PER_HPUX and PER_OSF4.
7774
7775 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7776
7777         * elf/dl-minimal.c: Undefine _itoa first.
7778         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7779         * malloc/mtrace.c: Revert last change.
7780         * posix/wordexp.c: Likewise.
7781
7782 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7783
7784         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7785         and __geode__ to the list of i486+ CPUs.
7786         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7787
7788 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7789
7790         * stdio-common/_itoa.c: Include <limits.h>.
7791         * stdio-common/_itowa.c: Likewise.
7792
7793 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7794
7795         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7796         platforms.
7797         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7798         64-bit platforms.
7799         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7800         possible.
7801         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7802         if possible.
7803
7804         [BZ #3902]
7805         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7806         * stdio-common/Makefile (tests): Add bug17.
7807         * stdio-common/bug17.c: New file.
7808
7809 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7810
7811         * iconvdata/brf.c: New file.
7812         * iconvdata/testdata/BRF: New file.
7813         * iconvdata/testdata/BRF..UTF8: New file.
7814         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7815         * iconvdata/Makefile: Add rules to build BRF.
7816         * iconvdata/TESTS: Add BRF entry.
7817         * iconvdata/gconv-modules: Likewise.
7818         * iconvdata/tst-tables.sh: Likewise.
7819
7820 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7821
7822         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7823         type `long long int', not `long int'.
7824         (wcstoq): Likewise.
7825
7826 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7827
7828         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7829         of values on 64-bit platforms which are too large.
7830
7831 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7832             Joe Kerian  <jkerian@us.us.ibm.com>
7833
7834         [BZ #2749]
7835         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7836         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7837         (__copysignl): Use signbit() for comparison.
7838         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7839         SET_LDOUBLE_WORDS64.
7840
7841         [BZ #2423, #2749]
7842         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7843         (__ceill): Remove calls to fegetround(), fesetround().
7844         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7845         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7846         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7847
7848 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7849
7850         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7851
7852         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7853
7854 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7855
7856         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7857         demangle pointer.
7858         * csu/libc-start.c: Likewise.
7859
7860 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7861
7862         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7863         really work anyway.
7864
7865 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7866
7867         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7868         users.
7869         (handle_request): Remove unnecessary tests.
7870
7871         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7872
7873 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7874
7875         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7876         workbits in semi-raw fraction.
7877
7878         * math/test-misc.c: Add new tests.
7879
7880 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7881
7882         * math/basic-test.c: Include test-skeleton.c.
7883         (TEST_TRUNC): Define.
7884         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7885         (main): Rename to ...
7886         (do_test): ...this.  Run new tests.
7887         (TEST_FUNCTION): Define.
7888
7889 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7890             Joe Kerian  <jkerian@us.us.ibm.com>
7891
7892         [BZ #2749]
7893         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7894         handling for high words.
7895         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7896         and overflow for infinity.
7897
7898 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7899
7900         * nscd/connections.c (handle_request): Add a __builtin_expect.
7901
7902         * nscd/connections.c (serv2db): Change type into structure which
7903         also says whether this is a request for data.  Renamed to
7904         servinfo.  All users changed.
7905         (handle_request): Much simpler test whether we should search the cache.
7906
7907         * nscd/connections.c (handle_request): Fix thinko in selinux test
7908         invocation.
7909
7910         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7911         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7912         it before getting dl_load_lock and then relock.
7913         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7914         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7915         case we unlocked the scope.
7916         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7917         _dl_lookup_symbol_x in case we locked the scope.
7918         (_dl_profile_fixup): Likewise.
7919         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7920         set DL_LOOKUP_SCOPE_LOCK.
7921
7922 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7923
7924         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7925         CFLAGS-getsrvbynpt_r.c.
7926         * nscd/getsrvbynm_r.c: New file.
7927         * nscd/getsrvbypt_r.c: New file.
7928         * nscd/nscd_getserv_r.c: New file.
7929         * nscd/servicescache.c: New file.
7930         * nscd/Makefile (routines): Add nscd_getserv_r.
7931         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7932         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7933         CFLAGS-getsrvbypt_r.c.
7934         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7935         table.  Add entries for services database.
7936         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7937         services database.
7938         (dbs): Add .reset_res and servdb initialization.
7939         (serv2db): Add entries for services database.
7940         (verify_persistent_db): Accept dbnr == servdb.
7941         (invalidate_cache): Rewrite database name recognition to use a table.
7942         Call res_init() if .reset_res is set for database.
7943         (handle_request): Add code to handle services database.
7944         * nscd/gai.c: Don't define __getservbyname_r.
7945         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
7946         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
7947         (serv_response_header): Define.
7948         (struct datahead): Add serv_response_header member.
7949         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
7950         using table.
7951         * nscd/nscd.conf: Add entries for services database.
7952         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
7953         Declare serv_iov_disabled.
7954         Declare addservbyname, readdservbyname, addservbyport, and
7955         readdservbyport.
7956         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
7957         (find_db): Fix error message.
7958         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
7959         __nscd_getservbyname_r, and __nscd_getservbyport_r.
7960         * nscd/selinux.c (perms): Add entries for services database.
7961         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
7962         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
7963
7964         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
7965         * nscd/hstcache.c: Likewise.
7966         * nscd/pwdcache.c: Likewise.
7967
7968         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
7969         computation of keylen.
7970
7971         * include/string.h: Only redefine strndupa if this is really for
7972         libc code.
7973
7974 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
7975
7976         * nscd/nscd_gethst_r.c: Minor cleanups.
7977
7978         * nscd/connections.c (handle_request): Check selinux permissions
7979         for all non-admin commands.
7980
7981         * sysdeps/i386/i486/bits/atomic.h: Define
7982         atomic_compare_and_exchange_val_acq,
7983         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
7984         using __sync_* built-ins for gcc >= 4.1.
7985         * sysdeps/x86_64/bits/atomic.h: Likewise.
7986
7987         [BZ #3840]
7988         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
7989         and .oS.d files.
7990
7991 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
7992
7993         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
7994         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
7995         (do_test): Check errno and exit(0) if ENOSYS.
7996
7997 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
7998
7999         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8000         thousands separators.
8001         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8002         * stdlib/tst-strtod4.c: New test.
8003
8004         [BZ #3855]
8005         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8006         hexadecimal digit should accept just the initial 0.
8007         * stdlib/tst-strtod2.c (tests): New variable.
8008         (do_test): Run several tests rather than just one.
8009
8010 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8011
8012         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8013         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8014
8015 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8016
8017         * io/fts.c: Make sure fts_cur is always valid after return from
8018         fts_read.
8019         Patch by Miloslav Trmac <mitr@redhat.com>.
8020
8021 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8022
8023         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8024         (R_MIPS_NUM): Bump by 1.
8025
8026 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8027
8028         * posix/execvp.c: Include alloca.h.
8029         (allocate_scripts_argv): Renamed to...
8030         (scripts_argv): ... this.  Don't allocate buffer here nor count
8031         arguments.
8032         (execvp): Use alloca if possible.
8033         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8034         * posix/tst-vfork3.c: New test.
8035
8036 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8037
8038         * string/Makefile (tst-strxfrm2-ENV): Define.
8039         * stdlib/Makefile (tst-strtod3-ENV): Define.
8040
8041 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8042
8043         * posix/getconf.c: Update copyright year.
8044         * nss/getent.c: Likewise.
8045         * iconv/iconvconfig.c: Likewise.
8046         * iconv/iconv_prog.c: Likewise.
8047         * elf/ldconfig.c: Likewise.
8048         * catgets/gencat.c: Likewise.
8049         * csu/version.c: Likewise.
8050         * elf/ldd.bash.in: Likewise.
8051         * elf/sprof.c (print_version): Likewise.
8052         * locale/programs/locale.c: Likewise.
8053         * locale/programs/localedef.c: Likewise.
8054         * nscd/nscd.c (print_version): Likewise.
8055         * debug/xtrace.sh: Likewise.
8056         * malloc/memusage.sh: Likewise.
8057         * malloc/mtrace.pl: Likewise.
8058         * debug/catchsegv.sh: Likewise.
8059
8060 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8061
8062         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8063         attempts.
8064
8065 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8066
8067         * posix/wordexp.c: Remove some unnecessary tests.
8068
8069 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8070
8071         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8072         blacklist the group till after we look it up.
8073
8074 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8075
8076         * include/atomic.h (atomic_forced_read): New macro.
8077
8078 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8079
8080         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8081
8082 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8083
8084         * nss/getXXbyYY_r.c: Include atomic.h.
8085         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8086         add atomic_write_barrier () in between.
8087
8088         * stdlib/Makefile (tests): Add tst-makecontext.
8089         * stdlib/tst-makecontext.c: New test.
8090
8091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8092         (__makecontext): Don't realign uc_mcontext.uc_regs.
8093
8094 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8095
8096         * elf/dl-support.c: Include dl-procinfo.h.
8097         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8098         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8099         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8100         Define.
8101         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8102         hardcoded constants.
8103         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8104         PPC_PLATFORM_* macros for array designators.
8105
8106 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8107
8108         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8109         names to the beginning.
8110         (_dl_powerpc_platforms): Add "power6x".
8111         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8112         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8113         (_DL_PLATFORMS_COUNT): Increase.
8114         (_dl_string_platform): Handle power6x case.
8115         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8116         PPC_FEATURE_POWER6_EXT): Define.
8117         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8118
8119 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8120
8121         [BZ #3747]
8122         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8123         [-2^31 .. 2^31) range.
8124         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8125         targets.
8126         * stdlib/tst-rand48-2.c: New test.
8127         * stdlib/Makefile (tests): Add tst-rand48-2.
8128
8129 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8130
8131         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8132
8133 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8134
8135         * misc/tst-pselect.c (do_test): Make sure the helper process is
8136         terminating when the test is aborted.
8137
8138 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8139
8140         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8141         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8142         Handle relatime mount option.
8143
8144         [BZ #2337]
8145         * libio/Makefile (tests): Add tst-setvbuf1.
8146         * libio/tst-setvbuf1.c: New file.
8147
8148 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8149
8150         [BZ #2337]
8151         * libio/genops.c (__uflow): Fix a typo.
8152         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8153         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8154         the narrow buffer size.
8155
8156 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8157
8158         [BZ #2337]
8159         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8160         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8161         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8162         in _flags.
8163         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8164         _IO_wstr_finish): Likewise.
8165         * libio/wmemstream.c (open_wmemstream): Likewise.
8166         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8167         even for wide streams.
8168
8169 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8170
8171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8172         kernel-features.h.
8173
8174 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8175
8176         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8177         separators also if no non-zero digits found.
8178         * stdlib/Makefile (tests): Add tst-strtod3.
8179
8180 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8181
8182         [BZ #3632]
8183         * include/features.h: Fix comment about default value for
8184         _POSIX_C_SOURCE.
8185
8186         [BZ #3664]
8187         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8188         empty parsed strings.
8189         * stdlib/Makefile (tests): Add tst-strtod2.
8190         * stdlib/tst-strtod2.c: New file.
8191
8192         [BZ #3673]
8193         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8194         computation.
8195         * stdlib/Makefile (tests): Add tst-atof2.
8196         * stdlib/tst-atof2.c: New file.
8197
8198         [BZ #3674]
8199         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8200         correctly if removing trailing zero of hex-float.
8201         * stdlib/Makefile (tests): Add tst-atof1.
8202         * stdlib/tst-atof1.c: New file.
8203
8204 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8205
8206         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8207         Start searching for next comma at p rather than rest.
8208         * misc/Makefile (tests): Add tst-mntent2.
8209         * misc/tst-mntent2.c: New test.
8210
8211         * misc/getusershell.c (initshells): Check for integer overflows.
8212         Make strings buffer one bigger as fgets always succeeds when second
8213         argument is 1.  Don't use calloc for shells array.  Disallow
8214         / as shell.
8215
8216 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8217
8218         * malloc/memusage.c: Handle realloc with new size of zero and
8219         non-NULL pointer correctly.
8220         (me): Really write first record twice.
8221         (struct entry): Make format bi-arch safe.
8222         (dest): Write out more realloc statistics.
8223         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8224
8225 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8226
8227         * nis/nis_subr.c (nis_getnames): Revert last change.
8228
8229 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8230
8231         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8232         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8233         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8234         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8235         ENOTTY.
8236         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8237         * io/tst-ttyname_r.c: New test.
8238
8239 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8240
8241         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8242
8243 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8244
8245         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8246         jump table entries.
8247
8248 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8249
8250         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8251         `clone' function to ensure proper unwinding stop of gdb.
8252         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8253
8254 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8255
8256         * nscd/nscd.init: Remove obsolete and commented-out -S option
8257         handling.
8258
8259 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8260
8261         [BZ #3514]
8262         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8263
8264         [BZ #3515]
8265         * manual/string.texi (strtok): Remove duplicate paragraph.
8266
8267 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8268
8269         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8270         libgcc not supporting `rflags' unwinding (register # >= 17).
8271
8272 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8273
8274         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8275         succeeded.
8276
8277 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8278             Jakub Jelinek  <jakub@redhat.com>
8279             Jan Kratochvil  <jan.kratochvil@redhat.com>
8280
8281         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8282         unwind information.
8283         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8284         'restore_rt' even in the 'signal' directory.
8285         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8286
8287 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8288
8289         [BZ #3559]
8290         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8291         malloc crashed.  Don't allocate memory unnecessarily in each
8292         loop.
8293
8294 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8295
8296         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8297
8298 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8299
8300         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8301
8302 2006-11-18  Bruno Haible  <bruno@clisp.org>
8303
8304         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8305         __sysconf only after having tried to call getgroups32.
8306
8307 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8308
8309         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8310         addresses for IPv4 queries if they can be mapped.
8311
8312 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8313
8314         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8315         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8316         (signmask): Add .size directive.
8317         (othermask): Add .type directive.
8318
8319 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8320
8321         * po/nl.po: Update from translation team.
8322
8323         * timezone/zdump.c: Redo fix for BZ #3137.
8324
8325 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8326
8327         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8328         to first_unused after parsing :include: file.
8329
8330 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8331
8332         * timezone/africa: Update from tzdata2006o.
8333         * timezone/antarctica: Likewise.
8334         * timezone/asia: Likewise.
8335         * timezone/australasia: Likewise.
8336         * timezone/backward: Likewise.
8337         * timezone/europe: Likewise.
8338         * timezone/iso3166.tab: Likewise.
8339         * timezone/northamerica: Likewise.
8340         * timezone/southamerica: Likewise.
8341         * timezone/zone.tab: Likewise.
8342
8343         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8344         on machines with 64-bit time_t.
8345
8346         * timezone/checktab.awk: Update from tzcode2006o.
8347         * timezone/ialloc.c: Likewise.
8348         * timezone/private.h: Likewise.
8349         * timezone/scheck.c: Likewise.
8350         * timezone/tzfile.h: Likewise.
8351         * timezone/tzselect.ksh: Likewise.
8352         * timezone/zdump.c: Likewise.
8353         * timezone/zic.c: Likewise.
8354
8355         [BZ #3483]
8356         * elf/ldconfig.c (main): Call setlocale and textdomain.
8357         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8358
8359         [BZ #3480]
8360         * manual/argp.texi: Fix typos.
8361         * manual/charset.texi: Likewise.
8362         * manual/errno.texi: Likewise.
8363         * manual/filesys.texi: Likewise.
8364         * manual/lang.texi: Likewise.
8365         * manual/maint.texi: Likewise.
8366         * manual/memory.texi: Likewise.
8367         * manual/message.texi: Likewise.
8368         * manual/resource.texi: Likewise.
8369         * manual/search.texi: Likewise.
8370         * manual/signal.texi: Likewise.
8371         * manual/startup.texi: Likewise.
8372         * manual/stdio.texi: Likewise.
8373         * manual/sysinfo.texi: Likewise.
8374         * manual/syslog.texi: Likewise.
8375         * manual/time.texi: Likewise.
8376         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8377
8378         [BZ #3465]
8379         * sunrpc/clnt_raw.c: Minimal message improvements.
8380         * sunrpc/pm_getmaps.c: Likewise.
8381         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8382         * nis/nis_print_group_entry.c: Likewise.
8383         * locale/programs/repertoire.c: Likewise.
8384         * locale/programs/charmap.c: Likewise.
8385         * malloc/memusage.sh: Likewise.
8386         * elf/dl-deps.c: Likewise.
8387         * locale/programs/ld-collate.c: Likewise.
8388         * libio/vswprintf.c: Likewise.
8389         * malloc/memusagestat.c: Likewise.
8390         * sunrpc/auth_unix.c: Likewise.
8391         * sunrpc/rpc_main.c: Likewise.
8392         * nscd/cache.c: Likewise.
8393         * locale/programs/repertoire.c: Unify output messages.
8394         * locale/programs/charmap.c: Likewise.
8395         * locale/programs/ld-ctype.c: Likewise.
8396         * locale/programs/ld-monetary.c: Likewise.
8397         * locale/programs/ld-numeric.c: Likewise.
8398         * locale/programs/ld-time.c: Likewise.
8399         * elf/ldconfig.c: Likewise.
8400         * nscd/selinux.c: Likewise.
8401         * elf/cache.c: Likewise.
8402         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8403
8404         [BZ #3451]
8405         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8406         change atomic.
8407         (ceil): Likewise.
8408
8409 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8410
8411         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8412         if N is one bigger than return value.
8413         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8414         and l1 last arguments, if buf is defined, verify the return value
8415         equals to strlen (buf) and verify no byte beyond passed length
8416         is modified.
8417
8418 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8419
8420         * po/sv.po: Update from translation team.
8421
8422 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8423
8424         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8425         noinline attribute.
8426
8427 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8428
8429         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8430         noinline attribute.
8431
8432         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8433         Use __new_sys_siglist instead of _sys_siglist_internal as
8434         second macro argument.
8435         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8436         strong_alias.
8437
8438 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8439
8440         [BZ #3493]
8441         * posix/unistd.h (sysconf): Remove const attribute.
8442
8443         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8444         temporary or deprecated addresses.
8445         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8446
8447         * string/Makefile (tests): Add tst-strxfrm2.
8448         * string/tst-strxfrm2.c: New file.
8449
8450 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8451
8452         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8453         rather than r->r_brk.
8454
8455 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8456
8457         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8458         optimization even if needed > n.
8459
8460         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8461         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8462         return false, otherwise return true.
8463         (cache_rpath): Return decompose_rpath return value.
8464
8465 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8466
8467         * include/libc-symbols.h (declare_symbol): Rename to...
8468         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8469         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8470         .size directive.
8471         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8472         changes.
8473         * sysdeps/gnu/siglist.c: Likewise.
8474
8475 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8476
8477         * sysdeps/powerpc/fpu/bits/mathinline.h
8478         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8479         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8480
8481 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8482
8483         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8484         Update handling of cache descriptor 0x49 for new models.
8485         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8486         Likewise.
8487
8488 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8489
8490         * malloc/memusage.c (dest): Reset not_me back to false after
8491         printing statistics.
8492
8493 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8494
8495         * configure.in: Work around ld --help change and avoid -z relro
8496         test completely if the architecture doesn't care about security.
8497
8498 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8499
8500         * po/sv.po: Update from translation team.
8501
8502 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8503
8504         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8505         generate compatibility version.
8506
8507 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8508
8509         * configure.in: Relax -z relro requirement a bit.
8510
8511         * po/sv.po: Update from translation team.
8512
8513 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8514
8515         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8516         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8517         * elf/dl-close.c (_dl_close_worker): Likewise.
8518         * elf/dl-open.c (_dl_open_worker): Likewise.
8519         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8520
8521 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8522
8523         * configure.in: Require assembler support for visibility, compiler
8524         support for visibility and aliases, linker support for various -z
8525         options.
8526         * Makeconfig: Remove conditional code which now is unnecessary.
8527         * config.h.in: Likewise.
8528         * config.make.in: Likewise.
8529         * dlfcn/Makefile: Likewise.
8530         * elf/Makefile: Likewise.
8531         * elf/dl-load.c: Likewise.
8532         * elf/rtld.c: Likewise.
8533         * include/libc-symbols.h: Likewise.
8534         * include/stdio.h: Likewise.
8535         * io/Makefile: Likewise.
8536         * io/fstat.c: Likewise.
8537         * io/fstat64.c: Likewise.
8538         * io/fstatat.c: Likewise.
8539         * io/fstatat64.c: Likewise.
8540         * io/lstat.c: Likewise.
8541         * io/lstat64.c: Likewise.
8542         * io/mknod.c: Likewise.
8543         * io/mknodat.c: Likewise.
8544         * io/stat.c: Likewise.
8545         * io/stat64.c: Likewise.
8546         * libio/stdio.c: Likewise.
8547         * nscd/Makefile: Likewise.
8548         * stdlib/Makefile: Likewise.
8549         * stdlib/atexit.c: Likewise.
8550         * sysdeps/generic/ldsodefs.h: Likewise.
8551         * sysdeps/i386/dl-machine.h: Likewise.
8552         * sysdeps/i386/sysdep.h: Likewise.
8553         * sysdeps/i386/i686/memcmp.S: Likewise.
8554         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8555         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8556         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8557
8558         * Makerules: USE_TLS support is now default.
8559         * tls.make.c: Likewise.
8560         * csu/Versions: Likewise.
8561         * csu/libc-start.c: Likewise.
8562         * csu/libc-tls.c: Likewise.
8563         * csu/version.c: Likewise.
8564         * dlfcn/dlinfo.c: Likewise.
8565         * elf/dl-addr.c: Likewise.
8566         * elf/dl-cache.c: Likewise.
8567         * elf/dl-close.c: Likewise.
8568         * elf/dl-iteratephdr.c: Likewise.
8569         * elf/dl-load.c: Likewise.
8570         * elf/dl-lookup.c: Likewise.
8571         * elf/dl-object.c: Likewise.
8572         * elf/dl-open.c: Likewise.
8573         * elf/dl-reloc.c: Likewise.
8574         * elf/dl-support.c: Likewise.
8575         * elf/dl-sym.c: Likewise.
8576         * elf/dl-sysdep.c: Likewise.
8577         * elf/dl-tls.c: Likewise.
8578         * elf/ldconfig.c: Likewise.
8579         * elf/rtld.c: Likewise.
8580         * elf/tst-tls-dlinfo.c: Likewise.
8581         * elf/tst-tls1.c: Likewise.
8582         * elf/tst-tls10.h: Likewise.
8583         * elf/tst-tls14.c: Likewise.
8584         * elf/tst-tls2.c: Likewise.
8585         * elf/tst-tls3.c: Likewise.
8586         * elf/tst-tls4.c: Likewise.
8587         * elf/tst-tls5.c: Likewise.
8588         * elf/tst-tls6.c: Likewise.
8589         * elf/tst-tls7.c: Likewise.
8590         * elf/tst-tls8.c: Likewise.
8591         * elf/tst-tls9.c: Likewise.
8592         * elf/tst-tlsmod1.c: Likewise.
8593         * elf/tst-tlsmod13.c: Likewise.
8594         * elf/tst-tlsmod13a.c: Likewise.
8595         * elf/tst-tlsmod14a.c: Likewise.
8596         * elf/tst-tlsmod2.c: Likewise.
8597         * elf/tst-tlsmod3.c: Likewise.
8598         * elf/tst-tlsmod4.c: Likewise.
8599         * elf/tst-tlsmod5.c: Likewise.
8600         * elf/tst-tlsmod6.c: Likewise.
8601         * include/errno.h: Likewise.
8602         * include/link.h: Likewise.
8603         * include/tls.h: Likewise.
8604         * locale/global-locale.c: Likewise.
8605         * locale/localeinfo.h: Likewise.
8606         * malloc/arena.c: Likewise.
8607         * malloc/hooks.c: Likewise.
8608         * malloc/malloc.c: Likewise.
8609         * resolv/Versions: Likewise.
8610         * sysdeps/alpha/dl-machine.h: Likewise.
8611         * sysdeps/alpha/libc-tls.c: Likewise.
8612         * sysdeps/generic/ldsodefs.h: Likewise.
8613         * sysdeps/generic/tls.h: Likewise.
8614         * sysdeps/i386/dl-machine.h: Likewise.
8615         * sysdeps/ia64/dl-machine.h: Likewise.
8616         * sysdeps/ia64/libc-tls.c: Likewise.
8617         * sysdeps/mach/hurd/fork.c: Likewise.
8618         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8619         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8620         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8621         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8622         * sysdeps/s390/libc-tls.c: Likewise.
8623         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8624         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8625         * sysdeps/sh/dl-machine.h: Likewise.
8626         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8627         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8628         * sysdeps/x86_64/dl-machine.h: Likewise.
8629
8630         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8631         split out locking and parameter checking.
8632         (_dl_close): Call _dl_close_worker after locking and checking.
8633         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8634         _dl_close.
8635         * elf/Makefile: Add rules to build and run tst-thrlock.
8636         * elf/tst-thrlock.c:  New file.
8637
8638         [BZ #3426]
8639         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8640         reality.
8641
8642         [BZ #3429]
8643         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8644         we are sure we do not need it anymore for _dl_close.  Also move
8645         the asserts inside the lock region.
8646         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8647
8648 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8649
8650         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8651         argument.
8652         (_dl_lookup_symbol_x): Adjust caller.
8653
8654         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8655         _ns_global_scope.
8656         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8657
8658         * elf/dl-libc.c: Revert l_scope name changes.
8659         * elf/dl-load.c: Likewise.
8660         * elf/dl-object.c: Likewise.
8661         * elf/rtld.c: Likewise.
8662         * elf/dl-close.c (_dl_close): Likewise.
8663         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8664         always use __rtld_mrlock_{change,done}.  Always free old scope list
8665         here if not l_scope_mem.
8666         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8667         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8668         the lookup and __rtld_mrlock_unlock it after the lookup.
8669         * elf/dl-sym.c: Likewise.
8670         * include/link.h (struct r_scoperec): Remove.
8671         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8672         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8673
8674 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8675
8676         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8677
8678 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8679
8680         * configure.in: Disable building profile libraries by default.
8681
8682 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8683
8684         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8685         as signed longs, check for x_base + pos overflow.
8686         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8687         * sunrpc/tst-xdrmem2.c: New test.
8688
8689 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8690
8691         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8692         _dl_lookup_symbol_x code.
8693
8694 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8695
8696         * elf/dl-runtime.c: Include sysdep-cancel.h.
8697         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8698         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8699         instead of catomic_* macros.
8700         * elf/dl-sym.c: Include sysdep-cancel.h.
8701         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8702         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8703         * elf/dl-close.c: Include sysdep-cancel.h.
8704         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8705         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8706         * elf/dl-open.c: Include sysdep-cancel.h.
8707         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8708         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8709
8710 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8711
8712         [BZ #3313]
8713         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8714         fastbin rather than end of fastbin array.
8715
8716 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8717
8718         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8719         body macro.
8720         * sysdeps/x86_64/bits/atomic.h
8721         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8722         (catomic_decrement): Use correct body macro.
8723
8724 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8725
8726         * include/atomic.h: Add a unique prefix to all local variables
8727         in macros.
8728         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8729
8730 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8731
8732         [BZ #3369]
8733         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8734         and 7.
8735
8736 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8737
8738         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8739
8740 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8741
8742         [BZ #3313]
8743         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8744         determine highest fast bin to consolidate, always look into all of
8745         them.
8746         (do_check_malloc_state): Only require for empty bins for large
8747         sizes in main arena.
8748
8749         * libio/stdio.h: Add more __wur attributes.
8750
8751         * elf/dl-minimal.c (realloc): Optimize last patch.
8752
8753 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8754
8755         [BZ #3352]
8756         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8757         and use memcpy() if it does.
8758
8759 2006-11-12  Andreas Jaeger  <aj@suse.de>
8760
8761         [BZ #2510]
8762         * manual/search.texi (Hash Search Function): Clarify.
8763         (Array Search Function): Clarify.
8764
8765 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8766
8767         [BZ #2830]
8768         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8769         shifting.
8770         * math/atest-exp2.c (read_mpn_hex): Likewise.
8771         * math/atest-sincos.c (main): Likewise.
8772
8773 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8774
8775         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8776         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8777         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8778         version GLIBC_2.6.
8779         * Versions.def: Add GLIBC_2.6 for libc.
8780
8781         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8782
8783         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8784
8785 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8786
8787         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8788
8789         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8790
8791         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8792         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8793
8794 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8795
8796         * include/atomic.c: Define catomic_* operations.
8797         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8798         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8799         * malloc/memusage.c: Likewise.
8800         * gmon/mcount.c: Likewise.
8801         * elf/dl-close.c: Likewise.
8802         * elf/dl-open.c: Likewise.
8803         * elf/dl-profile.c: Likewise.
8804         * elf/dl-sym.c: Likewise.
8805         * elf/dl-runtime.c: Likewise.
8806         * elf/dl-fptr.c: Likewise.
8807         * resolv/res_libc.c: Likewise.
8808
8809 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8810
8811         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8812         components which lack them.
8813
8814         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8815         at least one entry consisting of the parameter concatenated with
8816         the domain.
8817
8818 2006-10-10  Roland McGrath  <roland@frob.com>
8819
8820         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8821         * sysdeps/mach/hurd/futimes.c: Likewise.
8822         * sysdeps/mach/hurd/lutimes.c: Likewise.
8823
8824 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8825             Jakub Jelinek  <jakub@redhat.com>
8826
8827         Implement reference counting of scope records.
8828         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8829         from the list in objects which remain.  Always allocate new scope
8830         record.
8831         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8832         don't resize, allocate a new one.
8833         * elf/dl-runtime.c: Update reference counters before using a scope
8834         array.
8835         * elf/dl-sym.c: Likewise.
8836         * elf/dl-libc.c: Adjust for l_scope name change.
8837         * elf/dl-load.c: Likewise.
8838         * elf/dl-object.c: Likewise.
8839         * elf/rtld.c: Likewise.
8840         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8841         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8842         Add l_scoperec_lock.
8843         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8844         * sysdeps/generic/rtld-lowlevel.h: New file.
8845
8846         * include/atomic.h: Rename atomic_and to atomic_and_val and
8847         atomic_or to atomic_or_val.  Define new macros atomic_and and
8848         atomic_or which do not return values.
8849         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8850         Various cleanups.
8851         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8852
8853         * po/sv.po: Update from translation team.
8854
8855 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8856
8857         * Versions.def: Add GLIBC_2.6 to libpthread.
8858
8859         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8860         (versioned_symbol): Likewise.
8861         (compat_symbol): Likewise.
8862
8863         * po/tr.po: Update from translation team.
8864
8865 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8866
8867         * nis/Banner: Removed.  It's been integral part forever and the
8868         author info is incomplete anyway.
8869         * libio/Banner: Likewise.
8870
8871         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8872         code, make sure the nis_freeresult call doesn't crash and that the
8873         result is reported correctly.
8874
8875 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8876
8877         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8878         when callback is NULL.
8879
8880         * nis/Versions (libnss_nisplus): Add
8881         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8882         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8883         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8884         _nss_create_tablename): Rename to...
8885         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8886         ... these.  No longer static.
8887         (internal_setgrent): Adjust users.
8888         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8889         Don't use locking around _nss_grp_create_tablename call.
8890         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8891
8892 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8893
8894         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8895
8896 2006-10-06  Andreas Jaeger  <aj@suse.de>
8897
8898         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8899
8900 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8901
8902         * po/pl.po: Update from translation team.
8903
8904         * nscd/nscd.c (main): Fix typo in message.
8905         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8906
8907 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8908
8909         [BZ #3291]
8910         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8911         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8912         (__sigprocmask): Define.
8913
8914 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8915
8916         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8917         used.
8918
8919 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8920
8921         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8922         in oldtotal and newtotal calculation.
8923         * nscd/nscd-client.h (struct mapped_database): Add datasize
8924         field.
8925         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8926         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8927         increased.
8928         (__nscd_cache_search): Add checks to make sure we never reference
8929         data beyond the current mapping.
8930
8931 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8932
8933         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8934         variables const to avoid compiler warnings.
8935
8936         * io/fts.c (fts_close): Remove redundant checks.
8937         (fts_build): Likewise.
8938         (fts_palloc): Likewise.
8939
8940         * manual/message.texi (Advanced gettext functions,
8941         Using gettextized software): Fix typos.
8942
8943 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8944
8945         * posix/glob.c (glob_in_dir): Add some comments and asserts to
8946         explain why there are no leaks.
8947
8948 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
8949
8950         * libio/wmemstream.c: Include <wchar.h>.
8951         * libio/bug-wmemstream1.c: Likewise.
8952         * libio/tst-wmemstream1.c: Likewise.
8953         * libio/tst-wmemstream2.c: Likewise.
8954
8955         * version.h (RELEASE): Bump to 2.5.
8956         * README: Regenerated.
8957
8958         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
8959
8960         [BZ #3273]
8961         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
8962         found no group members.
8963         Patch by Petr Baudis.
8964
8965 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
8966
8967         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
8968         assert bootstrap_map.l_tls_modid is zero.
8969         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
8970         if USE___THREAD.
8971
8972 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
8973
8974         * libio/stdio.h: Move open_wmemstream prototype to ...
8975         * wcsmbs/wchar.h: ... here.
8976
8977 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
8978
8979         [BZ #3252]
8980         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
8981         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
8982         __{,l}chown to handle the rest.
8983         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
8984         fchownat syscall and __ASSUME_32BITUIDS case inline, call
8985         __{,l}chown to handle the rest.
8986         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
8987         i386/fchownat.c.
8988         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
8989         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
8990
8991         [BZ #3253]
8992         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
8993         time, rather allocate increasingly bigger arrays of pointers, if
8994         possible with alloca, if too large with malloc.
8995
8996 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
8997
8998         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
8999
9000         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9001
9002 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9003
9004         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9005         home addresses.
9006         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9007         IFA_F_HOMEADDRESS flag for interfaces.
9008         * include/ifaddrs.h (struct in6addrinfo): Define
9009         in6ai_homeaddress.
9010
9011 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9012
9013         [BZ #3225]
9014         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9015         PTR_DEMANGLE3): Define.
9016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9017         PTR_DEMANGLE3): Likewise.
9018         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9019         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9020         Likewise.
9021         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9022
9023 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9024
9025         * po/libc.pot: Regenerated.
9026         * po/be.po: Updated.
9027         * po/ca.po: Likewise.
9028         * po/cs.po: Likewise.
9029         * po/da.po: Likewise.
9030         * po/de.po: Likewise.
9031         * po/el.po: Likewise.
9032         * po/en_GB.po: Likewise.
9033         * po/es.po: Likewise.
9034         * po/fi.po: Likewise.
9035         * po/fr.po: Likewise.
9036         * po/gl.po: Likewise.
9037         * po/hr.po: Likewise.
9038         * po/hu.po: Likewise.
9039         * po/ja.po: Likewise.
9040         * po/ko.po: Likewise.
9041         * po/nb.po: Likewise.
9042         * po/nl.po: Likewise.
9043         * po/pl.po: Likewise.
9044         * po/pt_BR.po: Likewise.
9045         * po/ru.po: Likewise.
9046         * po/rw.po: Likewise.
9047         * po/sk.po: Likewise.
9048         * po/sv.po: Likewise.
9049         * po/tr.po: Likewise.
9050         * po/zh_CN.po: Likewise.
9051         * po/zh_TW.po: Likewise.
9052
9053         [BZ #3137]
9054         * iconv/iconv_prog.c (main): Fix spelling in error message.
9055         * iconv/iconvconfig.c (main): Likewise.
9056         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9057         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9058         * locale/programs/localedef.c (main): Likewise.
9059         * locale/programs/repertoire.c (repertoire_read): Likewise.
9060         * timezone/zdump.c (main): Likewise.
9061         * nscd/connections.c (handle_request): Fix spelling in log message.
9062         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9063
9064 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9065
9066         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9067         interfaces.
9068
9069 2006-09-20  Andreas Jaeger  <aj@suse.de>
9070
9071         * math/libm-test.inc (lrint_test_upward): Fix typo.
9072
9073 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9074
9075         [BZ #2592]
9076         * math/libm-test.inc (lrint_test_tonearest): New function.
9077         (lrint_test_towardzero): New function.
9078         (lrint_test_downward): New function.
9079         (lrint_test_upward): New function.
9080         (main): Run these new tests.
9081         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9082         of values near to 0.
9083         (two52): Use double not long double.
9084         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9085         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9086         (two23): Use float not double.
9087         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9088         (two23): Use float not double.
9089         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9090         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9091         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9092         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9093
9094 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9095
9096         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9097         Cast sp to unsigned long to avoid compiler warning.
9098         Use __makecontext_ret function instead of a trampoline on the stack.
9099         (__makecontext_ret): New function.
9100         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9101
9102 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9103
9104         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9105         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9106         bits.
9107
9108 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9109
9110         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9111         sure no reference to the unloaded map's search list remains in the
9112         dependency's scope.
9113
9114 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9115
9116         * elf/Makefile: Add rules to build and run unload7 test.
9117         * elf/unload7.c: New test.
9118         * elf/unload7mod1.c: New file.
9119         * elf/unload7mod2.c: New file.
9120
9121 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9122
9123         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9124         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9125         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9126         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9127         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9128         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9129         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9130         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9131         PTRACE_GETEVENTMSG): Likewise.
9132         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9133         values.
9134
9135 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9136
9137         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9138         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9139         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9140         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9141
9142 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9143
9144         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9145         write '\0' to the fd.
9146         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9147         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9148         Change regs to unsigned long pointer from unsigned int, fix fscr
9149         offset.
9150
9151 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9152
9153         * io/Makefile (CFLAGS-fstatat.c): Set.
9154         (CFLAGS-fstatat64.c): Likewise.
9155         (CFLAGS-mknodat.c): Likewise.
9156
9157         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9158         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9159         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9160         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9161
9162 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9163             Steven Munroe  <sjmunroe@us.ibm.com>
9164
9165         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9166         names to the beginning.  Rename "cell" to "cellbe".
9167         (_dl_powerpc_platforms): New.
9168         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9169         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9170         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9171         (_DL_HWCAP_PLATFORM): Define to new mask.
9172         (_dl_platform_string, _dl_string_platform): New functions.
9173         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9174         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9175
9176 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9177
9178         [BZ #2526]
9179         * README.libm: Fix a thinko in sqrt algorithm description.
9180
9181         [BZ #3143]
9182         * manual/string.texi (argz_delete): Fix prototype.
9183         Patch by <alpt@freaknet.org>.
9184
9185 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9186
9187         [BZ #3138]
9188         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9189         * io/tst-fcntl.c (do_prepare): Likewise.
9190         * posix/tst-exec.c (do_prepare): Likewise.
9191         * posix/tst-preadwrite.c (do_prepare): Likewise.
9192         * posix/tst-spawn.c (do_prepare): Likewise.
9193         * posix/tst-truncate.c (do_prepare): Likewise.
9194         * rt/tst-aio.c (do_prepare): Likewise.
9195         * rt/tst-aio64.c (do_prepare): Likewise.
9196         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9197         size_t.
9198
9199 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9200
9201         [BZ #2821]
9202         * time/mktime.c (guess_time_tm): Fix overflow detection.
9203         * time/Makefile (tests): Add bug-mktime1.
9204         * time/bug-mktime1.c: New file.
9205
9206         [BZ #3189, #3188]
9207         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9208         (mremap): Likewise.
9209
9210 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9211
9212         [BZ #1006]
9213         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9214         Ensure relocation doesn't clobber any bits outside of the
9215         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9216         R_SPARC_HI22 and R_SPARC_H44.
9217
9218         [BZ #2775]
9219         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9220         (long) (MINSIZE + nb - old_size) is positive.
9221
9222         * malloc/arena.c (grow_heap): When growing bail even if new_size
9223         is negative.
9224
9225         [BZ #3155]
9226         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9227         stack below r1.
9228
9229 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9230
9231         * posix/regex_internal.c (re_string_reconstruct): Handle
9232         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9233         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9234         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9235         re_string_context_at.
9236         * posix/Makefile: Add rules to build and run bug-regex26 test.
9237         * posix/bug-regex26.c: New test.
9238
9239         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9240         rather than col_sym_free.  Move seqp declaration earlier.
9241
9242         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9243
9244 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9245
9246         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9247         decl before first goto out.
9248
9249 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9250
9251         * Makerules (shlib.lds): If have-hash-style, put .hash section
9252         at the end of the RO segment.
9253
9254 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9255
9256         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9257         style hash table format is used.
9258
9259 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9260
9261         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9262         randomization rather than before.
9263         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9264
9265 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9266
9267         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9268
9269         * malloc/malloc.c (_int_malloc): Use full list insert and not
9270         shortcut which assumes the list is empty for large requests
9271         too.
9272
9273         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9274
9275 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9276
9277         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9278         and offout arguments to the prototype.
9279         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9280         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9281         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9282         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9283         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9284         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9285         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9286         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9287
9288 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9289
9290         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9291
9292         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9293         dlopen parameters.
9294
9295 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9296
9297         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9298         only if herrno is NETDB_INTERNAL.  Handle errors other than
9299         ERANGE outside of the loops, handle TRY_AGAIN.
9300
9301         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9302         if other's ctype category was missing.
9303         * locale/programs/ld-collate.c (collate_read): Return if
9304         copy_locale's collate category is missing.
9305
9306 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9307
9308         [BZ #2684]
9309         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9310         arenas if allocation failed.
9311         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9312
9313 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9314
9315         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9316         waste bins[0..1].
9317         (malloc_state): Reduce bins size by 2.
9318         (_int_malloc): Fix test for large enough buffer for early termination.
9319         When no unsorted block matches perfectly and an exiting block has
9320         to be split, use full list insert and not shortcut which assumes
9321         the list is empty.
9322
9323         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9324         failure.
9325
9326 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9327
9328         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9329         do anything.
9330
9331         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9332         symbol require exact match (these are PLTs).
9333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9334         (_dl_ppc64_addr_sym_match): Likewise.
9335
9336         [BZ #2683]
9337         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9338         If symbol has a value use it.
9339         * elf/tst-dladdr1.c: New file.
9340         * elf/Makefile: Add rules to build and run tst-addr1.
9341
9342 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9343
9344         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9345         keeps failing and heap growth or new heap creation isn't
9346         successful either.
9347         * malloc/tst-malloc.c (main): Add new tests.
9348
9349 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9350
9351         [BZ #2734]
9352         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9353         as in the x86-64 code to use bswap.
9354
9355 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9356
9357         [BZ #2680]
9358         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9359         __USE_UNIX98.
9360         * posix/bits/unistd.h: Likewise.
9361
9362 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9363
9364         [BZ #2751]
9365         * string/strchr.c: Add cast to avoid warning.
9366
9367 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9368
9369         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9370         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9371         limit is needed to avoid the exploding of the address space
9372         requirement for secondary heaps.
9373         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9374         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9375
9376 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9377
9378         [BZ #3018]
9379         * Makerules (depfiles): Handle extra-test-objs the same as
9380         extra-objs.
9381         (common-mostlyclean): Likewise.
9382         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9383         instead.
9384         * elf/Makefile (extra-objs): Likewise.
9385         * stdlib/Makefile (extra-objs): Likewise.
9386
9387 2006-08-14  Eric Blake  <ebb9@byu.net>
9388
9389         [BZ #3044]
9390         * misc/error.h: Assume C89 or better.
9391         * misc/error.c: Likewise.
9392
9393 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9394
9395         [BZ #3040]
9396         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9397         __ASSUME_ATFCTS is defined.
9398
9399 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9400
9401         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9402         to sort in each call.
9403
9404         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9405         is empty simply return and use next service.
9406         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9407
9408         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9409         tells us when not finding a charmap file is an error.
9410         * locale/programs/charmap.h: Adjust charmap_read prototype.
9411         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9412         cannot find a charmap.
9413         * locale/programs/localedef.c (main): Adjust charmap_read call.
9414
9415 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9416
9417         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9418         sysdeps/posix/pause.c implementation instead.
9419
9420 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9421
9422         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9423         to EPERM.
9424
9425 2006-08-13  Andreas Schwab  <schwab@suse.de>
9426
9427         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9428         Don't clobber caller's LRSAVE.
9429         (_dl_prof_resolve): Likewise.
9430
9431 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9432
9433         [BZ #1996]
9434         * libio/memstream.c (open_memstream): Allocate initial buffer with
9435         calloc.
9436         * libio/wmemstream.c (open_wmemstream): Likewise.
9437         * libio/strops.c: Pretty printing.
9438         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9439         (enlarge_userbuf): New function.
9440         (_IO_str_seekoff): Call it if seek position is larger than current
9441         buffer.
9442         * libio/wstrops.c: Likewise.
9443         * libio/vasprintf.c: Add comment as to why we do not have to use
9444         calloc instead of malloc to allocate initial buffer.
9445         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9446         * libio/bug-memstream1.c: New file.
9447         * libio/bug-wmemstream1.c: New file.
9448
9449 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9450
9451         * libio/wstrops.c: Remove dead macro definitions and comments.
9452         * libio/strops.c: Likewise.
9453
9454         [BZ #2764]
9455         * login/utmpname.c (__utmpname): Remove unnecessary test.
9456
9457 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9458
9459         [BZ #2832]
9460         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9461         0s from integers.
9462
9463 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9464
9465         [BZ #2987]
9466         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9467         for CPU clocks.
9468         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9469         setting of CPU clocks.
9470
9471 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9472
9473         [BZ #2841]
9474         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9475         since C99 requires the result to promote to 'int' when uint_least8_t
9476         and uint_least16_t promote to 'int'.
9477
9478 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9479
9480         [BZ #3013]
9481         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9482         lenght of one output field, correct bitmask creation.
9483         * locale/programs/ld-time.c: Add alignment.
9484
9485         [BZ #2997]
9486         * misc/error.c: Add space between program name and message if file
9487         name is missing.
9488
9489 2006-08-03  Eric Blake  <ebb9@byu.net>
9490
9491         [BZ #2998]
9492         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9493
9494 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9495
9496         * malloc/memusagestat.c: Silence warnings.
9497
9498         * malloc/malloc.c: Dynamically size mmap treshold if the program
9499         frees mmaped blocks.
9500         Patch by Valerie Henson and Arjan van de Ven.
9501
9502 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9503
9504         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9505         __USE_GNU.
9506
9507         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9508         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9509         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9510         Only provide var definitions in strtol_l (or for *ull*
9511         in strtoll_l).
9512
9513         * stdio-common/bug16.c (tests): New array.
9514         (do_tests): Allow the first hexadecimal digit
9515         to be 1, 2, 4 or 8.  Do 3 additional tests.
9516
9517         * sysdeps/s390/fpu/libm-test-ulps: Update.
9518
9519         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9520         fchownat syscall if available.
9521         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9522         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9523         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9524
9525 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9526
9527         * nis/nis_xdr.c: Avoid some function calls.
9528
9529 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9530             Ulrich Drepper  <drepper@redhat.com>
9531
9532         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9533         short cut if only one name component is stripped away.
9534
9535 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9536
9537         * nis/nis_call.c: Minor cleanups throughout.
9538         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9539         (first_shoot): Add search_parent_first parameter.  Only if it is set
9540         search parent server first.
9541         If directory for table found through cold start cache is not the same
9542         as referenced in the cache, don't use it.
9543         (__nisfind_server): Take additional parameter.  Pass it on to
9544         first_shoot.
9545         (__prepare_niscall): Adjust __nisfind_server call.
9546         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9547         * nis/nis_table.c: Adjust __nisfind_server call.
9548         * nis/nis_lookup.c: Likewise.
9549         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9550
9551 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9552
9553         [BZ #2182]
9554         * math/s_cacosh.c: Return values from positive branch.
9555         * math/s_cacoshf.c: Likewise.
9556         * math/s_cacoshl.c: Likewise.
9557
9558         [BZ #2883]
9559         * sysvipc/sys/msg.h: Change return value to ssize_t.
9560         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9561         * sysvipc/msgrcv.c: Likewise.
9562         * include/sys/msg.h: Likewise.
9563
9564         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9565         test introduced in patch for bz #661.
9566         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9567         element for NEWGROUPS.
9568
9569         [BZ #2908]
9570         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9571         'f', use '1' as leading digit not '\1'.
9572         * stdio-common/Makefile (tests): Add bug16.
9573         * stdio-common/bug16.c: New file.
9574
9575         [BZ #2914]
9576         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9577         and don't try to open it.  The patch introducing the macro
9578         contained a bug and used the same file name as the new file
9579         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9580         this out completely.
9581
9582         [BZ #2926]
9583         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9584         Patch by Jerry James <Jerry.James@usu.edu>.
9585
9586         * rt/Makefile (tests): Add tst-clock2.
9587         * rt/tst-clock2.c: New file.
9588
9589         [BZ #2978]
9590         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9591         function and its parameters and pass it to new thread.
9592         (__gai_notify): Add support for alternative waiting for completion.
9593         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9594         waiting for completion.
9595         * resolv/getaddrinfo_a.c: Likewise.
9596         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9597         waiting for completion is used.
9598         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9599         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9600         * resolv/gai_error.c: Likewise.
9601         * resolv/gai_sigqueue.c: Likewise.
9602
9603 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9604
9605         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9606         errno to EBADF and return MACH_PORT_NULL.
9607
9608 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9609
9610         [BZ #2980]
9611         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9612
9613 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9614
9615         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9616         walk them instead of the symbol table.
9617
9618 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9619
9620         [BZ #2098]
9621         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9622         status of NSS calls, not the number of returned entries.
9623
9624         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9625         request_key, keyctl.
9626
9627 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9628
9629         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9630
9631 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9632
9633         * elf/tst-auditmod1.c: Fix typo in #error.
9634
9635 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9636
9637         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9638
9639         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9640
9641 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9642
9643         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9644         that the directory is empty even on non-POSIX filesystems.
9645
9646 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9647
9648         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9649
9650         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9651         the backend NSS module.  If backend setgrent call failed, don't have
9652         internal_setgrent fail.  Just remember this until it is needed.
9653         * nis/nss_compat/compat-pwd.c: Likewise.
9654         * nis/nss_compat/compat-spwd.c: Likewise.
9655
9656 2006-07-30  Roland McGrath  <roland@redhat.com>
9657
9658         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9659         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9660         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9661         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9662
9663         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9664         (nanosleep_not_cancel): New macro.
9665         (sigsuspend_not_cancel): new macro.
9666         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9667         (do_sigsuspend): Define as inline.
9668         (__sigsuspend): Always use do_sigsuspend.
9669         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9670         * include/signal.h: Declare __sigsuspend_nocancel.
9671         * sysdeps/posix/pause.c
9672         [! NO_CANCELLATION] (__pause_nocancel): New function.
9673
9674         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9675         * include/time.h (__nanosleep_nocancel): Likewise.
9676
9677 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9678
9679         * locale/programs/localedef.c (add_to_readlist): Rename local
9680         variables to avoid confusion.
9681
9682         * locale/programs/charmap.c (charmap_read): Emit error message if
9683         charmap couldn't be found or read.
9684
9685 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9686
9687         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9688         __ASSUME_FUTEX_LOCK_PI.
9689         * include/time.h: Declare __nanosleep_nocancel.
9690         * include/unistd.h: Declare __pause_nocancel.
9691
9692         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9693         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9694         get the __stack_chk_fail_local definition when it's needed.
9695
9696 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9697
9698         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9699         * dlfcn/bug-atexit3.c: New file.
9700         * dlfcn/bug-atexit3-lib.cc: New file.
9701
9702         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9703         used when the namespace is not the base namespace.
9704
9705 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9706
9707         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9708         (__new_exitfn): Bump it in every successful call.
9709         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9710         more exit handlers, call them right away.
9711         * stdlib/exit.h: Declare __new_exitfn_called.
9712
9713 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9714
9715         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9716         calling registered handler.
9717
9718         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9719         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9720         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9721         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9722         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9723         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9724         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9725         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9726
9727 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9728
9729         * elf/dl-lookup.c (dl_new_hash): New functions.
9730         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9731         value here.  Compute new-style hash value.  Pass new hash value
9732         and reference to variable with the old value to do_lookup_x.
9733         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9734         old-style hash table.
9735         (_dl_debug_bindings): Pass new hash value and reference to variable
9736         with the old value to do_lookup_x.
9737         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9738         new-style hash value and change old-style hash value parameter to
9739         be a reference.  Reoganize functions to determine whether
9740         new-style hash table is available.  Only fall back on old-style
9741         table.  If old-style hash value is needed, compute it here.
9742         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9743         entry.
9744         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9745         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9746         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9747         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9748         * Makeconfig: If linker supports --hash-style option add it to all
9749         linker command lines to build DSOs.
9750         * config.make.in: Define have-hash-style.
9751         * configure.in: Test whether linker supports --hash-style option.
9752
9753         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9754         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9755
9756 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9757
9758         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9759         auditing.
9760
9761         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9762         RPATH of main map twice.
9763
9764 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9765
9766         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9767         look further, return original strings.
9768         (_nl_find_msg): Do not return found translation if the conversion
9769         failed.  Either signal the string is unusable or that something went
9770         wrong and the original should be used.
9771
9772 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9773
9774         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9775
9776 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9777
9778         [BZ #2766]
9779         * misc/insremque.c (insque): Handle prev == NULL.
9780         * misc/Makefile (tests): Add tst-insremque.
9781         * misc/tst-insremque.c: New test.
9782
9783 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9784
9785         [BZ #2792]
9786         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9787         conflict with DL_DST_REQUIRED.
9788
9789 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9790
9791         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9792         match what Solaris does.
9793
9794 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9795
9796         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9797         local_setegid instead of seteuid and setegid.
9798         * sysdeps/generic/local-setxid.h: New file.
9799         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9800
9801         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9802
9803         * string/Makefile (tests): Add bug-envz1.
9804         * string/bug-envz1.c: New file.
9805
9806 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9807
9808         * posix/regex_internal.c (re_string_skip_chars): If no character has
9809         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9810         to the byte which couldn't be converted.
9811         (re_string_reconstruct): Don't clear valid_raw_len before calling
9812         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9813         tip_context using re_string_context_at.
9814         * posix/Makefile: Add rules to build and run bug-regex25 test.
9815         * posix/bug-regex25.c: New test.
9816
9817 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9818
9819         [BZ #2703]
9820         * string/envz.c (envz_strip): Correct erroneously reversed src
9821         and dest parameters to memmove() invocation.
9822
9823 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9824
9825         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9826         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9827         to make sure the database has been already invalidated.
9828         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9829         after the cache has been invalidated.  Use pthread_mutex_lock rather
9830         than pthread_mutex_trylock if fd != -1.
9831         * nscd/connections.c (invalidate_cache): Add fd argument, write
9832         response to fd if not calling prune_cache, pass fd to prune_cache.
9833         (handle_request): Adjust invalidate_cache caller.
9834         (nscd_run): Pass -1 as fd to prune_cache.
9835
9836 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9837
9838         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9839         the correct place.
9840
9841 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9842
9843         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9844         * nscd/cache.c (prune_cache): Take prunelock before starting the
9845         work.  Just return in case it is already taken.
9846         * nscd/connections.c (dbs): Initialize .prunelock.
9847
9848 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9849
9850         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9851         copying.  No need to allocate new array for group members.  Just
9852         move the pointers and update the size.
9853
9854         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9855         Avoid memory leak in case realloc fails.  Simplification for
9856         better code generation.
9857
9858         Avoid deprecation warning because of libc_hidden_proto for
9859         inet6_option_alloc.
9860         * inet/inet6_option.c (option_alloc): Renamed from
9861         inet6_option_alloc.  Made static.
9862         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9863         (inet6_option_append): Call option_alloc.
9864         * include/netinet/in.h: Remove libc_hidden_proto for
9865         inet6_option_alloc.
9866
9867         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9868         for cleanup when cb!=NULL [Coverity CID 233].
9869
9870 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9871
9872         [BZ #2693]
9873         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9874         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9875         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9876         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9877         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9878         and inet6_rth_getaddr.
9879         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9880         array.
9881         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9882         Mark inet6_option_* interfaces as deprecated.
9883         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9884         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9885         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9886         inet6_rth_segments, and inet6_rth_getaddr.
9887         * inet/inet6_opt.c: New file.
9888         * inet/inet6_rth.c: New file.
9889
9890         * inet/netinet/icmp6.h: Pretty printing.
9891
9892         [BZ #2683]
9893         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9894
9895 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9896
9897         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9898         doing it all here.  When server does not know the answer do not
9899         fail immediate, try parent first.
9900
9901         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9902         overflow test.
9903
9904 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9905
9906         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9907         from __do_niscall.
9908         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9909         and exported.
9910         (__follow_path): New function.  Split out from nis_list.
9911         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9912         _xdr_nis_result.
9913         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9914         _xdr_nis_result.
9915         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9916         and __follow_path.
9917         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9918         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9919         from libnsl for version GLIBC_PRIVATE.
9920         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9921         Remove entry parameter from _nss_nisplus_parse_pwent and
9922         _nss_nisplus_parse_grent.
9923         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9924         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9925         again.  Rewrite getpwent handling to not use nis_first_entry and
9926         nis_next_entry.  Roll out own niscall handling.
9927         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9928
9929         * sunrpc/xdr_rec.c: Fix typo in comment.
9930
9931 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9932
9933         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9934         handling.
9935
9936         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9937         to allocate memory for my_pollfd.  Better initialization of
9938         cb_is_running.  Use TEMP_FAILURE_RETRY.
9939
9940         * malloc/memusage.sh (memusageso): Add quotes.
9941         (memusagestat): Likewise.
9942         * debug/xtrace.sh (pcprofileso): Likewise.
9943         (pcprofiledump): Likewise.
9944         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9945         replacement.
9946         * malloc/Makefile ($(objpfx)memusage): Likewise.
9947
9948         * nis/nis_callback.c (__nis_create_callback): Calls to
9949         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
9950         asprintf call fails.
9951
9952         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
9953         no uninitialized memory is passed to sendto.
9954
9955 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9956
9957         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
9958         of snprintf+strdup.  Handle OOM.
9959         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
9960         cb->serv together.  Remove now obsolete free calls.
9961         (__nis_destroy_callback): Remove now obsolete free call.
9962
9963 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
9964
9965         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
9966         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
9967         and ULA respectively). Set precedence for IPv4 address to 10 as
9968         defined in RFC3484 for preferring IPv6.
9969         * posix/gai.conf: Update to match the new default tables.
9970
9971 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
9972
9973         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
9974         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
9975         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
9976         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
9977
9978         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
9979         Removed.
9980         (init_nss_interface): Remove initialization of these variables.
9981
9982 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
9983
9984         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
9985         nis_free_directory forward to avoid duplication.
9986
9987 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
9988
9989         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
9990         rec_dirsearch returning NULL.
9991         (first_shoot): Handle __nis_finddirectory returning NULL.
9992         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
9993
9994         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
9995         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
9996
9997 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
9998
9999         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10000         pid changed.
10001
10002 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10003
10004         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10005
10006         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10007         * nscd/nscd_getgr_r.c: Likewise.
10008
10009         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10010
10011         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10012         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10013
10014         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10015
10016         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10017
10018         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10019
10020         * include/rpc/auth.h: Mark xdr_des_block_internal and
10021         xdr_opaque_auth_internal as hidden.
10022
10023         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10024         hidden.
10025
10026         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10027
10028         * misc/getusershell.c (okshells): Don't use static initializers,
10029         do it dynamically.
10030
10031         * stdlib/fmtmsg.c (keywords): Change type of len element to
10032         uint32_t to not waste space on 64bit machines.
10033
10034         * locale/setlocale.c: Change _nl_category_names into a string.
10035         Add new _nl_category_name_idxs.  Change all users.
10036         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10037         Declare _nl_category_name_idxs.
10038         * locale/findlocale.c: Adjust for _nl_category_names change.
10039         * locale/loadlocale.c: Likewise.
10040         * locale/newlocale.c: Likewise.
10041         * intl/dcigettext.c: Likewise.
10042
10043         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10044         (add_alias2): ...here.  New function.
10045         (__gconv_read_conf): Simplify builtin alias handling.
10046         (builtin_aliases): Convert to string to avoid relocations.
10047         * iconv/gconv_builtin.h: Add comment about correct formatting.
10048
10049 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10050
10051         * resolv/res_debug.c (loc_ntoa): Make error const.
10052
10053 2006-05-14  Andreas Schwab  <schwab@suse.de>
10054
10055         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10056
10057 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10058
10059         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10060         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10061         sizeof (cpu_set_t).
10062
10063 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10064
10065         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10066
10067         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10068
10069         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10070         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10071
10072         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10073         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10074
10075         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10076         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10077         xdr_cback_data.
10078
10079         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10080         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10081         xdr_ypupdate_args.
10082
10083         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10084         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10085
10086         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10087         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10088
10089         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10090         * include/rpcsvc/nis_callback.h: New file.
10091
10092         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10093         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10094
10095         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10096         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10097
10098         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10099         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10100
10101         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10102         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10103
10104         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10105         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10106         xdr_ypdelete_args.
10107
10108         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10109         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10110
10111         * nis/nis_error.c: Remove table of strings.  Use position
10112         independent mechanism.
10113         * nis/nis_error.h: New file.
10114
10115 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10116
10117         * locale/programs/ld-time.c (time_finish): If wide era name or
10118         format aren't provided, set both wname and wformat to L"".
10119
10120 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10121
10122         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10123         results if the call was succesful.
10124
10125         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10126
10127         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10128         as hidden.
10129
10130 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10131
10132         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10133
10134 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10135
10136         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10137         caller makes sure this is not the case.
10138         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10139
10140 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10141
10142         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10143         calls.
10144
10145         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10146         [Coverity CID 229, 230]
10147
10148         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10149         DGETTEXT calls.
10150         (hol_help): Likewise.  [Coverity CID 226, 227]
10151
10152         * string/argz-replace.c (__argz_replace): Unconditionally call
10153         free on SRC.  [Coverity CID 225]
10154
10155         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10156         the return value of __nis_default_owner and __nis_default_group,
10157         it has been especially allocated.  [Coverity CID 224]
10158
10159         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10160         searchgroup and searchowner.  Significantly simplified.
10161         (__nis_default_owner): Remove duplication.  Do not locally copy the
10162         string before duplicating it.
10163         (__nis_default_group): Likewise.
10164
10165         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10166         we must clear the variable before calling __nisfind_server.
10167
10168         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10169         nis_getnames.  [Coverity CID 223]
10170
10171         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10172         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10173
10174         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10175         allocate memory for the input to add_bytes.  [Coverity CID 221]
10176
10177         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10178         was allocated here.  [Coverity CID 219, 220]
10179
10180         * posix/getconf.c (print_all): Free confstr data after printing.
10181         [Coverity CID 218]
10182
10183         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10184         list allocation fails.  [Coverity CID 215]
10185
10186         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10187         [Coverity CID 213]
10188
10189         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10190         string is NULL.  [Coverity CID 212]
10191         * argp/Makefile: Add rules to build and run bug-argp1.
10192         * argp/bug-argp1.c: New file.
10193
10194         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10195         end of string.
10196         * stdlib/canonicalize.c (__realpath): Likewise.
10197
10198         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10199         pointer.  [Coverity CID 206]
10200
10201         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10202         in statically linked code.
10203         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10204         statically built code, be prepared to have no link map.
10205         [Coverity CID 205]
10206
10207         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10208         dgettext calls. [Coverity CID 204]
10209
10210         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10211         the one user.
10212         (uparam_names): Reduce size.  Avoid relative relocations.
10213         Moved to read-only segment.
10214         (fill_in_uparams): Update for new layout.
10215
10216         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10217         assumed to always be != NULL. [Coverity CID 202]
10218
10219         * argp/argp-help.c (hol_entry_help): Remove some dead code
10220         [Coverity CID 200].
10221
10222         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10223         away a few more unconditional yperr2nss calls.
10224         (_nss_nis_getservbyname_r): Likewise.
10225
10226 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10227
10228         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10229         architectures.
10230
10231         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10232         that unused memory passed to sendto is nevertheless initialized.
10233
10234         [BZ #2499]
10235         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10236         possibly unaligned memory accesses.
10237
10238         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10239         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10240         and __putlong respectively.  Correct buffer overflow check for
10241         NS_NOTIFY_OP.
10242
10243         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10244
10245         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10246         (send_dg): Rewrite error handling to be more compact and avoid
10247         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10248
10249         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10250
10251         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10252         instead of ns_get16.
10253         (res_queriesmatch): Likewise.  Minor optimization.
10254
10255         [BZ #2499]
10256         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10257         __libc_res_nsend might reallocate the buffer for the answer.  In
10258         this case we have to reload the HP pointer.
10259
10260 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10261
10262         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10263         some branch prediction hints.
10264
10265         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10266         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10267         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10268         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10269         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10270         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10271         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10272         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10273
10274 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10275
10276         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10277         by a GOT relocation to make Scrt1.o position independent.
10278         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10279
10280         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10281         six system call parameters.
10282         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10283
10284 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10285
10286         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10287         malloc&bzero.
10288
10289         * sunrpc/svc_udp.c (BZERO): Remove definition.
10290         (CALLOC): Define.
10291         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10292
10293         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10294         (des_SPtrans): Use uint32_t type.
10295         (des_skb): Likewise.
10296
10297         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10298
10299 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10300
10301         [BZ #2509]
10302         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10303         on 32-bit arches.
10304
10305 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10306
10307         * locale/programs/ld-address.c (address_finish): Fix one more
10308         place where the iso639 array might be accessed beyond the limits.
10309
10310 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10311
10312         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10313         filling it for the first time.
10314
10315         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10316         Adjust all callers.
10317         Free res object content before returning.
10318
10319         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10320
10321         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10322         client->cl_auth.
10323
10324         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10325         cleanup for initial thread, just the free call on TVP.
10326
10327         * nscd/gai.c (__getline): Define.
10328
10329
10330 See ChangeLog.16 for earlier changes.