* libio/stdio.h: dprintf, fmemopen, getdelim, getline,
[platform/upstream/glibc.git] / ChangeLog
1 2009-02-26  Ulrich Drepper  <drepper@redhat.com>
2
3         * libio/stdio.h: dprintf, fmemopen, getdelim, getline,
4         open_memstream, and vdprintf are in POSIX 2008.
5
6 2009-02-25  Ulrich Drepper  <drepper@redhat.com>
7
8         * include/features.h: Define macros for XPG7/POSIX 2008.
9         * ctype/ctype.h: The *_l functions are in POSIX 2008.
10         * dirent/dirent.h: alphasort, dirfd, scandir, and fdopendir are in
11         POSIX 2008.
12         * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.
13         * locale/xlocale.h: Define locale_t type.
14         * locale/locale.h: duplocale, freelocale, newlocale, uselocale are
15         in POSIX 2008.  Don't define locale_t here.
16         * stdlib/monetary.h: strfmon_l is in POSIX 2008.
17         * sysdeps/unix/sysv/linux/bits/stat.h: Protect UTIME_NOW and
18         UTIME_OMIT only with __USE_ATFILE.
19         * signal/signal.h: Declare psignal and psiginfo for POSIX 2008.
20         * stdio-common/psiginfo.c: New file.
21         * stdio-common/psiginfo-data.h: New file.
22         * stdio-common/psiginfo-define.h: New file.
23         * stdio-common/Makefile (routines): Add psiginfo.
24         * stdio-common/Versions: Export psiginfo for GLIBC_2.10.
25         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
26         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
27         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
28         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
29         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
30         * io/sys/stat.h: Move mknodat definition into same conditional as
31         mknod.
32         * time/sys/time.h: futimesat is not among the functions accepted
33         into the POSIX standard.
34
35         * include/features.h: If no feature selection given and we select
36         by default a POSIX mode, also define __USE_POSIX_IMPLICITLY.
37         * posix/Versions: Export __posix_getopt.
38         * posix/getopt.c (_getopt_initialize): Take additional parameter.
39         Use it to alternatively initialize __posixly_correct.
40         (_getopt_internal_r): Take addition parameter.  Pass on to
41         _getopt_initialize.
42         (_getopt_internal): Take addition parameter.  Pass on to
43         _getopt_internal_r.
44         (getopt): Pass additional zero to _getopt_internal.
45         (__posix_getopt): New function.
46         * posix/getopt.h: Add redirection for getopt.
47         * posix/getopt1.c (getopt_long): Pass additional zero to
48         _getopt_internal.
49         (getopt_long_only): Likewise.
50         (_getopt_long_r): Pass additional zero to _getopt_internal_r.
51         (_getopt_long_only_r): Likewise.
52         * posix/getopt_int.h: Adjust declarations of _getopt_internal and
53         _getopt_internal_r.
54
55 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
56
57         * bits/confname.h: Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX,
58         _SC_TRACE_SYS_MAX, _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
59         * sysdeps/posix/sysconf.c (__sysconf): Handle
60         _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX,
61         _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS.
62
63 2009-02-24  Roland McGrath  <roland@redhat.com>
64
65         [BZ #9895]
66         * README.template: Reworded not to use substituted version number.
67         Renamed to ...
68         * README: ... here (no longer generated).
69         * Makefile (README): Target removed.
70
71 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
72
73         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf):
74         /proc/sys/kernel/rtsig_max doesn't exist anymore, use getrlimit
75         instead.
76
77         * io/sys/stat.h: The lstat functions have been mandatory since 2001.
78
79         * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
80
81 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
82
83         * po/bg.po: Update from translation team.
84
85 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
86
87         * stdlib/monetary.h: Uglify function parameter names.
88         * sunrpc/rpc/pmap_clnt.h: Likewise.
89         * sunrpc/rpc/svc.h: Likewise.
90         * sunrpc/rpc/xdr.h: Likewise.
91         * sunrpc/rpc/clnt.h: Likewise.
92         * resolv/netdb.h: Likewise.
93         * resolv/arpa/nameser.h: Likewise.
94         * resolv/resolv.h: Likewise.
95         * argp/argp.h: Likewise.
96         * locale/langinfo.h: Likewise.
97         * io/sys/stat.h: Likewise.
98         * posix/spawn.h: Likewise.
99         * nis/rpcsvc/nislib.h: Likewise.
100         * malloc/obstack.h: Likewise.
101         * sysdeps/ia64/bits/link.h: Likewise.
102         * sysdeps/i386/bits/link.h: Likewise.
103         * sysdeps/s390/bits/link.h: Likewise.
104         * sysdeps/powerpc/bits/link.h: Likewise.
105         * sysdeps/x86_64/bits/link.h: Likewise.
106         * sysdeps/sparc/bits/link.h: Likewise.
107         * sysdeps/sh/bits/link.h: Likewise.
108         * sysdeps/unix/sysv/linux/i386/sys/io.h: Likewise.
109         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Likewise.
110         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Likewise.
111         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
112
113 2008-12-01  Fredrik Unger  <fred@tree.se>
114
115         * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D,
116         FP_UNPACK_SEMIRAW_DP): Use _FP_UNPACK_RAW_1 instead of
117         _FP_UNPACK_RAW_2, fix up first argument.
118
119 2009-02-15  Ulrich Drepper  <drepper@redhat.com>
120
121         * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function.
122         (GET_NPROCS_PARSER): Change parameters and use next_line.
123         (__get_nprocs): Rewrite to not use stdio routines.
124         * sysdeps/unix/sysv/linux/sparc/getsysstats.c (GET_NPROCS_PARSER):
125         Change parameters and use next_line.
126
127 2009-02-13  Ulrich Drepper  <drepper@redhat.com>
128
129         [BZ #5381]
130         * nscd/nscd.h: Remove definitions and declarations for mem_in_flight.
131         Change mempool_alloc prototype.
132         * nscd/mem.c (gc): Don't handle mem_in_flight.
133         (mempool_alloc): Third parameter now only indicates whether this is the
134         first call (to allocate data) or not.  If it is, get db rdlock.
135         Release it on error.  Don't handle mem_in_flight.
136         * nscd/aicache.c (addhstaiX): Mark he parameter as const.
137         Adjust third parameter of mempool_alloc calls.
138         Nothing to do here in case mempool_alloc fails.
139         Avoid local variable shadowing parameter.  No need to get db rdlock
140         before calling cache_add.
141         * nscd/cache.c (cache_add): Adjust call to mempool_alloc.  There is
142         no mem_in_flight array anymore.
143         * nscd/connections.c: Remove definition and handling of mem_in_flight.
144         * nscd/grpcache.c (cache_addgr): Adjust third parameter of
145         mempool_alloc calls.  Mark he parameter as const.  Nothing to do here
146         in case mempool_alloc fails. No need to get db rdlock before calling
147         cache_add.
148         * nscd/hstcache.c (cache_addhst): Likewise.
149         * nscd/initgrcache.c (addinitgroupsX): Likewise.
150         * nscd/servicescache.c (cache_addserv): Likewise.
151         * nscd/pwdcache.c (cache_addpw): Likewise.  Remove some debugging code.
152
153 2009-02-11  Ulrich Drepper  <drepper@redhat.com>
154
155         * po/lt.po: Update from translation team.
156
157 2009-02-10  Ulrich Drepper  <drepper@redhat.com>
158
159         * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is
160         defined, allow additional data to be added using the optional
161         MORE_ELF_HEADER_DATA macro.
162         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER,
163         VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Define.
164
165 2009-02-08  Ulrich Drepper  <drepper@redhat.com>
166
167         * include/atomic.h: Define catomic_and if not already defined.
168         * sysdeps/x86_64/bits/atomic.h: Define catomic_and.
169         * sysdeps/i386/i486/bits/atomic.h: Likewise.
170
171 2009-02-07  Ulrich Drepper  <drepper@redhat.com>
172
173         * malloc/malloc.c (_int_free): Second argument is now mchunkptr.
174         Change all callers.
175         (_int_realloc): Likewise.  Third argument is now padded size
176         All _int_* functions are now static.
177
178         * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
179         * malloc/arena.c: Likewise.
180         * include/malloc.h: Remove now unnecessary declarations of the _int_*
181         functions.
182
183         * sunrpc/rpc_common.c: We cannot move _null_auth into .rodata that
184         easily.
185
186         * malloc/malloc.c: Add branch prediction for use of the hooks.
187
188         * grp/compat-initgroups.c [NOT_IN_libc] (__libc_use_alloca): Define.
189
190 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
191
192         [BZ #7095]
193         * bits/confname.h: Add SUSv7 macros for getconf environments.
194         * bits/environments.h: Likewise.
195         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise.
196         * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise.
197         * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise.
198         * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise.
199         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise.
200         * posix/confstr.c: Handle SUSv5 and SUSv7 environments.
201         * posix/getconf.c: Likewise.
202         * posix/sysconf.c: Likewise.
203         * sysdeps/posix/sysconf.c: Likewise.
204         * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7
205         environments.
206
207 2009-01-16  Petr Baudis  <pasky@suse.cz>
208
209         [BZ #9753]
210         * resolv/res_libc.c (__res_maybe_init): Call __res_vinit()
211         even if we currently have zero nscount.
212
213 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
214
215         [BZ #9781]
216         * grp/compat-initgroups.c (compat_call): Switch to use malloc when
217         the input line is too long.
218
219         * po/Makefile (libc.pot): Add f_print as function taking c-format
220         parameter.
221
222         * debug/xtrace.sh: Unify translatable messages.
223         * elf/ldd.bash.in: Likewise.
224         * elf/sprof.c: Likewise.
225         * locale/programs/locale.c: Likewise.
226         * malloc/memusage.sh: Likewise.
227         * nss/getent.c: Likewise.
228
229 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
230
231         * debug/pcprofiledump.c (print_version,
232         argp_program_version_hook): New function.
233         * elf/ldconfig.c (more_help): New function.
234         (argp): Use it.
235         * elf/sln.c (usage): New function.
236         (main): Support --help and --version.
237         * malloc/memusagestat.c (print_version): New function.
238         (argp_program_version_hook): New variable.
239         * nscd/nscd.c (more_help): New function.
240         (argp): Use it.
241         * posix/getconf.c (main): Send --version output to stdout.
242         Support --help.
243         * sunrpc/rpc_main.c (usage, options_usage): Take STREAM and STATUS
244         arguments.  All callers changed.
245         (print_version): New function.
246         (parseargs): Support --help and --version.
247         * sunrpc/rpcinfo.c (usage): Take STREAM argument.  All callers
248         changed.
249         (print_version): New function.
250         (main): Use getopt_long.  Support --help and --version.
251         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Support --help and
252         --version.
253
254 2009-02-06  Ulrich Drepper  <drepper@redhat.com>
255
256         * malloc/memusage.c (DEFAULT_BUFFER_SIZE): Change to 32768.
257         (update_data): Fix handling of wrapping back
258         to the beginning of the buffer.
259
260         [BZ #9823]
261         * stdio-common/psignal.c (psignal): Fix test for empty string.
262
263 2009-02-05  Ulrich Drepper  <drepper@redhat.com>
264
265         * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
266         * sunrpc/rpc_common.c: Add libc_hidden_def for _null_auth.  Also
267         move _null_auth to .rodata.
268
269         * time/tzset.c (__tzset_parse_tz): DST offset must also allow hour
270         value of 24.
271
272         * intl/dcigettext.c (DCIGETTEXT): Avoid some code duplication.
273
274         * sysdeps/unix/opendir.c (__alloc_dir): We have a lot more memory
275         today than when the original code was written.  Use larger
276         buffers.  This also makes it unnecessary to have stat information,
277         if this causes extra efforts.
278         (__opendir): In case O_DIRECTORY works, don't call fstat just for
279         __alloc_dir.
280
281 2009-02-03  Andrew Stubbs  <ams@codesourcery.com>
282
283         * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__
284         is set.
285         * sysdeps/sh/sh4/setjmp.S: Support SH4-NOFPU.
286         * sysdeps/sh/sh4/__longjmp.S: Likewise.
287         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: Likewise.
288         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: Likewise.
289         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: Likewise.
290         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
291
292 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
293
294         * po/ru.po: Update from translation team.
295
296 2008-11-17  Nathan Sidwell  <nathan@codesourcery.com>
297
298         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (struct sigevent):
299         Add _tid slot to maintain consistency with kernel.
300
301 2009-02-04  Ulrich Drepper  <drepper@redhat.com>
302
303         * libio/wfileops.c (_IO_wfile_underflow): Fix handling of
304         incomplete characters at end of input buffer.
305         * libio/Makefile (tests): Add tst-fgetwc.
306         * libio/tst-fgetwc.c: New file.
307         * libio/tst-fgetwc.input: New file.
308
309 2009-02-02  Andrew Stubbs  <ams@codesourcery.com>
310
311         * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
312
313 2009-02-02  Ulrich Drepper  <drepper@redhat.com>
314
315         [BZ #9793]
316         * iconv/gconv_trans.c (__gconv_transliterate): Don't change
317         *OUTBUFSTART unless the whole output fit into the buffer.
318         * iconv/Makefile (tests): Add tst-iconv4.
319         * iconv/tst-iconv4.c: New file.
320
321 2009-02-01  Ulrich Drepper  <drepper@redhat.com>
322
323         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors.
324         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
325
326 2009-01-29  Andrew Stubbs  <ams@codesourcery.com>
327
328         * elf/Makefile (ld.so): Adjust the sed script to insert _begin in to
329         newer linker scripts.
330
331 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
332
333         [BZ #7040]
334         * sysdeps/unix/sysv/linux/sys/inotify.h: Second parameter of
335         inotify_rm_watch should have type int.
336
337 2009-01-06  Steven Munroe  <sjmunroe@us.ibm.com>
338
339         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
340         Make aligned_restore_vmx a local symbol.
341         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp):
342         Likewise.
343
344 2009-01-30  Andreas Jaeger  <aj@suse.de>
345
346         * sysdeps/unix/sysv/linux/bits/shm.h (SHM_EXEC): Define.
347         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (SHM_EXEC): Define.
348         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (SHM_EXEC): Define.
349         * sysdeps/unix/sysv/linux/s390/bits/shm.h (SHM_EXEC): Define.
350         * sysdeps/unix/sysv/linux/sh/bits/shm.h (SHM_EXEC): Define.
351         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHM_EXEC): Define.
352         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (SHM_EXEC): Define.
353
354 2009-01-11  Ryan S. Arnold  <rsa@us.ibm.com>
355
356         [BZ #9726]
357         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_SET_DI_FPSCR,
358         _SET_SI_FPSCR): Clobber fp0 to prevent erroneous test-case passes.
359
360 2009-01-08  Ryan S. Arnold  <rsa@us.ibm.com>
361
362         [BZ #9726]
363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
364         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
366         (__CONTEXT_FUNC_NAME): Fix mtfsf to use fp31 instead of fp0.
367
368 2009-01-11  Thomas Schwinge  <tschwinge@gnu.org>
369
370         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Use
371         memcpy instead of memcmp.
372         (_dl_setup_pointer_guard): Likewise.
373
374 2009-01-30  Ulrich Drepper  <drepper@redhat.com>
375
376         * malloc/malloc.c (sYSMALLOc): Don't use assert when detecting
377         manipulated brk, use malloc_printerr.
378         * misc/sbrk.c (__sbrk): Better error handling for nonsense
379         requests.
380
381 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
382
383         * string/string.h (memchr, strchr, strrchr, strpbrk, strstr, index,
384         rindex): For C++ add inlines so that they can be recognized as
385         builtins.
386         * string/strings.h: Define correct C++ prototypes for gcc 4.4.
387
388 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
389             Jakub Jelinek  <jakub@redhat.com>
390
391         * string/string.h: Define correct C++ prototypes for gcc 4.4.
392         * wcsmbs/wchar.h: Likewise.
393
394 2009-01-29  Ulrich Drepper  <drepper@redhat.com>
395
396         * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
397         (stackinfo_sub_sp): Define.
398
399 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
400
401         [BZ #9750]
402         * nscd/mem.c (gc): Use alloca_count to get the real stack usage.
403         * include/alloca.h (alloca_account): Define.
404         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Define.
405         (stackinfo_sub_sp): Define.
406
407         * nscd/connections.c (nscd_init): If database file access fails
408         check whether this is due to permission problems and bail in that
409         case.
410
411         [BZ #9741]
412         * nscd/mem.c (gc): Fix assignment of he_data in case malloc is used.
413         Reported by Jun'ichi Nomura <j-nomura@ce.jp.nec.com>.
414
415 2009-01-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
416
417         * sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
418         Add "t" to clobber list.
419         (INTERNAL_SYSCALL_NCS): Likewise.
420
421 2009-01-28  Ulrich Drepper  <drepper@redhat.com>
422
423         * nss/getent.c (print_networks): Don't print comma between aliases.
424
425 2009-01-23  Ulrich Drepper  <drepper@redhat.com>
426
427         * sysdeps/unix/sysv/linux/tst-clone.c (do_test): Avoid warning.
428
429         * misc/hsearch_r.c (hcreate_r): We need at least three elements in
430         the hash table.
431         * misc/Makefile (tests): Add bug-hsearch1.
432         * misc/bug-hsearch1.c: New file.
433
434 2009-01-22  Roland McGrath  <roland@redhat.com>
435
436         * Makeconfig (%.v.i): Strip trailing # comments,
437         not only whole-line comments.
438
439 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
440
441         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Take
442         one parameter.  If non-NULL use it to initialize return value.
443         (_dl_setup_pointer_guard): New function.
444         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
445         * sysdeps/generic/ldsodefs.h: Declare _dl_random.
446         * elf/rtld.c (security_init): Pass _dl_random to
447         _dl_setup_stack_chk_guard.  Call _dl_setup_pointer_guard to initialize
448         pointer_chk_guard.
449         * elf/dl-sysdep.c (_dl_random): New variable.
450         (_dl_sysdep_start): Handle AT_RANDOM.
451         (_dl_show_auxv): Likewise.
452         * elf/dl-support.c (_dl_random): New variable.
453         (_dl_aux_init): Handle AT_RANDOM.
454         * csu/libc-start.c [!SHARED] (libc_start_main): Pass _dl_random
455         to _dl_setup_stack_chk_guard.
456
457         * elf/elf.h (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.
458
459 2009-01-10  Roland McGrath  <roland@redhat.com>
460
461         * nscd/nscd.c (parse_opt): Use argp_error for bad -i argument.
462
463 2009-01-08  Ulrich Drepper  <drepper@redhat.com>
464
465         * sysdeps/i386/fpu/libm-test-ulps: Adjust expm1 errors.
466
467         [BZ #9706]
468         * nss/nss_files/files-parse.c (strtou32): New function.
469         (INT_FIELD): Use strotu32 instead of strtoul to unify behavior
470         across 32-bit and 64-bit platforms.
471         (INT_FIELD_MAYBE_NULL): Likewise.
472
473 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
474
475         [BZ #9720]
476         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who): Avoid
477         comma after RUSAGE_CHILDREN if not -D_GNU_SOURCE.
478         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (enum __rusage_who):
479         Likewise.
480
481 2009-01-05  Paolo Bonzini  <bonzini@gnu.org>
482
483         [BZ #697]
484         * posix/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
485         being NULL also if there are no backreferences.
486         * posix/rxspencer/tests: Add testcases.
487
488 2009-01-04  Paolo Bonzini  <bonzini@gnu.org>
489
490         [BZ #9697]
491         * posix/bug-regex17.c: Add testcases.
492         * posix/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
493         handling.
494
495 2009-01-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
496
497         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: New file.
498         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: New file.
499         * sysdeps/unix/sysv/linux/s390/init-first.c: New file.
500         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines): Add dl-vdso
501         for elf subdir.
502         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INLINE_VSYSCALL,
503         INTERNAL_VSYSCALL, INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK,
504         INTERNAL_SYSCALL_NCS, HAVE_CLOCK_GETRES_VSYSCALL and
505         HAVE_CLOCK_GETTIME_VSYSCALL: Define.
506         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
507         * sysdeps/unix/sysv/linux/s390/Versions: New file.
508
509 2008-12-31  Paolo Bonzini  <bonzini@gnu.org>
510
511         * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
512         * posix/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
513         re_string_skip_chars, re_string_reconstruct): Likewise.
514         * posix/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
515
516 2008-12-31  Rafael Avila de Espindola  <espindola@google.com>
517
518         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Check and
519         adjust the buffer alignment.
520
521 2009-01-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
522
523         * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]:
524         Add net/ethernet.h net/if_arp.h net/if_ether.h net/if_ppp.h
525         net/route.h.
526
527         * hurd/report-wait.c (describe_number): Use __stpcpy to prepend
528         flavor to description only when flavor is not NULL.
529
530         * hurd/hurdsig.c (signal_allowed): Unlock _hurd_dtable_lock
531         mutex after SIGIO/SIGURG lookup loop.
532
533 2009-01-03  Samuel Thibault  <samuel.thibault@ens-lyon.org>
534
535         * bits/resource.h (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Add macros.
536
537 2009-01-03  Ulrich Drepper  <drepper@redhat.com>
538
539         * sysdeps/unix/sysv/linux/i386/sysdep.h: Describe 6th argument
540         handling.
541
542 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
543
544         * sysdeps/unix/sysv/linux/kernel-features.h
545         (__ASSUME_FUTEX_CLOCK_REALTIME): Define.
546
547         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object
548         if no output is written.
549
550         * version.h: Bump to 2.10 development.
551
552         * posix/getconf.c: Update copyright year.
553         * nss/getent.c: Likewise.
554         * iconv/iconvconfig.c: Likewise.
555         * iconv/iconv_prog.c: Likewise.
556         * elf/ldconfig.c: Likewise.
557         * catgets/gencat.c: Likewise.
558         * csu/version.c: Likewise.
559         * elf/ldd.bash.in: Likewise.
560         * elf/sprof.c (print_version): Likewise.
561         * locale/programs/locale.c: Likewise.
562         * locale/programs/localedef.c: Likewise.
563         * nscd/nscd.c (print_version): Likewise.
564         * debug/xtrace.sh: Likewise.
565         * malloc/memusage.sh: Likewise.
566         * malloc/mtrace.pl: Likewise.
567         * debug/catchsegv.sh: Likewise.
568
569 2008-12-29  Mike Frysinger  <vapier@gentoo.org>
570
571         * iconvdata/Makefile (iconv-rules): Use LC_ALL=C when running awk
572         script.
573
574 2008-12-29  Ulrich Drepper  <drepper@redhat.com>
575
576         * sysdeps/posix/getaddrinfo.c (gaih_inet): When the
577         gethostbyname4_r function call succeeded, just leave the loop.
578
579         [BZ #9694]
580         * wcsmbs/wchar.h: Move undefs for local __need_* constants to the
581         very end.
582         * wctype/wctype.h: Get wint_t definition directly from <stddef.h>.
583         * wctype/Makefile (tests): Add bug-wctypeh.
584         * wctype/bug-wctypeh.c: New file.
585
586         * nscd/nscd_gethst_r.c (nscd_gethst_r): Don't use nscd if
587         LOCALDOMAIN is defined.
588         * nscd/nscd_getai.c (__nscd_getai): Likewise.
589
590         * sysdeps/x86_64/bits/select.h: New file.
591
592         * resolv/res_init.c (__res_vinit): Count all servers in statp->nscount.
593
594 2008-12-21  Bruno Haible  <bruno@clisp.org>
595
596         [BZ #9677]
597         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Create temporary state object
598         if no output is written.
599
600 2008-12-13  Klaus Dittrich  <kladit@arcor.de>
601
602         * login/utmp_file.c (pututline_file): Replace call to dup2 with
603         libc internal symbol __dup2 to avoid access through the PLT.
604
605 2008-12-08  Ulrich Drepper  <drepper@redhat.com>
606
607         [BZ #6545]
608         * sysdeps/unix/sysv/linux/bits/socket.h (SCM_CREDENTIALS): Make
609         available only for __USE_GNU.
610
611         * inet/Makefile (tests): Add tst-getni2.
612         * inet/tst-getni2.c: New file.
613
614         [BZ #7080]
615         * inet/getnameinfo.c (getnameinfo): Check for output buffers being
616         NULL when NI_NAMEREQD is set.
617         Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
618         * inet/Makefile (tests): Add tst-getni1.
619         * inet/tst-getni1.c: New file.
620
621 2008-12-03  Petr Baudis  <pasky@suse.cz>
622
623         [BZ #7067]
624         * nscd/connections.c (invalidate_cache): Use prune_run_lock
625         instead of prune_lock.
626         (nscd_run_prune): Before calling prune_cache, take prune_run_lock.
627         * nscd/nscd.h (database_dyn): Add prune_run_cache.
628
629 2008-12-07  Ulrich Drepper  <drepper@redhat.com>
630
631         * resolv/res_send.c (send_dg): Use correct guards for SOCK_CLOEXEC
632         use.
633
634         * sysdeps/unix/sysv/linux/kernel-features.h: Fix typo in accept4
635         handling.
636
637         * resolv/res_init.c (__res_vinit): Always assign to statp->nscount
638         after reading name server list.
639
640         [BZ #7058]
641         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memory
642         handling for host name aliases.
643
644 2008-11-24  Arkadiusz MiÅ›kiewicz  <arekm@maven.pl>
645
646         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Use LOAD_PIC_REG
647         instead of doing things manually.
648
649 2008-11-26  Chris Steel  <chris.steel.lnx@googlemail.com>
650
651         * posix/regex_internal.h (build_wcs_upper_buffer):
652         Return type is reg_error_t.
653
654 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
655
656         * posix/globtest.sh: Use mktemp to create temporary file and
657         directory.
658
659         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S): Handle large
660         sets correctly.
661         (__CPU_CLR_S): Likewise.
662         (__CPU_ISSET_S): Likewise.
663
664 2008-12-05  Joseph Myers  <joseph@codesourcery.com>
665             Ulrich Drepper  <drepper@redhat.com>
666
667         * scripts/firstversion.awk: Use custom comparison function to compare
668         version numbers.
669         * scripts/versions.awk: Use sort invocation which can handle
670         multi-digit sub-version numbers.
671
672 2008-12-04  Ulrich Drepper  <drepper@redhat.com>
673
674         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE2): Define.
675         * locale/iso-639.def: Add Chhattisgarhi entry.
676
677 2008-12-02  Ulrich Drepper  <drepper@redhat.com>
678
679         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Recognize
680         ESRCH return value.
681         (_nss_dns_gethostbyname4_r): Likewise.
682         * resolv/res_init.c (__res_vinit): Initialize nscount to zero.
683         * sysdeps/posix/getaddrinfo.c (gaih_inet): In case we use
684         gethostbyname4_r, we don't have a separate IPv6 status, so copy
685         the no_data variable.
686
687         * resolv/res_init.c (__res_vinit): Fill in IPv4 name server
688         information at the correct index.
689
690         * socket/sys/socket.h: Declare accept4.
691         * socket/accept4.c: New file.
692         * sysdeps/unix/sysv/linux/accept4.c: New file.
693         * sysdeps/unix/sysv/linux/i386/accept4.S: New file.
694         * socket/Makefile (routines): Add accept4.
695         * socket/Versions: Export accept4 with version GLIBC_2.10.
696         * socket/paccept.c: Removed.
697         * sysdeps/unix/sysv/linux/paccept.c: Removed.
698         * sysdeps/unix/sysv/linux/i386/paccept.S: Removed.
699         * Versions.def: Define GLIBC_2.10 for libc.
700         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_ACCEPT4.
701
702         * nscd/connections.c: Use accept4.
703
704         * sysdeps/unix/sysv/linux/i386/socket.S: Fix comment.
705
706 2008-12-01  Ulrich Drepper  <drepper@redhat.com>
707
708         * resolv/res_send.c (send_dg): Create sockets with non-blocking
709         flag already set.
710
711         * stdlib/setenv.c (unsetenv): Don't search environment if it does
712         not exist.
713         * stdlib/Makefile (tests): Add tst-unsetenv1.
714         * stdlib/tst-unsetenv1.c: New file.
715
716 2008-11-29  Ulrich Drepper  <drepper@redhat.com>
717
718         * login/utmp_file.c (file_writable): New variable.
719         (setutent_file): Don't try to open file for writing.
720         (pututline_file): Before writing, make descriptor writable if
721         necessary.
722
723 2008-11-26  Ulrich Drepper  <drepper@redhat.com>
724
725         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Only restrict search
726         to IPv4 or IPv6 if an interface has been found.
727
728 2008-11-26  Roland McGrath  <roland@redhat.com>
729
730         * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: Renamed to ...
731         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: ... here.
732
733         * sysdeps/unix/sysv/linux/alpha/wordexp.c: Renamed to ...
734         * sysdeps/unix/sysv/linux/ia64/wordexp.c: ... here.
735         * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: Change #include.
736
737         * elf/elf.h (NT_386_IOPERM): New macro.
738         (NT_PPC_VSX): New macro.
739
740 2008-11-25  Roland McGrath  <roland@redhat.com>
741
742         * sysdeps/alpha, sysdeps/unix/bsd/osf/alpha,
743         sysdeps/unix/bsd/Attic/osf1/alpha, sysdeps/unix/sysv/linux/alpha,
744         sysdeps/unix/sysv/linux/alpha/alpha, sysdeps/unix/alpha,
745         sysdeps/mach/alpha, sysdeps/mach/hurd/alpha:
746         Subdirectories moved to ports repository.
747         * configure.in (base_machine): Remove alpha case.
748
749 2008-11-25  Thomas Schwinge  <tschwinge@gnu.org>
750
751         * sysdeps/mach/strerror_l.c: New file.
752
753 2008-11-13  Ryan S. Arnold  <rsa@us.ibm.com>
754
755         [BZ #6411]
756         * sysdeps/powerpc/fpu/Makefile: Added test case tst-setcontext-fpscr.
757         * sysdeps/powerpc/fpu/feholdexcpt.c (_FPU_MASK_ALL): Define to replace
758         magic numbers.
759         * sysdeps/powerpc/fpu/fenv_libc.h (fesetenv_register): Dynamically
760         choose mtfsf insn based on PPC_FEATURE_HAS_DFP.
761         (relax_fenv_state): Same as above.
762         (FPSCR_29): Reserve bit in ISA 2.05.
763         (FPSCR_NI): Provide define for compat.
764         * sysdeps/powerpc/fpu/fesetenv.c (_FPU_MASK_ALL): Define to replace
765         magic numbers.
766         * sysdeps/powerpc/fpu/feupdateenv.c (_FPU_MASK_ALL): Define to replace
767         magic numbers.
768         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: New file.  Test case to
769         test setcontext and swapcontext with dynamic 64-bit FPSCR detection.
770         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Adjust
771         access to hwcap to account for hwcap size increase to uint64_t.
772         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp ):
773         Likewise.
774         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
775         (*setcontext): Likewise.
776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/setcontext.S:
777         New file.
778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/swapcontext.S:
779         New file.
780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
781         (*setcontext): dynamically select mtfsf insn based on
782         PPC_FEATURE_HAS_DFP. Adjust access to hwcap to account for hwcap size
783         increase to uint64_t.
784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
785         (*swapcontext): dynamically select mtfsf insn based on
786         PPC_FEATURE_HAS_DFP.  Adjust access to hwcap to account for hwcap size
787         increase to uint64_t.
788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/setcontext.S:
789         New file.
790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/swapcontext.S:
791         New file.
792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
793         (*setcontext): dynamically select mtfsf insn based on
794         PPC_FEATURE_HAS_DFP.
795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
796         (*swapcontext): dynamically select mtfsf insn based on
797         PPC_FEATURE_HAS_DFP.
798
799 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
800
801         * version.h: Bump for 2.9 release.
802         * include/features.h (__GLIBC_MINOR__): Bump to 9.
803
804         [BZ #7029]
805         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
806         Multiply with sizeof of __cpu_mask, not 8 unconditionally after
807         all the rounding.
808
809 2008-11-11  Ulrich Drepper  <drepper@redhat.com>
810
811         [BZ #7009]
812         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Don't abort for
813         unknown request types for now.
814
815 2008-11-11  Roland McGrath  <roland@redhat.com>
816
817         * sysdeps/x86_64/configure: New file.
818
819         * configure.in: Add AC_SUBST(libc_cv_cpp_asm_debuginfo).
820         * configure: Regenerated.
821
822 2008-11-03  Martin Schwidefsky  <schwidefsky@de.ibm.com>
823
824         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
825         correct instruction to remove the stack frame.
826
827 2008-11-03  Michael Matz  <matz@suse.de>
828
829         * sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
830         __arch_compare_and_exchange_val_64_acq): Add "memory" clobber.
831
832 2008-11-07  Jakub Jelinek  <jakub@redhat.com>
833
834         * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked):
835         Remove.
836
837         * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
838         __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type
839         of the thread variable instead of void *.
840         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_define,
841         __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
842         * include/ctype.h (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
843         __libc_tsd_define arguments.
844         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Adjust
845         __libc_tsd_address arguments.  Remove union hack.
846         * include/rpc/rpc.h (RPC_VARS): Adjust __libc_tsd_define arguments.
847         * sunrpc/rpc_thread.c (RPC_VARS): Likewise.
848         (__rpc_thread_destroy, rpc_thread_multi, __rpc_thread_variables):
849         Adjust __libc_tsd_{set,get} arguments.
850         * ctype/ctype-info.c (CTYPE_B, CTYPE_TOUPPER, CTYPE_TOLOWER): Adjust
851         __libc_tsd_define arguments.
852         * locale/uselocale.c (__uselocale): Adjust __libc_tsd_{set,get}
853         arguments.
854         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
855         * locale/global-locale.c (__libc_tsd_LOCALE): Adjust type.
856         (LOCALE): Adjust __libc_tsd_define arguments.
857         * locale/localeinfo.h (_NL_CURRENT_LOCALE): Adjust __libc_tsd_get
858         arguments.
859         (LOCALE): Adjust __libc_tsd_define arguments.
860         * sysdeps/mach/hurd/malloc-machine.h (MALLOC): Adjust __libc_tsd_define
861         arguments.
862         (tsd_setspecific, tsd_getspecific): Adjust __libc_tsd_{set,get}
863         arguments.
864
865 2008-11-02  Ulrich Drepper  <drepper@redhat.com>
866
867         * malloc/malloc.c (public_rEALLOc): When new arena is used, copy
868         really all bytes.  Patch by Denys Vlasenko <dvlasenk@redhat.com>.
869
870 2008-11-01  Ulrich Drepper  <drepper@redhat.com>
871
872         [BZ #6966]
873         * misc/hsearch_r.c (hsearch_r): Fix secondary hash function.
874
875 2008-10-24  Joseph Myers  <joseph@codesourcery.com>
876             Ulrich Drepper  <drepper@redhat.com>
877
878         * math/tgmath.h (__floating_type): Use __builtin_classify_type in
879         definition for GCC 3.1 and later.
880
881 2008-10-31  Jakub Jelinek  <jakub@redhat.com>
882
883         * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo
884         refetch dtv, as it might have changed.
885         * elf/Makefile: Add rules to build and run tst-tls18.
886         * elf/tst-tls18.c: New test.
887         * elf/tst-tlsmod18a.c: New file.
888
889 2008-09-09  Aurelien Jarno  <aurelien@aurel32.net>
890
891         [BZ #6875]
892         * iconvdata/gconv-modules: Add LATIN9 as an alias to ISO-8859-15.
893
894 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
895
896         [BZ #6867]
897         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
898
899         [BZ #6919]
900         * posix/spawnattr_getschedparam.c (posix_spawnattr_getschedparam):
901         Fix length of copy operation.
902
903 2008-10-02  Pierre Habouzit <madcoder@debian.org>
904
905         * sysdeps/unix/sysv/linux/eventfd.c (eventfd): Use the eventfd2 syscall
906         and fix its calling convention.
907
908 2008-10-07  Andreas Schwab  <schwab@suse.de>
909
910         [BZ #6942]
911         * resolv/res_send.c (send_vc): Fix last change.
912         (send_dg): Align here as well.
913
914 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
915
916         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
917         return value in case rlimit is RLIM_INFINITY.
918
919         [BZ #6947]
920         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
921         for UL_SETFSIZE.
922         * resource/Makefile (tests): Add bug-ulimit1.
923         * resource/bug-ulimit1.c: New file.
924
925         [BZ #6974]
926         * sunrpc/rpc_main.c (mkfile_output): Properly handle filename
927         without dot.  Properly terminate the string with a null byte.
928         Based on a patch by Aurelien Jarno <aurelien@aurel32.net>.
929
930         [BZ #6980]
931         * debug/getgroups_chk.c (__getgroups_chk): Return EINVAL error for
932         negative sizees.
933         * posix/bits/unistd.h (getgroups): Call __getgroups_chk for
934         negative __size.
935
936         [BZ #6995]
937         * sysdeps/powerpc/powerpc32/dl-machine.c: Fix typo in message.
938
939 2008-10-30  Ulrich Drepper  <drepper@redhat.com>
940
941         * grp/initgroups.c (internal_getgrouplist): Don't prematurely
942         abort if there is no initgroups_dyn function.
943
944         * resolv/res_send.c (send_dg): On timeout, only return nonzero
945         result if any of the queries really provided an answer.
946
947 2008-10-28  Ulrich Drepper  <drepper@redhat.com>
948
949         * po/lt.po: Update from translation team.
950
951 2008-10-26  Ulrich Drepper  <drepper@redhat.com>
952
953         * po/id.po: Update from translation team.
954
955 2008-10-24  Ulrich Drepper  <drepper@redhat.com>
956
957         * resolv/res_query.c (__libc_res_nquery): Add a few casts.
958         Fix tests for existence of second reply.
959
960 2008-10-23  Ulrich Drepper  <drepper@redhat.com>
961
962         * po/id.po: New file.
963         Contributed by the Indonesian translation team.
964
965 2008-10-22  Dmitry V. Levin  <ldv@altlinux.org>
966
967         * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec
968         initialization.
969
970 2008-10-17  Jakub Jelinek  <jakub@redhat.com>
971
972         * elf/Makefile: Add rules to build and run tst-tls17.
973         * elf/tst-tls17.c: New test.
974         * elf/tst-tlsmod17a.c: New file.
975         * elf/tst-tlsmod17b.c: Likewise.
976
977 2008-10-17  Ulrich Drepper  <drepper@redhat.com>
978
979         * stdlib/divmod_1.c: Use correct type for dummy variable.
980         * stdlib/mod_1.c: Likewise.
981
982 2008-10-16  Ulrich Drepper  <drepper@redhat.com>
983
984         * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
985
986 2008-10-16  Jakub Jelinek  <jakub@redhat.com>
987
988         * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
989         __nonnull order for C++.
990         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
991         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
992
993 2008-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
994
995         * stdlib/longlong.h: Update from GCC.
996
997 2008-10-09  Jakub Jelinek <jakub@redhat.com>
998             David S. Miller  <davem@davemloft.net>
999
1000         * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
1001         make sure any registers used with 64-bit 'branch-on-register'
1002         instructions have their top 32-bits clear.
1003         * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
1004         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
1005
1006 2008-09-18  Andreas Schwab  <schwab@suse.de>
1007
1008         [BZ #6942]
1009         * resolv/res_send.c (send_vc): Fix use of unaligned address.
1010         Properly handle partial reads.
1011
1012 2008-10-01  Mark Shinwell  <shinwell@codesourcery.com>
1013
1014         * elf/elf.h (STO_MIPS_PLT): New.
1015         (R_MIPS_COPY): New.
1016         (R_MIPS_JUMP_SLOT): New.
1017         (R_MIPS_NUM): Redefine to 128.
1018         (DT_MIPS_PLTGOT): New.
1019         (DT_MIPS_RWPLT): New.
1020         (DT_MIPS_NUM): Redefine to 0x35.
1021
1022 2008-10-01  Ulrich Drepper  <drepper@redhat.com>
1023
1024         * timezone/africa: Update from tzdata2008f.
1025         * timezone/asia: Likewise.
1026         * timezone/australasia: Likewise.
1027         * timezone/europe: Likewise.
1028         * timezone/leapseconds: Likewise.
1029         * timezone/northamerica: Likewise.
1030         * timezone/southamerica: Likewise.
1031         * timezone/zone.tab: Likewise.
1032
1033 2008-09-30  Ulrich Drepper  <drepper@redhat.com>
1034
1035         * nscd/connections.c: Disable use of paccept for now.
1036
1037 2008-09-29  Ulrich Drepper  <drepper@redhat.com>
1038
1039         * socket/Versions: Remove paccept export for GLIBC_2.9.
1040         * socket/Makefile (routines): Remove paccept.
1041         * socket/sys/socket.h: Remove paccept declaration.
1042
1043         * po/sv.po: Update from translation team.
1044
1045 2008-09-22  Deborah S. Townsend  <dstownse@us.ibm.com>
1046
1047         * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
1048         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1049
1050 2008-09-16  Ulrich Drepper  <drepper@redhat.com>
1051
1052         * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
1053         Patch by Olivier Fourdan <ofourdan@redhat.com>.
1054
1055 2008-09-15  Ulrich Drepper  <drepper@redhat.com>
1056
1057         * sunrpc/rpc/svc.h: Declare svcfd_create.
1058         Patch by Michael Solberg <msolberg@redhat.com>.
1059
1060 2008-09-12  Flavio Leitner  <fleitner@redhat.com>
1061             Ulrich Drepper  <drepper@redhat.com>
1062
1063         * malloc/malloc.c (public_vALLOc): Try other arenas in case
1064         _int_valloc fails.
1065         (public_pVALLOc): Likewise.
1066
1067 2008-09-02  Andreas Jaeger  <aj@suse.de>
1068
1069         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
1070         commit.
1071
1072 2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>
1073
1074         [BZ #6860]
1075         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
1076
1077 2008-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
1078
1079         * Makefile (check-data): Check data directory in add-ons.
1080         * elf/Makefile (check-data): Likewise.
1081
1082 2008-08-18  Roland McGrath  <roland@redhat.com>
1083
1084         * configure.in (--with-cpu): Check compiler support for -march/-mcpu.
1085         * configure: Regenerated.
1086         * config.make.in (cflags-cpu): New substituted variable.
1087         (with-cpu): Variable removed.
1088         * Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
1089
1090 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
1091
1092         [BZ #6845]
1093         * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
1094         __signbitl definition and __LONG_DOUBLE_128__ guard from:
1095         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
1096         redundant.  Functions which call floating point assembler operations
1097         should go into a sysdeps powerpc/fpu directory.
1098
1099 2008-08-15  Ulrich Drepper  <drepper@redhat.com>
1100
1101         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.
1102         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
1103
1104 2008-08-14  Ulrich Drepper  <drepper@redhat.com>
1105
1106         * sysdeps/x86_64/memset.S: Reduce size of tables for PIC.
1107
1108         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all
1109         change related to AT_EXECFN.  We cannot use that string.
1110         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Remove
1111         _dl_execfn member.
1112         * elf/dl-support.c: Remove _dl_execfn variable.
1113         (_dl_aux_init): Remove handling of AT_EXECFN.
1114         * elf/dl-sysdep.c (_dl_sysdep_start): Remove handling of AT_EXECFN.
1115         * elf/rtld.c (process_envvars): Remove use of __ASSUME_AT_EXECFN.
1116
1117 2008-08-13  Ulrich Drepper  <drepper@redhat.com>
1118
1119         [BZ #6544]
1120         * libio/fmemopen.c: Implement binary mode.  In this mode no NUL
1121         byte gets added to writes and seeks from the end use the length of
1122         the buffer and not the currently terminating NUL byte.
1123
1124         [BZ #6634]
1125         * login/utmp_file.c (getutent_r_file): Take additional parameter.
1126         Set to true if locking failed.
1127         (getutid_r_file): Adjust caller.
1128         (pututline_file): Likewise.  Return NULL in this case.
1129         Patch mostly by halesh.s@gmail.com.
1130
1131 2008-08-12  Ulrich Drepper  <drepper@redhat.com>
1132
1133         [BZ #6589]
1134         * sysdeps/unix/sysv/linux/ifaddrs.c (struct sockaddr_ll_max):
1135         Define.
1136         (struct ifaddrs_storage): Use it instead of sockaddr_ll.
1137
1138 2008-08-12  Ryan S. Arnold  <rsa@us.ibm.com>
1139
1140         [BZ #6839]
1141         * sysdeps/powerpc/powerpc32/dl-machine.c (CHECK_STATIC_TLS): Remove
1142         macro since it is now available in elf/dynamic-link.h.
1143
1144 2008-08-12  Roland McGrath  <roland@frob.com>
1145
1146         * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Avoid -Wparenthesis triggers,
1147         in case used outside of libc.
1148         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>
1149
1150 2008-08-11  Ulrich Drepper  <drepper@redhat.com>
1151
1152         * resolv/res_mkquery.c (res_nmkquery): Call ns_name_compress
1153         directly instead of going through dn_comp.
1154
1155 2008-08-11  Aurelien Jarno  <aurel32@debian.org>
1156
1157         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1158         Fix asm constraints.
1159
1160 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1161
1162         [BZ #6790]
1163         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_PROBE): Define.
1164         (IPV6_PMTUDISC_PROBE): Likewise.
1165
1166 2008-08-07  Pete Eberlein  <eberlein@us.ibm.com>
1167
1168         [BZ #6791]
1169         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (PROT_SAO): Define.
1170
1171 2008-08-01  Steven Munroe  <sjmunroe@us.ibm.com>
1172             Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
1173
1174         [BZ #6817]
1175         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags):
1176         Added the members 'vsx' and 'arch_2_06'.
1177         (_dl_powerpc_platforms): Add the member 'power7'.
1178         * sysdeps/powerpc/dl-procinfo.h: Modify _DL_HWCAP_FIRST
1179         to reflect the changes required by VSX and ISA 2.06.
1180         Modify _DL_PLATFORMS_COUNT to reflect the addition of
1181         'power7'.
1182         Defined PPC_PLATFORM_POWER7.
1183         (_dl_string_platform): Add support for POWER7.
1184         * sysdeps/powerpc/sysdep.h: Define bit masks for VSX
1185         capability and ISA 2.06.
1186
1187 2008-08-07  Ulrich Drepper  <drepper@redhat.com>
1188
1189         [BZ #6824]
1190         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Use correct
1191         macro to detect use of 128 bit long double.
1192         Patch by Ryan S. Arnold <rsa@us.ibm.com>.
1193
1194 2008-08-05  Ulrich Drepper  <drepper@redhat.com>
1195
1196         * scripts/gen-as-const.awk: Use 32-bit values on 32-bit platforms.
1197
1198         [BZ #5794]
1199         * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large
1200         parameters.
1201         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
1202         Patch by Denys Vlasenko <dvlasenk@redhat.com>.
1203
1204 2008-08-03  Ulrich Drepper  <drepper@redhat.com>
1205
1206         * nscd/connections.c (main_loop_poll): Pass a buffer which is
1207         guaranteed to be large enough to read inotify event.  Ignore
1208         EAGAIN error.  Better error message.  Add branch predicition.
1209         (main_loop_epoll): Likewise.
1210
1211 2008-08-02  Roland McGrath  <roland@frob.com>
1212
1213         * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):
1214         Add memory clobbers.
1215
1216 2008-08-02  Ulrich Drepper  <drepper@redhat.com>
1217
1218         * manual/arith.texi: Avoid @strong{Note:}.
1219         * manual/creature.texi: Likewise.
1220         * manual/filesys.texi: Likewise.
1221         * manual/math.texi: Likewise.
1222         * manual/memory.texi: Likewise.
1223         * manual/resource.texi: Likewise.
1224         * manual/syslog.texi: Likewise.
1225         * manual/time.texi: Likewise.
1226
1227         * sysdeps/posix/clock_getres.c (hp_timing_getres): Remove inline
1228         to prevent warning.
1229
1230 2008-08-01  Ulrich Drepper  <drepper@redhat.com>
1231
1232         * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for
1233         new epoll_create1 interface.
1234         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1235         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
1236         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
1237
1238         * include/arpa/nameser.h (NS_GET16): Use const pointer.
1239         (NS_GET32): Likewise.
1240
1241         * sysdeps/unix/sysv/linux/kernel-features.h: s390 has the new
1242         syscalls, too.
1243
1244         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): We cannot
1245         use the AT_EXECFN value if it is no absolute path.
1246         * sysdeps/unix/sysv/linux/kernel-features.h: Never define
1247         __ASSUME_AT_EXECFN.
1248
1249         * Versions.def: Add GLIBC_2.9 to libresolv.
1250         * include/resolv.h: Remove hidden proto declarations for __ns_*
1251         functions.  Add them for __dn_count_labels and __p_secstodate.
1252         * include/arpa/nameser.h: Add a number of hidden proto declarations.
1253         Define ns_msg_getflags macro here.
1254         * resolv/res_debug.c: Add hidden definition for __dn_count_labels
1255         and __p_secstodate.
1256         * resolv/Versions: Export functions from <arpa/nameser.h> from
1257         libresolv in version GLIBC_2.9.
1258         * resolv/ns_name.c: Integrate changes from bind 9.5.0.  Add necessary
1259         hidden definitions.
1260         * resolv/ns_netint.c: Likewise.
1261         * resolv/ns_parse.c: Likewise.
1262         * resolv/ns_print.c: Likewise.
1263         * resolv/ns_samedomain.c: Likewise.
1264         * resolv/ns_ttl.c: Likewise.
1265         * resolv/arpa/nameser_compat.h: Likewise.
1266         * resolv/arpa/nameser.h: Likewise.  Remove macros which redirect
1267         function calls.
1268         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Use __ns_get16
1269         instead of ns_get16.
1270         * resolv/nss_dns/dns-host.c (getanswer_r): Use __ns_get16 and
1271         __ns_get32 instead of ns_get16 and ns_get32 respectively.
1272         (gaih_getanswer_slice): Likewise.
1273         * resolv/Makefile (libresolv-routines): Add ns_date.
1274         * resolv/ns_date.c: New file.
1275
1276         * elf/Makefile (check-localplt.out): Also check libresolv and
1277         libcrypt.
1278
1279 2008-07-31  Ulrich Drepper  <drepper@redhat.com>
1280
1281         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1282         __ASSUME_O_CLOEXEC.
1283
1284 2008-07-30  Ulrich Drepper  <drepper@redhat.com>
1285
1286         * sysdeps/posix/getaddrinfo.c (gaih_inet): Raise size of initial
1287         buffer passed to NSS functions.
1288
1289         * nscd/connections.c (nscd_init): Typo in preprocessor directive.
1290
1291         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PACCEPT):
1292         Define.
1293
1294         * misc/syslog.c (openlog_internal): Fix compile problem.
1295
1296 2008-07-28  Roland McGrath  <roland@redhat.com>
1297
1298         * elf/dl-sysdep.c (_dl_show_auxv): Add AT_EXECFN to the table.
1299
1300 2008-07-28  Ulrich Drepper  <drepper@redhat.com>
1301
1302         * io/ftw.c (add_object): Remove inline to avoid warning.
1303
1304         * sysdeps/unix/sysv/linux/paccept.c: Fix compile problem.
1305
1306         * resolv/res_send.c (__libc_res_nsend): Take additional parameter.
1307         Use it instead of locally defined resplen2 variable.
1308         (res_nsend): Adjust for __libc_res_nsend interface change.
1309         (send_vc): Initialize *resplen2 if necessary.  Read length of
1310         package into an appropriately aligned variable.  Store converted length
1311         in new variable and use it appropriately.
1312         Add branch prediction help.
1313         * resolv/res_query.c (__libc_res_nquery): Take additional parameter
1314         and pass it on to __libc_res_nsend.  Adjust all callers.
1315         (__libc_res_nsearch): Likewise.
1316         (__libc_res_nqeurydomain): Likewise.
1317         * resolv/nss_dns/dns-host.c: Adjust for __libc_res_nsearch interface
1318         change.
1319         (_nss_dns_gethostbyname4): Don't unconditionally allocate tmp array.
1320         Define resplen2 variable and pass it to __libc_res_nsearch and then
1321         to gaih_getanswer.
1322         (getanswer_r): In case of incorrect DNS data don't overread buffer.
1323         Add branch prediction.
1324         (gaih_getanswer_slice): Likewise.  Check for invalid data types.
1325         (gaih_getanswer): Don't decode second slice if first one failed due
1326         to a too small buffer.  Don't let not found status of second
1327         decoder shadow results of the first.
1328         * resolv/gethnamaddr.c (gethostbyname2): Adjust for __libc_res_nsearch
1329         and __libc_res_nquery interface changes
1330         (gethostbyaddr): Adjust for __libc_res_nquery interface change.
1331         * include/resolv.h: Adjust prototypes for __libc_res_nquery,
1332         __libc_res_nsearch, and __libc_res_nsend.
1333         * resolv/nss_dns/dns-canon.c: Adjust for __libc_res_nquery interface
1334         change.
1335         * resolv/nss_dns/dns-network.c: Adjust for __libc_res_nquery and
1336         __libc_res_nsearch interface changes.
1337
1338 2008-07-27  Ulrich Drepper  <drepper@redhat.com>
1339
1340         * libio/iopopen.c (_IO_new_proc_open): Remove unnecessary volatile.
1341
1342         * posix/wordexp.c (exec_comm): Use pipe2 if possible to create
1343         file descriptors with close-on-exec set.
1344         (exec_comm_child): Fix the case where the write end of the pipe is
1345         STDOUT_FILENO already.  In case it is, clear close-on-exec.
1346
1347         * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.
1348         * io/pipe2.c: Likewise.
1349         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PIPE2
1350         instead of __ASSUME_PACCEPT.
1351         * include/unistd.h: Declare __have_pipe2.
1352         * libio/iopopen.c: Implement "e" flag.
1353         * libio/Makefile (tests): Add tst-popen1.
1354         * libio/tst-popen1.c: New file.
1355
1356         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_ISDN and AF_ISDN.
1357         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
1358
1359 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1360
1361         [BZ #6771]
1362         * libio/fileops.c (_IO_new_file_attach): Preserve errno around
1363         success call of _IO_SEEKOFF or calls which failed because the
1364         descriptor is for a pipe.
1365
1366         * sunrpc/key_call.c (getkeyserv_handle): Use FD_CLOEXEC instead of
1367         magic number.
1368
1369         * misc/syslog.c (openlog_internal): Use SOCK_CLOEXEC if possible.
1370
1371         * malloc/mtrace.c (mtrace): Use 'e' flag in fopen call.  Drop
1372         F_SETFD use if we know fopen set the flag.
1373
1374         * login/utmp_file.c (setutent_file): Minor optimization in case
1375         O_CLOEXEC is available.
1376
1377 2008-07-24  Tom "spot" Callaway  <tcallawa@redhat.com>
1378
1379         * Makeconfig: Define pie-ccflag and PIE-ccflag variables.
1380         * elf/Makefile: Use pie-ccflag variable.
1381         * nscd/Makefile: Likewise.
1382         * sysdeps/sparc/Makefile: Set $(pie-ccflag) to -fPIE.
1383
1384 2008-07-21  Andreas Krebbel  <krebbel1@de.ibm.com>
1385
1386         [BZ #6724]
1387         * Versions.def: Add GLIBC_2.9 version tag for libutil.
1388         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Copy of
1389         gnu/bits/utmp.h.  Check for __WORDSIZE_COMPAT32 removed.
1390         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Copy of
1391         gnu/bits/utmpx.h.  Check for __WORDSIZE_COMPAT32 removed.
1392         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add new files
1393         utmp32, utmpx32 and login32.
1394         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Add 2.9
1395         versions of struct utmp functions to libc and libutil.
1396         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: New file.
1397         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: New file.
1398         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: New file.
1399         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: New file.
1400         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: New file.
1401         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: New file.
1402         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: New file.
1403         * sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: New file.
1404         * sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: New file.
1405         * sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: New file.
1406         * sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: New file.
1407         * sysdeps/unix/sysv/linux/s390/s390-32/login.c: New file.
1408         * sysdeps/unix/sysv/linux/s390/s390-32/login32.c: New file.
1409         * sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: New file.
1410         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: New file.
1411         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: New file.
1412         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: New file.
1413         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: New file.
1414         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: New file.
1415         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: New file.
1416         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: New file.
1417         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: New file.
1418
1419 2008-07-26  Ulrich Drepper  <drepper@redhat.com>
1420
1421         * scripts/gen-as-const.awk: Generate more widely usable code by
1422         using 64-bit arithmetic.
1423
1424         * stdio-common/printf_fp.c (___printf_fp): Give wide outout code
1425         the same treatment as narrow output code in last patch.
1426
1427         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.
1428
1429         [BZ #6763]
1430         * elf/dl-load.c (local_strdup): Remove inline.
1431         (_dl_map_object_from_fd): Don't allocate l_symbolic_searchlist.r_list.
1432         * elf/dl-object.c (_dl_new_object): Allocate symbolic searchlist as
1433         part of the object.
1434
1435         * sysdeps/unix/sysv/linux/dl-origin.c: Add const to avoid warning.
1436
1437 2008-07-25  Ulrich Drepper  <drepper@redhat.com>
1438
1439         * sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
1440         the new syscalls, too.
1441
1442         * sysdeps/i386/i686/memcmp.S: Fix unwind information.
1443         Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
1444
1445         [BZ #6698]
1446         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
1447         parameter for end of buffer.  If temporary copy is too large use
1448         malloc.
1449         * stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
1450         interface change.
1451         * stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
1452         string rewrite when allocating buffer.
1453
1454         * sysdeps/unix/sysv/linux/kernel-features.h: PPC has the new
1455         syscalls, too.
1456
1457         * nscd/connections.c (nscd_init): Clean up fcntl call.
1458
1459         * nscd/nscd_helper.c (open_socket): Use SOCK_CLOEXEC and
1460         SOCK_NONBLOCK if possible.
1461
1462         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use
1463         SOCK_CLOEXEC if available.
1464
1465         * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
1466         __libc_clntudp_bufcreate_internal.
1467         * include/sys/socket.h: Declare __have_sock_cloexec.
1468         * socket/Makefile (aux): Add have_sock_cloexec.
1469         * socket/have_sock_cloexec.c: New file.
1470         * sunrpc/clnt_udp.h (clntudp_bufcreate): Now a wrapper around
1471         __libc_clntudp_bufcreate.
1472         (__libc_clntudp_bufcreate): Former implementation of clntudp_bufcreate
1473         which takes an additional parameter.  Create socket with non-blocking
1474         mode and close-on-exec flag set, if wanted.
1475         * sunrpc/Versions: Export __libc_clntudp_bufcreate@GLIBC_PRIVATE.
1476         * nis/ypclnt.c (yp_bind_client_create): Use __libc_clntpudp_bufcreate
1477         instead of clntudp_create.  The socket has already the close-on-exec
1478         flag set if SOCK_CLOEXEC is defined.
1479
1480 2008-07-24  Ulrich Drepper  <drepper@redhat.com>
1481
1482         * sysdeps/unix/sysv/linux/kernel-features.h: Define
1483         __ASSUME_PACCEPT, __ASSUME_IN_NONBLOCK, and __ASSUME_PACCEPT if
1484         appropriate.
1485         * nscd/connections.c: Avoid fcntl calls to set close-on-exec flag and
1486         non-blocking mode by using socket, paccept, and inotify_init1.
1487
1488         * Versions.def (glibc): Add GLIBC_2.9.
1489         * io/Makefile (routines): Add dup3 and pipe2.
1490         * io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
1491         * io/dup3.c: New file.
1492         * io/pipe2.c: New file.
1493         * posix/unistd.h: Declare dup3 and pipe2.
1494         * socket/Makefile (routines): Add paccept.
1495         * socket/Versions [glibc] (GLIBC_2.9): Add paccept.
1496         * socket/paccept.c: New file.
1497         * socket/sys/socket.h: Declare paccept.
1498         * sysdeps/unix/syscalls.list: Add entry for dup3.
1499         * sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
1500         epoll_create2 and inotify_init1.
1501         * sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
1502         * sysdeps/unix/sysv/linux/paccept.c: New file.
1503         * sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
1504         possible.
1505         * sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
1506         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
1507         inotify_init1, and pipe2 entries.
1508         * sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
1509         * sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
1510         * sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
1511         * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
1512         * sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
1513         * sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
1514         SOCK_NONBLOCK.
1515         * sysdeps/unix/sysv/linux/i386/paccept.S: New file.
1516         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
1517         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
1518         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
1519         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
1520         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
1521         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
1522         * sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
1523         EPOLL_NONBLOCK.  Declare epoll_create2.
1524         * sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
1525         EFD_NONBLOCK.
1526         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
1527         IN_NONBLOCK.  Declare inotify_init1.
1528         * sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
1529         SFD_NONBLOCK.
1530         * sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
1531         TFD_NONBLOCK.
1532
1533         * elf/elf.h: Define AT_EXECFN.
1534         * elf/rtld.c [!__ASSUME_AT_EXECFN] (process_envvars): Don't handle
1535         LD_ORIGIN_PATH.
1536         * elf/dl-sysdep.c (_dl_sysdep_start): Handle AT_EXECFN.
1537         * elf/dl-support.c: Define _dl_execfn.  Don't define _dl_origin_path
1538         if __ASSUME_AT_EXECFN is defined.
1539         (_dl_aux_init): Handle AT_EXECFN.
1540         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_AT_EXECFN
1541         for 2.6.27 and up.
1542         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_execfn.
1543         Don't define _dl_origin_path if __ASSUME_AT_EXECFN is defined.
1544         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use
1545         _dl_execfn if available and avoid compatibility code if
1546         __ASSUME_AT_EXECFN is defined.
1547
1548         * sysdeps/unix/sysv/linux/dl-sysdep.h: Don't declare
1549         _dl_discover_osversion only for older kernels.
1550
1551 2008-07-22  Roland McGrath  <roland@frob.com>
1552
1553         * hurd/fd-read.c (_hurd_fd_read): Fix last change.
1554
1555 2008-07-21  Roland McGrath  <roland@frob.com>
1556
1557         * hurd/fd-read.c (_hurd_fd_read): Return EGRATUITOUS if the server
1558         returned too much data out of line.
1559
1560 2008-07-20  Ulrich Drepper  <drepper@redhat.com>
1561
1562         * locale/setlocale.c (setname): Remove inline to avoid compiler
1563         warning.
1564
1565         [BZ #6712]
1566         * locale/setlocale.c (setlocale): Take the setlocale lock earlier.
1567
1568 2008-07-15  Ulrich Drepper  <drepper@redhat.com>
1569
1570         * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn
1571         doesn't manage to write anything, fail.
1572
1573         * malloc/hooks.c (__malloc_check_init): Remove printf.
1574
1575 2008-07-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1576
1577         * sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
1578
1579 2008-07-12  Ulrich Drepper  <drepper@redhat.com>
1580
1581         * nscd/connections.c (main_loop_poll): Fix handling of read errors
1582         from inotify.
1583         (main_loop_epoll): Likewise.
1584
1585 2008-07-09  Ulrich Drepper  <drepper@redhat.com>
1586
1587         * resolv/res_send.c: Remove unnecessary res_pquery prototype.
1588
1589         * resolv/res_query.c (__libc_res_nquery): Issue debug message only
1590         if DEBUG is defined.
1591
1592         * resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAA
1593         query.  Adjust buffer size computation for padding.
1594
1595 2008-07-08  Ulrich Drepper  <drepper@redhat.com>
1596
1597         * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.
1598         * stdio-common/tst-setvbuf1.c: New file.
1599         * stdio-common/tst-setvbuf1.expect: New file.
1600
1601         [BZ #6719]
1602         * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags
1603         when selecting fully-buffered stream.
1604         Patch by Wang Xin <wxinee@gmail.com>.
1605
1606 2008-07-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1607
1608         * sysdeps/mach/hurd/open.c: Include <stdio.h>.
1609         (__open_2): New function.
1610         (__open64_2): New alias to __open_2.
1611         * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
1612         (__openat_2): New function.
1613         (__openat64_2): New alias to __openat_2.
1614
1615 2008-07-06  Ulrich Drepper  <drepper@redhat.com>
1616
1617         [BZ #6723]
1618         * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
1619
1620 2008-07-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1621
1622         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.
1623         * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function.
1624         * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of
1625         __hurd_dfail.
1626         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1627         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1628         * sysdeps/mach/hurd/send.c (__send): Likewise.
1629         * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise.
1630         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
1631
1632 2008-03-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1633
1634         * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.
1635         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise.
1636         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise.
1637         * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD.
1638         * hurd/get-host.c (_hurd_get_host_config): Likewise.
1639         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
1640
1641 2008-06-27  Ulrich Drepper  <drepper@redhat.com>
1642
1643         [BZ #6657]
1644         * time/strptime_l.c: Don't clear s.era_cnt after successful match
1645         of %EY.
1646         Patch by Petr Baudis.
1647
1648 2008-06-26  Ulrich Drepper  <drepper@redhat.com>
1649
1650         * resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.
1651         Patch by Peter Jones <pjones@redhat.com>.
1652
1653 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1654
1655         [BZ #6654]
1656         * stdlib/canonicalize.c (__realpath): readlink can write too much
1657         into the buffer on platforms without PATH_MAX.
1658
1659 2008-06-17  Carlos O'Donell  <carlos@codesourcery.com>
1660
1661         [BZ #6653]
1662         * posix/tst-regex.c (main): Rename to...
1663         (do_test): ... this. Remove cmdline option processing.
1664         (TIMEOUT): Define.
1665         (TEST_FUNCTION): Define.
1666         (CMDLINE_OPTIONS): Define.
1667
1668 2008-06-25  Ulrich Drepper  <drepper@redhat.com>
1669
1670         [BZ #5210]
1671         * configure.in: Add -Werror to -fstack-protector test to catch
1672         unsupported architectures.
1673         Patch by Gilles Esponasse <g.esp@free.fr>.
1674
1675 2008-06-17  Joseph Myers  <joseph@codesourcery.com>
1676
1677         * stdlib/tst-setcontext.c: Set back_in_main before exit if
1678         getcontext returns ENOSYS.
1679
1680 2008-06-18  Ulrich Drepper  <drepper@redhat.com>
1681
1682         * nscd/connections.c (main_loop_poll): Fix test for read error.
1683         (main_loop_epoll): Likewise.
1684
1685 2008-06-13  Ulrich Drepper  <drepper@redhat.com>
1686
1687         * sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to a
1688         better place so it is not called when nscd is used.
1689
1690         * nscd/connections.c: Also recognize and handle changes to the
1691         resolver configuration file.
1692
1693 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1694
1695         * time/strftime.c: Pass reference to tzset_called around to handle
1696         recursive calls.
1697
1698         [BZ #6612]
1699         * time/strftime.c (__strftime_internal): Call tzset() only
1700         when printing timezone-dependent values.
1701         Based on a patch by Petr Baudis <pasky@suse.cz>.
1702
1703         * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't
1704         unconditionally use second gaih_getanswer_slice result.
1705
1706         * sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.
1707         (getaddrinfo): RES must always be non-NULL.
1708
1709 2008-06-12  Jakub Jelinek  <jakub@redhat.com>
1710
1711         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid using
1712         cr[34] registers.
1713         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
1714         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
1715         Likewise.
1716         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3
1717         register.
1718
1719 2008-06-12  Ulrich Drepper  <drepper@redhat.com>
1720
1721         * nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cache
1722         fields.
1723         * nscd/connections.c (inotify_fd): New variable.
1724         (nscd_init): Try to open an inotify descriptor.
1725         If successful, watch files for databases using inotify instead of
1726         having prune threads stat the files.
1727         (nscd_run_prune): Recognize clear_cache flag being set and call
1728         prune_cache appropriately.
1729         (main_loop_poll): Add inotify descriptor to wait set and handle the
1730         reported changes.
1731         (main_loop_epoll): Likewise.
1732         * nscd/cache.c (prune_cache): Don't stat files for databases if
1733         inotify is used.
1734         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]
1735         (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
1736
1737         * nscd/grpcache.c (cache_addgr): Correctly compute size of
1738         fixed-size portion of the record.
1739         * nscd/servicescache.c (cache_addserv): Likewise.
1740         * nscd/pwdcache.c (cache_addpw): Likewise.
1741         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1742
1743 2008-06-11  Ulrich Drepper  <drepper@redhat.com>
1744
1745         * nscd/mem.c (gc): Initialize obstack earlier so that if we jump
1746         out we don't use uninitialized memory.
1747
1748         * nscd/hstcache.c (cache_addhst): Send correct number of bytes to
1749         the client.
1750
1751 2008-06-10  Ulrich Drepper  <drepper@redhat.com>
1752
1753         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log and
1754         ignore T_DNAME messages.
1755         * resolv/arpa/nameser_compat.h (T_DNAME): Define.
1756
1757 2008-06-05  Jakub Jelinek  <jakub@redhat.com>
1758
1759         * misc/regexp.h (compile): Use __REPB_PREFIX macro.
1760         Avoid segfault if first GETC returns eof/'\0'/'\n'.
1761
1762 2008-06-03  Jakub Jelinek  <jakub@redhat.com>
1763
1764         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp
1765         instead of portstr to nscd_getserv_r.  Patch by
1766         Roman Kagan <rkagan@mail.ru>.
1767
1768 2008-05-26  Jim Meyering  <meyering@redhat.com>
1769
1770         Remove more useless "if" tests before "free".
1771         * include/inline-hashtab.h (htab_delete): Likewise.
1772         * libio/freopen.c (freopen): Likewise.
1773         * libio/freopen64.c (freopen64): Likewise.
1774         * locale/programs/ld-collate.c (collate_read): Likewise.
1775         * misc/fstab.c (libc_freeres_fn): Likewise.
1776         * posix/glob.c (globfree): Likewise.
1777
1778 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1779
1780         * string/Makefile (strop-tests): Add memmem.
1781         * string/test-memmem.c: New file.
1782         * string/test-string.h (BUF1PAGES): Define to 1 if undefined.
1783         (test_init): Size buf1 according to BUF1PAGES.
1784
1785 2008-05-24  Jakub Jelinek  <jakub@redhat.com>
1786
1787         * libio/stdio.h (vscanf): Fix -std=c99 redirect.
1788         * stdio-common/Makefile (tests): Add scanf16 and scanf17.
1789         (CFLAGS-scanf17.c): New.
1790         * stdio-common/scanf14.c (main): Add fscanf and scanf tests.
1791         * stdio-common/scanf15.c (main): Likewise.
1792         * stdio-common/scanf16.c: New file.
1793         * stdio-common/scanf17.c: New file.
1794
1795 2008-05-24  Ulrich Drepper  <drepper@redhat.com>
1796
1797         * resolv/res_send.c (send_dg): If we already have one of two
1798         answers and the server reports SERVFAIL, NOTIMP, or REFUSED, then
1799         use the one answer insted of failing.
1800
1801 2008-02-20  Ryan S. Arnold  <rsa@us.ibm.com>
1802
1803         * math/libm-test.inc (exp_test): Exclude expl(1000.0L) from
1804         being executed on PowerPC as the expected result exceeds IBM
1805         long double 128 __LDBL_MAX__.
1806
1807 2008-05-21  Roland McGrath  <roland@redhat.com>
1808
1809         * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.
1810
1811         * Makefile (check-data): Use $(abi-name) before other guesses.
1812         Look in $(add-ons) dirs before scripts/data/.
1813         * elf/Makefile (check-data): Likewise.
1814
1815         * scripts/soversions.awk: Grok ABI line.
1816         * Makeconfig ($(common-objpfx)soversions.mk): Likewise.
1817         Emit definition for abi-name variable.
1818
1819 2008-05-21  Ulrich Drepper  <drepper@redhat.com>
1820
1821         * string/endian.h: Define new fixed-size hto* and *toh macros only
1822         if [__USE_BSD].
1823
1824         * iconvdata/Depend: Add localedata.
1825
1826 2008-05-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1827
1828         * bits/termios.h (ONLCR): Define under [__USE_XOPEN] too.
1829
1830 2008-05-08  David S. Miller  <davem@davemloft.net>
1831
1832         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Use
1833         HIDDEN_JUMPTARGET.
1834         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1835         (__SYSCALL_CLOBBERS): Remove %g* registers.
1836         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1837         (__SYSCALL_CLOBBERS): Likewise.
1838         * scripts/data/localplt-sparc-linux-gnu.data: New file.
1839         * scripts/data/localplt-sparc64-linux-gnu.data: New file.
1840
1841 2008-05-21  Jakub Jelinek  <jakub@redhat.com>
1842
1843         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1844         (CALL_ERRNO_LOCATION): Define.
1845         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1846         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
1847         (CALL_ERRNO_LOCATION): Define.
1848         (__SYSCALL_STRING, __CLONE_SYSCALL_STRING): Use it.
1849         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S (__brk): Use
1850         HIDDEN_JUMPTARGET for __errno_location call in libc.so.
1851
1852 2008-05-20  Ulrich Drepper  <drepper@redhat.com>
1853
1854         * include/inline-hashtab.h (higher_prime_number): Fix type of mid
1855         variable.
1856
1857 2008-05-20  Jakub Jelinek  <jakub@redhat.com>
1858
1859         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
1860         (FIRST_FRAME_POINTER): Define.
1861
1862 2008-05-09  David S. Miller  <davem@davemloft.net>
1863
1864         * sysdeps/sparc/sparc64/backtrace.c: New file.
1865
1866 2008-05-14  David S. Miller  <davem@davemloft.net>
1867
1868         * sysdeps/sparc/machine-gmon.h: New file.
1869         * sysdeps/sparc/sparc-mcount.S: Likewise.
1870         * sysdeps/sparc/Makefile: Add sparc-mcount target to
1871         sysdep_routines in gmon directory.
1872
1873 2008-05-19  Jakub Jelinek  <jakub@redhat.com>
1874
1875         * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
1876
1877 2008-05-19  Ulrich Drepper  <drepper@redhat.com>
1878
1879         * resolv/res_query.c (__libc_res_nquery): In case one of two
1880         answer was too short don't try to read that answer's header.
1881
1882         * resolv/res_send.c (send_dg): In case of timeout and there are
1883         two queries and one has been answered, return value indicating
1884         success.
1885
1886 2008-05-18  Ulrich Drepper  <drepper@redhat.com>
1887
1888         * nscd/cache.c (cache_add): Take additional parameter specifying
1889         whether this is in response of a cache refill.  Check alignment
1890         of package data.  Revamp waking of pruning thread.
1891         (prune_cache): Small optimization.
1892         * nscd/nscd.h: Adjust cache_add prototypes.
1893         * nscd/aicache.c: Adjust cache_add calls.
1894         * nscd/grpcache.c: Likewise.
1895         * nscd/hstcache.c: Likewise.
1896         * nscd/initgrcache.c: Likewise.
1897         * nscd/pwdcache.c: Likewise.
1898         * nscd/servicescache.c: Likewise.
1899         * nscd/connections.c (restart): Really disable cache use before
1900         exec attempt.  If it fails, reenable cache.
1901         (nscd_run_prune): Initialize wakeup_time.  After wakeup, set wakeup
1902         time to max to be able to notice concurrent cache additions.  Unlock
1903         prune_lock while performing gc.  Afterwards compute wakeup time with
1904         current wakeup_time value in mind.
1905
1906 2008-05-17  Ulrich Drepper  <drepper@redhat.com>
1907
1908         * nscd/mem.c (gc): Avoid stack overflow when allocating move list.
1909
1910         * nscd/mem.c (gc): Correctly determine highest used array element
1911         in mark.
1912
1913         * nscd/mem.c (markrange): Add assert to check entries are all
1914         aligned.  Small cleanup in bitmap use.
1915
1916         * nscd/nscd.h (mem_in_flight): Replace blockaddr field with
1917         blockoff of type nscd_ssize_t.
1918         * nscd/mem.c (gc): Simplify markrange call for on-flight blocks.
1919         (mempoll_alloc): Record block offset and not address.
1920
1921         * nscd/mem.c (gc): Fix test for stack overuse.
1922
1923         * nscd/aicache.c (addhstaiX): Fix a few small problems, cleanups,
1924         more asserts.
1925
1926         * sysdeps/posix/getaddrinfo.c (gaih_inet): If nscd reports no
1927         entry is available, believe it.
1928
1929         * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): If there are
1930         no answers return NSS_STATUS_NOTFOUND.
1931         (gaih_getanswer): Don't call gaih_getanswer_slice if the answer
1932         buffer does not have any content.
1933
1934 2008-05-16  Ulrich Drepper  <drepper@redhat.com>
1935
1936         * string/strcasestr.c (CMP_FUNC): Use __strncasecmp, not strncasecmp.
1937
1938         * sysdeps/posix/getaddrinfo.c (gaih_inet): After gethostbyname4_r
1939         lookup, don't assign canon unconditionally.
1940
1941 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1942
1943         * string/Makefile (distribute): Add str-two-way.h.
1944
1945 2008-03-29  Eric Blake  <ebb9@byu.net>
1946
1947         Rewrite string searches to O(n) rather than O(n^2).
1948         * string/str-two-way.h: New file.  For linear fixed-allocation
1949         string searching.
1950         * string/memmem.c: New implementation.
1951         * string/strstr.c: New implementation.
1952         * string/strcasestr.c: New implementation.
1953
1954 2008-04-11  Paolo Bonzini  <bonzini@gnu.org>
1955
1956         * posix/regcomp.c (optimize_utf8): Add a note on why we test
1957         opr.ctx_type.
1958         (calc_first): Initialize constraint field.
1959         (duplicate_node_closure): Use it instead of special casing ANCHORS.
1960         Use search_duplicated_node to avoid loops.  Fix grammar.
1961         (duplicate_node): Merge constraint field for all node types.
1962         (calc_eclosure_iter): Look at constraint field for all node types.
1963         * posix/regex_internal.c (create_cd_newstate): Don't look at
1964         create_cd_newstate.
1965
1966 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1967
1968         [BZ #6428]
1969         * configure.in: Don't use $CFLAGS when assembling, use $ASFLAGS.
1970
1971         [BZ #6442]
1972         * string/endian.h: Add macros for fixed-size endian conversion.
1973         * bits/byteswap.h: Allow inclusion from <endian.h>.
1974         * sysdeps/i386/bits/byteswap.h: Likewise.
1975         * sysdeps/ia64/bits/byteswap.h: Likewise.
1976         * sysdeps/s390/bits/byteswap.h: Likewise.
1977         * sysdeps/x86_64/bits/byteswap.h: Likewise.
1978         * string/Makefile (tests): Add tst-endian.
1979         * string/tst-endian.c: New file.
1980
1981         * iconvdata/run-iconv-test.sh: Use = instead of == in test.
1982         Patch by Reuben Thomas.
1983
1984 2008-05-14  Joseph Myers  <joseph@codesourcery.com>
1985
1986         * iconvdata/Makefile (bug-iconv6-ENV, tst-iconv7-ENV): Define.
1987
1988 2008-05-14  Ulrich Drepper  <drepper@redhat.com>
1989
1990         * iconvdata/bug-iconv6.c (do_test): Use de_DE.UTF-8 locale.
1991
1992         [BZ #6461]
1993         * iconv/gconv_simple.c (BODY for __gconv_transform_ascii_internal):
1994         Add missing braces.
1995         (BODY for __gconv_transform_internal_ascii): Likewise.
1996
1997         [BZ #6472]
1998         * sysdeps/posix/getaddrinfo.c (get_scope): Loopback addresses have
1999         to be treated like link-local addresses.
2000         (match_prefix): Don't treat IPv4 loopback address special when
2001         converting to v4 mapped addressed.
2002
2003         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call _res_hconf_init
2004         if necessary.
2005         * posix/tst-rfc3484.c: Add dummy definition of _res_hconf_init.
2006         * posix/tst-rfc3484-2.c: Likewise.
2007         * posix/tst-rfc3484-3.c: Likewise.
2008
2009         * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP, UDPlite,
2010         and SCTP.
2011
2012         * nss/getent.c (ahosts_keys_int): Handle all known socket types.
2013
2014         * inet/netinet/in.h (IPPIPPROTO_DCCP, IPPROTO_UDPLITE): Define.
2015
2016         * sysdeps/unix/sysv/linux/bits/socket.h (SOCK_DCCP): Define.
2017
2018 2008-05-13  Ulrich Drepper  <drepper@redhat.com>
2019
2020         * po/lt.po: New file.  From Lituanian translation team.
2021
2022 2008-01-30  Alexandre Oliva  <aoliva@redhat.com>
2023
2024         Introduce TLS descriptors for i386 and x86_64.
2025         * include/inline-hashtab.h: New file, copied from 2005's
2026         libiberty, with fix for memory leak imported afterwards by
2027         Glauber de Oliveira Costa.
2028         * elf/tlsdeschtab.h: New file.
2029         * elf/dl-reloc.c (_dl_try_allocate_static_tls): Extract from...
2030         (_dl_allocate_static_tls): ... here.  Rearrange failure path.
2031         (CHECK_STATIC_TLS): Move to...
2032         * elf/dynamic-link.h: ... this file.
2033         (TRY_STATIC_TLS): New macro.
2034         * elf/dl-conflict.c (CHECK_STATIC_TLS, TRY_STATIC_TLS): Override.
2035         * elf/elf.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL,
2036         R_386_TLS_DESC): Define.
2037         (R_X86_64_PC64, R_X86_GOTOFF64, R_X86_64_GOTPC32): Merge from
2038         binutils.
2039         (R_X86_64_GOTPC32_TLSDESC, R_X86_64_TLSDESC_CALL,
2040         R_X86_64_TLSDESC): Define.
2041         (R_386_NUM, R_X86_64_NUM): Adjust.
2042         * sysdeps/i386/Makefile (sysdep-dl-routines, sysdep_routines,
2043         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2044         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2045         * sysdeps/i386/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2046         release tlsdesc_table.
2047         * sysdeps/i386/dl-machine.h: Include dl-tlsdesc.h.
2048         (elf_machine_type_class): Mark R_386_TLS_DESC as PLT class.
2049         (elf_machine_rel): Handle R_386_TLS_DESC.
2050         (elf_machine_rela): Likewise.
2051         (elf_machine_lazy_rel): Likewise.
2052         (elf_machine_lazy_rela): Likewise.
2053         * sysdeps/i386/dl-tls.h (struct dl_tls_index): Name it.
2054         * sysdeps/i386/dl-tlsdesc.S: New file.
2055         * sysdeps/i386/dl-tlsdesc.h: New file.
2056         * sysdeps/i386/tlsdesc.c: New file.
2057         * sysdeps/i386/tlsdesc.sym: New file.
2058         * sysdeps/i386/bits/linkmap.h (struct link_map_machine): Add
2059         tlsdesc_table.
2060         * sysdeps/x86_64/Makefile (sysdep-dl-routines, sysdep_routines,
2061         sysdep-rtld-routines): Add tlsdesc and dl-tlsdesc for elf subdir.
2062         (gen-as-const-headers): Add tlsdesc.sym to csu subdir.
2063         * sysdeps/x86_64/dl-lookupcfg.h: New file.  Introduce _dl_unmap to
2064         release tlsdesc_table.
2065         * sysdeps/x86_64/dl-machine.h: Include dl-tlsdesc.h.
2066         (elf_machine_runtime_setup): Set up lazy TLSDESC GOT entry.
2067         (elf_machine_type_class): Mark R_X86_64_TLSDESC as PLT class.
2068         (elf_machine_rel): Handle R_X86_64_TLSDESC.
2069         (elf_machine_rela): Likewise.
2070         (elf_machine_lazy_rel): Likewise.
2071         * sysdeps/x86_64/dl-tls.h (struct dl_tls_index): Name it.
2072         (__tls_get_addr): Do not declare for non-shared compiles.
2073         * sysdeps/x86_64/dl-tlsdesc.S: New file.
2074         * sysdeps/x86_64/dl-tlsdesc.h: New file.
2075         * sysdeps/x86_64/tlsdesc.c: New file.
2076         * sysdeps/x86_64/tlsdesc.sym: New file.
2077         * sysdeps/x86_64/bits/linkmap.h (struct link_map_machine): Add
2078         tlsdesc_table for both 32- and 64-bit structs.
2079
2080 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2081
2082         * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
2083         its own function.  This reduces the frame setup costs and more.
2084
2085 2008-02-11  Joseph Myers  <joseph@codesourcery.com>
2086
2087         [BZ #3406]
2088         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value.
2089         * math/libm-test.inc (exp_test): Test 88.72269439697265625.
2090
2091 2008-05-11  Ulrich Drepper  <drepper@redhat.com>
2092
2093         * io/openat.c (__openat_2): Also pass fd to __openat.
2094         * io/openat64.c (__openat64_2): Also pass fd to __openat64.
2095         Patch by Kristian Van Der Vliet <vanders@liqwyd.com>.
2096
2097         * string/tester.c (test_memcmp): Add a few more tests.
2098         Patch by Mats Erik Andersson <ynglingatal@comhem.se>.
2099
2100 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2101
2102         * nscd/cache.c (cache_add): Before returning with failure and this
2103         is the first use of the record, mark it as unusable.
2104         * nscd/aicache.c: Don't touch the dataset after cache_add returns
2105         reporting a failure.
2106         * nscd/grpcache.c: Likewise
2107         * nscd/hstcache.c: Likewise.
2108         * nscd/initgrcache.c: Likewise.
2109         * nscd/pwdcache.c: Likewise.
2110         * nscd/servicescache.c: Likewise.
2111
2112 2008-05-10  Roland McGrath  <roland@redhat.com>
2113
2114         [BZ #6505]
2115         * sysdeps/unix/sysv/linux/sys/user.h: Replace with #error stub.
2116
2117 2008-05-08  David S. Miller  <davem@davemloft.net>
2118
2119         * misc/truncate64.c (truncate64): Use __truncate not truncate.
2120
2121         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel.
2122         (__ieee754_y0l): Likewise.
2123         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
2124         (__ieee754_y1l): Likewise.
2125         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use __ldexpl.
2126         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Kill bogus prototypes for
2127         frexpl and ldexpl.  math_private.h provides them and the latter
2128         is not even used.
2129         (__log1pl): Use __frexpl.
2130
2131 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
2132
2133         * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsend
2134         prototypes.
2135         * include/arpa/nameser_compat.h: Define T_UNSPEC.
2136         * nis/Versions (libnss_nis): Export _nss_nis_gethostbyname4_r.
2137         (libnss_nisplus): Export _nss_nisplus_gethostbyname4_r.
2138         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Change to also handle
2139         af==AF_UNSPEC.
2140         (_nss_nis_gethostbyname4_r): New function.
2141         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent):
2142         Change to also handle af==AF_UNSPEC.
2143         (get_tablename): New function.  Use it to avoid duplication.
2144         (_nss_nisplus_gethostbyname4_r): New function.
2145         * nscd/aicache.c (addhstaiX): Use gethostbyname4_r function is
2146         available.
2147         * nss/Versions (libnss_files): Export _nss_files_gethostbyname4_r.
2148         * nss/nss.h: Define struct gaih_addrtuple.
2149         * nss/nss_files/files-hosts.c (LINE_PARSER): Change to also handle
2150         af==AF_UNSPEC.
2151         (_nss_files_gethostbyname4_r): New function.
2152         * resolv/Versions (libnss_dns): Export _nss_dns_gethostbyname4_r.
2153         * resolv/gethnmaddr.c: Adjust __libc_res_nsearch and __libc_res_nquery
2154         calls.
2155         * resolv/res_query.c (__libc_res_nquery): Take two additional
2156         parameters for second answer buffer.  Handle type=T_UNSPEC to mean
2157         look up IPv4 and IPv6.
2158         Change all callers.
2159         * resolv/res_send.c (__libc_res_nsend): Take five aditional parameters
2160         for an additional query and answer buffer.  Pass to send_vc and
2161         send_dg.
2162         (send_vc): Send possibly two requests and receive two answers.
2163         (send_dg): Likewise.
2164         * resolv/nss_dns/dns-host.c: Adjust calls to __libc_res_nsearch and
2165         __libc_res_nquery.
2166         (_nss_dns_gethostbyname4_r): New function.
2167         (gaih_getanswer_slice): Likewise.
2168         (gaih_getanswer): Likewise.
2169         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Adjust
2170         __libc_res_nquery call.
2171         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
2172         (_nss_dns_getnetbyname_r): Adjust __libc_res_nsearch call.
2173         * sysdeps/posix/getaddrinfo.c: Use gethostbyname4_r function is
2174         available.
2175
2176 2008-05-05  David S. Miller  <davem@davemloft.net>
2177
2178         * sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build.
2179         * sysdeps/sparc/sparc64/Makefile: Use -mcpu=v9 for initfini.s build.
2180
2181 2007-09-14  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2182
2183         Fix termios bit macros.
2184         Move *DLY definitions where they belong, in termios.h.
2185         Add *[0-3] definitions.
2186         Fixes confusion between VT and FF.
2187         * sysdeps/mach/hurd/bits/ioctls.h (NL0, NL1, TAB0, TAB1, TAB2, CR0,
2188         CR1, CR2, CR3, FF0, FF1, BS0, BS1): Undefine these at start if they
2189         are already defined to avoid collision with termios.h.
2190         (NLDLY, TABDLY, TAB3, CRDLY, VTDLY, BSDLY): Remove macros.
2191         * bits/termios.h [__USE_MISC || __USE_XOPEN] (NL0, NL1, TAB0,
2192         TAB1, TAB2, CR0, CR1, CR2, CR3, FF0, FF1, BS0, BS1): Likewise.
2193         [__USE_BSD || __USE_XOPEN] (OCRNL, ONOCR, ONLRET): New macros.
2194         [__USE_MISC || __USE_XOPEN] (NLDLY, NL0, NL1, TABDLY, TAB0, TAB1, TAB2,
2195         TAB3, CRDLY, CR0, CR1, CR2, CR3, FFDLY, FF0, FF1, BSDLY, BS0, BS1,
2196         VTDLY, VT0, VT1): New macros.
2197         [__USE_GNU] (OLCUC): Change value of macro.
2198         [__USE_XOPEN] (OFILL): New macro.
2199         [__USE_BSD] (CRTSCTS): Change value.
2200         (CRTS_IFLOW, CCTS_OFLOW): Change into compatibility macros.
2201         [__USE_BSD] (CDTRCTS, CHWFLOW): New macros.
2202         (B7200, B14400, B28800, B76800): New macros.
2203
2204 2008-05-01  David S. Miller  <davem@davemloft.net>
2205
2206         * sysdeps/unix/sysv/linux/sparc/sparc32/ucontext_i.sym: New file.
2207         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile [$(subdir) = stdlib]:
2208         (gen-as-const-headers): Add it.
2209         * sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: New file.
2210         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2211         * sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: Likewise.
2212         * sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: Likewise.
2213
2214         * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S: Add support for
2215         six system call parameters.
2216         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2217
2218 2008-04-30  Ulrich Drepper  <drepper@redhat.com>
2219
2220         * sysdeps/unix/sysv/linux/bits/resource.h: Define RUSAGE_THREAD and
2221         RUSAGE_LWP.
2222         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2223         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2224
2225 2008-04-30  Jakub Jelinek  <jakub@redhat.com>
2226
2227         * stdlib/tst-setcontext.c: Include unistd.h.
2228
2229 2008-04-25  David S. Miller  <davem@davemloft.net>
2230
2231         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c (semctl):
2232         Pass "union semun" properly in to sys_ipc, it must be passed
2233         by value, not by reference.
2234
2235 2008-04-22  Jakub Jelinek  <jakub@redhat.com>
2236
2237         * nscd/Makefile (nscd-cflags): Set back to -fpie.
2238         * nscd/nscd.h (mem_in_flight): Add attribute_tls_model_ie.
2239         * nscd/connections.c (mem_in_flight): Likewise.
2240
2241         * nscd/nscd.h (dbs): Make hidden.
2242
2243         * sysdeps/unix/sysv/linux/times.c (__times): Fix check for EFAULT.
2244         Avoid returning -1, return 0 instead.
2245
2246 2008-04-19  Ulrich Drepper  <drepper@redhat.com>
2247
2248         * resolv/res_mkquery.c (__res_nopt): Use NS_PUT16 instead of ns_put16.
2249
2250 2008-04-15  Ulrich Drepper  <drepper@redhat.com>
2251
2252         [BZ #5209]
2253         * sysdeps/unix/sysv/linux/times.c: New file.
2254
2255         [BZ #5381]
2256         * nscd/nscd.h: Define enum in_flight, mem_in_flight, and
2257         mem_in_flight_list variables.  Add new parameter to mempool_alloc
2258         prototype.
2259         * nscd/mem.c (mempool_alloc): Take additional parameter.  Initialize
2260         appropriate mem_in_flight element.
2261         (gc): Take allocations which have not yet been committed to the
2262         database into account.
2263         * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
2264         Reset mem_in_flight before returning.
2265         * nscd/connections.c (nscd_run_worker): Initialize mem_in_flight and
2266         cue it up in mem_in_flight_list.
2267         * nscd/aicache.c: Adjust mempool_alloc call.
2268         * nscd/grpcache.c: Likewise.
2269         * nscd/hstcache.c: Likewise.
2270         * nscd/initgrcache.c: Likewise.
2271         * nscd/pwdcache.c: Likewise.
2272         * nscd/servicescache.c: Likewise.
2273         * nscd/Makefile (nscd-flags): Until ld is fixed, use -fpic instead
2274         of -fpie.
2275
2276         * nscd/connections.c (handle_request): Provide better error message
2277         in case SELinux forbids the service.
2278
2279         * version.h (VERSION): Bump to 2.8.90.
2280
2281 2008-04-17  Jakub Jelinek  <jakub@redhat.com>
2282
2283         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
2284
2285 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2286
2287         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl):
2288         Also use for 32-bit.
2289         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
2290         __nextafter instead of nextafter to avoid local PLT.
2291         * sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
2292         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2293
2294         * scripts/data/localplt-powerpc64-linux-gnu.data: New file.
2295
2296         * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for
2297         __fe_nomask_env.
2298         * sysdeps/powerpc/fpu/fe_nomask.c: Add libm_hidden_def.  Include
2299         <fenv_libc.h> instead of <fenv.h>.
2300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2302
2303         * sysdeps/powerpc/bits/fenv.h: Make safe for C++.
2304
2305         * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: New file.
2306         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Rename
2307         function from fegetexcept and make old name weak alias.
2308         * include/fenv.h: Declare __fegetexcept.
2309         * sysdeps/powerpc/fpu/fedisblxcpt.c: Use __fegetexcept instead of
2310         fegetexcept.
2311         * sysdeps/powerpc/fpu/feenablxcpt.c: Likewise.
2312         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Avoid call
2313         to fetestexcept.
2314         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Use __frexpl
2315         instead of frexpl to avoid local PLT.
2316         * math/s_significandl.c (__significandl): Use __ilogbl instead of
2317         ilogbl to avoid local PLT.
2318         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __ldexpl
2319         instead of ldexpl to avoid local PLT.
2320         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
2321         __roundl not roundl to avoid local PLT.
2322         * sysdeps/ieee754/ldbl-128/e_j0l.c: Use function names which avoid
2323         local PLTs.  Use __sincosl instead of separate sinl and cosl
2324         calls.
2325         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2326
2327         * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel
2328         version for ppc64 to 2.4.21 since without it makecontext will fail.
2329
2330         * elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
2331         to the ABI in use.
2332         [__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
2333         .__tls_get_addr.
2334         [__powerpc64__] (TLS_GD): Likewise.
2335
2336 2007-11-20  Ryan S. Arnold  <rsa@us.ibm.com>
2337
2338         [BZ #4997]
2339         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Fixed erroneous
2340         result when x is +/-nextafter(+/-0.5,-/+1) i.e. all 1's in the
2341         mantissa.
2342         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround):
2343         Likewise.  Also account for when x is an odd number between 2^52
2344         and 2^53-1.
2345         * sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Likewise.
2346         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise.
2347         * math/libm-test.inc (lround_test, llround_test): Added test cases to
2348         detect aforementioned erroneous conditions.
2349
2350 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2351
2352         * configure.in: Check for -fno-section-anchors in addition to
2353         -fno-toplevel-reorder.
2354
2355 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
2356
2357         * include/features.h (__GLIBC_MINOR__): Bump to 8.
2358
2359         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: Remove duplicate comment.
2360         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: Likewise.
2361         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: Likewise.
2362         * sysdeps/powerpc/powerpc64/fpu/s_lrint.S: Likewise.
2363         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: Likewise.
2364         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: Likewise.
2365
2366 2008-04-11  Jakub Jelinek  <jakub@redhat.com>
2367
2368         [BZ #5443]
2369         * time/era.c: Transform __libc_setlocale_lock into rwlock.
2370         * time/alt_digit.c: Likewise.
2371         * wcsmbs/wcsmbsload.c: Likewise.
2372
2373 2008-04-10  Ulrich Drepper  <drepper@redhat.com>
2374
2375         * version.h (VERSION): Bump to 2.8.
2376
2377         * timzeone/asia: Update from tzdata2008b.
2378         * timezone/backward: Likewise.
2379         * timezone/europe: Likewise.
2380         * timezone/northamerica: Likewise.
2381         * timezone/southamerica: Likewise.
2382         * timezone/iso3166.tab: Likewise.
2383         * timezone/leapseconds: Likewise.
2384         * timezone/zone.tab: Likewise.
2385         * timezone/private.h: Update from tzcode2008a.
2386         * timezone/zdump.c: Likewise.
2387         * timezone/zic.c: Likewise.
2388
2389 2008-01-24  Steven Munroe  <sjmunroe@us.ibm.com>
2390
2391         [BZ #5741]
2392         * sysdeps/powerpc/powerpc64/dl-machine.h (PPC_DCBT, PPC_DCBF):
2393         Define additonal Data Cache Block instruction macros.
2394         (elf_machine_fixup_plt): Add dcbt for opd and plt entries.
2395         Replace dcbst with dcbf and sync with sync/isync.
2396
2397 2008-02-21  Alan Modra  <amodra@bigpond.net.au>
2398
2399         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
2400         Always set ELF_RTYPE_CLASS_PLT.
2401         (elf_machine_lookup_noexec_p, elf_machine_lookup_noplt_p): Delete.
2402
2403 2008-04-03  Steven Munroe  <sjmunroe@us.ibm.com>
2404
2405         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: New file.
2406         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: New file.
2407         * sysdeps/powerpc/powerpc64/hp-timing.h [_ARCH_PWR4] (HP_TIMING_NOW):
2408         For ISA 2.01 and later replace mftb with mfspr 268.
2409
2410 2008-02-19  Steven Munroe  <sjmunroe@us.ibm.com>
2411
2412         [BZ #5768]
2413         * sysdeps/powerpc/fpu/Makefile (libm-tests): Add test-powerpc-snan.
2414         * sysdeps/powerpc/fpu/test-powerpc-snan.c: New file.
2415
2416 2008-02-18  Steven Munroe  <sjmunroe@us.ibm.com>
2417
2418         [BZ #5768]
2419         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: New file.
2420         * sysdeps/powerpc/powerpc32/fpu/s_isnan.c: Removed.
2421         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: New file.
2422         * sysdeps/powerpc/powerpc64/fpu/s_isnan.c: Removed.
2423
2424 2008-04-10  Jakub Jelinek  <jakub@redhat.com>
2425
2426         * stdlib/tst-makecontext.c (othervar): New variable.
2427         (cf): Test sign extending the argument to long.
2428
2429 2008-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
2430
2431         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: New file.
2432         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnanf.S: New file.
2433         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: New file.
2434         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S: New file.
2435         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: New file.
2436         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: New file.
2437         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: New file.
2438
2439 2008-02-22  Alan Modra  <amodra@bigpond.net.au>
2440
2441         * elf/Makefile (tests): Substitute tests-vis-yes here.
2442         (tests-vis-yes): Delete.
2443         (modules-name, modules-vis-yes): Similarly.
2444
2445 2008-02-12  Pete Eberlein  <eberlein@us.ibm.com>
2446
2447         [BZ #4407]
2448         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
2449         Preserve sign in signgamp when x is zero.
2450
2451 2007-10-26  Steven Munroe  <sjmunroe@us.ibm.com>
2452
2453         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: New File.
2454         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: Removed.
2455         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: New File.
2456         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.c: Removed.
2457         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: New File.
2458         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: New File.
2459
2460 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2461
2462         [BZ #4314]
2463         * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
2464         buffers.
2465
2466         [BZ #5209]
2467         * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
2468         a reserved error value.
2469
2470         * stdlib/tst-makecontext.c: Change parameter to cf to negative
2471         value to check for correct sign extension.
2472
2473         [BZ #5436]
2474         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2475         Copy 64-bit parameter values even though this is not required in
2476         the standard.
2477
2478         * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Record return
2479         PC save.
2480
2481 2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
2482
2483         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Record return
2484         PC save.
2485
2486 2008-04-09  Jakub Jelinek  <jakub@redhat.com>
2487
2488         * nss_files/files-XXX.c (_nss_files_getXXent_r): Restore saved errno.
2489
2490 2008-04-09  Ulrich Drepper  <drepper@redhat.com>
2491
2492         [BZ #5998]
2493         * libio/iofwrite.c (_IO_fwrite): Return correct count if flushing
2494         in line-buffered stream failed.
2495         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2496
2497 2008-04-08  Ulrich Drepper  <drepper@redhat.com>
2498
2499         [BZ #6024]
2500         * scripts/abi-versions.awk: If the version specified by
2501         --enable-oldest-abi is older than the first version for this
2502         architecture, use the default version.
2503
2504         * locale/programs/ld-collate.c (collate_read): Ignore script lines
2505         as well when ignoring the whole category.
2506
2507 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2508
2509         [BZ #6042]
2510         * sysdeps/unix/sysv/linux/net/ethernet.h: Add a few more
2511         ETHERTYPE_* definitions.
2512         Patch partly by Aurelien Jarno <aurelien@aurel32.net>.
2513
2514 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2515
2516         * stdlib/mbtowc.c (__no_r_state): Remove.
2517         (mbtowc): New static state variable.  Use it instead of
2518         __no_r_state.
2519         * stdlib/wctomb.c (__no_r_state): Remove extern decl.
2520         (__wctomb_state): New hidden variable.
2521         (wctomb): Use __wctomb_state instead of __no_r_state.
2522         * debug/wctomb_chk.c (__no_r_state): Remove extern decl.
2523         (__wctomb_state): New extern decl.
2524         (__wctomb_chk): Use __wctomb_state instead of __no_r_state.
2525
2526 2008-04-07  Ulrich Drepper  <drepper@redhat.com>
2527
2528         [BZ #5475]
2529         * resolv/res_init.c: Handle scope IDs in resolv.conf.
2530
2531 2008-04-07  Jakub Jelinek  <jakub@redhat.com>
2532
2533         * malloc/mtrace.pl: Use $@ instead of $* to keep perl 5.10 quiet.
2534
2535 2008-04-06  Ulrich Drepper  <drepper@redhat.com>
2536
2537         * po/nl.po: Update from translation team.
2538
2539 2008-03-31  Ulrich Drepper  <drepper@redhat.com>
2540
2541         [BZ #6007]
2542         * string/strfry.c: Handle empty strings again.
2543
2544 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2545
2546         [BZ #5443]
2547         * intl/dcigettext.c (__dcigettext): Get reader lock for locale data
2548         before looking for translation.
2549         * locale/duplocale.c: Transform __libc_setlocale_lock into rwlock.
2550         * locale/freelocale.c: Likewise.
2551         * locale/newlocale.c: Likewise.
2552         * locale/setlocale.c: Likewise.
2553         Based partially on a patch by ryo@np.css.fujitsu.com.
2554
2555 2008-03-30  Jakub Jelinek  <jakub@redhat.com>
2556
2557         * intl/dcigettext.c (_nl_find_msg): Reread nconversions after
2558         acquiring wrlock.  Do conv_tab allocation while holding lock.
2559         * intl/Makefile: Add rules to build and run tst-gettext6.
2560         * intl/tst-gettext6.c: New test.
2561         * intl/tst-gettext6.sh: New file.
2562
2563 2008-03-30  Ulrich Drepper  <drepper@redhat.com>
2564
2565         * po/nl.po: Update from translation team.
2566
2567         * sysdeps/unix/opendir.c (__alloc_dir): If allocation fails for size
2568         provided through st_blksize, try the default size before giving up.
2569
2570 2008-03-29  Ulrich Drepper  <drepper@redhat.com>
2571
2572         * stdio-common/vfprintf.c (vfprintf): Correct overflow test.
2573
2574         [BZ #5939]
2575         * sysdeps/posix/tempname.c (__gen_tempname): Correct flag selection.
2576
2577         * posix/getopt.c (_getopt_internal_r): Remove old POSIX-demanded
2578         error message.  POSIX today does not require the messages to be in
2579         a specific form.  Suggested by Jim Meyering <jim@meyering.net>.
2580
2581         [BZ #5979]
2582         * sunrpc/auth_unix.c: Unify printed strings.
2583         * sunrpc/clnt_tcp.c: Likewise.
2584         * sunrpc/clnt_udp.c: Likewise.
2585         * sunrpc/clnt_unix.c: Likewise.
2586         * sunrpc/svc_tcp.c: Likewise.
2587         * sunrpc/svc_udp.c: Likewise.
2588         * sunrpc/svc_unix.c: Likewise.
2589         * sunrpc/xdr.c: Likewise.
2590         * sunrpc/xdr_array.c: Likewise.
2591         * sunrpc/xdr_rec.c: Likewise.
2592         * sunrpc/xdr_ref.c: Likewise.
2593         * locale/programs/ld-time.c (time_finish): Unify messages.
2594         * locale/programs/locfile.c (handle_copy): Fix typo.
2595         * nscd/nscd.c (options): Fix typo.
2596
2597         [BZ #5995]
2598         * stdlib/strtod_l.c: Use correct sign for result in one more
2599         underflow case.
2600         Patch by Eric Blake <ebb9@byu.net>.
2601
2602 2008-03-27  Jakub Jelinek  <jakub@redhat.com>
2603
2604         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open
2605         and creat system calls.
2606         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove open system
2607         call.
2608         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Remove open and creat
2609         system calls.
2610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
2611         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2612         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2613
2614 2008-03-27  Ulrich Drepper  <drepper@redhat.com>
2615
2616         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefined ARG_MAX if
2617         <linux/limits.h> has defined it.
2618         * sysdeps/unix/sysv/linux/sys/param.h: Define NCARGS to the legacy
2619         ARG_MAX value and prevent ARG_MAX from being defined by the kernel
2620         headers.
2621         * sysdeps/unix/sysv/linux/sysconf.c: Define legacy_ARG_MAX and use
2622         it instead of ARG_MAX.
2623
2624 2008-03-25  Jakub Jelinek  <jakub@redhat.com>
2625
2626         * posix/gai.conf: Fix comment for scope nullbits.
2627         * sysdeps/posix/getaddrinfo.c (gaiconf_init): If /bits is not present,
2628         default to 128 bits for v4 mapped addresses.
2629
2630 2008-03-07  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2631
2632         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Remove PTRACE_PEEKUSER
2633         ptrace call to get the ieee_instruction_pointer from the kernel.
2634         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Remove PTRACE_POKEUSER
2635         ptrace call to set the ieee_instructtion_pointer.
2636         * sysdeps/unix/sysv/linux/s390/sys/user.h (struct _user_regs_struct):
2637         Add comment that ieee_instruction_pointer is always 0.
2638
2639 2008-03-09  Andreas Jaeger  <aj@suse.de>
2640
2641         [BZ #5857]
2642         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18.
2643         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise.
2644         Patch by Mark Elliott <mark.h.elliott@lmco.com>.
2645
2646         * math/libm-test.inc (nearbyint_test): Add new test cases from #5857.
2647         (rint_test): Likewise.
2648
2649 2008-03-24  Ulrich Drepper  <drepper@redhat.com>
2650
2651         * nis/nis_call.c (nis_server_cache_search): Save errno around stat
2652         call.
2653         (__nisfind_server): Similar for open readColdStartFile call.
2654         Patch partially by Jim Meyering.
2655         * nss/nss_files/files-XXX.c (_nss_files_getXXent_r): Save errno
2656         around internal_setent call.
2657
2658         * po/vi.po: New Vietnamese translation.
2659
2660         * sysdeps/unix/sysv/linux/adjtime.c: Correctly use
2661         ADJ_OFFSET_SS_READ.
2662
2663         * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags,
2664         remove CLONE_STOPPED.
2665
2666 2008-02-10  Jim Meyering  <meyering@redhat.com>
2667
2668         Remove useless "if" before "free":
2669         * elf/ldconfig.c (parse_conf_include): Likewise.
2670         * gmon/gmon.c (weak_alias): Likewise.
2671         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
2672         * inet/rcmd.c (__validuser2_sa): Likewise.
2673         * intl/bindtextdom.c (set_binding_values): Likewise.
2674         * intl/loadmsgcat.c (_nl_load_domain, _nl_unload_domain): Likewise.
2675         * libio/genops.c (save_for_backup): Likewise.
2676         * libio/wgenops.c (save_for_wbackup): Likewise.
2677         * locale/programs/ld-collate.c (collate_read): Likewise.
2678         * locale/programs/linereader.c (get_string): Likewise.
2679         * nis/nss_compat/compat-pwd.c (give_pwd_free): Likewise.
2680         * nis/nss_compat/compat-spwd.c (give_spwd_free): Likewise.
2681         * resolv/res_debug.c (do_section): Likewise.
2682         * sunrpc/xdr_sizeof.c (x_inline, xdr_sizeof): Likewise.
2683         * sysdeps/mach/hurd/if_index.c (libc_hidden_def): Likewise.
2684         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2685         * time/lc-time-cleanup.c (_nl_cleanup_time): Likewise.
2686         * time/tzset.c (tzset_internal): Likewise.
2687
2688 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2689
2690         * sysdeps/unix/sysv/linux/dl-sysdep.h: Use __ASSEMBLER__ instead
2691         of ASSEMBLER.
2692
2693 2008-03-11  Ulrich Drepper  <drepper@redhat.com>
2694
2695         [BZ #5903]
2696         * iconv/iconv_charmap.c (charmap_conversion): Pass name of output file
2697         not stream for output file.  Open output file here.
2698         * iconv/iconv_prog.c (process_lock): Take pointer to output stream
2699         and output file name.
2700         (process_fd): Likewise.
2701         (process_file): Likewise.
2702         (main): Adjust callers of changed functions.
2703         * iconv/iconv_prog.h: Adjust prototype.
2704
2705 2008-03-09  Andreas Jaeger  <aj@suse.de>
2706
2707         [BZ #5753]
2708         * sysdeps/ia64/ieee754.h: Use protected namespace
2709         __BIG_ENDIAN/__LITTLE_ENDIAN.
2710         * sysdeps/ieee754/ieee754.h: Likewise.
2711         Patch by Aurelien Jarno <aurelien@aurel32.net>.
2712
2713 2008-03-08  Roland McGrath  <roland@frob.com>
2714
2715         * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
2716         ignore a signal that came from a machine exception, treat it as a
2717         fatal core-dump signal instead.
2718         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2719
2720         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
2721         Clear DF bit in thread state's eflags.
2722         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
2723
2724 2008-03-08  Ulrich Drepper  <drepper@redhat.com>
2725
2726         [BZ #5774]
2727         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Consume closing brace
2728         of NAN(...) sequence.
2729         * stdlib/Makefile (tests): Add tst-strtod6.
2730         * stdlib/tst-strtod6.c: New file.
2731
2732         * inet/inet6_opt.c (inet6_opt_init): Check extlen for overflow.
2733
2734         [BZ #5762]
2735         * posix/getopt.c (_getopt_internal_r): Clarify error message by
2736         putting offending option character in quotes.  Clean up error
2737         messages.
2738         * po/be.po: Adjust msgstr in translation file.
2739         * po/bg.po: Likewise.
2740         * po/ca.po: Likewise.
2741         * po/cs.po: Likewise.
2742         * po/da.po: Likewise.
2743         * po/de.po: Likewise.
2744         * po/es.po: Likewise.
2745         * po/fr.po: Likewise.
2746         * po/hr.po: Likewise.
2747         * po/ko.po: Likewise.
2748         * po/nl.po: Likewise.
2749         * po/rw.po: Likewise.
2750         * po/sk.po: Likewise.
2751         * po/sv.po: Likewise.
2752         * po/tr.po: Likewise.
2753         * po/zh_CN.po: Likewise.
2754         * po/zh_TW.po: Likewise.
2755
2756         [BZ #5760]
2757         * inet/inet6_opt.c (inet6_opt_init): Fix ip6h_len computation.
2758         Patch by Roland Bless <roland@bless.de>.
2759
2760         * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for
2761         .o file.
2762         * elf/Makefile (routines): Add dl-sysdep.
2763         (elide-routines.os): Likewise.
2764
2765 2008-03-07  Ulrich Drepper  <drepper@redhat.com>
2766
2767         [BZ #5786]
2768         * elf/dl-sysdep.c: Undefine ROUND after use.
2769         * sysdeps/generic/ldsodefs.h [HAVE_DL_DISCOVER_OSVERSION]
2770         (struct rtld_global_ro): Add _dl_tls_get_addr_soft element.
2771         * elf/rtld.c (rtld_global_ro): Initialize _dl_discover_osversion.
2772         * sysdeps/unix/sysv/linux/dl-osinfo.h: Move _dl_discover_osversion
2773         to ...
2774         * sysdeps/unix/sysv/linux/dl-sysdep.c: ...here.
2775         * sysdeps/unix/sysv/linux/dl-sysdep.h: Declare _dl_discover_osversion
2776         if necessary.
2777         * sysdeps/unix/sysv/linux/sysconf.c: Handle _SC_ARG_MAX here.
2778
2779         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add
2780         _dl_tls_get_addr_soft element.
2781         * elf/rtld.c (rtld_global_ro): Initialize _dl_tls_get_addr_soft.
2782         * elf/Versions (ld): Don't export _dl_tls_get_addr_soft.
2783         * dlfcn/dlinfo.c (dlinfo_doit): Access dl_tls_get_addr_soft through
2784         GLRO.
2785         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
2786         * elf/dl-tls.c (_dl_tls_get_addr_soft): Use attribute_hidden instead
2787         of internal_function.
2788
2789         * stdlib/Makefile (aux): Add tens_in_limb.
2790         * stdlib/strtod_l.c: Move _tens_in_limb definition to...
2791         * stdlib/tens_in_limb.c: ...here.  New file.
2792
2793         [BZ #5778]
2794         * sysdeps/unix/sysv/linux/pathconf.h: Declare
2795         __statfs_chown_restricted.
2796         * sysdeps/unix/sysv/linux/fpathconf.c: Call __statfs_chown_restricted
2797         for _PC_CHOWN_RESTRICTED.
2798         * sysdeps/unix/sysv/linux/pathconf.c: Likewise.
2799         Implement __statfs_chown_restricted.
2800         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Change
2801         _POSIX_CHOWN_RESTRICTED value to zero.
2802         * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED
2803         defined to zero.
2804
2805         * sysdeps/x86_64/rtld-memset.c: New file.
2806
2807 2008-02-26  Harsha Jagasia  <harsha.jagasia@amd.com>
2808
2809         * sysdeps/x86_64/cacheinfo.c (NOT_USED_RIGHT_NOW): Remove ifdef guards.
2810
2811         * sysdeps/x86_64/memset.S: Rewrite non-SSE code path as tuned for AMD
2812         Barcelona machine.  Make default fall through branch of
2813         __x86_64_preferred_memory_instruction check as the integer code path.
2814
2815 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2816
2817         * sysdeps/x86_64/cacheinfo.c
2818         (__x86_64_preferred_memory_instruction): New variable.
2819         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
2820
2821         * sysdeps/x86_64/memset.S: Rewrite.
2822
2823 2008-03-04  Jakub Jelinek  <jakub@redhat.com>
2824
2825         * include/stdio.h (__asprintf_chk, __dprintf_chk,
2826         __obstack_printf_chk): New prototypes.
2827         (__vasprintf_chk, __vdprintf_chk,
2828         __obstack_vprintf_chk): Likewise.
2829         Add libc_hidden_proto.
2830         * libio/obprintf.c
2831         (_IO_obstack_jumps): No longer static, add attribute_hidden.
2832         * libio/bits/stdio-ldbl.h (__asprintf_chk, __dprintf_chk,
2833         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2834         __obstack_vprintf_chk): Add __LDBL_REDIR_DECL.
2835         * libio/bits/stdio2.h (__asprintf_chk, __dprintf_chk,
2836         __obstack_printf_chk, __vasprintf_chk, __vdprintf_chk,
2837         __obstack_vprintf_chk): New prototypes.
2838         (asprintf, __asprintf, dprintf, obstack_printf, vasprintf, vdprintf,
2839         obstack_vprintf): New inlines.
2840         * debug/dprintf_chk.c: New file.
2841         * debug/vdprintf_chk.c: New file.
2842         * debug/asprintf_chk.c: New file.
2843         * debug/vasprintf_chk.c: New file.
2844         * debug/obprintf_chk.c: New file.
2845         * debug/tst-chk1.c (do_test): Add asprintf and obstack_printf tests.
2846         * debug/Versions (__asprintf_chk, __dprintf_chk, __obstack_printf_chk,
2847         __vasprintf_chk, __vdprintf_chk, __obstack_vprintf_chk): Export
2848         @@GLIBC_2.8.
2849         * debug/Makefile: Build asprintf_chk, vasprintf_chk, dprintf_chk,
2850         vdprintf_chk and obprintf_chk, set CFLAGS for them.
2851         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c (__nldbl___vasprintf_chk,
2852         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): Add
2853         libc_hidden_proto.
2854         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__nldbl___vasprintf_chk,
2855         __nldbl___vdprintf_chk, __nldbl___obstack_vprintf_chk): New prototypes.
2856         * sysdeps/ieee754/ldbl-opt/Versions (__nldbl___asprintf_chk,
2857         __nldbl___vasprintf_chk, __nldbl___dprintf_chk, __nldbl___vdprintf_chk,
2858         __nldbl___obstack_printf_chk, __nldbl___obstack_vprintf_chk): Export
2859         @@GLIBC_2.8.
2860         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add asprintf_chk,
2861         vasprintf_chk, dprintf_chk, vdprintf_chk, obstack_printf_chk and
2862         obstack_vprintf_chk.
2863         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_vprintf_chk.c: New file.
2864         * sysdeps/ieee754/ldbl-opt/nldbl-dprintf_chk.c: New file.
2865         * sysdeps/ieee754/ldbl-opt/nldbl-obstack_printf_chk.c: New file.
2866         * sysdeps/ieee754/ldbl-opt/nldbl-asprintf_chk.c: New file.
2867         * sysdeps/ieee754/ldbl-opt/nldbl-vdprintf_chk.c: New file.
2868         * sysdeps/ieee754/ldbl-opt/nldbl-vasprintf_chk.c: New file.
2869
2870 2008-03-04  Ulrich Drepper  <drepper@redhat.com>
2871
2872         [BZ #5779]
2873         * misc/sys/queue.h: Add STAILQ_CONCAT and TAILQ_CONCAT definitions.
2874         Patch by Roy Marples <roy@marples.name>.
2875
2876         [BZ #5736]
2877         * malloc/malloc.c: Fix typo in comment.
2878
2879         [BZ #5627]
2880         * locale/iso-639.def: Add Shuswap.
2881
2882 2008-02-25  Jakub Jelinek  <jakub@redhat.com>
2883
2884         [BZ #5790]
2885         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
2886         overwrite *h_errnop/*errnop values from getanswer_r in case of
2887         failure.
2888
2889 2008-03-03  Ulrich Drepper  <drepper@redhat.com>
2890
2891         [BZ #5818]
2892         * nscd/connections.c (dbs): Add initializers for .suggested_module.
2893         (verify_persistent_db): Remove one unnecessary test and add a new one
2894         for bad configuration.
2895         (nscd_init): Improve error reported when persistent database cannot
2896         be reused.
2897         * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
2898         * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
2899         .suggested_module and .max_db_size and case config file says the
2900         values are zero.
2901         * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
2902
2903         [BZ #5854]
2904         * nis/ypclnt.c (yp_order): Fix handling of return value of
2905         do_ypcall_tr call.
2906         Patch by Jeff Moyer <jmoyer@redhat.com>.
2907
2908         * po/fr.po: Update from translation team.
2909
2910 2008-02-22  Andreas Jaeger  <aj@suse.de>,
2911             Carlos O'Donell <carlos@systemhalted.org>
2912
2913         [BZ #5012]
2914         * FAQ.in: Describe why glibc needs to be compiled with
2915         optimization.
2916
2917 2008-02-19  Roland McGrath  <roland@redhat.com>
2918
2919         * elf/elf.h (SHT_GNU_ATTRIBUTES): New macro.
2920
2921 2008-02-15  Ulrich Drepper  <drepper@redhat.com>
2922
2923         [BZ #5737]
2924         * resolv/netdb.h: Make NI_MAXHOST and NI_MAXSERV available when
2925         __USE_MISC is defined.
2926
2927 2008-02-10  Ulrich Drepper  <drepper@redhat.com>
2928
2929         * sysdeps/unix/sysv/linux/sys/timerfd.h: New file.
2930         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers): Add
2931         sys/timerfd.h.
2932         * sysdeps/unix/sysv/linux/syscalls.list: Add timerfd_create,
2933         timerfd_gettime, timerfd_settime.
2934         * sysdeps/unix/sysv/linux/Versions: Add timerfd_create,
2935         timerfd_gettime, timerfd_settime for GLIBC_2.8.
2936
2937 2008-02-08  Roland McGrath  <roland@redhat.com>
2938
2939         * elf/elf.h (NT_PPC_SPE): New macro.
2940
2941 2008-02-06  Roland McGrath  <roland@redhat.com>
2942
2943         * Makerules ($(common-objpfx)sysd-rules):
2944         Depend on $(sysdep-makeconfigs).
2945
2946 2008-01-31  Roland McGrath  <roland@redhat.com>
2947
2948         [BZ #5442]
2949         * configure.in: Use -print-file-name if it yields a directory,
2950         for each of include and include-fixed.
2951         * configure: Regenerated.
2952
2953         * Makeconfig (sysd-rules-targets): New variable.
2954         * sysdeps/unix/make-syscalls.sh: Use it in the rules emitted.
2955         * sysdeps/unix/Makefile (omit-deps): Append variants for each target.
2956
2957 2008-01-30  Roland McGrath  <roland@redhat.com>
2958
2959         * manual/libc.texinfo: Update back-cover text.
2960
2961         * elf/elf.h (NT_386_TLS): New macro.
2962
2963 2008-01-29  Roland McGrath  <roland@redhat.com>
2964
2965         * Makeconfig (sysd-rules-patterns): New variable.
2966         * Makerules ($(common-objpfx)sysd-rules): Drive the loop from that.
2967         (check-inhibit-asm): New canned sequence, replaces ...
2968         (open-check-inhibit-asm, close-check-inhibit-asm): ... these, removed.
2969         * elf/rtld-Rules ($(objpfx)rtld-%.os): Use $(rtld-CPPFLAGS) in commands.
2970         (rtld-CPPFLAGS): Renamed from CPPFLAGS-rtld.
2971         (CFLAGS-rtld): Variable removed.
2972
2973 2008-01-24  Roland McGrath  <roland@redhat.com>
2974
2975         * configure.in: Let configure fragments set base_os.
2976         * configure: Regenerated.
2977
2978 2008-01-22  Ulrich Drepper  <drepper@redhat.com>
2979
2980         * po/ko.po: Update from translation team.
2981
2982 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2983
2984         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Use short for fnstsw.
2985
2986 2008-01-12  Andreas Jaeger  <aj@suse.de>
2987
2988         [BZ #5040]
2989         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (enum EPOLL_EVENTS):
2990         Add EPOLLRDHUP.
2991
2992 2008-01-20  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2993
2994         * hurd/hurdsock.c (_hurd_socket_server): Return the standard
2995         error EAFNOSUPPORT rather than non-standard EPFNOSUPPORT.
2996         * sunrpc/bindrsvprt.c (bindresvport): Likewise.
2997
2998 2007-10-23  Alexandre Oliva  <aoliva@redhat.com>
2999
3000         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.
3001         * elf/dl-close.c (_dl_close): Check for it.
3002         * elf/dl-reloc.c (CHECK_STATIC_TLS): Likewise.
3003         (_dl_allocate_static_tls): Likewise.
3004         * elf/dl-tls.c (_dl_allocate_tls_init): Likewise.
3005         (__tls_get_addr): Protect from race conditions in setting l_tls_offset
3006         to it.
3007         * elf/tst-tls16.c: New file.
3008         * elf/tst-tlsmod16a.c: New file.
3009         * elf/tst-tlsmod16b.c: New file.
3010         * elf/Makefile: Add rules to build and run tst-tls16.
3011
3012 2008-01-16  Ulrich Drepper  <drepper@redhat.com>
3013
3014         [BZ #5628]
3015         * bits/shm.h: Fix comment describing shmid_ds.
3016         * sysdeps/gnu/bits/shm.h: Likewise.
3017         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
3018         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
3019         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
3020         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
3021         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
3022         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
3023         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
3024         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
3025         Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
3026
3027         [BZ #5607]
3028         * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
3029         prototypes.
3030         * conform/data/limits.h-data: Adjust limits changed in v6 and add
3031         additional suffixes.
3032         * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry.
3033         Add optional functions mq_timedreceive and mq_timedsend.
3034         * conform/data/netdb.h-data: Add more AI_* and EAI_* constants.
3035         * conform/data/pthread.h-data: Fix prototype of
3036         pthread_condattr_setclock.  pthread_sigmask is not required in v6.
3037         * conform/data/semaphore.h-data: Allow time.h definitions.
3038         * conform/data/signal.h-data: Likewise.
3039         * conform/data/stdio.h-data: getw and putw are not required in v6.
3040         * conform/data/stdlib.h-data: Change setstate prototype.
3041         * conform/data/string.h-data: Fix strerror_r prototype.
3042         * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition.
3043         * conform/data/unistd.h-data: pthread_atfork not required in v6.
3044         Fix readlink prototype.
3045         * conform/data/netinet/in.h-data: Add const to in6addr_any and
3046         in6addr_loopback.
3047         * inet/netinet/in.h: Cleanup namespace.
3048         * posix/regex.h: Likewise.
3049         * resolv/netdb.h: Likewise.
3050         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
3051         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
3052         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
3053         * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change
3054         of names of in in6_addr.
3055         (default_precedence): Likewise.
3056         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c: Include <stddef.h> for
3057         NULL definition.
3058
3059 2008-01-15  Ulrich Drepper  <drepper@redhat.com>
3060
3061         * conform/data/fmtmsg.h-data: Add missing allows.
3062         * conform/data/ftw.h-data: Likewise.
3063         * conform/data/inttypes.h-data: Likewise.
3064         * conform/data/math.h-data: Likewise.
3065         * conform/data/signal.h-data: Likewise.
3066         * conform/data/net/if.h-data: Likewise.
3067         * conform/data/netinet/in.h-data: Likewise.
3068         * conform/data/sys/socket.h-data: Likewise.
3069
3070         [BZ #5614]
3071         * string/bits/string2.h (__strtok_r_1c): Always update *__NEXTP.
3072         (__strtok_r): Simplify.
3073         * string/tester.c (test_strtok_r): Add test case for futile search
3074         with single-character seach string.
3075
3076 2008-01-12  Ulrich Drepper  <drepper@redhat.com>
3077
3078         * po/ko.po: Update from translation team.
3079
3080 2008-01-11  Andreas Jaeger  <aj@suse.de>
3081
3082         [BZ #5600]
3083         * sysdeps/unix/sysv/linux/sys/signalfd.h (struct
3084         signalfd_siginfo): Use 64-bit type for ssi_ptr to sync with Linux
3085         kernel header.
3086
3087 2008-01-10  Ulrich Drepper  <drepper@redhat.com>
3088
3089         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Store result of
3090         native interface lookup in all the relevant places.
3091
3092 2008-01-10  Jakub Jelinek  <jakub@redhat.com>
3093             Ulrich Drepper  <drepper@redhat.com>
3094
3095         * sysdeps/posix/getaddrinfo.c (sort_results): Remove service_order
3096         field.  Use sockaddr_in6 for source_addr.
3097         (get_scope): Change type of parameter to sockaddr_in6.  Adjust.
3098         (match_prefix): Likewise.
3099         (get_label): Likewise.
3100         (get_precedence): Likewise.
3101         (rfc3484_sort): Change to use indirect access to results array.
3102         Adjust to use of sockaddr_in6.  Replace service_order test with
3103         simple index comparison.
3104         (getaddrinfo): Define order array.  Initialize it.  Don't initialize
3105         service_order field.  Adjust qsort_t calls.  Access sorted result
3106         array indirectly through order array.
3107         * posix/tst-rfc3484.c: Adjust for change of rfc3484_sort.
3108         * posix/tst-rfc3484-2.c: Likewise.
3109         * posix/tst-rfc3484-3.c: Likewise.
3110
3111 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
3112
3113         [BZ #5541]
3114         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
3115         pollfd structures.
3116         Patch by André Cruz.
3117
3118         [BZ #5545]
3119         * sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
3120         (clnt_spcreateerror): Likewise.
3121
3122         [BZ #5553]
3123         * malloc/malloc.c (public_mALLOc): Set ar_ptr when trying main_arena.
3124         (public_mEMALIGn): Likewise.
3125         Patch mostly by Daniel Jacobowitz.
3126
3127 2008-01-09  Jakub Jelinek  <jakub@redhat.com>
3128
3129         * sysdeps/unix/sysv/linux/i386/makecontext.S (__makecontext): Avoid
3130         clobbering memory at or above uc_stack.ss_sp + uc_stack.ss_size.
3131         * stdlib/Makefile: Add rules to build and run tst-makecontext2.
3132         * stdlib/tst-makecontext2.c: New test.
3133
3134 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
3135
3136         * iconv/loop.c (UPDATE_PARAMS): Define to empty statement if not
3137         defined.
3138         (REINIT_PARAMS): Likewise.  Undefine before end of file.
3139         (STANDARD_TO_LOOP_ERR_HANDLER): Use UPDATE_PARAMS before calling
3140         transliteration hooks and REINIT_PARAMS afterwards.
3141         * iconvdata/iso-2022-jp.c (BODY): Use a separate variable for
3142         status.
3143         (REINIT_PARAMS): Define.
3144         * iconvdata/ibm1364.c (REINIT_PARAMS): Likewise.
3145         * iconvdata/ibm930.c (REINIT_PARAMS): Likewise.
3146         * iconvdata/ibm933.c (REINIT_PARAMS): Likewise.
3147         * iconvdata/ibm935.c (REINIT_PARAMS): Likewise.
3148         * iconvdata/ibm937.c (REINIT_PARAMS): Likewise.
3149         * iconvdata/ibm939.c (REINIT_PARAMS): Likewise.
3150         * iconvdata/iso-2022-cn.c (REINIT_PARAMS): Likewise.
3151         * iconvdata/iso-2022-cn-ext.c (REINIT_PARAMS): Likewise.
3152         * iconvdata/iso-2022-jp-3.c (REINIT_PARAMS): Likewise.
3153         * iconvdata/iso-2022-kr.c (REINIT_PARAMS): Likewise.
3154         * iconvdata/Makefile: Add rules to build and run tst-iconv7.c.
3155         * iconvdata/tst-iconv7.c: New test.
3156
3157 2008-01-07  Ulrich Drepper  <drepper@redhat.com>
3158
3159         * libio/stdio.h (vscanf): Fix definition for loser compilers.
3160
3161 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
3162
3163         [BZ #5112]
3164         * nscd/connections.c (restart): Fix condition.
3165
3166 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
3167
3168         * ctype/ctype.h (__ctype_b_loc, __ctype_tolower_loc,
3169         __ctype_toupper_loc): Add __THROW.
3170
3171 2008-01-02  Ulrich Drepper  <drepper@redhat.com>
3172
3173         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix
3174         recognition of interface family.
3175
3176         * posix/getconf.c: Update copyright year.
3177         * nss/getent.c: Likewise.
3178         * iconv/iconvconfig.c: Likewise.
3179         * iconv/iconv_prog.c: Likewise.
3180         * elf/ldconfig.c: Likewise.
3181         * catgets/gencat.c: Likewise.
3182         * csu/version.c: Likewise.
3183         * elf/ldd.bash.in: Likewise.
3184         * elf/sprof.c (print_version): Likewise.
3185         * locale/programs/locale.c: Likewise.
3186         * locale/programs/localedef.c: Likewise.
3187         * nscd/nscd.c (print_version): Likewise.
3188         * debug/xtrace.sh: Likewise.
3189         * malloc/memusage.sh: Likewise.
3190         * malloc/mtrace.pl: Likewise.
3191         * debug/catchsegv.sh: Likewise.
3192
3193 2007-12-26  Ulrich Drepper  <drepper@redhat.com>
3194
3195         * nss/nsswitch.c (__nss_lookup): Actually use alternative name in
3196         second lookup.
3197
3198 2007-12-23  Ulrich Drepper  <drepper@redhat.com>
3199
3200         * sysdeps/x86_64/cacheinfo.c (intel_02_known): New entry 0x3f.
3201         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
3202
3203 2007-12-17  Roland McGrath  <roland@redhat.com>
3204
3205         * inet/ether_line.c (ether_line): Remove unused variable.
3206
3207 2007-12-17  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3208
3209         * login/forkpty.c (forkpty): Add const qualifier to parameters termp
3210         and winp.
3211         * login/openpty.c (openpty): Likewise.
3212         * login/pty.h (openpty, forkpty): Likewise.
3213         * manual/terminal.texi (openpty, forkpty): Likewise.
3214
3215 2007-12-17  Ulrich Drepper  <drepper@redhat.com>
3216
3217         * malloc/malloc.c (public_cALLOc): For arenas other than
3218         main_arena, count all bytes inside the mprotect_size range of the
3219         heap as uninitialized.
3220
3221 2007-12-16  Ulrich Drepper  <drepper@redhat.com>
3222
3223         * elf/tst-execstack.c (do_test): Don't fail if SELinux forbids
3224         executable stacks.
3225
3226         * malloc/malloc.c (public_mTRIm): Iterate over all arenas and call
3227         mTRIm for all of them.
3228         (mTRIm): Additionally iterate over all free blocks and use madvise
3229         to free memory for all those blocks which contain at least one
3230         memory page.
3231         * malloc/tst-trim1.c: New file.
3232         * malloc/Makefile (tests): Add tst-trim1.
3233
3234         * malloc/malloc.c (do_check_malloc_state): Minimal cleanups.
3235
3236 2007-12-14  Ulrich Drepper  <drepper@redhat.com>
3237
3238         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
3239         First cast argument to long
3240         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_gettimeofday):
3241         Return long.
3242         (__vdso_clock_gettime): Likewise.
3243         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Functions
3244         return long.
3245
3246 2007-12-13  Ulrich Drepper  <drepper@redhat.com>
3247
3248         * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
3249         * locale/nl_langinfo_l.c: Real implementation, copied from
3250         nl_langinfo.c.
3251         * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l.
3252
3253 2007-12-01  Jim Meyering  <meyering@redhat.com>
3254
3255         * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
3256         that would inhibit utf8-optimization of a regexp containing line-
3257         or buffer-anchors, e.g., `^', `$'.
3258
3259 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3260
3261         * time/bug-getdate1.c (do_test): Don't use century values which
3262         aren't valid on 32-bit systems.
3263
3264 2007-12-12  Jakub Jelinek  <jakub@redhat.com>
3265
3266         * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
3267         (memmove): Rename to __memmove_g, with __asm__ ("memmove").
3268         * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
3269         __strcat_g, __strncat_g): Add __asm__.
3270
3271 2007-12-12  Ulrich Drepper  <drepper@redhat.com>
3272
3273         [BZ #5477]
3274         * io/fchmodat.c: Fix typo in stub_warning use.
3275         Patch by Petr Salinger.
3276
3277 2007-12-11  Ulrich Drepper  <drepper@redhat.com>
3278
3279         * iconvdata/hp-thai8.c: New file.
3280         * iconvdata/Makefile: Add rules for hp-thai8.c.
3281         * iconvdata/tst-tables.sh: Add entry for HP-THAI8.
3282         * iconvdata/gconv-modules: Likewise.
3283
3284         [BZ #5464]
3285         * iconvdata/hp-greek8.c: New file.
3286         * iconvdata/Makefile: Add rules for hp-greek8.c.
3287         * iconvdata/tst-tables.sh: Add entry for HP-GREEK8.
3288         * iconvdata/gconv-modules: Likewise.
3289
3290         [BZ #5463]
3291         * iconvdata/hp-turkish8.c: New file.
3292         * iconvdata/Makefile: Add rules for hp-turkish8.c.
3293         * iconvdata/tst-tables.sh: Add entry for HP-TURKISH8.
3294         * iconvdata/gconv-modules: Likewise.
3295
3296         * malloc/arena.c (grow_heap): Split out code to shrink heap into...
3297         (shrink_heap): ... this new function.
3298         (heap_trim): Call shrink_heap instead of grow_heap.
3299
3300         * malloc/malloc.c (_int_malloc): sYSMALLOc might fail, in this
3301         case don't call alloc_perturb.
3302
3303 2007-12-10  Ulrich Drepper  <drepper@redhat.com>
3304
3305         * sysdeps/unix/sysv/linux/adjtime.c: Use ADJ_OFFSET_SS_READ if
3306         possible.
3307         * sysdeps/unix/sysv/linux/kernel-features.h
3308         (__ASSUME_ADJ_OFFSET_SS_READ): Define for 2.6.24.
3309         * sysdeps/unix/sysv/linux/sys/timex.h (ADJ_OFFSET_SS_READ): Define.
3310
3311 2007-12-08  Ulrich Drepper  <drepper@redhat.com>
3312
3313         [BZ #5424]
3314         * stdio-common/vfprintf.c: Do not overflow when adding to done.
3315         * stdio-common/Makefile (tests): Add bug22.
3316         * stdio-common/bug22.c: New file.
3317
3318         [BZ #5451]
3319         * time/getdate.c: Fix filling in default values.
3320         * time/bug-getdate1.c: New file.
3321         * time/Makefile: Add rules to build and run bug-getdate1.
3322
3323         * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic.
3324         * iconvdata/ebcdic-es.c: Likewise.
3325         * iconvdata/ebcdic-es-a.c: Likewise.
3326         * iconvdata/ebcdic-uk.c: Likewise.
3327         * iconvdata/iso8859-16.c: Likewise.
3328         * iconvdata/viscii.c: Likewise.
3329         * iconvdata/iso8859-9e.c: Likewise.
3330         * iconvdata/Makefile: Adjust appropriately.
3331
3332         [BZ #5428]
3333         * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and
3334         __need_wint_t.
3335
3336 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3337
3338         [BZ #5427]
3339         * iconvdata/hp-roman9.c: New file.
3340         * iconvdata/Makefile: Add rules for hp-roman9.c.
3341         * iconvdata/tst-tables.sh: Add HP-ROMAN9.
3342         * iconvdata/gconv-modules: Likewise.
3343
3344         * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic.
3345         * iconvdata/Makefile: Adjust appropriately.
3346
3347         [BZ #5441]
3348         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free
3349         structure, it's allocated with alloca.
3350         * stdio-common/Makefile (tests): Add bug21.
3351         * stdio-common/bug21.c: New file.
3352
3353 2007-12-06  Aurelien Jarno  <aurelien@aurel32.net>
3354
3355         [BZ #5452]
3356         * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__
3357         keyword for gcc's braced-groups.
3358
3359 2007-12-07  Ulrich Drepper  <drepper@redhat.com>
3360
3361         [BZ #5454]
3362         * inet/ether_line.c: Strip hostname of whitespaces.
3363         * inet/Makefile (tests): Add tst-ether_line.
3364         * inet/tst-ether_line.c: New file.
3365
3366 2007-12-03  Ulrich Drepper  <drepper@redhat.com>
3367
3368         [BZ #5439]
3369         * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
3370
3371         [BZ #5435]
3372         * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
3373
3374         * stdlib/tst-setcontext.c: Catch the case where the links gets
3375         messed up and we do not reach main again.
3376
3377         * po/ca.po: Update from translation team.
3378
3379 2007-11-26  Ulrich Drepper  <drepper@redhat.com>
3380
3381         * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.
3382         * posix/regex.h (REG_ENOSYS): Likewise.
3383         * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
3384
3385 2007-11-25  Ulrich Drepper  <drepper@redhat.com>
3386
3387         * nscd/nscd.h (MAX_STACK_USE): Define.
3388         * nscd/mem.c (MAX_STACK_USE): Remove definition here.
3389         (gc): Initialize stack_used based on allocation in prune_cache.
3390         * nscd/cache.c (prune_cache): Use heap for mark array if necessary.
3391         Clear array before use.
3392
3393         * nscd/aicache.c (addhstaiX): Update statistics counter in case
3394         memory allocation failed.
3395         * nscd/hstcache.c (cache_addhst): Likewise.
3396         * nscd/grpcache.c (cache_addgr): Likewise.
3397         * nscd/servicescache.c (cache_addserv): Likewise.
3398         * nscd/pwdcache.c (cache_addpw): Likewise.
3399         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3400
3401 2007-11-23  Ulrich Drepper  <drepper@redhat.com>
3402
3403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add open
3404         and creat system calls.
3405
3406         * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.
3407
3408 2007-11-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3409
3410         * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):
3411         Add netiucv/iucv.h.
3412         * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file.
3413         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV
3414         protocol.
3415         * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise.
3416         * sysdeps/unix/sysv/linux/s390/opensock.c: New file.
3417         * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
3418
3419 2007-11-22  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3420
3421         * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,
3422         strncat): Define as macros to avoid compile errors.
3423
3424         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list:  Add open and
3425         creat entries.
3426
3427 2007-11-22  Ulrich Drepper  <drepper@redhat.com>
3428
3429         [BZ #5382]
3430         * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define.
3431         * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE.
3432         * nscd/mem.c (gc): Don't allocate arrays on the stack if they can
3433         overflow it.
3434         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3435
3436         * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread):
3437         Return zero in case the thread library is not NPTL.
3438
3439         [BZ #5375]
3440         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when
3441         initializing interface list.
3442
3443         [BZ #5378]
3444         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
3445         use result of nss_getgrgid_r if nothing was found.  For other
3446         error return with a failure.
3447         Partially based on a patch by Petr Baudis <pasky@suse.cz>.
3448
3449         * locale/programs/ld-collate.c (collate_read): Fix loop to match
3450         macro name.
3451
3452 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3453
3454         * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.
3455         (get_scope): For IPv4 scope, use scopes table.
3456         (fini): Free scopes table if necessary.
3457         (free_scopelist): New function.
3458         (scopecmp): New function.
3459         (gaiconf_init): Also handle scopev4 entries.
3460         * posix/tst-rfc3484.c (do_test): Initialize scopes.
3461         * posix/tst-rfc3484-2.c (do_test): Likewise.
3462         * posix/gai.conf: Document scopev4 defaults.
3463         * posix/Makefile (tests): Add tst-rfc3484-3.
3464         * posix/tst-rfc3484-3.c: New file.
3465
3466         * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry for
3467         Teredo tunnels.
3468         * posix/gai.conf: Update for current default tables.
3469
3470 2007-11-19  Ulrich Drepper  <drepper@redhat.com>
3471
3472         * po/tr.po: Update from translation team.
3473
3474 2007-11-18  Roland McGrath  <roland@frob.com>
3475
3476         * manual/arith.texi (Remainder Functions): Spelling fix.
3477         From Shaun Silk <genix@mysoul.com.au>.
3478
3479         * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
3480
3481 2007-11-17  Ulrich Drepper  <drepper@redhat.com>
3482
3483         * po/zh_CN.po: Update from translation team.
3484
3485         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
3486         Add sys/signalfd.h and sys/eventfd.h.
3487
3488 2007-11-15  Bruno Haible  <bruno@clisp.org>
3489
3490         [BZ #5346]
3491         * intl/dcigettext.c (struct known_translation_t): Turn msgid into a
3492         union.
3493         (transcmp): Use the appropriate part of s1->msgid and s2->msgid.
3494         (DCIGETTEXT): Change the allocation of the 'search' variable so that
3495         it needs only fixed stack space. Delay the initialization of
3496         msgid_len until it is needed.
3497
3498 2007-11-15  Andreas Jaeger  <aj@suse.de>
3499
3500         * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union.
3501         Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
3502
3503 2007-11-15  Ulrich Drepper  <drepper@redhat.com>
3504
3505         * po/ko.po: Update from translation team.
3506
3507 2007-11-14  Ulrich Drepper  <drepper@redhat.com>
3508
3509         * sysdeps/unix/sysv/linux/check_native.c (__check_native): Simplify
3510         significantly.  The device type is also part of the ifinfomsg data.
3511
3512         * po/sv.po: Update from translation team.
3513         * po/nl.po: Likewise.
3514
3515         * nscd/cache.c (prune_cache): If cache is empty, instruct caller
3516         to wake up in 24 hours.
3517
3518         * nscd/gai.c (__ioctl): Define.  Include check_native.c.
3519
3520 2007-11-13  Ulrich Drepper  <drepper@redhat.com>
3521
3522         * po/cs.po: Update from translation team.
3523         * po/pl.po: Likewise.
3524
3525         * include/ifaddrs.h: Remove in6ai_temporary.
3526         (struct in6addrinfo): Add index element.
3527         Declare __check_native.
3528         * inet/Makefile (aux): Add check_native.
3529         * sysdeps/unix/sysv/linux/check_native.c: New file.
3530         * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize
3531         IFA_F_TEMPORARY.  Pass back ifa_index.
3532         * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code.
3533         (rfc3484_sort): Add new parameter.  Implement rule 7 correctly:
3534         call __check_native if necessary.
3535         (getaddrinfo): Fill in index field.  Use qsort_r instead of qsort
3536         to sort addresses.  Pass information about the results.
3537         * posix/tst-rfc3484.c: Adjust for addition of index field and change
3538         of rfc3484_sort interface.
3539         * posix/tst-rfc3484-2.c: Likewise.
3540
3541         * stdlib/stdlib.h: Define __compar_d_fn_t.  Declare qsort_r.
3542         * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype
3543         for _quicksort.
3544         * stdlib/msort.c (qsort): Now a wrapper around qsort_r.
3545         (qsort_r): Renamed from qsort.  Take additional parameter and pass it
3546         on as third parameter to compare function and _quicksort.
3547         * stdlib/qsort.c (_quicksort): Take additional parameter and pass on
3548         to the compare function.
3549         * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r.
3550         * Versions.def: Add GLIBC_2.8 for libc.
3551
3552         * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.
3553         * posix/tst-rfc3484-2.c: Likewise.
3554
3555         * include/kernel-features.h: Moved to...
3556         * sysdeps/mach/hurd/kernel-features.h: ...here.
3557
3558 2007-09-13  H.J. Lu  <hongjiu.lu@intel.com>
3559
3560         * sysdeps/i386/i586/memcpy_chk.S: New file.
3561         * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
3562         * sysdeps/i386/i586/memset_chk.S: Likewise.
3563
3564 2007-11-12  Ulrich Drepper  <drepper@redhat.com>
3565
3566         * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.
3567         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return
3568         list of interfaces.  Also store prefix length.
3569         * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element.
3570         (rfc3484_sort): In rule 9, for IPv4 addresses count only matching
3571         prefix if source and destination address are in the same subnet.
3572         (getaddrinfo): Always call __check_pf.  Fill in prefixlen field.
3573         Always look for matching record in in6ai list.
3574         Correct source_addr_len value for IPv6->IPv4 converted records.
3575
3576 2007-11-11  Roland McGrath  <roland@frob.com>
3577
3578         * include/kernel-features.h: New file.
3579
3580 2007-11-10  Ulrich Drepper  <drepper@redhat.com>
3581
3582         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary
3583         complications for 64-bit platforms.
3584
3585         * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..
3586         * sysdeps/unix/sysv/linux/open64_2.c: ...here.  New file.
3587         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add
3588         open64_2.
3589         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat
3590         entries.
3591         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3592         * sysdeps/wordsize-64/alphasort.c: New file.
3593         * sysdeps/wordsize-64/alphasort64.c: New file.
3594         * sysdeps/wordsize-64/fseeko.c: New file.
3595         * sysdeps/wordsize-64/fseeko64.c: New file.
3596         * sysdeps/wordsize-64/ftello.c: New file.
3597         * sysdeps/wordsize-64/ftello64.c: New file.
3598         * sysdeps/wordsize-64/ftw.c: New file.
3599         * sysdeps/wordsize-64/ftw64.c: New file.
3600         * sysdeps/wordsize-64/iofgetpos.c: New file.
3601         * sysdeps/wordsize-64/iofgetpos64.c: New file.
3602         * sysdeps/wordsize-64/iofopen.c: New file.
3603         * sysdeps/wordsize-64/iofopen64.c: New file.
3604         * sysdeps/wordsize-64/iofsetpos.c: New file.
3605         * sysdeps/wordsize-64/iofsetpos64.c: New file.
3606         * sysdeps/wordsize-64/lockf.c: New file.
3607         * sysdeps/wordsize-64/lockf64.c: New file.
3608         * sysdeps/wordsize-64/mkostemp.c: New file.
3609         * sysdeps/wordsize-64/mkostemp64.c: New file.
3610         * sysdeps/wordsize-64/mkstemp.c: New file.
3611         * sysdeps/wordsize-64/mkstemp64.c: New file.
3612         * sysdeps/wordsize-64/scandir.c: New file.
3613         * sysdeps/wordsize-64/scandir64.c: New file.
3614         * sysdeps/wordsize-64/tmpfile.c: New file.
3615         * sysdeps/wordsize-64/tmpfile64.c: New file.
3616         * sysdeps/wordsize-64/versionsort.c: New file.
3617         * sysdeps/wordsize-64/versionsort64.c: New file.
3618         * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file.
3619         * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file.
3620         * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file.
3621         * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file.
3622         * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file.
3623         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file.
3624         * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file.
3625         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file.
3626         * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file.
3627         * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file.
3628         * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file.
3629         * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file.
3630
3631         * crypt/sha256-crypt.c: Fix a comment.
3632         * crypt/sha512-crypt.c: Likewise.
3633
3634 2007-11-07  H.J. Lu  <hongjiu.lu@intel.com>
3635
3636         * sysdeps/x86_64/memset.S: Add sfence after movnti.
3637
3638 2007-11-07  Ulrich Drepper  <drepper@redhat.com>
3639
3640         [BZ #5277]
3641         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): If conversion failed
3642         because output buffer is too small break, don't loop.
3643         * iconvdata/Makefile (tests): Add bug-iconv6.
3644         * iconvdata/bug-iconv6.c: New file.
3645
3646 2007-11-06  Ulrich Drepper  <drepper@redhat.com>
3647
3648         * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
3649         with size_t type.
3650         * stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
3651         size_t.  Add casts where needed.
3652
3653         * nscd/selinux.c (nscd_request_avc_has_perm): When compiled with
3654         old headers, don't call avc_has_perm if we don't have the
3655         permission information.
3656
3657 2007-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
3658
3659         * elf/rtld.c (dl_main): Use the page size to find the map start.
3660
3661 2007-11-05  Ulrich Drepper  <drepper@redhat.com>
3662
3663         * time/tzfile.c (__tzfile_read): Fix check for version 0 data files.
3664         Patch by Szymon Siwek <sls@poczta.wp.pl>.
3665
3666         * nscd/aicache.c (addhstaiX): Check herrno after IPv4 lookup only
3667         when the lookup call failed.
3668
3669         * nscd/nscd.h (struct database_dyn): Rename prunelock to prune_lock.
3670         Add prune_cond and wakeup_time.
3671         (CACHE_PRUNE_INTERNAL): Define.
3672         Update declarations of prune_cache and setup_thread.
3673         * nscd/connections.c (dbs): Update initializers.
3674         (CACHE_PRUNE_INTERNAL): Moved to nscd.h.
3675         (nscd_init): Default number of threads is now 4.
3676         (invalidate_cache): Take lock before calling prune_cache.
3677         (handle_request): If SELinux forbids the request, say so.
3678         (readylist_cond): Use static initializer.
3679         (nscd_run_prune): New function.  Used only by pruning threads.
3680         (nscd_run_worder): Renamed from nscd_run.  Remove support for pruning
3681         here.
3682         (fd_ready): Update nscd_run reference.
3683         (start_threads): No need to initialize readylist_cond.
3684         Start pruning threads separately.
3685         * nscd/nscd_setup_thread.c: Change return value type to int and always
3686         return 0.
3687         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Change return value type
3688         to int and return nonzero value if we can use the TID address hack.
3689         * nscd/cache.c (cache_add): If next wakeup time of cleanup thread for
3690         the database is later than the new entry's timeout, update the
3691         wakeup time and wake the cleanup thread.
3692         (prune_cache): Return seconds the next entry in the database is still
3693         valid.  Remove locking for pruning here.
3694         * nscd/nscd.conf: Document default number of threads.
3695
3696 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
3697
3698         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Make sure
3699         stack is properly aligned for the target function.
3700         Correct unwind info.
3701
3702         * elf/rtld.c (dl_main): Initialize stack and pointer guard early
3703         when using auditing libraries.
3704
3705 2007-10-29  Ulrich Drepper  <drepper@redhat.com>
3706
3707         * resolv/Versions [libresolv] (GLIBC_PRIVATE): Add
3708         _nss_dns_getnetbyaddr2_r.
3709         * resolv/nss_dns/dns-host.c: Define _nss_dns_getnetbyaddr2_r.  Pass
3710         extra parameter to getanswer_r.
3711         (_nss_dns_getnetbyaddr_r): Now a wrapper around
3712         _nss_dns_getnetbyaddr2_r.
3713
3714         * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with
3715         gethstbynm3_r.
3716         * nscd/gethstbynm2_r.c: Remove.
3717         * nscd/gethstbynm3_r.c: New file.
3718         * nscd/aicache.c (addhstaiX): Use __gethostbyaddr2_r instead of
3719         __gethostbyaddr_r.
3720         * nscd/gethstbyad_r.c: Generate __gethostbyaddr2_r function.  Define
3721         __gethostbyaddr_r compatibility wrapper.
3722         * nscd/hstcache.c (cache_addhst): Add ttl parameter.  Use it when
3723         determining timeout of entry.
3724         (lookup): Take new parameter and pass it to __gethostbyname3_r and
3725         __gethostbyaddr2_r.
3726         (addhstbyX): Pass reference to variable for TTL to lookup and
3727         cache_addhst.
3728         * nss/Versions [glibc] (GLIBC_PRIVATE): Export __nss_passwd_lookup2,
3729         __nss_group_lookup2, __nss_hosts_lookup2, __nss_services_lookup2,
3730         and __nss_next2.  Remove __nss_services_lookup.
3731         * nss/XXX-lookup.c: Name function now *_lookup2.  Add new parameter.
3732         Add compat wrapper.
3733         * nss/getXXbyYY_r.c: Changes to call new *_lookup2 functions and
3734         __nss_next2.
3735         * nss/getXXent_r.c: Likewise.
3736         * nss/getnssent_r.c: Likewise.
3737         * nss/nsswitch.c (__nss_lookup): Add new parameter.  If first function
3738         does not exist in module, try the optional second name.
3739         (__nss_next2): New function.
3740         (__nss_next): Now wrapper around __nss_next2.
3741         * nss/nsswitch.h: Adjust __nss_lookup prototype.
3742         Declare __nss_next2.
3743         Adjust definition of db_lookup_function type.
3744         * nss/service-lookup.c: Define NO_COMPAT.
3745         * include/netdb.h: Declare __gethostbyaddr2_r and __gethostbyname3_r.
3746         * inet/ether_hton.c: Use __nss_next2 instead of __nss_next.
3747         * inet/ether_ntoh.c: Likewise.
3748         * sunrpc/netname.c: Likewise.
3749         * sunrpc/publickey.c: Likewise.
3750         * inet/getnetgrent.c: Likewise.  Adjust calls to __nss_lookup.
3751         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Change to __nss_hosts_lookup2.
3752         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3753         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3754         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3755
3756         * nscd/aicache.c (addhstaiX): Fix default TTL handling.
3757
3758         * inet/getnetgrent_r.c (setup): Encrypt static pointer.
3759
3760 2007-10-28  Ulrich Drepper  <drepper@redhat.com>
3761
3762         [BZ #5204]
3763         * crypt/sha256c-test.c: Define TIMEOUT to 6 for ancient hardware.
3764         * crypt/sha512c-test.c: Likewise.
3765
3766         [BZ #5225]
3767         * stdio-common/vfscanf.c (_IO_vfwscanf): Don't misuse wp pointer
3768         to keep track of end of %[ format string element.
3769         * stdio-common/Makefile (tests): Add bug20.
3770         * stdio-common/bug20.c: New file.
3771
3772         [BZ #5222]
3773         * elf/dl-load.c (_dl_rtld_di_serinfo): Correct handling of short
3774         path elements in counting mode.
3775
3776 2007-10-27  Andreas Jaeger  <aj@suse.de>
3777
3778         [BZ #5040]
3779         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLRDHUP): Add value.
3780
3781         [BZ #3112]
3782         * sysdeps/ia64/backtrace.c (init): Free shared library if incorrect.
3783         (__cleanup): Free shared library when exiting.
3784         * sysdeps/i386/backtrace.c (init): Free shared library if incorrect.
3785         (__cleanup): Free shared library when exiting.
3786
3787 2006-04-14  H.J. Lu  <hongjiu.lu@intel.com>
3788
3789         [BZ #2549]
3790         * math/libm-test.inc (check_float_internal): Support
3791         denormalized return.
3792
3793 2007-10-23  Andreas Jaeger  <aj@suse.de>
3794
3795         [BZ #5208]
3796         * sysdeps/unix/sysv/linux/readahead.c (__readahead): Use
3797         __LONG_LONG_PAIR to handle little endian byte order.
3798         Suggested by abhishekrai@google.com
3799
3800 2007-10-27  Ulrich Drepper  <drepper@redhat.com>
3801
3802         * malloc/arena.c [!NO_THREADS]: Use ATFORK_MEM if defined.
3803
3804 2007-10-26  Ulrich Drepper  <drepper@redhat.com>
3805
3806         * nscd/cache.c (prune_cache): Move test for modified file outside
3807         of locking.
3808
3809 2007-10-21  Andreas Jaeger  <aj@suse.de>
3810
3811         * manual/texinfo.tex: Update to latest version.
3812
3813         * manual/sysinfo.texi (System Parameters): Fix Formatting.
3814
3815         * manual/arith.texi (Status bit operations): Fix formatting.
3816
3817         * manual/errno.texi (Error Messages): Fix formatting.
3818
3819         * manual/sysinfo.texi (System Parameters): Fix formatting.
3820
3821         * manual/libc.texinfo: Update VERSION and UPDATED.
3822
3823 2007-10-19  Roland McGrath  <roland@redhat.com>
3824
3825         * elf/Makefile ($(objpfx)ld.so): Use $(AWK).
3826
3827 2007-10-06  David S. Miller  <davem@davemloft.net>
3828
3829         * configure.in: Add sparcv9v2 and sparc64v2.
3830         * scripts/config.sub: Likewise.
3831         * configure: Regenerate.
3832         * elf/elf.h (HWCAP_SPARC_N2): New.
3833         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Bump to 8.
3834         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add 'v9v2'.
3835         (HWCAP_IMPORTANT): Add HWCAP_SPARC_N2.
3836         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memcpy.S: New file.
3837         * sysdeps/sparc/sparc32/sparcv9/sparcv9v2/memset.S: New file.
3838         * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: New file.
3839         * sysdeps/sparc/sparc64/sparcv9v2/memset.S: New file.
3840
3841 2007-10-18  Ulrich Drepper  <drepper@redhat.com>
3842
3843         * sunrpc/clnt_udp.c (clntudp_call): Don't block in recvfrom call
3844         even if the poll result indicates there is data to read.
3845         Patch by Jeff Moyer <jmoyer@redhat.com>.
3846
3847 2007-10-18  Roland McGrath  <roland@redhat.com>
3848
3849         * elf/elf.h (NT_PPC_VMX): New macro.
3850
3851 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3852
3853         * version.h (VERSION): Set to 2.7.90.
3854
3855 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3856
3857         * sysdeps/x86_64/memset.S (bzero): Renamed to __bzero.  Add
3858         weak_alias.
3859
3860 2007-10-17  Roland McGrath  <roland@frob.com>
3861
3862         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU__] (F_DUPFD_CLOEXEC): New.
3863         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Implement it.
3864
3865 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3866
3867         * version.h (VERSION): Bump to 2.7.
3868         * include/features.h (__GLIBC_MINOR__): Bump to 7.
3869
3870         [BZ #5186]
3871         * time/tzset.c (__tz_convert): Don't force testing for a change of
3872         TZ if not called from localtime.  But then also see whether the
3873         file changed, in case __use_tzfile is set.
3874
3875         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC.
3876         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
3877         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
3878         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
3879         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
3880         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3881         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h:  Likewise.
3882         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
3883
3884 2007-10-17  Jakub Jelinek  <jakub@redhat.com>
3885
3886         * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addresses
3887         and admin selects to be able to replace the gai.conf file, lock
3888         data structures around the qsort call.
3889
3890 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3891
3892         * sysdeps/x86_64/cacheinfo.c: Comment out code added in support of
3893         new memset.
3894         * sysdeps/x86_64/memset.S: Revert to old version for now.  The cost is
3895         too high for the improvements.  Implement bzero unconditionally for
3896         use in libc.
3897
3898 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
3899             Jakub Jelinek  <jakub@redhat.com>
3900
3901         * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
3902         even when time_t is 32-bit.
3903         (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
3904         timezone data read by __tzfile_default.  Ensure __tzname[0] is
3905         always set after the search.
3906
3907 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3908
3909         * time/tzfile.c (__tzfile_read): Help the compiler recognize
3910         unreachable code on 32-bit machines.
3911
3912 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3913
3914         [BZ #5184]
3915         * time/strftime_l.c: Include stdbool.h.
3916         (my_strftime): New wrapper, old function renamed to...
3917         (__strftime_internal): ... new function.  Add tzset_called
3918         argument, pass it down to recursive calls, don't call tzset ()
3919         if already true, set to true after call to tzset ().
3920
3921 2007-10-16  Ulrich Drepper  <drepper@redhat.com>
3922
3923         * time/tzfile.c (__tzfile_read): Take extra memory requested by caller
3924         into account when copying TZ string.
3925
3926 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3927
3928         * time/tzfile.c (__tzfile_compute): For use_last case set i to
3929         num_transition rather than num_transitions - 1.
3930
3931 2007-10-16  Jakub Jelinek  <jakub@redhat.com>
3932
3933         * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
3934         PIC indirect jump.
3935
3936         * sysdeps/x86_64/memset.S: Jump from bzero to memset using
3937         a local label rather than HIDDEN_JUMPTARGET.
3938
3939 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3940
3941         * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.
3942         (init_cacheinfo): Initialize it.
3943         * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size.
3944         Always define bzero.
3945         Remove non-glibc code.
3946         * sysdeps/x86_64/bzero.S: Make an empty file.
3947
3948 2007-10-15  H.J. Lu  <hongjiu.lu@intel.com>
3949
3950         * sysdeps/x86_64/cacheinfo.c
3951         (__x86_64_preferred_memory_instruction): New.
3952         (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction.
3953
3954         * sysdeps/x86_64/memset.S: Rewrite.
3955
3956 2007-10-15  Roland McGrath  <roland@redhat.com>
3957
3958         * po/libc.pot: Regenerated.
3959
3960 2007-10-15  Ulrich Drepper  <drepper@redhat.com>
3961
3962         * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
3963         pointers.
3964
3965         [BZ #3425]
3966         * resolv/nss_dns/dns-host.c (getanswer_r): Fail with
3967         NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
3968         address record to T_A/T_AAAA requests.
3969
3970 2007-10-14  Ulrich Drepper  <drepper@redhat.com>
3971
3972         * posix/glob.c: Reimplement link_exists_p to use fstatat64.
3973
3974         * posix/glob.c: Add some branch prediction throughout.
3975
3976         * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
3977         read from nscd.
3978
3979         * sysdeps/posix/getaddrinfo.c (struct sort_result): Add
3980         service_order.
3981         (rfc3484_sort): Make sure that even if qsort doesn't support
3982         stable sorting out sorting here is stable by comparing service_order.
3983         (getaddrinfo): Initialize service_order.
3984         * posix/tst-rfc3484.c (do_test): Adjust for addition of
3985         service_order field to sorting structure.
3986         * posix/tst-rfc3484-2.c (do_test): Likewise.
3987
3988         * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
3989         * time/tzset.c (tzset_internal): Break TZ string parsing out into
3990         __tzset_parse_tz and updating of daylight, timezone, tzname into
3991         update_vars.
3992         (__tz_compute): Renamed from tz_compute.  Take additional parameters.
3993         (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
3994         happens in __tz_compute.
3995         * time/tzfile.c (__tzfile_read): Also read TZ string.
3996         (find_transition): Fold into __tzfile_compute.
3997         (__tzfile_compute): For times beyond the last transition try to
3998         use the TZ string.
3999         * timezone/tst-timezone.c: Information in daylight and tzname does
4000         change for Asia/Tokyo timezone with more concrete information.
4001         Remove the test.
4002
4003         * include/stdio.h: Add libc_hidden_proto for ftello.
4004         * libio/ftello.c: Add libc_hidden_def.
4005
4006         [BZ #1140]
4007         * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
4008         on the specified time and not the last entries in the file.  Move
4009         code to determine tzname[] to...
4010         (find_transition): ...here.  Add ugly guess for times before the
4011         first transition.
4012
4013 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4014
4015         [BZ #3195]
4016         * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
4017         no entry.
4018         * nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
4019         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
4020         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
4021         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
4022
4023         * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
4024         read mechanism when there are no group members and avoid no-op
4025         read syscall in this case.
4026
4027         [BZ #3242]
4028         * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
4029         (__readall): If reading failed due to EAGAIN error wait a bit
4030         and possibly try again.
4031         (__readvall): Likewise.
4032
4033 2007-10-13  Bruno Haible  <bruno@clisp.org>
4034
4035         * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
4036         when we cannot recode the message.
4037
4038 2007-10-13  Ulrich Drepper  <drepper@redhat.com>
4039
4040         [BZ #4359]
4041         * libio/__freading.c (__freading): Don't return true for
4042         write-only streams.  For read/write streams, check whether we
4043         performed a read operation already.
4044         * libio/Makefile (tests): Add tst-ext2.
4045         * libio/tst-ext2.c: New file.
4046
4047 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4048
4049         * locale/programs/repertoire.c (repertoire_read): Always free
4050         memory for repertoire file name [Coverity CID 270].
4051
4052         * elf/cache.c (save_aux_cache): Free memory allocated for
4053         temporary file name [Coverity CID 267].
4054
4055 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4056
4057         * misc/Makefile (headers): Add bits/error.h.
4058
4059 2007-10-12  Ulrich Drepper  <drepper@redhat.com>
4060
4061         * posix/fnmatch_loop.c: Take rule index returned as part of
4062         findidx return value into account when accessing weights.
4063         * posix/regcomp.c: Likewise.
4064         * posix/regexec.c: Likewise.
4065
4066         * locale/programs/ld-collate.c (collate_read): Optimize a bit.
4067         (skip_to): Fix problems with parameter of elifdef/elifndef.
4068
4069 2007-10-11  Ulrich Drepper  <drepper@redhat.com>
4070
4071         * iconv/gconv_simple.c: Add some branch prediction.
4072
4073 2007-10-12  Jakub Jelinek  <jakub@redhat.com>
4074
4075         * locale/programs/ld-collate.c (collate_read): If ignore_content
4076         and nowtok is tok_define, eat any tok_eol tokens.
4077
4078 2007-10-11  Jakub Jelinek  <jakub@redhat.com>
4079
4080         * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
4081         (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
4082
4083         * inet/netinet/in.h: Don't include bits/socket.h.
4084         * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
4085         macro.
4086         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
4087
4088 2007-10-10  Ulrich Drepper  <drepper@redhat.com>
4089
4090         * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
4091         and tok_elifndef.
4092         * locale/programs/locfile-kw.gperf: Likewise.
4093         * locale/programs/ld-collate.c: Implement primitive preprocessor.
4094
4095 2007-10-10  Jakub Jelinek  <jakub@redhat.com>
4096
4097         * stdio-common/printf-parse.h: Include string.h and wchar.h.
4098         (__find_specwc): Change into __extern_always_inline function.
4099         (__find_specmb): Likewise.  Remove ps argument.  Use __strchrnul.
4100         (__parse_one_specmb): Remove ps argument.
4101         * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
4102         Adjust __find_specmb and __parse_one_specmb callers.
4103         * stdio-common/printf-prs.c (parse_printf_format): Likewise.
4104         * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
4105         Removed.
4106         (__parse_one_specmb): Remove ps argument, adjust __find_specmb
4107         caller.
4108
4109 2007-10-09  Ulrich Drepper  <drepper@redhat.com>
4110
4111         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
4112         with some Pentium Ds.
4113
4114 2007-10-08  Ulrich Drepper  <drepper@redhat.com>
4115
4116         * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
4117         __read not read.
4118         * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
4119         __write not write.
4120
4121 2007-10-07  Ulrich Drepper  <drepper@redhat.com>
4122
4123         [BZ #181]
4124         * locale/C-time.c: Set week_1stday data to 19971201.
4125         * locale/programs/ld-time.c (time_finish): Default for
4126         first_workday is Monday.
4127
4128         [BZ #2633]
4129         * wcsmbs/wchar.h: Move many C99 functions into std namespace.
4130
4131         [BZ #5103]
4132         * posix/glob.c (glob): Recognize patterns starting \/.
4133         * posix/tst-gnuglob.c (find_file): Handle absolute path names.
4134         (main): Add test for pattern starting \/.
4135
4136         * misc/error.h: Use __const instead of const.
4137         * misc/bits/error.h: Likewise.
4138
4139 2007-10-07  Andreas Jaeger  <aj@suse.de>
4140
4141         * include/bits/error.h: New file.
4142
4143         * misc/bits/error.h (error_at_line): Fix prototype.
4144
4145 2007-10-06  Ulrich Drepper  <drepper@redhat.com>
4146
4147         [BZ #3924]
4148         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
4149         more little bugs in creating the stack frame when pltexit has to
4150         be called.
4151
4152         * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
4153         * nscd/connections.c (verify_persistent_db): Recognize circular lists.
4154
4155         [BZ #4407]
4156         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
4157         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
4158         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
4159         * math/libm-test.inc: Add test for this case.
4160
4161         [BZ #5010]
4162         * sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
4163         (svc_register): Initialize sc_mapped.  Set to TRUE if call to
4164         map service succeeded.
4165         (svc_is_mapped): New function.
4166         (svc_unregister): Use it before trying to unmap service.
4167
4168 2007-10-05  Ulrich Drepper  <drepper@redhat.com>
4169
4170         * timezone/zic.c: Update from tzcode2007h.
4171
4172         [BZ #5063]
4173         * timezone/africa: Update from tzdata2007h.
4174         * timezone/antarctica: Likewise.
4175         * timezone/asia: Likewise.
4176         * timezone/australasia: Likewise.
4177         * timezone/europe: Likewise.
4178         * timezone/leapseconds: Likewise.
4179         * timezone/northamerica: Likewise.
4180         * timezone/southamerica: Likewise.
4181         * timzeone/zone.tab: Likewise.
4182
4183         [BZ #5104]
4184         * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
4185
4186         [BZ #5113]
4187         * string/bits/string2.h (__strdup): Cast parameters to calloc to
4188         avoid warning with -Wconversion.
4189         (__strndup): Likewise.
4190         Half the patch by Christian Iseli <christian.iseli@licr.org>.
4191
4192         [BZ #5112]
4193         * nscd/connections.c (restart): Don't resync if database is
4194         disabled.  Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
4195
4196         * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
4197         struct tcp_md5sig.  Extend struct tcp_info according to recent kernels.
4198
4199         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
4200         evetnfd_read, eventfd_write.
4201         * sysdeps/unix/sysv/linux/eventfd.c: New file.
4202         * sysdeps/unix/sysv/linux/eventfd_read.c: New file.
4203         * sysdeps/unix/sysv/linux/eventfd_write.c: New file.
4204         * sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
4205         * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
4206         eventfd_write for GLIBC_2.7.
4207
4208         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
4209         * sysdeps/unix/sysv/linux/signalfd.c: New file.
4210         * sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
4211         * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
4212
4213 2007-10-04  Jakub Jelinek  <jakub@redhat.com>
4214
4215         * stdlib/msort.c: Include stdint.h.
4216         (struct msort_param): New type.
4217         (msort_with_tmp): Use struct msort_param pointer for unchanging
4218         parameters.  Add optimized handling for several common sizes
4219         and indirect sorting mode.
4220         (qsort): Adjust msort_with_tmp callers.  For big S use indirect
4221         sorting.
4222         Suggested by Belazougui Djamel .
4223
4224         * stdlib/Makefile (tests): Add tst-qsort2.
4225         * stdlib/tst-qsort2.c: New test.
4226
4227 2007-10-04  Ulrich Drepper  <drepper@redhat.com>
4228
4229         * login/login_tty.c (login_tty): The Linux kernel can return EBUSY
4230         for dup2 in case another thread races with the current one.  Retry
4231         in this case.
4232
4233         * misc/error.h: Remove support for use outside of libc.  We have to
4234         include <features.h> now.  Include <bits/error.h> if possible.
4235         * misc/bits/error.h: New file.
4236
4237 2007-10-03  Jakub Jelinek  <jakub@redhat.com>
4238
4239         * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
4240         bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
4241         __extern_always_inline functions unconditionally, drop macros.
4242
4243         * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
4244         * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
4245         __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
4246
4247         * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
4248         add __artificial__ attribute.
4249
4250 2007-10-02  Ulrich Drepper  <drepper@redhat.com>
4251
4252         * string/strcoll_l.c (STRCOLL): Correct handling of switching from
4253         backward to forward direction.
4254
4255         * string/strcoll_l.c (STRCOLL): Correct test for alloca use.
4256
4257         [BZ #645]
4258         * locale/programs/ld-collate.c (collate_finish): Compare against last
4259         used section which is known to have rules defined.
4260         (collate_read): After order_start, correctly record order of sections
4261         and queue sections up.
4262
4263 2007-10-01  Ulrich Drepper  <drepper@redhat.com>
4264
4265         [BZ #5071]
4266         * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
4267         the same number of pages.
4268         Patch by Tomash Brechko <tomash.brechko@gmail.com>.
4269
4270         * locale/programs/ld-collate.c (collate_read): After initial copy
4271         statement, continue in state 0.
4272
4273         * include/stdio_ext.h (__fsetlocking): Define as macro.
4274
4275 2007-09-30  Ulrich Drepper  <drepper@redhat.com>
4276
4277         * locale/programs/ld-collate.c (collate_finish): Compare all bytes
4278         of section order.
4279
4280         * po/pt_BR.po: Fix typo.
4281
4282 2007-09-29  Ulrich Drepper  <drepper@redhat.com>
4283
4284         * iconvdata/Makefile (modules): Add ISO8859-9E.
4285         (distribute): Add iso8859-9e.c.
4286         (gen-8bit-gap-modules): Add iso8859-9e.
4287         * iconvdata/iso8859-9e.c: New file.
4288         * iconvdata/gconv-modules: Add entries for ISO-8859-9E.
4289         * iconvdata/TESTS: Likewise.
4290         * iconvdata/tst-tables.sh: Likewise.
4291
4292         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4293
4294         * locale/iso-639.def: Add several new entries.
4295
4296 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4297
4298         * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
4299         void * pointers instead of struct link_map **.
4300         (_dl_scope_free): Change argument type to void *.
4301         * include/link.h (struct link_map): Change type of l_reldeps
4302         to struct link_map_reldeps, move l_reldepsact into that
4303         struct too.
4304         * elf/dl-deps.c: Include atomic.h.
4305         (_dl_map_object_deps): Only change l->l_initfini when it is
4306         fully populated, use _dl_scope_free for freeing it.  Optimize
4307         removal of libs from reldeps by using l_reserved flag, when
4308         some removal is needed, allocate a new list instead of
4309         reallocating and free the old with _dl_scope_free.  Adjust
4310         for l_reldeps and l_reldepsact changes.
4311         * elf/dl-lookup.c (add_dependency): Likewise.  Reorganize to allow
4312         searching in l_initfini and l_reldeps without holding dl_load_lock.
4313         * elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
4314         l_reldepsact changes.
4315         * elf/dl-close.c (_dl_close_worker): Likewise.
4316         * elf/dl-open.c (_dl_scope_free): Change argument type to void *.
4317
4318 2007-09-28  Ulrich Drepper  <drepper@redhat.com>
4319
4320         * iconvdata/Makefile (modules): Add KOI8-RU.
4321         (distribute): Add koi8-ru.c.
4322         (gen-8bit-gap-modules): Add koi8-ru.
4323         * iconvdata/koi8-ru.c: New file.
4324         * iconvdata/gconv-modules: Add entries for KOI8-RU.
4325         * iconvdata/TESTS: Likewise.
4326         * iconvdata/tst-tables.sh: Likewise.
4327
4328         * iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
4329
4330 2007-09-26  Jakub Jelinek  <jakub@redhat.com>
4331
4332         * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
4333         with __warning__/__error__ attributes.
4334         (__warnattr): Define.
4335         * stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
4336         __mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
4337         __warnattr.
4338         (realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
4339         of __*_chk if compile time detectable overflow is found.
4340         * libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
4341         __fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
4342         with __warnattr.
4343         (fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
4344         instead of __*_chk if compile time detectable overflow is found.
4345         (__gets_alias): Rename to...
4346         (__gets_warn): ... this.  Add __warnattr.
4347         (gets): Call __gets_warn instead of __gets_alias.
4348         * socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
4349         aliases with __warnattr.
4350         (recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
4351         time detectable overflow is found.
4352         * posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
4353         __pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
4354         __getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
4355         __ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
4356         __getdomainname_chk_warn): New aliases with __warnattr.
4357         (read, pread, pread64, readlink, readlinkat, getcwd, confstr,
4358         getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
4359         __*_chk_warn instead of __*_chk if compile time detectable overflow
4360         is found.
4361         (__getgroups_chk): Rename argument to __listlen from listlen.
4362         (__getwd_alias): Rename to...
4363         (__getwd_warn): ... this.  Add __warnattr.
4364         (getwd): Call __getwd_warn instead of __getwd_alias.
4365         * wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
4366         __wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
4367         __wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
4368         __mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
4369         __wcsnrtombs_chk_warn): New aliases with __warnattr.
4370         (wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
4371         mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
4372         compile time detectable overflow is found.
4373         (wcsncpy, wcpncpy): Likewise.  For constant __n fix check whether
4374         to use __*_chk or not.
4375         (fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
4376         in comparisons which function should be called and in __*_chk*
4377         arguments.  Call __*_chk_warn instead of __*_chk if compile time
4378         detectable overflow is found.
4379         (swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
4380         __*_chk argument.
4381         * debug/tst-chk1.c (do_test): Add a few more tests.
4382
4383 2007-09-24  Ulrich Drepper  <drepper@redhat.com>
4384
4385         [BZ #5058]
4386         * intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
4387         * intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
4388         (_nl_unload_domain): Finalize conversions_lock.
4389         * intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
4390         handling table of known conversions.
4391
4392 2007-09-24  Jakub Jelinek  <jakub@redhat.com>
4393
4394         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
4395         close_not_cancel_no_status instead of close.
4396
4397 2007-09-13  Aurelien Jarno  <aurelien@aurel32.net>
4398
4399         [BZ #5028]
4400         * posix/regcomp.c (lookup_collation_sequence_value): Check that
4401         nrules != 0 for multibyte chars.
4402
4403 2007-09-23  Ulrich Drepper  <drepper@redhat.com>
4404
4405         * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
4406         Provide better error message in case the type is unknown.
4407
4408         [BZ #4963]
4409         * wcsmbs/wcsnlen.c: Don't reference before checking the length.
4410         * string/stratcliff.c: Make usable to test wide char functions.
4411         * wcsmbs/wcsatcliff.c: New file.
4412         * wcsmbs/Makefiel (tests): Add wcsatcliff.
4413
4414         [BZ #4972]
4415         * iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
4416         (distribute): Add mac-centraleurope.c.
4417         (gen-8bit-gap-modules): Add mac-centraleurope.
4418         * iconvdata/mac-centraleurope.c: New file.
4419         * iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
4420         * iconvdata/TESTS: Likewise.
4421         * iconvdata/tst-tables.sh: Likewise.
4422
4423         [BZ #5043]
4424         * iconv/iconv_open.c (iconv_open): For large codeset names use malloc.
4425
4426 2007-09-21  Ulrich Drepper  <drepper@redhat.com>
4427
4428         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): Renamed
4429         from __x86_64_core_cache_size_half.
4430         (init_cacheinfo): Compute shared cache size for AMD processors with
4431         shared L3 correctly.
4432         * sysdeps/x86_64/memcpy.S: Adjust for __x86_64_data_cache_size_half
4433         name change.
4434         Patch in large parts by Evandro Menezes.
4435
4436 2007-09-19  Ulrich Drepper  <drepper@redhat.com>
4437
4438         * elf/dl-lookup.c (add_dependency): Handle failing memory
4439         allocation for dependency list.  Remove unnecessary check.
4440
4441         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessary
4442         open/close when determining source addresses.
4443
4444         * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,
4445         sha512-crypt, and sha512.
4446         (tests): Add sha256test, sha256c-test, sha512test, and sha512c-test.
4447         (distribute): Add sha256.h and sha512.h.
4448         * crypt/crypt-entry.c (crypt): Recognize the new $5$ and $6$ prefixes
4449         and call the appropriate code.
4450         * crypt/sha256-crypt.c: New file.
4451         * crypt/sha256.c: New file.
4452         * crypt/sha256.h: New file.
4453         * crypt/sha256c-test.c: New file.
4454         * crypt/sha256test.c: New file.
4455         * crypt/sha512-crypt.c: New file.
4456         * crypt/sha512.c: New file.
4457         * crypt/sha512.h: New file.
4458         * crypt/sha512c-test.c: New file.
4459         * crypt/sha512test.c: New file.
4460
4461 2007-09-19  Jakub Jelinek  <jakub@redhat.com>
4462
4463         * misc/bits/syslog.h (syslog): Remove extraneous argument from
4464         the inline, pass __USE_FORTIFY_LEVEL - 1 as second argument to
4465         __syslog_chk.
4466
4467 2007-09-18  Jakub Jelinek  <jakub@redhat.com>
4468
4469         * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of
4470         %as in fscanf format strings.
4471
4472         * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup.
4473         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4474         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4475         Likewise.
4476         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4477         Likewise.
4478
4479         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.
4480         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Or in
4481         DL_LOOKUP_GSCOPE_LOCK into flags after THREAD_GSCOPE_SET_FLAG ().
4482         * elf/dl-sym.c (do_sym): Likewise.
4483         * include/link.h (struct link_map): Add l_serial field.
4484         * elf/dl-object.c (_dl_new_object): Initialize l_serial.
4485         * elf/dl-lookup.c (add_dependency): Add flags argument.
4486         Remember map->l_serial, if DL_LOOKUP_GSCOPE_LOCK is among
4487         flags, use THREAD_GSCOPE_RESET_FLAG before and
4488         THREAD_GSCOPE_SET_FLAG after
4489         __rtld_lock_lock_recursive (GL(dl_load_lock)) to avoid deadlock.
4490         Don't dereference map until it has been found on some list.
4491         If map->l_serial changed, return -1.
4492
4493 2007-09-17  Jakub Jelinek  <jakub@redhat.com>
4494
4495         * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,
4496         __isoc99_sscanf, __isoc99_vscanf): New prototypes.
4497         (__isoc99_vsscanf, __isoc99_vfscanf): New prototypes, add
4498         libc_hidden_proto.
4499         * include/wchar.h (__isoc99_fwscanf, __isoc99_wscanf,
4500         __isoc99_swscanf, __isoc99_vwscanf): New prototypes.
4501         (__isoc99_vswscanf, __isoc99_vfwscanf): New prototypes,
4502         add libc_hidden_proto.
4503         * libio/stdio.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4504         vsscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4505         conformance requested.
4506         * wcsmbs/wchar.h (fwscanf, wscanf, swscanf, vfwscanf, vwscanf,
4507         vswscanf): Redirect to __isoc99_* if strict ISO C99 or POSIX
4508         conformance requested.
4509         * libio/bits/stdio-ldbl.h (fscanf, scanf, sscanf, vfscanf, vscanf,
4510         vsscanf): Redirect to __nldbl___isoc99_* if strict ISO C99 or POSIX
4511         conformance requested.
4512         * wcsmbs/bits/wchar-ldbl.h (fwscanf, wscanf, swscanf, vfwscanf,
4513         vwscanf, vswscanf): Redirect to __nldbl___isoc99_* if strict
4514         ISO C99 or POSIX conformance requested.
4515         * stdio-common/Versions (libc): Export __isoc99_scanf@@GLIBC_2.7,
4516         __isoc99_vscanf@@GLIBC_2.7, __isoc99_fscanf@@GLIBC_2.7,
4517         __isoc99_vfscanf@@GLIBC_2.7, __isoc99_sscanf@@GLIBC_2.7
4518         and __isoc99_vsscanf@@GLIBC_2.7.
4519         * stdio-common/Makefile (routines): Add isoc99_scanf, isoc99_vscanf,
4520         isoc99_fscanf, isoc99_vfscanf, isoc99_sscanf and isoc99_vsscanf.
4521         (tests): Add scanf14.
4522         (CFLAGS-vfprintf.c, CFLAGS-fprintf.c, CFLAGS-printf.c,
4523         CFLAGS-vfwprintf.c, CFLAGS-vfscanf.c, CFLAGS-vfwscanf.c,
4524         CFLAGS-fscanf.c, CFLAGS-scanf.c, CFLAGS-isoc99_vfscanf.c,
4525         CFLAGS-isoc99_vscanf.c, CFLAGS-isoc99_fscanf.c,
4526         CFLAGS-isoc99_scanf.c): Add $(exceptions).
4527         (CFLAGS-scanf15.c): Add various -I paths to prevent the compiler
4528         from using internal headers.
4529         * wcsmbs/Versions (libc): Export __isoc99_wscanf@@GLIBC_2.7,
4530         __isoc99_vwscanf@@GLIBC_2.7, __isoc99_fwscanf@@GLIBC_2.7,
4531         __isoc99_vfwscanf@@GLIBC_2.7, __isoc99_swscanf@@GLIBC_2.7
4532         and __isoc99_vswscanf@@GLIBC_2.7.
4533         * wcsmbs/Makefile (routines): Add isoc99_wscanf, isoc99_vwscanf,
4534         isoc99_fwscanf, isoc99_vfwscanf, isoc99_swscanf and isoc99_vswscanf.
4535         (CFLAGS-isoc99_wscanf.c, CFLAGS-isoc99_fwscanf.c,
4536         CFLAGS-isoc99_vwscanf.c, CFLAGS-isoc99_vfwscanf.c): Add $(exceptions).
4537         (CPPFLAGS): Add -D_IO_MTSAFE_IO if needed.
4538         * stdio-common/isoc99_scanf.c: New file.
4539         * stdio-common/isoc99_vsscanf.c: New file.
4540         * stdio-common/isoc99_vscanf.c: New file.
4541         * stdio-common/isoc99_vfscanf.c: New file.
4542         * stdio-common/isoc99_fscanf.c: New file.
4543         * stdio-common/isoc99_sscanf.c: New file.
4544         * wcsmbs/isoc99_fwscanf.c: New file.
4545         * wcsmbs/isoc99_vswscanf.c: New file.
4546         * wcsmbs/isoc99_swscanf.c: New file.
4547         * wcsmbs/isoc99_wscanf.c: New file.
4548         * wcsmbs/isoc99_vwscanf.c: New file.
4549         * wcsmbs/isoc99_vfwscanf.c: New file.
4550         * libio/libio.h (_IO_FLAGS2_SCANF_STD): Define.
4551         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Also
4552         clear _IO_FLAGS2_SCANF_STD bit from _flags2.
4553         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Don't
4554         handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.
4555         * stdio-common/scanf14.c: New test.
4556         * stdio-common/scanf15.c: New test.
4557         * sysdeps/ieee754/ldbl-opt/Makefile (libnldbl-calls): Add
4558         isoc99_scanf, isoc99_fscanf, isoc99_sscanf,
4559         isoc99_vscanf, isoc99_vfscanf, isoc99_vsscanf,
4560         isoc99_wscanf, isoc99_fwscanf, isoc99_swscanf,
4561         isoc99_vwscanf, isoc99_vfwscanf and isoc99_vswscanf.
4562         * sysdeps/ieee754/ldbl-opt/Versions (libc): Export
4563         __nldbl___isoc99_scanf@@GLIBC_2.7,
4564         __nldbl___isoc99_fscanf@@GLIBC_2.7,
4565         __nldbl___isoc99_sscanf@@GLIBC_2.7,
4566         __nldbl___isoc99_vscanf@@GLIBC_2.7,
4567         __nldbl___isoc99_vfscanf@@GLIBC_2.7,
4568         __nldbl___isoc99_vsscanf@@GLIBC_2.7,
4569         __nldbl___isoc99_wscanf@@GLIBC_2.7,
4570         __nldbl___isoc99_fwscanf@@GLIBC_2.7,
4571         __nldbl___isoc99_swscanf@@GLIBC_2.7,
4572         __nldbl___isoc99_vwscanf@@GLIBC_2.7,
4573         __nldbl___isoc99_vfwscanf@@GLIBC_2.7
4574         and __nldbl___isoc99_vswscanf@@GLIBC_2.7.
4575         * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (__isoc99_scanf,
4576         __isoc99_fscanf, __isoc99_sscanf, __isoc99_vscanf,
4577         __isoc99_vfscanf, __isoc99_vsscanf, __isoc99_wscanf,
4578         __isoc99_fwscanf, __isoc99_swscanf, __isoc99_vwscanf,
4579         __isoc99_vfwscanf, __isoc99_vswscanf): Add NLDBL_DECL.
4580         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c
4581         (__nldbl___isoc99_scanf, __nldbl___isoc99_fscanf,
4582         __nldbl___isoc99_sscanf, __nldbl___isoc99_vscanf,
4583         __nldbl___isoc99_vfscanf, __nldbl___isoc99_vsscanf,
4584         __nldbl___isoc99_wscanf, __nldbl___isoc99_fwscanf,
4585         __nldbl___isoc99_swscanf, __nldbl___isoc99_vwscanf,
4586         __nldbl___isoc99_vfwscanf, __nldbl___isoc99_vswscanf): New
4587         functions.
4588         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfscanf.c: New file.
4589         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_swscanf.c: New file.
4590         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vwscanf.c: New file.
4591         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_wscanf.c: New file.
4592         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_scanf.c: New file.
4593         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_sscanf.c: New file.
4594         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vsscanf.c: New file.
4595         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fwscanf.c: New file.
4596         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vfwscanf.c: New file.
4597         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vswscanf.c: New file.
4598         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_vscanf.c: New file.
4599         * sysdeps/ieee754/ldbl-opt/nldbl-isoc99_fscanf.c: New file.
4600
4601         * stdio-common/Makefile (tests): Add scanf13.
4602         (scanf13-ENV): New.
4603         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Handle
4604         m modifier followed by l.
4605         (STRING_ARG): Add width argument.
4606         (_IO_vfscanf_internal) <case L_('c')>: Handle %mc.
4607         <case L_('C')>: Handle %mlc and %mC.
4608         <case L_('s'), case L_('S'), case L_('[')>: Adjust STRING_ARG
4609         arguments.
4610         * stdio-common/scanf13.c: New test.
4611
4612         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): Clear
4613         the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.
4614
4615 2007-09-18  Ulrich Drepper  <drepper@redhat.com>
4616
4617         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return value
4618         type and __THROW marker of splice, vmsplice, and tee.
4619         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
4620         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
4621         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
4622         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
4623         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4624         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
4625         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
4626         * sysdeps/unix/sysv/linux/syscalls.list: Mark splice, vmsplice, and tee
4627         as cancellation points.
4628
4629 2003-11-01  Daniel Jacobowitz  <dan@debian.org>
4630
4631         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don't
4632         parse more than three parts of the version number.
4633
4634 2007-09-15  Ulrich Drepper  <drepper@redhat.com>
4635
4636         * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'
4637         modifier.  Patch by Jakub Jelinek.
4638
4639 2007-08-26  Jakub Jelinek  <jakub@redhat.com>
4640
4641         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): Add
4642         call_fallocate in misc subdir.
4643         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: New file.
4644         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate64): Remove.
4645         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Use __call_fallocate
4646         instead of __fallocate64.
4647         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
4648
4649 2007-09-15  Jakub Jelinek  <jakub@redhat.com>
4650
4651         * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.
4652         * rt/Makefile (headers): Add bits/mqueue2.h.
4653         * rt/mqueue.h: Include bits/mqueue2.h if -D_FORTIFY_SOURCE=2,
4654         optimizing with GCC and __va_arg_pack_len is defined.
4655         * rt/bits/mqueue2.h: New file.
4656         * rt/mq_open.c (__mq_open): Renamed from mq_open.
4657         (mq_open): New strong_alias.
4658         (__mq_open_2): New function.
4659         * sysdeps/unix/sysv/linux/mq_open.c (__mq_open): Renamed from mq_open.
4660         (mq_open): New strong_alias.
4661         (__mq_open_2): New function.
4662         * debug/Versions (libc): Export __fortify_fail@@GLIBC_PRIVATE.
4663         * Versions.def (librt): Add GLIBC_2.7 version.
4664         * debug/fortify_fail.c (__fortify_fail): Add libc_hidden_def.
4665         * include/stdio.h (__fortify_fail): Add libc_hidden_proto.
4666
4667         * misc/sys/cdefs.h (__errordecl, __va_arg_pack_len): Define.
4668         * io/fcntl.h: Include bits/fcntl2.h when __va_arg_pack_len
4669         is defined rather than when not C++.
4670         * io/bits/fcntl2.h (__open_alias, __open64_alias, __openat_alias,
4671         __openat64_alias): New redirects.
4672         (__open_too_many_args, __open_missing_mode, __open64_too_many_args,
4673         __open64_missing_mode, __openat_too_many_args, __openat_missing_mode,
4674         __openat64_too_many_args, __openat64_missing_mode): New __errordecls.
4675         (open, open64, openat, openat64): Rewrite as __extern_always_inline
4676         functions instead of function-like macros.
4677
4678 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
4679
4680         * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.
4681         * sysdeps/i386/i586/mempcpy.S (__memcpy_chk): New definition.
4682         * sysdeps/i386/i586/memset.S (__memset_chk): New definition.
4683
4684 2007-09-15  Mike Frysinger  <vapier@gentoo.org>
4685
4686         * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".
4687         * inet/tst-network.c (tests): Add edge case tests for "0", "0x", "0x0".
4688
4689 2007-09-14  Mike Frysinger  <vapier@gentoo.org>
4690
4691         * inet/tst-network.c: Increment ERRORS for failing tests.
4692
4693 2007-09-07  Jakub Jelinek  <jakub@redhat.com>
4694
4695         * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.
4696         * misc/bits/syslog.h (syslog): When __va_arg_pack is defined,
4697         implement as __extern_always_inline function.
4698         (vsyslog): Define as __extern_always_inline function unconditionally.
4699         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf):
4700         When __va_arg_pack is defined, implement as __extern_always_inline
4701         functions.
4702         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4703         __extern_always_inline functions unconditionally.
4704         * libio/bits/stdio.h (vprintf): Ifdef out the inline when
4705         bits/stdio2.h will be included.
4706         * wcsmbs/bits/wchar2.h (__swprintf_alias): New redirect.
4707         (swprintf, wprintf, fwprintf): When __va_arg_pack is defined,
4708         implement as __extern_always_inline functions.
4709         (vswprintf, vwprintf, vfwprintf): Define as
4710         __extern_always_inline functions unconditionally.
4711         * debug/tst-chk1.c (do_test): Enable remaining tests for C++.
4712
4713 2007-09-03  Jakub Jelinek  <jakub@redhat.com>
4714
4715         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Only
4716         define in C++ for GCC 4.3+, in C++ always use __gnu_inline__
4717         attribute.
4718         * include/features.h (__USE_EXTERN_INLINES): Define only when
4719         __extern_inline is defined.
4720         * stdlib/stdlib.h: Include bits/stdlib.h when __extern_always_inline
4721         is defined instead of when not __cplusplus.
4722         * misc/sys/syslog.h: Include bits/syslog.h when __extern_always_inline
4723         is defined instead of when not __cplusplus.
4724         * socket/sys/socket.h: Include bits/socket2.h when
4725         __extern_always_inline is defined instead of when not __cplusplus.
4726         * libio/stdio.h: Include bits/stdio2.h when __extern_always_inline
4727         is defined instead of when not __cplusplus.
4728         * posix/unistd.h: Include bits/unistd.h when __extern_always_inline
4729         is defined instead of when not __cplusplus.
4730         * string/string.h: Include bits/string3.h when __extern_always_inline
4731         is defined instead of when not __cplusplus.
4732         * wcsmbs/wchar.h: Include bits/wchar2.h when __extern_always_inline
4733         is defined instead of when not __cplusplus.
4734         (btowc, wctob): Don't guard the inlines with ifndef __cplusplus.
4735         * io/fcntl.h: Don't include bits/fcntl2.h if __extern_always_inline
4736         is not defined.
4737         * misc/bits/syslog-ldbl.h: Guard *_chk stuff with
4738         defined __extern_always_inline instead of !defined __cplusplus.
4739         * libio/bits/stdio-ldbl.h: Likewise.
4740         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4741         * misc/bits/syslog.h (syslog): Don't define for C++.
4742         (vsyslog): Use __extern_always_inline function for C++ instead of
4743         a macro.
4744         * libio/bits/stdio.h (__STDIO_INLINE): Define to __extern_inline
4745         whenever that macro is defined.
4746         (vprintf): Don't provide the inline for C++.
4747         (fread_unlocked, fwrite_unlocked): Don't define the macros for C++.
4748         * libio/bits/stdio2.h (sprintf, snprintf, printf, fprintf): Don't
4749         define the macros for C++.
4750         (vsprintf, vsnprintf, vprintf, vfprintf): Define as
4751         __extern_always_inline functions for C++.
4752         * io/sys/stat.h (stat, lstat, fstat, fstatat, mknod, mknodat,
4753         stat64, lstat64, fstat64, fstatat64): Don't define if not
4754         __USE_EXTERN_INLINES.
4755         * wcsmbs/bits/wchar2.h: Fix #error message.
4756         (swprintf, wprintf, fwprintf): Don't define the macros for C++.
4757         (vswprintf, vwprintf, vfwprintf): Define using
4758         __extern_always_inline functions for C++.
4759         * string/bits/string3.h: Don't #undef macros if __cplusplus.
4760         (memcpy, memmove, mempcpy, memset, bcopy, bzero, strcpy, stpcpy,
4761         strncpy, strcat, strncat): Define as __extern_always_inline
4762         functions instead of macros for C++.
4763         * math/bits/cmathcalls.h: Guard __extern_inline routines with
4764         defined __extern_inline.
4765         * sysdeps/alpha/fpu/bits/mathinline.h (__MATH_INLINE): Define
4766         to __extern_inline whenever that macro is defined.
4767         * sysdeps/ia64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4768         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4769         * sysdeps/i386/i486/bits/string.h (__STRING_INLINE): Likewise.
4770         * sysdeps/s390/bits/string.h (__STRING_INLINE): Likewise.
4771         * sysdeps/s390/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4772         * sysdeps/powerpc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4773         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4774         * sysdeps/sparc/fpu/bits/mathinline.h (__MATH_INLINE): Likewise.
4775         * sysdeps/unix/sysv/linux/sys/sysmacros.h (gnu_dev_major,
4776         gnu_dev_minor, gnu_dev_makedev): Remove __extern_inline from
4777         prototypes.  Only provide __extern_inline routines if
4778         __USE_EXTERN_INLINES.
4779         * debug/Makefile: Add rules to build and run tst-{,lfs}chk{4,5,6}
4780         tests.
4781         * debug/tst-chk1.c (do_prepare, do_test): Allow compilation as C++.
4782         For now avoid some *printf tests in C++.  Skip all testing
4783         if __USE_FORTIFY_LEVEL is defined, but __extern_always_inline macro
4784         is not.
4785         * debug/tst-chk4.cc: New file.
4786         * debug/tst-chk5.cc: New file.
4787         * debug/tst-chk6.cc: New file.
4788         * debug/tst-lfschk4.cc: New file.
4789         * debug/tst-lfschk5.cc: New file.
4790         * debug/tst-lfschk6.cc: New file.
4791         * include/wchar.h (__vfwprintf_chk, __vswprintf_chk): Avoid
4792         prototypes in C++.
4793         * include/stdio.h (__sprintf_chk, __snprintf_chk, __vsprintf_chk,
4794         __vsnprintf_chk, __printf_chk, __fprintf_chk, __vprintf_chk,
4795         __vfprintf_chk, __fgets_unlocked_chk, __fgets_chk): Likewise.
4796
4797 2007-09-13  Ulrich Drepper  <drepper@redhat.com>
4798
4799         * po/cs.po: Update from translation team.
4800
4801 2007-09-11  Roland McGrath  <roland@redhat.com>
4802
4803         * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if cross
4804         compiling.
4805
4806 2007-09-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4807
4808         * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.
4809
4810 2007-09-05  Roland McGrath  <roland@redhat.com>
4811
4812         * manual/signal.texi (Signaling Another Process): Typo fix.
4813         From Karl Berry <karl@freefriends.org>.
4814
4815 2007-08-29  Ulrich Drepper  <drepper@redhat.com>
4816
4817         * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define to
4818         zero if not defined.
4819         (make_request): Recognize optimistic addresses and treat them like
4820         deprecated addresses.
4821         Reported by Neil Horman <nhorman@redhat.com>.
4822
4823 2007-08-28  Ulrich Drepper  <drepper@redhat.com>
4824
4825         * nscd/connections.c (send_ro_fd): Also transfer file size.
4826         * nscd/nscd_helper.c (get_mapping): If nscd also transfers the
4827         file size don't call fstat.
4828
4829         * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
4830         ahead and map the file.  This should always be correct and we can
4831         catch problems later.
4832
4833 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
4834
4835         * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): New
4836         prototypes.
4837         (__fread_alias, __fread_unlocked_alias): New aliases.
4838         (fread): New extern inline.
4839         (fread_unlocked): Likewise.  Undef macro before definition of
4840         the inline function.
4841         * debug/Makefile (routines): Add fread_chk and fread_u_chk.
4842         (CFLAGS-fread_chk.c, CFLAGS-fread_u_chk.c): Add.
4843         * debug/Versions (libc): Export __fread_chk@@GLIBC_2.7
4844         and __fread_unlocked_chk@@GLIBC_2.7.
4845         * debug/fread_chk.c: New file.
4846         * debug/fread_u_chk.c: New file.
4847         * debug/tst-chk1.c (do_test): Add fread and fread_unlocked tests.
4848
4849 2007-08-27  Jakub Jelinek  <jakub@redhat.com>
4850
4851         * sysdeps/unix/sysv/linux/syscalls.list
4852         (personality): Change caller to EXTRA.
4853
4854 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
4855
4856         * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
4857         to keep gcc quiet.
4858         * iconvdata/iso-2022-cn.c (BODY): Likewise.
4859
4860         * locale/programs/ld-collate.c (collate_output): Avoid warning if
4861         NDEBUG is defined.
4862
4863         * Makerules: Use -p option with mkdir.
4864
4865         * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.
4866         * nis/nis_xdr.c (_xdr_nis_server): Likewise.
4867         (_xdr_directory_obj): Likewise.
4868         (xdr_entry_obj): Likewise.
4869         (xdr_group_obj): Likewise.
4870         (xdr_link_obj): Likewise.
4871         (xdr_table_obj): Likewise.
4872         (_xdr_nis_result): Likewise.
4873         (_xdr_ns_request): Likewise.
4874         (_xdr_ib_request): Likewise.
4875         (_xdr_nis_taglist): Likewise.
4876         (xdr_cback_data): Likewise.
4877         * nis/yp_xdr.c (xdr_ypmaplist): Likewise.
4878         (xdr_ypresp_maplist): Likewise.
4879
4880         * stdio-common/Makefile: Avoid format string warning for tst-sprint.
4881
4882         * posix/regex_internal.h: Prevent some declarations and definitions
4883         to be seen when used in tests.
4884
4885         * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.
4886         * posix/tst-rfc3484-2.c (__idna_to_unicode_lzlz): Likewise.
4887
4888         * debug/Makefile: Disable format checking when compiling tst-chk?.c.
4889
4890         * config.make.in (datarootdir): Add to shut up configure.
4891
4892         * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of
4893         associativity for fully-associative caches.
4894
4895         * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cache
4896         requests.  Fill on more associativity values for L2.
4897         Patch mostly by Evandro Menezes.
4898
4899 2007-08-24  Ulrich Drepper  <drepper@redhat.com>
4900
4901         * sysdeps/unix/sysv/linux/x86_64/init-first.c
4902         (_libc_vdso_platform_setup): Avoid using exported variable by using
4903         alias.
4904
4905         * resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
4906
4907         * sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
4908         fallocate64 as EXTRA.  It is not referenced if the symbol isn't
4909         defined.
4910
4911 2007-08-23  Ulrich Drepper  <drepper@redhat.com>
4912
4913         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Correctly
4914         align stack for call if pltexit is to be used.
4915
4916         [BZ #3924]
4917         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Correctly
4918         align for function call in case pltexit has to be called later.
4919
4920         * sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): Avoid
4921         implicit atomic operation when storing function pointer.
4922         (_dl_runtime_profile): Likewise.
4923
4924 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
4925
4926         * nis/nis_table.c (nis_list): Don't fail if __follow_path returned
4927         NIS_NOTFOUND.
4928
4929 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4930
4931         [BZ #4566]
4932         * string/strtok.c: Fix typo in comment.
4933
4934         [BZ #4582]
4935         * debug/segfault.c: Fix typos in comments.
4936
4937         [BZ #4588]
4938         * stdio-common/tempnam.c: Fix comment, it is not checked that
4939         TMPDIR points to a writable directory.
4940
4941         [BZ #4726]
4942         * resolv/res_send.c (__libc_res_nsend): Initialize all of the
4943         memory allocated for the name server address.
4944
4945         [BZ #4946]
4946         * nscd/connections.c (handle_request): Using sendfile always
4947         requires that mmap is used for the database.
4948         Patch by Petr Baudis <pasky@suse.cz>.
4949
4950         [BZ #4905]
4951         * nscd/hstcache.c (cache_addhst): When reloading an entry which
4952         suddenly has two or more addresses, ignore it and remove the old
4953         entry.
4954
4955         [BZ #4814]
4956         * resolv/res_hconf.c: Prepare for compiling outside libc.
4957         * nscd/res_hconf.c: New file.
4958         * nscd/Makefile (nscd-modules): Add res_hconf.  Add rules to build
4959         the new file.
4960         * nscd/gethstbynm2_r.c (NEED__RES_HCONF): Define.
4961         * nscd/gethstbyad_r.c (NEED__RES_HCONF): Likewise.
4962
4963         * nscd/hstcache.c (cache_addhst): Minimal optimization.
4964
4965         [BZ #4925]
4966         * debug/pcprofiledump.c: Turn on internationalization by calling
4967         setlocale.  Patch mostly by Benno Schulenberg.
4968
4969         [BZ #4936]
4970         * iconv/gconv.c (__gconv): If flush was successful, clear rest of
4971         the state.
4972         * iconvdata/Makefile: Add rules to build and run bug-iconv5.
4973         * iconvdata/bug-iconv5.c: New file.
4974
4975 2007-08-04  Carlos O'Donell  <carlos@systemhalted.org>
4976
4977         [BZ #4896]
4978         * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,
4979         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT, R_PARISC_TLS_GD21L,
4980         R_PARISC_TLS_GD14R, R_PARISC_TLS_GDCALL, R_PARISC_TLS_LDM21L,
4981         R_PARISC_TLS_LDM14R, R_PARISC_TLS_LDMCALL, R_PARISC_TLS_LDO21L,
4982         R_PARISC_TLS_LDO14R, R_PARISC_TLS_DTPMOD32, R_PARISC_TLS_DTPMOD64,
4983         R_PARISC_TLS_DTPOFF32, R_PARISC_TLS_DTPOFF64, R_PARISC_TLS_LE21L,
4984         R_PARISC_TLS_LE14R, R_PARISC_TLS_IE21L, R_PARISC_TLS_IE14R,
4985         R_PARISC_TLS_TPREL32, R_PARISC_TLS_TPREL64.
4986
4987 2007-08-21  Ulrich Drepper  <drepper@redhat.com>
4988
4989         [BZ #4937]
4990         * elf/do-lookup.h (do_lookup_x): Minimal improvement in hash
4991         lookup loop.  Suggested by John Reiser.
4992
4993 2007-08-21  Jakub Jelinek  <jakub@redhat.com>
4994
4995         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h.
4996
4997 2007-08-20  Ulrich Drepper  <drepper@redhat.com>
4998
4999         * csu/libc-start.c: Don't handle VDSO_SETUP here.
5000         * sysdeps/unix/sysv/linux/init-first.c: Handle it here instead.
5001         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: Renamed to...
5002         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...this.  New file.
5003         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Move VDSO_SETUP code
5004         to...
5005         * sysdeps/unix/sysv/linux/x86_64/init-first.c: ...here.  New file.
5006
5007 2007-08-18  Ulrich Drepper  <drepper@redhat.com>
5008
5009         * po/nl.po: Update from translation team.
5010
5011 2007-08-16  Andreas Jaeger  <aj@suse.de>
5012
5013         * locale/localeinfo.h: Make _nl_category_name_idxs extern.
5014         Reported by Peter Festner <peter.festner@ewetel.net>.
5015
5016 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
5017
5018         * login/tst-grantpt.c (test_einval): Add 3rd argument to open.
5019
5020 2007-08-16  Jakub Jelinek  <jakub@redhat.com>
5021
5022         * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u
5023         to check for undefined symbols.
5024
5025         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone):
5026         If the syscall fails, set errno to the actual returned error number
5027         rather than EINVAL.
5028         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): If
5029         arguments are incorrect, set errno to EINVAL, if the syscall
5030         fails, set errno to the actual returned error number.
5031
5032         * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove.
5033         * wcsmbs/bits/wchar-ldbl.h (__wcstold_internal): Remove.
5034
5035         * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to...
5036         * sysdeps/sparc/sparc32/sparcv9/sparcv9b/memcpy.S: ... here.  New
5037         file.
5038         (ASI_PNF, ASI_BLK_P): Don't define.
5039         * sysdeps/sparc/sparc32/sparcv9v/memcpy.S: Moved to...
5040         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memcpy.S: ... here.  New
5041         file.
5042         * sysdeps/sparc/sparc32/sparcv9v/memset.S: Moved to...
5043         * sysdeps/sparc/sparc32/sparcv9/sparcv9v/memset.S: ... here.  New
5044         file.
5045
5046 2007-08-15  Jakub Jelinek  <jakub@redhat.com>
5047
5048         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising
5049         FE_UNDERFLOW on Niagara CPUs.
5050
5051         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear all
5052         exceptions.
5053
5054 2007-08-14  Jakub Jelinek  <jakub@redhat.com>
5055
5056         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No
5057         need to check GLRO(dl_hwcap) & HWCAP_SPARC_FLUSH on sparcv9.
5058         (sparc_fixup_plt): Add do_flush argument instead of figuring whether
5059         flush should be used or not inside of the function.
5060         (elf_machine_fixup_plt, elf_machine_rela): Adjust caller.
5061
5062         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone,
5063         __thread_start): Use HIDDEN_JUMPTARGET.
5064         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone,
5065         __thread_start): Likewise.
5066         * sysdeps/unix/sysv/linux/sparc/sysdep.h (JUMPTARGET): Define.
5067
5068         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare.
5069         Add libc_hidden_proto.
5070         (STRTOF): Add libc_hidden_proto.
5071         (___new_strtold_l, ___new_wcstold_l): New weak aliases.
5072         (strtold_l, wcstold_l): Use them as second argument for
5073         long_double_symbol.
5074
5075 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5076
5077         * elf/dl-misc.c: Undo last change.  The kernel won't allow it.
5078
5079 2007-08-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5080
5081         * stdlib/strtold_l.c: Include wchar.h if needed.  Add libc_hidden_def.
5082
5083 2007-08-14  Ulrich Drepper  <drepper@redhat.com>
5084
5085         * po/bg.po: New file.  From the translation team.
5086
5087 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5088
5089         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT,
5090         __ASSUME_PPOLL, __ASSUME_ATFCTS, __ASSUME_SET_ROBUST_LIST,
5091         __ASSUME_UTIMENSAT, __ASSUME_FALLOCATE): Update per-arch conditions
5092         when each feature was introduced.
5093
5094         * sysdeps/unix/sysv/linux/dl-vdso.c: Don't include dl-hash.h.
5095         * sysdeps/unix/sysv/linux/dl-vdso.h: Don't include dl-hash.h if NDEBUG.
5096         (CHECK_HASH): New macro.
5097         (PREPARE_VERSION): Use it.
5098
5099         * sysdeps/unix/sysv/linux/pselect.c (__generic_pselect): Only provide
5100         prototype if not __ASSUME_PSELECT.
5101         * sysdeps/unix/sysv/linux/ppoll.c (__generic_ppoll): Only provide
5102         prototype if not __ASSUME_PPOLL.
5103
5104         * sysdeps/unix/sysv/linux/dl-osinfo.h (ROUND): #undef after use.
5105
5106         * sysdeps/unix/clock_settime.c (freq, __pthread_clock_settime,
5107         hp_timing_settime): Don't define or declare if HANDLED_CPUTIME
5108         is defined.
5109
5110 2007-08-13  Ulrich Drepper  <drepper@redhat.com>
5111
5112         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5113         (_libc_vdso_platform_setup): If vDSO is not available point
5114         __vdso_gettimeofday to the vsyscall.
5115         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S [SHARED]: Use
5116         __vdso_gettimeofday instead of vsyscall.
5117
5118 2007-08-13  Jakub Jelinek  <jakub@redhat.com>
5119
5120         * nscd/servicescache.c: Include kernel-features.h.
5121         * nscd/gai.c: Likewise.
5122         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
5123         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
5124         * sysdeps/unix/sysv/linux/fxstatat.c: Likewise.
5125         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
5126         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
5127         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
5128         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5129         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Likewise.
5130         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5131
5132 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5133
5134         * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,
5135         and _dl_get_origin defines anymore.
5136
5137         * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu):
5138         Build fix for systems which might lack POSIX timer support.
5139
5140         * sysdeps/unix/sysv/linux/x86_64/libc-start.c
5141         (_libc_vdso_platform_setup): Mangle function pointers before storing
5142         them.
5143         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_VSYSCALL):
5144         Demangle vdso pointer before use.
5145         (INTERNAL_VSYSCALL): Likewise.
5146
5147         * elf/cache.c (primes): Mark as const.
5148         Noted by Roland McGrath.
5149
5150 2007-08-01  Andreas Jaeger  <aj@suse.de>
5151             Jakub Jelinek  <jakub@redhat.com>
5152
5153         * elf/ldconfig.c (opt_ignore_aux_cache): Add new option.
5154         (options): Add option.
5155         (parse_opt): Handle option.
5156         (manual_link): Adjust process_file caller.  Call implicit_soname.
5157         (search_dir): Formatting.  Use and populate auxiliary cache.
5158         (main): Load and save auxiliary cache.
5159         * elf/readlib.c (process_file): Add stat_buf argument.  Pass struct
5160         stat64 from fstat64 to caller.
5161         (implicit_soname): New function.
5162         * elf/readelflib.c (process_elf_file): If DT_SONAME is not present,
5163         leave *soname as NULL.
5164         * elf/cache.c: Include libgen.h.
5165         (print_entry, print_cache, compare, save_cache, add_to_cache):
5166         Formatting and cleanups.
5167         (aux_cache_entry_id, aux_cache_entry, aux_cache_file_entry,
5168         aux_cache_file): New structures.
5169         (AUX_CACHEMAGIC): Define.
5170         (primes): New array.
5171         (aux_hash_size, aux_hash): New variables.
5172         (aux_cache_entry_id_hash, nextprime, init_aux_cache,
5173         search_aux_cache, insert_to_aux_cache, add_to_aux_cache,
5174         load_aux_cache, save_aux_cache): New functions.
5175         * sysdeps/generic/ldconfig.h (_PATH_LDCONFIG_AUX_CACHE): Define.
5176         (init_aux_cache, search_aux_cache, add_to_aux_cache,
5177         load_aux_cache, save_aux_cache, implicit_soname): New prototypes.
5178         (process_file): Adjust prototype.
5179
5180 2007-08-12  Jakub Jelinek  <jakub@redhat.com>
5181
5182         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Include stddef.h
5183         with __need_size_t.
5184
5185 2007-08-12  Ulrich Drepper  <drepper@redhat.com>
5186
5187         * sysdeps/unix/sysv/linux/dl-vdso.c (_dl_vdso_vsym): Expect
5188         r_found_version structure as second parameter.
5189         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION): Define.
5190         (_dl_vdso_vsym): Change type of second parameter accordingly.
5191         * sysdeps/unix/sysv/linux/x86-64/libc-start.c
5192         (_libc_vdso_platform_setup): Adjust.
5193         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
5194         (_libc_vdso_platform_setup): Likewise.
5195
5196         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.c: Move to...
5197         * sysdeps/unix/sysv/linux/dl-vdso.c: ...here.
5198         * sysdeps/unix/sysv/linux/powerpc/dl-vdso.h: Move to...
5199         * sysdeps/unix/sysv/linux/dl-vdso.h: ...here.
5200         * csu/libc-start.c: Pretty printing.
5201         Use VDSO_SETUP if defined.
5202         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Define VDSO_SETUP
5203         and let generic code call into _libc_vdso_platform_setup.
5204         * sysdeps/unix/sysv/linux/x86_64/libc-start.c: New file.
5205         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: New file.
5206         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Pretty printing.
5207         Define INLINE_VSYSCALL and INTERNAL_VSYSCALL.
5208         * sysdeps/unix/sysv/linux/x86_64/Versions: Export __vdso_clock_gettime
5209         for GLIBC_PRIVATE.
5210         * sysdeps/unix/sysv/linux/x86_64/Makefile [subdir=elf]
5211         (sysdep_rountines): Add dl-vdso.
5212
5213         * sysdeps/unix/sysv/linux/powerpc/Makefile: Use sysdep_routines instead
5214         of routines.
5215
5216         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add
5217         attribute_hidden to __vdso_gettimeofday prototype.
5218
5219 2007-08-12  Roland McGrath  <roland@redhat.com>
5220
5221         * manual/stdio.texi (Variable Arguments Output): Fix xref to gcc manual.
5222         From: Karl Berry <karl@freefriends.org>.
5223
5224 2007-08-11  Ulrich Drepper  <drepper@redhat.com>
5225
5226         * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need
5227         an atime update for the files we read.
5228
5229 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5230
5231         * shadow/lckpwdf.c (__lckpwdf): Use O_CLOEXEC if possible.
5232
5233         * nscd/connections.c: Use O_CLOEXEC if possible.  Use mkostemp
5234         instead of mkstemp.
5235
5236         * misc/Makefile (routines): Add mkostemp and mkostemp64.
5237         * misc/Versions: Export mkostemp and mkostemp64 for GLIBC_2.7.
5238         * misc/mkostemp.c: New file.
5239         * misc/mkostemp64.c: New file.
5240         * stdlib/stdlib.h: Declare the new functions.
5241         * sysdeps/posix/tempname.c: Add new parameter which is added to
5242         the flags for open.  Remove __GT_BIGFILE handling.
5243         * stdio-common/tempname.c: Likewise.
5244         * include/stdio.h: Adjust __gen_tempname prototype.
5245         Renumber __GT_* constants.
5246         * libio/oldtmpfile.c: Adjust for __gen_tempname interface change.
5247         * misc/mkdtemp.c: Likewise.
5248         * misc/mkstemp.c: Likewise.
5249         * misc/mkstemp64.c: Likewise.
5250         * misc/mktemp.c: Likewise.
5251         * stdio-common/tempnam.c: Likewise.
5252         * stdio-common/tmpfile.c: Likewise.
5253         * stdio-common/tmpfile64.c: Likewise.
5254         * stdio-common/tmpnam.c: Likewise.
5255         * stdio-common/tmpnam_r.c: Likewise.
5256
5257 2007-08-10  Roland McGrath  <roland@frob.com>
5258
5259         * sysdeps/mach/hurd/bits/ioctls.h (NLDLY, TABDLY, BSDLY, VTDLY):
5260         New macros.
5261         (NLDELAY, CRDELAY, TBDELAY, BSDELAY, VTDELAY): Define to those.
5262         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
5263
5264 2007-08-10  Ulrich Drepper  <drepper@redhat.com>
5265
5266         * nss/nss_files/files-XXX.c (internal_setent): Use O_CLOEXEC if
5267         possible.
5268         * nss/nss_files/files-alias.c (internal_setent): Likewise.
5269         * nss/Makefile (libnss_files-routines): Add files-have_o_cloexec.
5270         * nss/nss_files/files-have_o_cloexec.c: New file.
5271
5272         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Use O_CLOEXEC if
5273         available.
5274
5275 2007-08-10  Jakub Jelinek  <jakub@redhat.com>
5276
5277         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l,
5278         ___new_wcstold_l): New weak aliases.
5279         (strtold_l, wcstold_l): Use them as second argument for
5280         long_double_symbol.
5281
5282 2007-08-09  Ulrich Drepper  <drepper@redhat.com>
5283
5284         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Use correct
5285         register in test for error.
5286
5287         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
5288         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
5289
5290         * po/sv.po: Update from translation team.
5291
5292 2007-08-06  Roland McGrath  <roland@redhat.com>
5293
5294         * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.
5295         Remove __strto*_l inlines.
5296         * include/wchar.h: Add libc_hidden_proto for wcsto*, __wcsto*_l.
5297         * stdlib/strtod.c: Add libc_hidden_def.
5298         * stdlib/strtod_l.c: Likewise.
5299         * stdlib/strtold.c [__LONG_DOUBLE_MATH_OPTIONAL]: Add libc_hidden_proto
5300         for __new_strtold and __new_wcstold.
5301         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Add libc_hidden_proto for
5302         __STRTOF, STRTOF.
5303         * stdlib/strtol.c: Add libc_hidden_def.
5304         * stdlib/strtol_l.c: Likewise.
5305         * sysdeps/wordsize-64/strtol.c: Add libc_hidden_ver for strtoll and
5306         strtoq.
5307
5308         * scripts/data/localplt-powerpc-linux-gnu.data: New file.
5309
5310         * scripts/data/localplt-x86_64-linux-gnu.data: File renamed to ...
5311         * scripts/data/localplt-generic.data: ... here.
5312         * elf/Makefile (check-data): Get generic file if no other.
5313         ($(objpfx)check-localplt.out): Make target unconditional.
5314
5315         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion):
5316         Use ElfW(Nhdr).
5317
5318 2007-08-05  Ulrich Drepper  <drepper@redhat.com>
5319
5320         * po/zh_CN.po: Updated translation from translation team.
5321
5322 2007-08-05  Jakub Jelinek  <jakub@redhat.com>
5323
5324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (__socket):
5325         Don't use CGOTSETUP and CGOTRESTORE macros.
5326
5327 2007-08-04  Roland McGrath  <roland@redhat.com>
5328
5329         * posix/Makefile ($(objpfx)getconf.speclist): Fix typo.
5330
5331 2007-08-04  Jakub Jelinek  <jakub@redhat.com>
5332
5333         * io/bits/fcntl2.h (open, open64, openat, openat64): Add
5334         __extension__ around the whole statement expression.
5335
5336 2007-08-04  Ulrich Drepper  <drepper@redhat.com>
5337
5338         * sysdeps/unix/opendir.c (__alloc_dir): Correct order of DIR
5339         elements during initialization.
5340
5341         * po/pl.po: Updated translation from translation team.
5342         * po/tr.po: Likewise.
5343         * po/nl.po: Likewise.
5344
5345 2007-08-03  Ulrich Drepper  <drepper@redhat.com>
5346
5347         * rt/aio.h: Add __nonnull attributes.
5348
5349 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5350
5351         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.
5352         * stdlib/Makefile (tests): Add tst-strtod5.
5353         (tst-strtod5-ENV): New.
5354         * stdlib/tst-strtod5.c: New file.
5355
5356         * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open
5357         failed.
5358         * intl/finddomain.c (_nl_find_domain): Free normalized_codeset
5359         on failure.
5360
5361         * elf/dl-load.c (decompose_rpath): Free copy if result couldn't be
5362         allocated.
5363
5364 2007-08-03  Jakub Jelinek  <jakub@redhat.com>
5365
5366         * rt/mqueue.h (mq_timedreceive, mq_timedsend): Fix nonnull argument
5367         numbers.
5368
5369 2007-08-02  Ulrich Drepper  <drepper@redhat.com>
5370
5371         * io/Makefile (aux): Add have_o_cloexec.
5372         * include/fcntl.h: Declare __have_o_cloexec.
5373         * io/have_o_cloexec.c: New file.
5374         * sysdeps/unix/opendir.c (__opendir): Use O_CLOEXEC is available.
5375         (__alloc_dir): If O_CLOEXEC has been used, don't duplicate the
5376         fcntl call if not necessary.
5377         * login/utmp_file.c (setutent_file): Use __have_o_cloexec instead
5378         of local variable.
5379
5380         * sysdeps/unix/opendir.c (__alloc_dir): Don't initialize ->data.
5381         Avoid memset, add explicit initialization.
5382         * sysdeps/unix/dirstream.h (struct __dirstream): Move data elemtn
5383         to the end and change into zero-sized array.
5384         Move lock member to fill a hole on 64-bit platforms.
5385
5386         * stdlib/stdlib.h: Remove __strto*_internal prototypes and strto*
5387         inline functions.
5388         * include/stdlib.h: Add __strto*_internal prototypes here.
5389         * wcsmbs/wchar.h: Remove __wcsto*_internal prototypes and wcsto*
5390         inline functions.
5391         * include/wchar.h: Add __wcsto*_internal prototypes.
5392         * sysdeps/generic/inttypes.h: No need to protect the declaration
5393         of the __strto*_internal and __wcsto*_internal members here.
5394
5395         * rt/mqueue.h: Change const to __const and add nonnull attributes.
5396
5397 2007-08-02  Roland McGrath  <roland@redhat.com>
5398
5399         * posix/Makefile ($(inst_libexecdir)/getconf): Make hard links to
5400         $(inst_bindir)/getconf if possible.
5401
5402         * posix/Makefile ($(objpfx)getconf.speclist): New target.
5403         (generated): Add it.
5404         ($(inst_libexecdir)/getconf): Use it.
5405
5406 2007-08-01  Ulrich Drepper  <drepper@redhat.com>
5407
5408         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
5409         /proc is faster and sufficient.  /sys is still needed for
5410         __get_nprocs_conf.
5411
5412 2007-08-01  Jakub Jelinek  <jakub@redhat.com>
5413
5414         * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate
5415         syscall as __fallocate64.
5416         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: New file.
5417         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: New file.
5418
5419 2007-07-30  Jakub Jelinek  <jakub@redhat.com>
5420
5421         * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t
5422         value.
5423
5424         * stdio-common/tst-fmemopen2.c (do_test): Avoid fmt string warning
5425         if off_t is different rank from size_t.
5426
5427         * sysdeps/generic/unwind-dw2.c (extract_cie_info, execute_cfa_program,
5428         uw_frame_state_for): Avoid type punning warnings.
5429         * sysdeps/generic/unwind-dw2-fde-glibc.c
5430         (_Unwind_IteratePhdrCallback): Likewise.
5431         * sysdeps/generic/unwind-dw2-fde.c (_Unwind_Find_FDE): Likewise.
5432         (binary_search_single_encoding_fdes, binary_search_mixed_encoding_fdes,
5433         get_cie_encoding, linear_search_fdes): Don't mix char and unsigned char
5434         pointers.
5435
5436 2007-07-31  Ulrich Drepper  <drepper@redhat.com>
5437
5438         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf): Count
5439         total processors using sysfs.
5440         (__get_nprocs): Use sysfs to determine which processors are online.
5441
5442 2007-07-31  Jakub Jelinek  <jakub@redhat.com>
5443
5444         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix
5445         syscall arguments count.
5446
5447         * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.
5448
5449 2007-07-30  Roland McGrath  <roland@redhat.com>
5450
5451         * manual/libc.texinfo: Update copyrights, formatting magic, and
5452         @dircategory.  From Karl Berry <karl@freefriends.org>.
5453
5454 2007-07-29  Ulrich Drepper  <drepper@redhat.com>
5455
5456         [BZ #4860]
5457         * io/Makefile (headers): Add bits/fcntl2.h.
5458
5459         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ZERO_S): Optimize
5460         using gcc builtin.
5461         (__CPU_EQUAL_S): Likewise.
5462
5463         * posix/Makefile (routines): Add sched_cpualloc and sched_cpufree.
5464         (tests): Add tst-cpuset.
5465         * posix/sched_cpualloc.c: New file.
5466         * posix/sched_cpufree.c: New file.
5467         * posix/tst-cpuset.c: New file.
5468         * posix/Versions: Export __sched_cpualloc and __sched_cpufree for
5469         GLIBC_2.7.
5470         * sysdeps/unix/sysv/linux/bits/sched.h: Define __CPU_*_S macros.
5471         * posix/sched.h: Define old CPU_* macros in temers of __CPU_*_S
5472         macros.  Define CPU_*_S macros.
5473
5474 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5475
5476         * posix/getconf.c (vars): Add missing _SC_LEVEL4_CACHE_LINESIZE
5477         entry.
5478
5479         [BZ #4858]
5480         * stdio-common/printf_fp.c (___printf_fp): Fix special case of
5481         #.0g and value rounded to 1.0.
5482         * stdio-common/tfformat.c (sprint_doubles): Add two new tests.
5483
5484 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
5485
5486         * locale/programs/ld-monetary.c (monetary_finish): Avoid range check
5487         for int_frac_digits and frac_digits.
5488
5489         * login/logout.c (logout): Avoid aliasing violation.
5490         * login/logwtmp.c (logwtmp): Likewise.
5491
5492         * libio/genops.c (_IO_un_link): Avoid aliasing violation.
5493
5494         * nscd/selinux.c (preserve_capabilities): Initialize new_caps
5495         to avoid warning.
5496         * iconv/gconv_open.c (__gconv_open): Initialize ptr to avoid
5497         warning.
5498         * nis/nis_subr.c (nis_getnames): Initialize saveptr to avoid
5499         warning.
5500         * resolv/inet_ntop.c (inet_ntop6): Initialize best.len and cur.len
5501         to avoid warnings.
5502
5503         * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to
5504         void **.
5505         * nss/nsswitch.h (service_user): Use void * type for KNOWN field.
5506
5507         * nss/nss_files/files-hosts.c (LINE_PARSER): Cast host_addr to
5508         char * to avoid warning.
5509         * nis/nss_nis/nis-hosts.c (LINE_PARSER): Likewise.
5510
5511         * timezone/Makefile (CFLAGS-zdump.c): Add -fwrapv.
5512
5513         * locale/programs/ld-ctype.c (ctype_finish, set_class_defaults,
5514         allocate_arrays): Cast second argument to charmap_find_symbol
5515         to char * to avoid warnings.
5516
5517         * locale/programs/repertoire.c (repertoire_new_char): Change
5518         from_nr, to_nr and cnt to unsigned long, adjust printf format
5519         string.
5520
5521         * locale/programs/ld-collate.c (insert_value, handle_ellipsis):
5522         Cast second argument to new_element to char * to avoid warnings.
5523
5524         * locale/weightwc.h (findidx): Cast &extra[-i] to const int32_t *.
5525
5526         * intl/gettextP.h (struct loaded_domain): Change plural to const
5527         struct expression *.
5528         * intl/plural-eval.c (plural_eval): Change first argument to
5529         const struct expression *.
5530         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Change first
5531         argument to const struct expression **.
5532         * intl/plural-exp.h (EXTRACT_PLURAL_EXPRESSION, plural_eval): Adjust
5533         prototypes.
5534         * intl/loadmsgcat (_nl_unload_domain): Cast away const
5535         in call to __gettext_free_exp.
5536
5537         * posix/fnmatch.c (fnmatch): Rearrange code to avoid maybe
5538         unitialized wstring/wpattern var warnings.
5539
5540         * posix/runtests.c (struct a_test): Make data field const char *.
5541
5542         * stdio-common/tst-sprintf2.c (main): Don't declere u, v and buf
5543         vars if not LDBL_MANT_DIG >= 106.
5544
5545         * stdio-common/Makefile (CFLAGS-vfwprintf.c): Add -Wno-unitialized.
5546
5547         * stdio-common/vfprintf.c (vfprintf): Cast first arugment to
5548         __find_specmb to avoid warning.
5549
5550         * rt/tst-mqueue1.c (do_one_test): Add casts to avoid warnings.
5551
5552         * debug/test-strcpy_chk.c (do_tests, do_random_tests): Add casts
5553         to avoid warnings.
5554
5555         * sysdeps/ieee754/ldbl-96/s_roundl.c (huge): Add L suffix to
5556         initializer.
5557
5558         * sysdeps/unix/clock_gettime.c (clock_gettime): Only define
5559         tv var when it will be actually used.
5560
5561         * sunrpc/rpc_cmsg.c (xdr_callmsg): Cast IXDR_PUT_* to void
5562         to avoid warnings.
5563
5564         * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned
5565         char array resp. pointer.
5566         * iconvdata/iso-2022-kr.c (BODY): Make buf unsigned char instead of
5567         char array.
5568         * iconvdata/cns11643.h (cns11643_to_ucs4): Change first argument
5569         to const unsigned char **.
5570         (ucs4_to_cns11643): Change second argument to unsigned char *.
5571         * iconvdata/euc-tw.c (BODY): Change endp type to
5572         const unsigned char *.
5573         * iconvdata/iso-ir-165.h (ucs4_to_isoir165): Change second argument
5574         to unsigned char *.
5575         * iconvdata/ibm1008_420.c (LOOP_NEED_FLAGS): Don't define.
5576         * iconvdata/iso-2022-cn.c (BODY): Change buf to unsigned char array.
5577         * iconvdata/iso-2022-cn-ext.c (BODY): Change buf, tmpbuf, tmp
5578         types to unsigned char pointers/arrays instead of char.
5579         * iconvdata/jis0201.h (ucs4_to_jisx0201): Change second argument
5580         to unsigned char *.
5581         * iconvdata/jis0208.h (ucs4_to_jisx0208): Likewise.
5582         * iconvdata/jis0212.h: Include assert.h.
5583         (ucs4_to_jisx0212): Change second argument to unsigned char *.
5584         assert that if cp[0] is not '\0', cp[1] is not '\0' either instead
5585         of trying to handle that.
5586         * iconvdata/euc-kr.c (euckr_from_ucs4): Initialize also cp[1] to
5587         shut up a warning.
5588         * iconvdata/euc-jp-ms.c (from_ucs4_lat1, from_ucs4_greek,
5589         from_ucs4_cjk, from_ucs4_cjkcpt, from_ucs4_extra): Change type to
5590         two dimensional const unsigned char arrays.
5591         (BODY): Cast "" to (const unsigned char *) for assignment to cp.
5592         Initialize endp to inptr to shut up a warning.
5593
5594 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5595
5596         [BZ #4772]
5597         * time/strptime_l.c (__strptime_internal): Silently ignore
5598         strftime modifiers and field width in recursive calls.
5599
5600         * include/time.h (enum ptime_locale_status): Remove.
5601         (__strptime_internal): Remove decided and era_cnt arguments,
5602         add statep argument.
5603         * time/strptime_l.c (__strptime_internal): Remove decided
5604         and era_cnt arguments, add statep argument.  Don't recompute
5605         any fields in recursive calls, only update caller's tm
5606         and state, if recursive call fails, don't change tm nor
5607         any state.
5608         (get_alt_number): Adjust.
5609         (recursive): Adjust caller.
5610         (strptime): Likewise.
5611         * time/strptime.c (strptime): Likewise.
5612
5613 2007-07-19  Jakub Jelinek  <jakub@redhat.com>
5614
5615         * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.
5616         * iconv/gconv_cache.c (__gconv_lookup_cache): Return __GCONV_NULCONV
5617         if from and to charsets are the same.
5618         * iconv/gconv_db.c (__gconv_find_transform): Likewise.
5619         * intl/dcigettext.c (_nl_find_msg): Return NULL even if __gconv_open
5620         returns __GCONV_NOCONV, but not for __GCONV_NULCONV.
5621
5622 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5623
5624         * wcsmbs/wchar.h: Only define wint_t if __need_wint_t.
5625         Don't define wint_t when __need_mbstate_t unless it
5626         is necessary.
5627         (__mbstate_t): Use __WINT_TYPE__ rather than wint_t
5628         in the typedef if possible.
5629         * wctype/wctype.h (wint_t): Define by including
5630         wchar.h with __need_wint_t instead of including stddef.h
5631         with __need_wint_t and as fallback definining it ourselves.
5632         * iconv/gconv.h (__need_wint_t): Define before including
5633         wchar.h.
5634         * sysdeps/gnu/_G_config.h: Don't include gconv.h if not _LIBC
5635         or _GLIBCPP_USE_WCHAR_T.
5636         (__need_wchar_t): Don't define
5637         if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5638         (__need_wint_t): Don't define before including stddef.h,
5639         define before including wchar.h only if _LIBC or
5640         _GLIBCPP_USE_WCHAR_T.
5641         (_G_iconv_t): Don't define if not _LIBC or _GLIBCPP_USE_WCHAR_T.
5642         * sysdeps/mach/hurd/_G_config.h: Likewise.
5643         * sysdeps/generic/_G_config.h: Likewise.
5644         * libio/libio.h (__wunderflow, __wuflow, __woverflow): Only
5645         prototype if _LIBC or _GLIBCPP_USE_WCHAR_T.
5646         (_IO_getwc_unlocked, _IO_putwc_unlocked): Only define
5647         if _LIBC or _GLIBCPP_USE_WCHAR_T.
5648
5649 2007-07-28  Ulrich Drepper  <drepper@redhat.com>
5650
5651         * sysdeps/posix/posix_fallocate64.c: Undefine
5652         __posix_fallocate64_l64 before alias handling.
5653         * sysdeps/unix/sysv/linux/posix_fallocate.c: New file.
5654         * sysdeps/unix/sysv/linux/posix_fallocate64.c: New file.
5655         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c: New file.
5656         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate64.c: New file.
5657
5658         * io/tst-posix_fallocate.c: Include <fcntl.h>.
5659
5660 2007-07-23  Jakub Jelinek  <jakub@redhat.com>
5661
5662         * locale/programs/ld-collate.c (atwc): New variable.
5663         (add_to_tablewc): New toplevel function, moved from collate_output.
5664         (collate_output): Remove add_to_tablewc nested function.
5665
5666         * iconv/iconvconfig.c (hash_table, hash_size): New toplevel vars.
5667         (name_insert): New function.
5668         (write_output): Remove hash_table and hash_size vars and name_insert
5669         nested function.
5670
5671 2007-07-24  Roland McGrath  <roland@redhat.com>
5672
5673         * Makerules (install-others-programs-nosubdir): New target.
5674         (install-no-libc.a-nosubdir): Depend on it.
5675
5676         * iconv/Makefile (install-others-programs): Set this instead of
5677         install-others.
5678         * login/Makefile (install-others-programs): Likewise.
5679         * posix/Makefile (install-others-programs): Likewise.
5680
5681         * Makerules (install-no-libc.a-nosubdir): Clean up conditional
5682         dependencies.
5683
5684 2007-07-23  Ulrich Drepper  <drepper@redhat.com>
5685
5686         * io/Makefile (tests): Add tst-posix_fallocate.
5687         * io/tst-posix_fallocate.c: New file.
5688
5689         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5690         __ASSUME_FALLOCATE.
5691
5692 2007-07-22  Roland McGrath  <roland@frob.com>
5693
5694         * hurd/getdport.c: Add missing copyright year update.
5695
5696         * sysdeps/mach/hurd/bits/fcntl.h [__USE_GNU] (O_CLOEXEC): New macro.
5697         * hurd/port2fd.c (_hurd_port2fd): Implement O_CLOEXEC.
5698
5699 2007-07-22  Ulrich Drepper  <drepper@redhat.com>
5700
5701         * login/utmp_file.c (setutent_file): Use O_CLOEXEC if possible.
5702
5703         * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and set
5704         O_CLOEXEC is needed.
5705         * nis/nss_compat/compat-grp.c: Use 'e' flag when opening file.
5706         Avoid additional fcntl to set O_CLOEXEC if not needed.
5707         * nis/nss_compat/compat-initgroups.c: Likewise.
5708         * nis/nss_compat/compat-pwd.c: Likewise.
5709         * nis/nss_compat/compat-spwd.c: Likewise.
5710
5711 2007-07-21  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5712
5713         [BZ #3665]
5714         * manual/errno.texi: Change ECANCELED value to 119.
5715
5716         [BZ #4610]
5717         * mach/lock-intern.h: Include <sys/cdefs.h>.
5718
5719         [BZ #4178]
5720         * sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
5721         reading A.
5722
5723         [BZ #4126]
5724         * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
5725         to __sigsuspend.
5726
5727         * sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.
5728
5729 2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>
5730
5731         * sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
5732         `__ASSEMBLER__'.
5733         * sysdeps/mach/hurd/i386/tls.h: Likewise.
5734
5735 2007-07-21  Ulrich Drepper  <drepper@redhat.com>
5736
5737         * nscd/nscd_helper.c (get_mapping): Use MSG_CMSG_CLOEXEC for
5738         descriptor received from nscd.
5739
5740         * sysdeps/unix/sysv/linux/bits/socket.h: Define MSG_CMSG_CLOEXEC.
5741
5742         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_CLOEXEC.
5743         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
5744         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
5745         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
5746         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
5747         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
5748
5749 2007-07-20  Jakub Jelinek  <jakub@redhat.com>
5750
5751         [BZ #4816]
5752         * manual/signal.texi (Non-atomic Example): Make memory var volatile.
5753
5754         [BZ #4813]
5755         * login/forkpty.c (forkpty): Close master and slave fds on
5756         fork failure.  Patch by
5757         Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>.
5758
5759 2007-07-18  Jakub Jelinek  <jakub@redhat.com>
5760
5761         * include/features.h (__USE_ISOC95): New define.
5762         * wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf,
5763         swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even
5764         for -std=iso9899:199409.
5765         * CONFORMANCE: Remove comments about unsupported AMD1.
5766
5767 2007-07-17  Jakub Jelinek  <jakub@redhat.com>
5768
5769         * sysdeps/ia64/sched_cpucount.c: New file.
5770         * sysdeps/powerpc/sched_cpucount.c: New file.
5771
5772         * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add
5773         __BEGIN_DECLS/__END_DECLS around the prototype.
5774         * bits/sched.h (__sched_cpucount): Likewise.  Make second argument
5775         pointer to const cpu_set_t.
5776
5777         * bits/types.h: Don't include stddef.h, don't define __need_size_t.
5778         * signal/signal.h <__USE_BSD || __USE_XOPEN_EXTENDED>: Define
5779         __need_size_t and include stddef.h.
5780         * sysvipc/sys/msg.h: Likewise.
5781         * posix/sched.h: Likewise.
5782         * hurd/hurd/signal.h (__need_size_t): Define.
5783
5784         * CONFORMANCE: ctype.h and wctype.h no longer define size_t,
5785         neither does signal.h in pedantic ISO C namespaces.  stdio.h
5786         no longer defines wint_t or wchar_t.
5787
5788         * libio/libioP.h (_IO_acquire_lock_clear_flags2_fct): New function.
5789         * debug/vfwprintf_chk.c (__vfwprintf_chk): Use
5790         _IO_acquire_lock_clear_flags2 instead of _IO_acquire_lock.
5791         * debug/vprintf_chk.c (__vprintf_chk): Likewise.
5792         * debug/vwprintf_chk.c (__vwprintf_chk): Likewise.
5793         * debug/vfprintf_chk.c (__vfprintf_chk): Likewise.
5794         * debug/fwprintf_chk.c (__fwprintf_chk): Likewise.
5795         * debug/printf_chk.c (__printf_chk): Likewise.
5796         * debug/fprintf_chk.c (__fprintf_chk): Likewise.
5797         * debug/wprintf_chk.c (__wprintf_chk): Likewise.
5798
5799         * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2):
5800         Define.
5801
5802         * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
5803         * posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
5804
5805 2007-07-16  Jakub Jelinek  <jakub@redhat.com>
5806
5807         [BZ #4792]
5808         * stdlib/stdlib.h (realloc): Remove __attribute_malloc__.
5809         * malloc/malloc.h (realloc): Likewise.
5810
5811         * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
5812         if one of proc_file_chain streams has that fileno.
5813         * stdio-common/Makefile (tests): Add tst-popen2.
5814         * stdio-common/tst-popen2.c: New test.
5815
5816 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
5817
5818         * elf/ldconfig.c: Allow GPLv2 or any later version.
5819         * elf/readlib.c: Likewise.
5820         * elf/chroot_canon.c: Likewise.
5821         * elf/cache.c: Likewise.
5822         * nscd/mem.c: Likewise.
5823         * nscd/getpwuid_r.c: Likewise.
5824         * nscd/grpcache.c: Likewise.
5825         * nscd/aicache.c: Likewise.
5826         * nscd/getsrvbynm_r.c: Likewise.
5827         * nscd/nscd.c: Likewise.
5828         * nscd/servicescache.c: Likewise.
5829         * nscd/getsrvbypt_r.c: Likewise.
5830         * nscd/initgrcache.c: Likewise.
5831         * nscd/gethstbyad_r.c: Likewise.
5832         * nscd/gethstbynm2_r.c: Likewise.
5833         * nscd/getgrnam_r.c: Likewise.
5834         * nscd/nscd_setup_thread.c: Likewise.
5835         * nscd/getpwnam_r.c: Likewise.
5836         * nscd/gai.c: Likewise.
5837         * nscd/connections.c: Likewise.
5838         * nscd/dbg_log.c: Likewise.
5839         * nscd/cache.c: Likewise.
5840         * nscd/hstcache.c: Likewise.
5841         * nscd/nscd_conf.c: Likewise.
5842         * nscd/getgrgid_r.c: Likewise.
5843         * nscd/pwdcache.c: Likewise.
5844         * catgets/gencat.c: Likewise.
5845         * locale/programs/linereader.h: Likewise.
5846         * locale/programs/locarchive.c: Likewise.
5847         * locale/programs/ld-paper.c: Likewise.
5848         * locale/programs/locfile-kw.h: Likewise.
5849         * locale/programs/ld-address.c: Likewise.
5850         * locale/programs/xmalloc.c: Likewise.
5851         * locale/programs/ld-time.c: Likewise.
5852         * locale/programs/localedef.c: Likewise.
5853         * locale/programs/simple-hash.c: Likewise.
5854         * locale/programs/xstrdup.c: Likewise.
5855         * locale/programs/ld-numeric.c: Likewise.
5856         * locale/programs/locfile-kw.gperf: Likewise.
5857         * locale/programs/ld-collate.c: Likewise.
5858         * locale/programs/charmap-kw.gperf: Likewise.
5859         * locale/programs/charmap.h: Likewise.
5860         * locale/programs/charmap-kw.h: Likewise.
5861         * locale/programs/config.h: Likewise.
5862         * locale/programs/locfile.c: Likewise.
5863         * locale/programs/ld-ctype.c: Likewise.
5864         * locale/programs/charmap.c: Likewise.
5865         * locale/programs/ld-messages.c: Likewise.
5866         * locale/programs/repertoire.h: Likewise.
5867         * locale/programs/locale.c: Likewise.
5868         * locale/programs/ld-name.c: Likewise.
5869         * locale/programs/linereader.c: Likewise.
5870         * locale/programs/locfile.h: Likewise.
5871         * locale/programs/3level.h: Likewise.
5872         * locale/programs/ld-monetary.c: Likewise.
5873         * locale/programs/ld-measurement.c: Likewise.
5874         * locale/programs/charmap-dir.c: Likewise.
5875         * locale/programs/ld-identification.c: Likewise.
5876         * locale/programs/localedef.h: Likewise.
5877         * locale/programs/charmap-dir.h: Likewise.
5878         * locale/programs/repertoire.c: Likewise.
5879         * locale/programs/simple-hash.h: Likewise.
5880         * locale/programs/ld-telephone.c: Likewise.
5881         * locale/programs/locale-spec.c: Likewise.
5882         * locale/programs/locfile-token.h: Likewise.
5883         * posix/getconf.c: Likewise.
5884         * iconv/dummy-repertoire.c: Likewise.
5885         * iconv/iconv_charmap.c: Likewise.
5886         * iconv/iconvconfig.c: Likewise.
5887         * iconv/iconv_prog.c: Likewise.
5888         * malloc/memusagestat.c: Likewise.
5889         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: Likewise.
5890
5891 2007-07-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5892
5893         * sysdeps/sh/bsd-setjmp.S (setjmp): Use correct argument registers.
5894         * sysdeps/sh/bsd-_setjmp.S (_setjmp): Likewise.
5895         * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Do correct sanity
5896         check for the first argument.
5897
5898 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
5899
5900         [BZ #4775]
5901         * math/tgmath.h (__tgmath_real_type_sub): Formatting.
5902         (__tgmath_real_type): Fix if expr is const int or other const
5903         qualified integral type.
5904         (__TGMATH_UNARY_REAL_ONLY): Rewritten to avoid using statement
5905         expressions and handle const qualified arguments.
5906         (__TGMATH_BINARY_FIRST_REAL_ONLY, __TGMATH_UNARY_REAL_IMAG,
5907         __TGMATH_UNARY_REAL_IMAG_RET_REAL): Likewise.
5908         (__TGMATH_UNARY_REAL_RET_ONLY): Rewritten to avoid using
5909         statement expressions.
5910         (__TGMATH_BINARY_REAL_ONLY, __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
5911         __TGMATH_TERNARY_REAL_ONLY, __TGMATH_BINARY_REAL_IMAG): Likewise.
5912         (__TGMATH_UNARY_IMAG): Define.
5913         (conj, cproj): Use __TGMATH_UNARY_IMAG macro.
5914         * math/Makefile (tests): Add test-tgmath2.
5915         (CFLAGS-test-tgmath2.c): Add.
5916         * math/test-tgmath.c (fy, dy, ly, fz, dz, lz, count_cdouble,
5917         count_cfloat, count_cldouble): New variables.
5918         (NCCALLS): Define.
5919         (main): Check number of complex calls as well.
5920         (F(compile_test)): Add complex tests and tests with const qualified
5921         arguments.
5922         (y, z, ccount): Define.
5923         (F(cacos), F(casin), F(catan), F(ccos), F(csin), F(ctan), F(cacosh),
5924         F(casinh), F(catanh), F(ccosh), F(csinh), F(ctanh), F(cexp), F(clog),
5925         F(csqrt), F(cpow), F(cabs), F(carg), F(creal), F(cimag), F(conj),
5926         F(cproj)): New functions.
5927         * math/test-tgmath2.c: New test.
5928
5929 2007-07-11  Jakub Jelinek  <jakub@redhat.com>
5930
5931         [BZ #4776]
5932         * elf/dl-load.c (_dl_rtld_di_serinfo): Output / in LD_LIBRARY_PATH,
5933         RPATH etc. as "/" rather than "", don't segfault on empty paths,
5934         instead output ".".
5935         * dlfcn/Makefile (distribute): Add glreflib3.c.
5936         (module-names): Add glreflib3.
5937         ($(objpfx)tst-dlinfo.out): Depend on glreflib3.so rather than
5938         glreflib1.so.
5939         (LDFLAGS_glreflib3.so): New.
5940         * dlfcn/tst-dlinfo.c (do_test): Load glreflib3.so instead of
5941         glreflib1.so.
5942         * dlfcn/glreflib3.c: New file.
5943
5944         * intl/finddomain.c (_nl_find_domain): If _nl_explode_name
5945         returned -1, return NULL.
5946         * intl/explodename.c (_nl_explode_name): Return -1 if
5947         _nl_normalize_codeset failed.
5948
5949 2007-07-07  Steven Munroe  <sjmunroe@us.ibm.com>
5950
5951         * sysdeps/powerpc/powerpc32/power6/memset.S: Update comments.
5952         Specify .machine power6 to get ISA-V2.0 branch hints.  Unroll loops
5953         and avoid branch misspredicts for > 31 bytes memset case.
5954         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
5955         Remove toc ref to __cache_line_size.
5956
5957         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Specify .machine power4
5958         to get ISA-V2.0 branch hints.
5959         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Likewise
5960         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise
5961         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
5962         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
5963         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
5964         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
5965         Remove toc ref to __cache_line_size.
5966
5967         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S:
5968         Include math_ldbl_opt.h.
5969
5970 2007-07-10  Ulrich Drepper  <drepper@redhat.com>
5971
5972         [BZ #4773]
5973         * time/strptime_l.c (__strptime_internal): Implement greedy
5974         matching of weekday and month names.
5975
5976 2007-07-09  Roland McGrath  <roland@redhat.com>
5977
5978         * elf/elf.h (NT_GNU_ABI_TAG): New macro.
5979         (ELF_NOTE_ABI): Use it.
5980         (NT_GNU_HWCAP, NT_GNU_BUILD_ID): New macros.
5981
5982 2007-07-09  Ulrich Drepper  <drepper@redhat.com>
5983
5984         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new entries.
5985         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
5986
5987 2007-07-07  Ulrich Drepper  <drepper@redhat.com>
5988
5989         [BZ #4745]
5990         * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF
5991         in loop to look for conversion specifier to avoid testing of
5992         wrong errno value.
5993         * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
5994         * stdio-common/bug18.c: New file.
5995         * stdio-common/bug18a.c: New file.
5996         * stdio-common/bug19.c: New file.
5997         * stdio-common/bug19a.c: New file.
5998
5999 2007-07-05  Mike Frysinger  <vapier@gentoo.org>
6000
6001         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use LC_ALL=C when
6002         running awk script.
6003
6004 2007-07-01  Jakub Jelinek  <jakub@redhat.com>
6005
6006         * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.
6007         * elf/dl-minimal.c (__libc_memalign): Likewise.  Handle malloc (0).
6008         Return NULL if mmap failed instead of asserting it does not.
6009         (calloc): Check for integer overflow.
6010
6011         * elf/dl-minimal.c (__strtoul_internal): Fix parsing of numbers bigger
6012         than LONG_MAX / 10.
6013
6014 2007-07-03  Jakub Jelinek  <jakub@redhat.com>
6015
6016         [BZ #4702]
6017         * nis/nss-default.c: Include errno.h.
6018         (init): Preserve errno.
6019
6020 2007-07-02  Ulrich Drepper  <drepper@redhat.com>
6021
6022         * sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
6023
6024 2007-06-30  Ulrich Drepper  <drepper@redhat.com>
6025
6026         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
6027
6028 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6029
6030         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_IUCV and AF_IUCV.
6031
6032 2007-06-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6033
6034         * sysdeps/s390/dl-procinfo.c: New file.
6035         * sysdeps/s390/dl-procinfo.h: New file.
6036         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: New file.
6037
6038 2007-06-29  Jakub Jelinek  <jakub@redhat.com>
6039
6040         * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even
6041         in PT_NOTE segments with multiple notes.
6042         * elf/readelflib.c (process_elf_file): Likewise.
6043
6044 2007-06-22  Ulrich Drepper  <drepper@redhat.com>
6045
6046         * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit more
6047         ISO C compliant.
6048
6049 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6050
6051         * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
6052
6053 2007-06-13  Jakub Jelinek  <jakub@redhat.com>
6054
6055         * include/link.h: Don't include rtld-lowlevel.h.
6056         (struct link_map): Remove l_scope_lock.
6057         * sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
6058         (_dl_scope_free_list): New field (variable) in _rtld_global.
6059         (DL_LOOKUP_SCOPE_LOCK): Remove.
6060         (_dl_scope_free): New prototype.
6061         * elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
6062         Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
6063         (_dl_profile_fixup): Likewise.
6064         * elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
6065         whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
6066         THREAD_GSCOPE_RESET_FLAG around it.
6067         * elf/dl-close.c (_dl_close_worker): Don't use
6068         __rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
6069         scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
6070         scopes were queued or if l_scope_mem has been abandoned.
6071         * elf/dl-open.c (_dl_scope_free): New function.
6072         (dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
6073         * elf/dl-support.c (_dl_scope_free_list): New variable.
6074         * elf/dl-lookup.c (add_dependency): Remove flags argument.
6075         Remove DL_LOOKUP_SCOPE_LOCK handling.
6076         (_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
6077         handling.
6078         * elf/dl-object.c (_dl_new_object): Don't use
6079         __rtld_mrlock_initialize.
6080
6081 2007-06-19  Ulrich Drepper  <drepper@redhat.com>
6082
6083         * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements
6084         to fill in holes
6085         (rtld_global_ro): Likewise.
6086
6087 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6088
6089         * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
6090         Move PT_LOAD checking to...
6091         (_dl_addr_inside_object): ... here, new function.
6092         * elf/dl-sym.c (do_sym): If not l_contiguous,
6093         call _dl_addr_inside_object.
6094         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise.
6095         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
6096         * elf/dl-open.c (dl_open_worker): Likewise.
6097         (_dl_addr_inside_object): New function if IS_IN_rtld.
6098         * elf/dl-load.c (_dl_map_object_from_fd): Set l_contiguous if no
6099         holes are present or are PROT_NONE protected.
6100         * include/link.h (struct link_map): Add l_contiguous field.
6101         * sysdeps/generic/ldsodefs.h (_dl_addr_inside_object): New prototype.
6102
6103 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6104             Tomas Janousek  <tjanouse@redhat.com>
6105             Ulrich Drepper  <drepper@redhat.com>
6106
6107         [BZ #4647]
6108         * resolv/res_send.c (send_dg): Remove socket_pf.  Use ipv6_unavail
6109         member in __res_state, only convaddr4to6 if nssocks[ns] is a PF_INET6
6110         socket.
6111         * resolv/resolv.h (__res_state): Add ipv6_unavail member.  Make
6112         unused member a bitmap.
6113         * resolv/res_init.c (__res_vinit): Reset ipv6_unavail if IPv6
6114         servers are configured.
6115
6116 2007-06-18  Jakub Jelinek  <jakub@redhat.com>
6117
6118         * elf/rtld.c (dl_main): Don't call init_tls more than once.
6119
6120 2007-06-17  Andreas Schwab  <schwab@suse.de>
6121
6122         * sysdeps/generic/initfini.c: Tell gcc about the nonstandard sections.
6123
6124 2007-06-16  Andreas Jaeger  <aj@suse.de>
6125
6126         [BZ #4125]
6127         * sysdeps/unix/sysv/linux/sys/ptrace.h
6128         (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK,
6129         PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC,
6130         PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT, PTRACE_O_MASK,
6131         PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK, PTRACE_EVENT_CLONE,
6132         PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXIT):
6133         Define.
6134         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
6135         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
6136         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
6137         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
6138
6139 2007-06-16  Ulrich Drepper  <drepper@redhat.com>
6140
6141         [BZ #4599]
6142         * sysdeps/unix/sysv/linux/check_pf.c (make_request): When
6143         determining whether there are IPv4/IPv6 addresses, ignore loopback
6144         addresses.
6145
6146 2007-06-14 Uros Bizjak <ubizjak@gmail.com>
6147
6148         * soft-fp/soft-fp.h (CMPtype): Define to "int" if undefined.
6149         * soft-fp/eqdf2.c (__eqdf2): Use CMPtype instead of int
6150         as the return type.  Change type of "r" variable to CMPtype.
6151         * soft-fp/eqsf2.c (__eqsf2): Likewise.
6152         * soft-fp/eqtf2.c (__eqtf2): Likewise.
6153         * soft-fp/gedf2.c (__gedf2): Likewise.
6154         * soft-fp/gesf2.c (__gesf2): Likewise.
6155         * soft-fp/getf2.c (__getf2): Likewise.
6156         * soft-fp/ledf2.c (__ledf2): Likewise.
6157         * soft-fp/lesf2.c (__lesf2): Likewise.
6158         * soft-fp/letf2.c (__letf2): Likewise.
6159         * soft-fp/unorddf2 (__unorddf2): Likewise.
6160         * soft-fp/unordsf2 (__unordsf2): Likewise.
6161         * soft-fp/unordtf2 (__unordtf2): Likewise.
6162
6163 2007-06-09  Ulrich Drepper  <drepper@redhat.com>
6164
6165         * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and
6166         make sure gcc doesn't mess around with this.
6167
6168 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6169
6170         * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.
6171
6172 2007-06-08  Jakub Jelinek  <jakub@redhat.com>
6173
6174         * elf/dl-close.c (_dl_close_worker): Remove all to be removed
6175         libraries from the global scope at once and call THREAD_GSCOPE_WAIT
6176         at most once per _dl_close_worker.
6177
6178 2007-06-08  Ulrich Drepper  <drepper@redhat.com>
6179
6180         * sysdeps/unix/sysv/linux/bits/sched.h: Make second parameter of
6181         __sched_cpucount as const.
6182         * posix/sched_cpucount.c: Adjust.
6183
6184         * posix/sched_cpucount.c (__sched_cpucount): Allow using special
6185         instruction for counting bits.
6186         * sysdeps/x86_64/sched_cpucount.c: New file.
6187
6188 2007-06-07  Ulrich Drepper  <drepper@redhat.com>
6189
6190         * configure.in: Avoid variable named BASH.
6191         * config.make.in: Likewise.
6192         Patch in part by Mike Frysinger.
6193
6194 2007-06-06  Jakub Jelinek  <jakub@redhat.com>
6195
6196         [BZ #4586]
6197         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Treat
6198         pseudo-zeros as zero.
6199         * sysdeps/x86_64/ldbl2mpn.c: New file.
6200         * sysdeps/ia64/ldbl2mpn.c: New file.
6201
6202 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6203
6204         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove
6205         unused ily variable.  Fix nextafterl on +-__LDBL_MAX__ and +-Inf.
6206         Remove unreachable code at the end.
6207
6208 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6209
6210         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Correct description of
6211         ldbl-128ibm in comment.
6212         (fpclassifyl): Correct classification of denormals.
6213         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Correct
6214         return value for MIN denormal. Rewrite using long double math too
6215         correctly handle denormals and canonicalize the results.
6216
6217 2007-06-05  Jakub Jelinek  <jakub@redhat.com>
6218
6219         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
6220         (__mpn_construct_long_double): Fix conversion where result ought
6221         to be smaller than __LDBL_MIN__, or the low double should be
6222         denormal.  Fix decision where to negate low double - honor round
6223         to even rules.
6224         * stdio-common/tst-sprintf2.c: Include string.h.
6225         (COMPARE_LDBL): Define.
6226         (TEST): Also test whether a string hexadecimal float representation
6227         can be parsed back to the number.
6228         (main): Add a couple of further tests.
6229
6230 2007-06-04  Jakub Jelinek  <jakub@redhat.com>
6231
6232         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
6233         (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double
6234         is non-zero, but smaller than 2 * __DBL_MIN__.
6235         * stdio-common/tst-sprintf2.c: New test.
6236         * stdio-common/Makefile (tests): Add tst-sprintf2.
6237
6238         * math/test-misc.c (main): Don't run last batch of tests with
6239         IBM long double format.
6240
6241 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6242
6243         * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file.
6244         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: New file.
6245         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: New file.
6246         * sysdeps/powerpc/powerpc32/power6/fpu/Implies: New file.
6247         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6248         * sysdeps/powerpc/powerpc64/970/fpu/Implies: New file.
6249         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New file.
6250         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New file.
6251         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New file.
6252         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: New file.
6254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies:
6255         New file.
6256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies:
6257         New file.
6258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies:
6259         New file.
6260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies:
6261         New file.
6262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies:
6263         New file.
6264         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: New file.
6265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies:
6266         New file.
6267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies:
6268         New file.
6269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies:
6270         New file.
6271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies:
6272         New file.
6273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies:
6274         New file.
6275
6276 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6277
6278         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Move.
6279         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: To here.
6280         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: Move.
6281         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: To here.
6282         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: Move.
6283         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: To here.
6284         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: Move.
6285         * sysdeps/powerpc/powerpc32/power4/fpu/s_llroundf.S: To here.
6286
6287 2007-05-22  Steven Munroe  <sjmunroe@us.ibm.com>
6288
6289         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
6290         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6291         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
6292         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6293         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
6294         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6295         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S
6296         (LONG_DOUBLE_COMPAT): Specify correct version, GLIBC_2_1.
6297
6298 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6299
6300         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: New file.
6301         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.c: New file.
6302         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: New file.
6303         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: New file.
6304
6305 2007-03-15  Steven Munroe  <sjmunroe@us.ibm.com>
6306
6307         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
6308         [LONG_DOUBLE_COMPAT]: Add compat_symbol for llrintl@@GLIBC_2_1.
6309
6310 2006-02-13  Steven Munroe  <sjmunroe@us.ibm.com>
6311
6312         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: New File
6313         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: New File
6314         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: New File
6315         * sysdeps/powerpc/powerpc32/power6/fpu/s_llroundf.S: New File
6316
6317 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
6318
6319         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
6320         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: New file.
6321
6322 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6323
6324         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llround.S: New file.
6325         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llroundf.S: New file.
6326
6327         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: Moved.
6328         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: Likewise.
6329         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: To here.
6330         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
6331
6332 2006-09-29  Steven Munroe  <sjmunroe@us.ibm.com>
6333
6334         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S: New file.
6335         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: New file.
6336         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: New file.
6337         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: New file.
6338
6339 2006-09-28  Steven Munroe  <sjmunroe@us.ibm.com>
6340
6341         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: New file.
6342         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llroundf.S: New file.
6343         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: New file.
6344         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6345         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: New file.
6346         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: New file.
6347
6348 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6349
6350         * sysdeps/powerpc/powerpc32/powerpc64/fpu/Makefile: New file.
6351         * sysdeps/powerpc/powerpc32/powerpc64/fpu/mpa.c: New file.
6352         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: New file.
6353         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: New file.
6354
6355 2006-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
6356
6357         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceil.S: New file.
6358         * sysdeps/powerpc/powerpc32/power5+/fpu/s_ceilf.S: New file.
6359         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floor.S: New file.
6360         * sysdeps/powerpc/powerpc32/power5+/fpu/s_floorf.S: New file.
6361         * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: New file.
6362         * sysdeps/powerpc/powerpc32/power5+/fpu/s_roundf.S: New file.
6363         * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: New file.
6364         * sysdeps/powerpc/powerpc32/power5+/fpu/s_truncf.S: New file.
6365         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: New file.
6366         * sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: New file.
6367         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: New file.
6368         * sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: New file.
6369         * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: New file.
6370         * sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: New file.
6371         * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: New file.
6372         * sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: New file.
6373
6374 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6375
6376         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: New file.
6377         * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrintf.S: New file.
6378
6379 2007-06-01  Steven Munroe  <sjmunroe@us.ibm.com>
6380
6381         * sysdeps/powerpc/powerpc32/power6/memset.S: New file.
6382         * sysdeps/powerpc/powerpc64/power6/memset.S: New file.
6383
6384 2007-05-31  Steven Munroe  <sjmunroe@us.ibm.com>
6385
6386         * sysdeps/powerpc/powerpc32/970/Implies: New file.
6387         * sysdeps/powerpc/powerpc32/power5/Implies: New file.
6388         * sysdeps/powerpc/powerpc32/power5+/Implies: New file.
6389         * sysdeps/powerpc/powerpc32/power6/Implies: New file.
6390         * sysdeps/powerpc/powerpc32/power6x/Implies: New file.
6391         * sysdeps/powerpc/powerpc64/970/Implies: New file.
6392         * sysdeps/powerpc/powerpc64/power5/Implies: New file.
6393         * sysdeps/powerpc/powerpc64/power5+/Implies: New file.
6394         * sysdeps/powerpc/powerpc64/power6/Implies: New file.
6395         * sysdeps/powerpc/powerpc64/power6x/Implies: New file.
6396
6397 2007-05-21  Steven Munroe  <sjmunroe@us.ibm.com>
6398
6399         * sysdeps/powerpc/powerpc32/power4/memset.S: New file
6400
6401 2007-03-13  Steven Munroe  <sjmunroe@us.ibm.com>
6402
6403         * sysdeps/powerpc/powerpc64/memcpy.S: Improve aligned loop to minimize
6404         branch miss-predicts. Ensure that cache line crossing does not impact
6405         dispatch grouping.
6406
6407 2006-12-13  Steven Munroe  <sjmunroe@us.ibm.com>
6408
6409         * sysdeps/powerpc/powerpc64/power4/memcopy.h: Replace with include
6410         "../../powerpc32/power4/memcopy.h".
6411         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Replace with include
6412         "../../powerpc32/power4/wordcopy.c".
6413
6414 2006-10-03  Steven Munroe  <sjmunroe@us.ibm.com>
6415
6416         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: Moved.
6417         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: Likewise.
6418         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: Likewise.
6419         * sysdeps/powerpc/powerpc32/power4/Makefile: To here.
6420         * sysdeps/powerpc/powerpc32/power4/memcopy.h: Likewise.
6421         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
6422
6423 2006-09-10  Steven Munroe  <sjmunroe@us.ibm.com>
6424
6425         * sysdeps/powerpc/powerpc32/power6/memcpy.S: New file.
6426
6427 2006-08-31  Steven Munroe  <sjmunroe@us.ibm.com>
6428
6429         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: New file.
6430         * sysdeps/powerpc/powerpc32/powerpc64/Makefile: New file.
6431         * sysdeps/powerpc/powerpc32/powerpc64/memcopy.h: New file.
6432         * sysdeps/powerpc/powerpc32/powerpc64/wordcopy.c: New file.
6433         * sysdeps/powerpc/powerpc64/power4/Makefile: New file.
6434         * sysdeps/powerpc/powerpc64/power4/memcopy.h: New file.
6435         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: New file.
6436         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: New file.
6437
6438 2006-07-06  Steven Munroe  <sjmunroe@us.ibm.com>
6439
6440         * sysdeps/powerpc/powerpc64/power6/memcpy.S: New file.
6441
6442 2006-03-20  Steven Munroe  <sjmunroe@us.ibm.com>
6443
6444         * sysdeps/powerpc/powerpc32/power4/memcmp.S: New file.
6445         * sysdeps/powerpc/powerpc32/power4/memcpy.S: New file.
6446         * sysdeps/powerpc/powerpc32/power4/memset.S: New file.
6447         * sysdeps/powerpc/powerpc32/power4/strncmp.S: New file.
6448         * sysdeps/powerpc/powerpc64/power4/memcmp.S: New file.
6449         * sysdeps/powerpc/powerpc64/power4/memcpy.S: New file.
6450         * sysdeps/powerpc/powerpc64/power4/strncmp.S: New file.
6451
6452 2007-05-29  Roland McGrath  <roland@redhat.com>
6453
6454         * po/Makefile (po-sed-cmd): New variable.
6455         (libc.pot.files): Move sed command text in there, avoid \ inside ''.
6456
6457 2007-05-29  Ulrich Drepper  <drepper@redhat.com>
6458
6459         * crypt/md5-crypt.c: Fix comment.
6460
6461         * nscd/nscd_helper.c (get_mapping): Handle short replies instead
6462         of crashing.  When this is the case or if the reply is malformed,
6463         don't try to close the new file descriptor since it does not
6464         exist.
6465         Patch in part by Guillaume Chazarain <guichaz@yahoo.fr>.
6466
6467 2007-05-28  Jakub Jelinek  <jakub@redhat.com>
6468
6469         * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define
6470         if __NR_utimensat is not defined.
6471
6472 2007-05-26  Ulrich Drepper  <drepper@redhat.com>
6473
6474         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Include <sysdep.h>.
6475
6476 2007-05-25  Jakub Jelinek  <jakub@redhat.com>
6477
6478         * io/bits/fcntl2.h (__open_2): Add nonnull attribute.
6479         (open): Fix comment typos.  Don't call __open_2 if flags
6480         is a compile time constant without O_CREAT.
6481         (__open64_2): Add nonnull attribute.
6482         (open64): Fix comment typos.  Don't call __open64_2 if flags
6483         is a compile time constant without O_CREAT.
6484         (__openat_2): Add nonnull attribute, fix nonnull attribute
6485         on redirect.
6486         (openat): Fix comment typos.  Don't call __openat_2 if flags
6487         is a compile time constant without O_CREAT.
6488         (__openat64_2): Add nonnull attribute, fix nonnull attribute
6489         on redirect.
6490         (openat64): Fix comment typos.  Don't call __openat64_2 if flags
6491         is a compile time constant without O_CREAT.
6492
6493 2007-05-24  Ulrich Drepper  <drepper@redhat.com>
6494
6495         * Makerules (sysd-rules): Define PTW for ptw-* files.
6496         * Versions: Define GLIBC_2.7 for libc.
6497         * include/stdio.h: Declare __fortify_fail.
6498         * debug/fortify_fail.c: New file.
6499         * debug/Makefile (routines): Add fortify_fail.
6500         * debug/chk_fail.c: Use __fortify_fail.
6501         * debug/stack_chk_fail.c: Likewise.
6502         * io/Versions: Export __open_2, __open64_2, __openat_2, and
6503         __openat64_2 for GLIBC_2.7.
6504         * io/fcntl.h: When compiling with fortification, include bits/fcntl2.h.
6505         * io/open.c: Define *_2 variant of function which checks for O_CREAT
6506         and fails if necessary.
6507         * io/open64.c: Likewise.
6508         * io/openat.c: Likewise.
6509         * io/openat64.c: Likewise.
6510         * sysdeps/unix/sysv/linux/open64.c: Likewise.
6511         * sysdeps/unix/sysv/linux/openat.c: Likewise.
6512         * sysdeps/unix/sysv/linux/openat64.c: Likewise.
6513         * io/bits/fcntl2.h: New file.
6514         * include/fcntl.h: Declare __open_2, __open64_2, __openat_2, and
6515         __openat64_2.
6516         * include/bits/fcntl2.h: New file.
6517         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
6518         Add open_2.
6519         * sysdeps/unix/sysv/linux/open_2.c: New file.
6520
6521 2007-05-21  Ulrich Drepper  <drepper@redhat.com>
6522
6523         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Pass correct value
6524         as second parameter to handle_intel.
6525
6526         * nscd/aicache.c (addhstaiX): If reported TTL is zero don't cache
6527         the entry.
6528
6529         * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Move cache information
6530         handling to ...
6531         * sysdeps/x86_64/cacheinfo.c: ... here.  New file.
6532         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
6533         cacheinfo.
6534         * sysdeps/x86_64/memcpy.S: Complete rewrite.
6535         * sysdeps/x86_64/mempcpy.S: Adjust appropriately.
6536         Patch by Evandro Menezes <evandro.menezes@amd.com>.
6537
6538         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: New file.
6539
6540 2007-05-21  Jakub Jelinek  <jakub@redhat.com>
6541
6542         [BZ #4525]
6543         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add epoll_pwait.
6544         * sysdeps/unix/sysv/linux/epoll_pwait.c: New file.
6545         * sysdeps/unix/sysv/linux/syscalls.list (epoll_pwait): Remove.
6546
6547         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h (epoll_pwait): Declare.
6548
6549         [BZ #4514]
6550         * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable,
6551         reinitialize workend at the start of each do_positional format spec
6552         loop, free workstart before do_positional loops.
6553         (printf_unknown): Fix size of work_buffer.
6554         * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
6555
6556         * malloc/hooks.c (MALLOC_STATE_VERSION): Bump.
6557         (public_sET_STATe): If ms->version < 3, put all chunks into
6558         unsorted chunks and clear {fd,bk}_nextsize fields of largebin
6559         chunks.
6560
6561         * malloc/malloc.c [MALLOC_DEBUG]: Revert 2007-05-13 changes.
6562         * malloc/hooks.c: Likewise.
6563         * malloc/arena.c: Likewise.
6564         * malloc/malloc.c (do_check_malloc_state): Don't assert
6565         n_mmaps is not greater than n_mmaps_max.  This removes the need
6566         for the previous change.
6567
6568         * malloc/Makefile (CFLAGS-malloc.c): Revert accidental
6569         2007-05-07 commit.
6570
6571 2007-05-19  Ulrich Drepper  <drepper@redhat.com>
6572
6573         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PRIVATE_FUTEX):
6574         Define for kernel >= 2.6.22.
6575
6576 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
6577
6578         * elf/dl-close.c (_dl_close_worker): When removing object from
6579         global scope, wait for all lookups to finish afterwards.
6580         * elf/dl-open.c (add_to_global): When global scope array must
6581         grow, allocate a new one and free old array only after all
6582         lookups finish.
6583         * elf/dl-runtime.c (_dl_fixup): Protect using global scope.
6584         (_dl_lookup_symbol_x): Likewise.
6585         * elf/dl-support.c: Define _dl_wait_lookup_done.
6586         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
6587         _dl_wait_lookup_done.
6588
6589         * malloc/malloc.c (do_check_chunk): Correct check for mmaped block
6590         not overlapping with arena.
6591
6592         * malloc/mcheck.c (reallochook): If size==0, free the block.
6593
6594         * rt/tst-shm.c: Use fstat64 instead of fstat.
6595
6596         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
6597         __NR_sync_file_range is not defined.
6598
6599 2007-05-17  Ulrich Drepper  <drepper@redhat.com>
6600
6601         Dummy files to prevent stub versions from being used.
6602         * sysdeps/x86_64/fpu/k_cosl.c: New file.
6603         * sysdeps/x86_64/fpu/k_rem_pio2l.c: New file.
6604         * sysdeps/x86_64/fpu/k_sinl.c: New file.
6605         * sysdeps/x86_64/fpu/k_tanl.c: New file.
6606
6607         * version.h (VERSION): Set to 2.6.90.
6608
6609 2007-05-14  Ulrich Drepper  <drepper@redhat.com>
6610
6611         * version.h (VERSION): Define to 2.6.
6612         * include/features.h (__GLIBC_MINOR__): Define to 6.
6613
6614         * malloc/malloc.c: Use all small bin slots on 64-bit archs.
6615
6616         * malloc/malloc.c (largebin_index): Really have 32 buckets with 64
6617         sizes.
6618
6619 2007-05-13  Ulrich Drepper  <drepper@redhat.com>
6620
6621         * malloc/malloc.c [MALLOC_DEBUG]: Keep track of current maximum
6622         number of mmaps.  n_mmaps_max is the target.
6623         * malloc/hooks.c: Likewise.
6624         * malloc/arena.c: Likewise.
6625
6626 2007-05-12  Andreas Jaeger  <aj@suse.de>
6627
6628         * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for
6629         getpid.
6630
6631 2007-05-11  Ulrich Drepper  <drepper@redhat.com>
6632
6633         * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by
6634         adding new variables.
6635
6636         * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc
6637         optimize.  Completely extend global scope array before making the
6638         new entries visible.
6639
6640 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
6641
6642         * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.
6643         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (tests): Add
6644         tst-getcpu.
6645
6646         * include/link.h: Move l_version and l_nversion members around to
6647         fill gaps.
6648
6649         * scripts/check-c++-types.sh: Don't use -fnu89-inline option.
6650
6651         * sysdeps/unix/sysv/linux/sched_setaffinity.c
6652         (__sched_setaffinity_new): If syscall was successful and
6653         RESET_VGETCPU_CACHE is defined, use it before returning.
6654         * sysdeps/unix/sysv/linux/x86_64/sched_setaffinity.c: New file.
6655
6656         * io/sys/stat.h: Make sure struct timespec is defined for
6657         __USE_ATFILE.
6658
6659         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
6660         UTIME_OMIT.
6661         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
6662         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
6663         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
6664         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
6665         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
6666         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
6667         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_UTIMENSAT.
6668         * io/sys/stat.h: Declare utimensat, futimens.
6669         * io/utimensat.c: New file.
6670         * io/futimens.c: New file.
6671         * sysdeps/unix/sysv/linux/utimensat.c: New file.
6672         * sysdeps/unix/sysv/linux/futimens.c: New file.
6673         * io/Makefile (routines): Add utimensat, futimens.
6674         * io/Versions: Add utimensat, futimens to GLIBC_2.6.
6675         * sysdeps/unix/sysv/linux/lutimes.c: New file.
6676         * sysdeps/unix/sysv/linux/futimes.c: Use utimensat syscall if
6677         available.
6678
6679         * include/sys/cdefs.h: Redefine __nonnull so that test for
6680         incorrect parameters in the libc code itself are not omitted.
6681
6682 2007-05-09  Jakub Jelinek  <jakub@redhat.com>
6683
6684         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow
6685         exception in addition to inexact when asked to raise only FE_INEXACT.
6686
6687         [BZ #3427]
6688         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Don't clear exceptions
6689         in *envp.
6690
6691 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6692
6693         [BZ #4403]
6694         * string/strfry.c (strfry): Make result more random.
6695
6696 2007-05-07  Richard Henderson  <rth@redhat.com>
6697
6698         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanl): Don't define
6699         if __NO_LONG_DOUBLE_MATH.
6700         * sysdeps/unix/sysv/linux/alpha/ioperm.c: If BWX insns not
6701         available in the compiler, add .arch directive to the assembly.
6702
6703 2007-05-07  Jakub Jelinek  <jakub@redhat.com>
6704
6705         * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Fix version on
6706         compat_symbol to GLIBC_2_1.
6707         * sysdeps/alpha/fpu/s_fmin.S (fminl): Likewise.
6708         * sysdeps/alpha/fpu/s_trunc.c (truncl): Likewise.
6709         * sysdeps/alpha/fpu/s_fmax.S (fmaxl): Likewise.
6710         * sysdeps/alpha/fpu/s_lrint.c (lrintl, llrintl): Likewise.
6711         * sysdeps/alpha/fpu/s_lround.c (lroundl, llroundl): Likewise.
6712         * sysdeps/alpha/fpu/s_round.c (roundl): Likewise.
6713         * sysdeps/alpha/fpu/s_isnan.c (isnanl): Provide compat_symbol in
6714         libc, not libm.
6715         (__isnanl): New compat_symbol.
6716
6717 2007-05-07  Ulrich Drepper  <drepper@redhat.com>
6718             Jakub Jelinek  <jakub@redhat.com>
6719
6720         * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
6721         (new_heap): Initialize mprotect_size.
6722         (grow_heap): When growing, only mprotect from mprotect_size till
6723         new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
6724         MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
6725
6726 2007-04-30  Steven Munroe  <sjmunroe@us.ibm.com>
6727             Peter Bergner  <bergner@us.ibm.com>
6728
6729         * sysdeps/powerpc/bits/fenv.h: Declare __fe_mask_env extern.
6730         Define FE_NOMASK_ENV as FE_EANBLED_ENV.  Define FE_MASK_ENV.
6731         * sysdeps/powerpc/fpu/Makefile: Add fe_mask to libm-support.
6732         * sysdeps/powerpc/fpu/fe_mask.c: New file.
6733         * sysdeps/powerpc/fpu/fe_nomask.c: Correct comment.
6734         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept):
6735         Call __fe_mask_env() if all FP exceptions disabled.
6736         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Copy high 32-bits
6737         from old FPSCR to new fenv to propagate DFP rounding modes.
6738         Call __fe_mask_env() if FP exceptions previously enabled.
6739         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Change mask to merge
6740         exceptions from env.  Use __fe_nomask_env() or __fe_mask_env() when
6741         transitioning from all exceptions disabled to any exception enabled
6742         or visa versa.
6743         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Change mask to
6744         merge exceptions from env.  Call __fe_nomask_env or __fe_mask_env
6745         when transitioning from all exceptions disabled to any exception
6746         enabled or visa versa.
6747         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fe_nomask.c: Moved to...
6748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: ...here.
6749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fe_nomask.c: Moved to...
6750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: ...here.
6751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: New file.
6752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: New file.
6753
6754 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6755
6756         [BZ #4465]
6757         * posix/unistd.h: Remove __THROW from fdatasync.
6758
6759 2007-05-06  Mike Frysinger  <vapier@gentoo.org>
6760
6761         [BZ #4465]
6762         * sysdeps/unix/sysv/linux/syscalls.list (fdatasync): Add "C" to args.
6763
6764 2007-05-06  Ulrich Drepper  <drepper@redhat.com>
6765
6766         * stdio-common/vfprintf.c (process_string_arg): Optimize
6767         ridiculous precision in wide char code printing multi-byte string.
6768         Reported by Jim Meyering <jim@meyering.net>.
6769
6770         [BZ #4131]
6771         * elf/dl-addr.c (_dl_addr): Compare address with actual segment
6772         boundaries to work around systems with overlapping binary loading.
6773         Based on a patch by Suzuki <suzuki@in.ibm.com>.
6774
6775 2007-05-04  Ulrich Drepper  <drepper@redhat.com>
6776
6777         * stdio-common/vfprintf.c (process_string_arg): Adjust call to
6778         __mbsnrtowcs after last change.
6779
6780         * locale/programs/linereader.c (get_symname): Fix adding final NUL.
6781         (get_ident): Likewise.
6782
6783 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6784
6785         * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT
6786         with setting the sticky bit.
6787         * math/test-misc.c (main): Add more truncation tests.
6788
6789 2007-04-14  Uros Bizjak  <ubizjak@gmail.com>
6790
6791         * soft-fp/floatunsidf.c (__floatunsidf): Use DFtype instead of
6792         double in the function declaration.
6793         * soft-fp/floatundidf.c (__floatundidf): Use DFtype instead of
6794         double in the function declaration.
6795         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6796         float in the function declaration.
6797         * soft-fp/floatunsisf.c (__floatunsisf): Use SFtype instead of
6798         float in the function declaration.
6799
6800         * soft-fp/extended.h (FP_UNPACK_RAW_E): Do not increase X##_e for
6801         denormal operands.  Do not generate FP_EX_DENORM exception.
6802         (FP_UNPACK_RAW_EP): Ditto.
6803         (FP_UNPACK_SEMIRAW_E): Use FP_UNPACK_RAW_E instead of
6804         undefined _FP_UNPACK_RAW_E.
6805         (FP_UNPACK_SEMIRAW_EP): Use FP_UNPACK_RAW_EP instead of
6806         undefined _FP_UNPACK_RAW_EP.
6807         (FP_PACK_SEMIRAW_E): Use FP_PACK_RAW_E instead of
6808         undefined _FP_PACK_RAW_E.
6809         (FP_PACK_SEMIRAW_EP): Use FP_PACK_RAW_EP instead of
6810         undefined _FP_PACK_RAW_EP.
6811
6812         * soft-fp/op-2.h (_FP_FRAC_COPY_2_2): Define as alias to
6813         _FP_FRAC_COPY_2.
6814         * soft-fp/op-4.h (_FP_FRAC_COPY_2_2): Define as alias to
6815         _FP_FRAC_COPY_4.
6816
6817 2007-04-16  Uros Bizjak  <ubizjak@gmail.com>
6818             Jakub Jelinek  <jakub@redhat.com>
6819
6820         * soft-fp/op-common.h (FP_EXTEND): Do not abort when
6821         _FP_EXPBIAS_##dfs == _FP_EXPBIAS_##sfs.  Handle denormals for
6822         this case.
6823         * soft-fp/op-common.h (FP_TRUNC): Ditto.
6824
6825 2007-05-03  Jakub Jelinek  <jakub@redhat.com>
6826
6827         * math/test-misc.c (main): Add tests for rounding long double
6828         values close to smallest double denormalized value to double.
6829
6830 2007-04-30  Joseph Myers  <joseph@codesourcery.com>
6831
6832         * soft-fp/op-common.h (FP_TRUNC): Correct off-by-one error in
6833         condition for truncating to 0.  Set sticky bit for such
6834         truncation.
6835
6836 2007-05-02  Jakub Jelinek  <jakub@redhat.com>
6837
6838         * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
6839         fixed length array for ignore.
6840
6841 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6842
6843         [BZ #4438]
6844         * stdio-common/vfprintf.c (process_string_arg): Don't overflow the
6845         stack for large precisions.
6846         * stdio-common/test-vfprintf.c (main): Add test for large
6847         precision.
6848
6849 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
6850
6851         * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
6852         for exponent 0.
6853         * stdio-common/tfformat.c (sprint_doubles): Add a new test.
6854
6855         [BZ #4439]
6856         * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
6857         account in the size check.
6858         * resolv/tst-inet_ntop.c: New test.
6859         * resolv/Makefile (tests): Add tst-inet_ntop.
6860
6861 2007-04-30  Ulrich Drepper  <drepper@redhat.com>
6862             Jakub Jelinek  <jakub@redhat.com>
6863
6864         [BZ #4349]
6865         * malloc/malloc.c: Keep separate list for first blocks on the bin
6866         lists with a given size.  This helps skipping over list elements
6867         we know won't fit in two places.
6868         Inspired by a patch by Tomash Brechko <tomash.brechko@gmail.com>.
6869
6870 2007-04-28  Ulrich Drepper  <drepper@redhat.com>
6871
6872         [BZ #4102]
6873         * sysdeps/posix/getaddrinfo.c (default_labels): Assign separate
6874         label to Teredo tunnel addresses 2001://32.
6875
6876 2007-04-27  Ulrich Drepper  <drepper@redhat.com>
6877
6878         * locale/programs/ld-collate.c (collate_read): Allow order_start
6879         after copy.
6880
6881         * locale/programs/ld-collate.c (collate_read): Fix printing of
6882         error message.
6883
6884         [BZ #3213]
6885         * locale/C-translit.h.in: Add entry for U2044.
6886
6887         [BZ #4342]
6888         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Allow
6889         hexa-decimal floats without exponent.
6890         * stdio-common/tstscanf.c (main): Adjust Test 8 test for success.
6891
6892 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6893
6894         * sysdeps/unix/sysv/linux/bits/sched.h: Declare sched_getcpu.
6895         * sysdeps/unix/sysv/linux/sched_getcpu.c: New file.
6896         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: New file.
6897         * sysdeps/unix/sysv/linux/Versions: Export sched_getcpu for
6898         GLIBC_2.6.
6899         * sysdeps/unix/sysv/linux/Makefile [subdir=posix] (sysdep_routines):
6900         Add sched_getcpu.
6901
6902 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6903
6904         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Return -1 instead
6905         of 0 after the out_fail label.
6906
6907 2007-04-25  Ulrich Drepper  <drepper@redhat.com>
6908
6909         [BZ #4406]
6910         * iconv/gconv_charset.h (strip): Allow ':'.
6911         * iconv/iconv_open.c (iconv_open): Adjust comment.
6912
6913 2007-04-25  Jakub Jelinek  <jakub@redhat.com>
6914
6915         * libio/bits/stdio.h (fgetc_unlocked): Add extern inline optimized
6916         version.
6917
6918 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6919
6920         [BZ #4381]
6921         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Ensure sufficient
6922         alignment of buffer and tmp_buffer.
6923         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r,
6924         internal_gethostbyname2_r, _nss_nis_gethostbyaddr_r): Ensure sufficient
6925         alignment of buffer.
6926         * resolv/nss_dns/dns-hosts.c (getanswer_r): Likewise.  Handle buflen
6927         bigger than INT_MAX.
6928         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.  Add errnop and
6929         h_errnop arguments.  Fail if buflen is too small.
6930         (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Adjust callers.
6931
6932 2007-04-23  Jakub Jelinek  <jakub@redhat.com>
6933
6934         [BZ #4405]
6935         * iconvdata/gconv-modules (E13B): Add a missing slash to the alias
6936         name.  Patch by Aurelien Jarno <aurelien@aurel32.net>.
6937
6938 2007-04-22  Roland McGrath  <roland@redhat.com>
6939
6940         * elf/elf.h (NT_PRXFPREG): New macro.
6941
6942 2007-04-19  Andreas Jaeger  <aj@suse.de>
6943
6944         [BZ #3905]
6945         * bits/in.h (IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU,
6946         IPV6_RECVERR, IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST):
6947         Added.
6948
6949 2007-04-19  Ulrich Drepper  <drepper@redhat.com>
6950
6951         * include/sys/mman.h: Mark madvise hidden.
6952         * misc/madvise.c: Add libc_hidden_def.
6953
6954 2007-04-06  Jakub Jelinek  <jakub@redhat.com>
6955
6956         * nis/nis_domain_of.c (__nis_domain_of): New function.
6957         * include/rpcsvc/nislib.h (__nis_domain_of): New prototype.
6958         * nis/nis_lookup.c (nis_lookup): Use __nis_domain_of.
6959         * nis/nis_call.c (rec_dirsearch): Likewise.
6960         (first_shoot): Likewise.  Remove search_parent_first argument.
6961         (struct nis_server_cache): Rename search_parent_first field
6962         to search_parent.
6963         (nis_server_cache_search, nis_server_cache_add): Rename
6964         search_parent_first argument to search_parent.
6965         (__nisfind_server): Likewise.  If search_parent, call
6966         __nis_domain_of.
6967
6968 2007-04-18  Ulrich Drepper  <drepper@redhat.com>
6969
6970         * sysdeps/posix/getaddrinfo.c: Remove commented-out code.
6971
6972 2007-04-17  Ulrich Drepper  <drepper@redhat.com>
6973
6974         [BZ #4368]
6975         * stdlib/stdlib.h: Remove obsolete part of comment for realpath.
6976
6977 2007-04-16  Ulrich Drepper  <drepper@redhat.com>
6978
6979         [BZ #4364]
6980         * posix/unistd.h (_XOPEN_VERSION): Define appropriately for SUSv3.
6981
6982 2007-04-15  Jakub Jelinek  <jakub@redhat.com>
6983
6984         * locale/programs/locarchive.c (INITIAL_NUM_NAMES,
6985         INITIAL_SIZE_STRINGS, INITIAL_NUM_LOCREC): Update to accomodate
6986         current number of locales in SUPPORTED.
6987         (create_archive): Initialize serial.
6988         (enlarge_archive): Preserve aliases rather than duplicating
6989         their locrecs.
6990
6991 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
6992
6993         * libio/genops.c (_IO_default_finish): Call _IO_lock_fini
6994         after _IO_un_link, not before it.
6995
6996         * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
6997         special case handling when wcp == wstartp + 1.  Fix a comment typo.
6998         * stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
6999
7000 2007-03-30  Jakub Jelinek  <jakub@redhat.com>
7001
7002         * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow,
7003         __wuflow, __woverflow, _IO_getc, _IO_putc, _IO_peekc_locked, _IO_padn,
7004         _IO_sgetn, _IO_seekoff, _IO_seekpos, _IO_getwc, _IO_putwc, _IO_wpadn):
7005         Remove __THROW.
7006         * libio/fileops.c (new_do_write, _IO_file_xsgetn_mmap,
7007         _IO_file_xsgetn_maybe_mmap): Likewise.
7008         * libio/oldfileops.c (old_do_write): Likewise.
7009         * libio/libioP.h (_IO_switch_to_get_mode, _IO_switch_to_wget_mode,
7010         _IO_init_marker, _IO_init_wmarker, _IO_default_uflow,
7011         _IO_wdefault_uflow, _IO_default_setbuf, _IO_default_seekpos,
7012         _IO_do_write, _IO_new_do_write, _IO_old_do_write, _IO_wdo_write,
7013         _IO_flush_all_lockp, _IO_flush_all, _IO_cleanup,
7014         _IO_flush_all_linebuffered, _IO_new_fgetpos, _IO_old_fgetpos,
7015         _IO_new_fsetpos, _IO_old_fsetpos, _IO_new_fgetpos64,
7016         _IO_old_fgetpos64, _IO_new_fsetpos64, _IO_old_fsetpos64,
7017         _IO_file_setbuf, _IO_file_seekoff, _IO_file_xsputn, _IO_file_xsgetn,
7018         _IO_file_underflow, _IO_file_underflow_mmap,
7019         _IO_file_underflow_maybe_mmap, _IO_file_overflow, _IO_file_attach,
7020         _IO_file_open, _IO_file_fopen, _IO_file_write, _IO_file_read,
7021         _IO_file_sync, _IO_file_close_it, _IO_file_finish,
7022         _IO_new_file_attach, _IO_new_file_close_it, _IO_new_file_finish,
7023         _IO_new_file_fopen, _IO_new_file_setbuf, _IO_file_setbuf_mmap,
7024         _IO_new_file_sync, _IO_new_file_underflow, _IO_new_file_overflow,
7025         _IO_new_file_seekoff, _IO_new_file_write, _IO_new_file_xsputn,
7026         _IO_old_file_setbuf, _IO_old_file_seekoff, _IO_old_file_xsputn,
7027         _IO_old_file_underflow, _IO_old_file_overflow, _IO_old_file_attach,
7028         _IO_old_file_fopen, _IO_old_file_write, _IO_old_file_sync,
7029         _IO_old_file_close_it, _IO_old_file_finish, _IO_wfile_xsputn,
7030         _IO_wfile_setbuf, _IO_wfile_sync, _IO_wfile_underflow,
7031         _IO_wfile_overflow, _IO_wfile_seekoff, _IO_old_proc_open,
7032         _IO_old_proc_close, _IO_getdelim, _IO_flush_all_internal,
7033         _IO_adjust_column_internal, _IO_default_uflow_internal,
7034         _IO_default_xsgetn_internal, _IO_wdefault_xsputn_internal,
7035         _IO_wdefault_xsgetn_internal, _IO_wdefault_uflow_internal,
7036         _IO_file_setbuf_internal, _IO_file_seekoff_internal,
7037         _IO_file_xsputn_internal, _IO_file_xsgetn_internal,
7038         _IO_file_close_it_internal, _IO_file_underflow_internal,
7039         _IO_file_overflow_internal, _IO_file_attach_internal,
7040         _IO_file_fopen_internal, _IO_file_sync_internal,
7041         _IO_file_finish_internal, _IO_wfile_xsputn_internal,
7042         _IO_wfile_seekoff_internal, _IO_wfile_sync_internal,
7043         _IO_switch_to_wget_mode_internal, _IO_padn_internal,
7044         _IO_switch_to_get_mode_internal, _IO_seekoff_unlocked,
7045         _IO_seekpos_unlocked): Likewise.
7046         (_IO_strtod, _IO_dtoa, _IO_outfloat, _IO_read, _IO_write,
7047         _IO_lseek, _IO_close, _IO_fstat): Remove unused prototypes.
7048
7049 2007-04-16  Jakub Jelinek  <jakub@redhat.com>
7050
7051         * locale/programs/locarchive.c (show_archive_content): Fix sizeof
7052         argument in xmalloc size computation.
7053
7054 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7055
7056         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use
7057         math_opt_barrier and math_force_eval macros.
7058
7059 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7060
7061         [BZ #3306]
7062         * math/math_private.h (math_opt_barrier, math_force_eval): Define.
7063         * sysdeps/i386/fpu/math_private.h: New file.
7064         * sysdeps/x86_64/fpu/math_private.h: New file.
7065         * math/s_nexttowardf.c (__nexttowardf): Use math_opt_barrier and
7066         math_force_eval macros.  Use "+m" constraint on asm rather than
7067         "=m" and "m".
7068         * math/s_nextafter.c (__nextafter): Likewise.
7069         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward):
7070         Likewise.
7071         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7072         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): Likewise.
7073         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7074         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Use
7075         math_opt_barrier and math_force_eval macros.
7076         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl): Likewise.
7077         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Likewise.
7078         * sysdeps/i386/fpu/s_nexttoward.c: Include float.h.
7079         (__nexttoward): Use math_opt_barrier and
7080         math_force_eval macros.  Use "+m" constraint on asm rather than
7081         "=m" and "m".  Only use asm to force double result if
7082         FLT_EVAL_METHOD is 2.
7083         * sysdeps/i386/fpu/s_nexttowardf.c: Include float.h.
7084         (__nexttowardf): Use math_opt_barrier and
7085         math_force_eval macros.  Use "+m" constraint on asm rather than
7086         "=m" and "m".  Only use asm to force double result if
7087         FLT_EVAL_METHOD is not 0.
7088         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Include float.h.
7089         (__nexttowardf): Use math_opt_barrier and
7090         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7091         x to float using asm.
7092         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c: Include float.h.
7093         (__nldbl_nexttowardf): Use math_opt_barrier and
7094         math_force_eval macros.  If FLT_EVAL_METHOD is not 0, force
7095         x to float using asm.
7096         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Include float.h.
7097         (__nexttowardf): Use math_opt_barrier and math_force_eval
7098         macros.  If FLT_EVAL_METHOD is not 0, force x to float using asm.
7099         * math/bug-nextafter.c (zero, inf): New variables.
7100         (main): Add new tests.
7101         * math/bug-nexttoward.c (zero, inf): New variables.
7102         (main): Add new tests.
7103
7104 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7105
7106         [BZ #3427]
7107         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Clear all
7108         exceptions both in SW and MXCSR.
7109         * sysdeps/x86_64/fpu/feupdateenv.c: New file.
7110         * sysdeps/x86_64/fpu/feenablxcpt.c (feenableexcept): Remove dead code.
7111         * sysdeps/x86_64/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7112         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7113         in MXCSR if SSE is available.
7114         * sysdeps/i386/fpu/feupdateenv.c: Include unistd.h, dl-procinfo.h
7115         and ldsodefs.h.
7116         (__feupdateenv): Query exceptions also from MXCSR if SSE is available.
7117         Fix comment typo.
7118         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions.
7119         Return 0 rather than 1.
7120         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Fix comment typo.
7121         Remove incorrect part of a comment.  Fix argument to feraiseexcept.
7122         * math/test-fenv.c (feholdexcept_tests): New function.
7123         (main): Call it.
7124
7125 2007-01-05  Richard B. Kreckel  <kreckel@ginac.de>
7126
7127         [BZ #3427]
7128         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Clear all exceptions
7129         in SW.
7130
7131 2007-04-13  Jakub Jelinek  <jakub@redhat.com>
7132
7133         [BZ #4344]
7134         * elf/ldconfig.c (search_dir): Fix 2 off-by-2 errors.
7135         Reported by David Anderson <davea42@earthlink.net>.
7136
7137 2007-04-07  Ulrich Drepper  <drepper@redhat.com>
7138
7139         * posix/sys/wait.h: Remove unnecessary forward declaration.
7140
7141 2007-04-05  Jakub Jelinek  <jakub@redhat.com>
7142
7143         * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers
7144         with obj->do_servers after first_shoot.
7145
7146 2007-04-03  Ulrich Drepper  <drepper@redhat.com>
7147
7148         * posix/Makefile (routines): Add sched_cpucount.
7149         (tests): Add tst-cpucount.
7150         * posix/sched_cpucount.c: New file.
7151         * posix/tst-cpucount.c: New file.
7152         * posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
7153         * bits/sched.h: Define __CPU_COUNT.  Declare __sched_cpucount.
7154         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
7155         * posix/sched.h: Define CPU_COUNT.
7156
7157 2007-03-27  Jakub Jelinek  <jakub@redhat.com>
7158
7159         * posix/fnmatch.c (STRUCT): Define.
7160         (fnmatch): Pass NULL as last argument to internal_fn{,w}match.
7161         * posix/fnmatch_loop.c (struct STRUCT): New type.
7162         (FCT): Add ends argument.  If ends != NULL and normal * is
7163         seen in the pattern, store current pattern and string pointers
7164         and return.  Adjust recursive calls.
7165         (EXT): Adjust FCT callers.
7166         (STRUCT): Undef at the end of the file.
7167         * posix/Makefile (tests): Add tst-fnmatch2.
7168         * posix/tst-fnmatch2.c: New test.
7169
7170 2007-04-01  Jakub Jelinek  <jakub@redhat.com>
7171
7172         * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success
7173         and 1 on failure.
7174
7175         * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range):
7176         Change last argument to unsigned int.
7177
7178 2007-03-23  Jakub Jelinek  <jakub@redhat.com>
7179
7180         * scripts/check-local-headers.sh: Filter out sys/capability.h.
7181
7182 2007-03-22  Jakub Jelinek  <jakub@redhat.com>
7183
7184         * config.h.in (HAVE_LIBCAP): Add.
7185         * nscd/selinux.h: Include sys/capability.h rather than non-existent
7186         sys/capabilities.h.
7187         * nscd/selinux.c (preserve_capabilities): Use cap_free instead of
7188         free_caps.  Cast away const from 4th cap_set_flag argument.
7189
7190 2007-03-26  Ulrich Drepper  <drepper@redhat.com>
7191
7192         * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to
7193         GLIBC_2.6.
7194         * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines):
7195         Add sync_file_range.
7196         Reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7197
7198 2007-03-19  Steven Munroe  <sjmunroe@us.ibm.com>
7199
7200         * sysdeps/powerpc/bits/atomic.h
7201         [!MUTEX_HINT_ACQ]: Define MUTEX_HINT_ACQ.
7202         [!MUTEX_HINT_REL]: Define MUTEX_HINT_REL.
7203         (__arch_compare_and_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7204         (__arch_compare_and_exchange_val_32_rel): Add MUTEX_HINT_REL to lwarx.
7205         (__arch_atomic_exchange_val_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7206         (__arch_atomic_exchange_rel_32_rel): Add MUTEX_HINT_REL to lwarx.
7207         * sysdeps/powerpc/powerpc32/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6X]:
7208         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7209         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7210         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7211         * sysdeps/powerpc/powerpc64/bits/atomic.h [_ARCH_PWR6 || _ARCH_PWR6D]:
7212         Define MUTEX_HINT_ACQ as ",1" and MUTEX_HINT_REL as ",0".
7213         (__arch_compare_and_exchange_bool_32_acq): Add MUTEX_HINT_ACQ to lwarx.
7214         (__arch_compare_and_exchange_bool_32_rel): Add MUTEX_HINT_REL to lwarx.
7215         (__arch_compare_and_exchange_bool_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7216         (__arch_compare_and_exchange_bool_64_rel): Add MUTEX_HINT_REL to lwarx.
7217         (__arch_compare_and_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7218         (__arch_compare_and_exchange_val_64_rel): Add MUTEX_HINT_REL to lwarx.
7219         (__arch_atomic_exchange_val_64_acq): Add MUTEX_HINT_ACQ to lwarx.
7220         (__arch_atomic_exchange_rel_64_rel): Add MUTEX_HINT_REL to lwarx.
7221
7222 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7223
7224         * sysdeps/unix/sysv/linux/powerpc/libc-start.c
7225         (__cache_line_size): Define the variable here.  Add
7226         attribute_hidden, remove weak_extern.
7227         (__libc_start_main): Set __cache_line_size
7228         unconditionally.
7229         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
7230         (__cache_line_size): Define the variable here.  Add
7231         attribute_hidden, remove weak_extern.
7232         (DL_PLATFORM_AUXV): Set __cache_line_size
7233         unconditionally.
7234         * sysdeps/powerpc/powerpc32/dl-machine.c (__cache_line_size): Remove
7235         weak_extern, add attribute_hidden.
7236         (__elf_machine_runtime_setup): Assume __cache_line_size is always
7237         defined in ld.so.
7238         * sysdeps/powerpc/powerpc32/memset.S (__cache_line_size): Remove
7239         definition.
7240         * sysdeps/powerpc/powerpc64/memset.S (__cache_line_size): Likewise.
7241
7242 2007-03-26  Jakub Jelinek  <jakub@redhat.com>
7243
7244         [BZ #4276]
7245         * timezone/africa: Update from tzdata2007d.
7246         * timezone/asia: Likewise.
7247         * timezone/australasia: Likewise.
7248         * timezone/backward: Likewise.
7249         * timezone/europe: Likewise.
7250         * timezone/iso3166.tab: Likewise.
7251         * timezone/leapseconds: Likewise.
7252         * timezone/northamerica: Likewise.
7253         * timezone/southamerica: Likewise.
7254         * timezone/zone.tab: Likewise.
7255
7256         * timezone/private.h: Update from tzcode2007d.
7257         * timezone/zdump.c: Likewise.
7258         * timezone/zic.c: Likewise.
7259
7260 2007-03-21  Jakub Jelinek  <jakub@redhat.com>
7261
7262         * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h.
7263         (nis_server_cache, nis_server_cache_lock, nis_cold_start_mtime): New
7264         variables.
7265         (nis_server_cache_search, nis_server_cache_add): New functions.
7266         (__nisfind_server): Use them.  Add dbp and flags argument, if
7267         call __nisbind_create.
7268         (__nisbind_create): Add server_used and current_ep arguments,
7269         only call __nis_findfastest if server_used is ~0.
7270         (__do_niscall2, __prepare_niscall): Adjust callers.
7271         (ckey_cache, ckey_cache_size, ckey_cache_allocated, ckey_cache_pid,
7272         ckey_cache_euid, ckey_cache_lock): New variables.
7273         (get_ckey): New function.
7274         (__nisbind_connect): If not dbp->use_udp, pass IPPROTO_TCP to
7275         __pmap_getnisport.  Save __pmap_getnisport result in
7276         dbp->addr.sin_port if non-zero.  Use get_ckey to create conversation
7277         key.
7278         * nis/nis_lookup.c (nis_lookup): Likewise.
7279         * nis/nis_table.c (nis_list): Likewise.
7280         * nis/rpcsvc/nislib.h (__nisbind_create, __nisfind_server): Adjust
7281         prototypes.
7282
7283         * nis/nss_nisplus/nisplus-pwd.c (_nss_nisplus_getpwnam_r,
7284         _nss_nisplus_getpwuid_r): Pass USE_DGRAM flag to nis_list.
7285         * nis/nss_nisplus/nisplus-service.c (_nss_nisplus_getservbyname_r,
7286         _nss_nisplus_getservbyport_r): Likewise.
7287         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r,
7288         _nss_nisplus_getnetbyaddr_r): Likewise.
7289         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_getspnam_r): Likewise.
7290         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r,
7291         _nss_nisplus_getntohost_r): Likewise.
7292         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r,
7293         _nss_nisplus_getrpcbynumber_r): Likewise.
7294
7295 2007-03-20  Jakub Jelinek  <jakub@redhat.com>
7296
7297         * configure.in (libc_cv_gnu89_inline): Only do compile test.
7298         * configure: Rebuilt.
7299
7300         * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
7301         bit-fields.
7302         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7303
7304 2006-06-07  Joseph Myers  <joseph@codesourcery.com>
7305
7306         [BZ #2831]
7307         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
7308         bit-fields.
7309
7310 2007-03-18  Jakub Jelinek  <jakub@redhat.com>
7311
7312         * nscd/gai.c: Include alloca.h.
7313         (__libc_use_alloca): Define.
7314
7315 2007-03-16  Jakub Jelinek  <jakub@redhat.com>
7316
7317         * elf/dl-open.c (dl_open_worker): Declare l in 2 different
7318         smaller scopes.
7319         * elf/dl-dst.h (DL_DST_REQ_STATIC): Add l as macro argument.
7320         (DL_DST_REQUIRED): Adjust user.
7321
7322         * include/dlfcn.h (struct link_map): New forward decl.
7323
7324         * inet/getnameinfo.c: Include stddef.h.
7325         (getnameinfo): Use offsetof.
7326
7327         * time/tst-mktime2.c (do_test): Don't rely on signed wrap.
7328
7329         * stdio-common/vfprintf.c (_itoa): Undef before redefining.
7330
7331         * string/strerror_l.c: Include stdlib.h.
7332
7333         * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
7334         * config.make.in (gnu89-inline-CFLAGS): New variable.
7335         * Makeconfig (CFLAGS): Use $(gnu89-inline-CFLAGS) together with
7336         -std=gnu99.
7337         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline): Define.
7338         * argp/argp.h: Use it.
7339         * bits/mathinline.h: Likewise.
7340         * bits/sigset.h: Likewise.
7341         * bits/string.h: Likewise.
7342         * ctype/ctype.h: Likewise.
7343         * hurd/hurd.h: Likewise.
7344         * hurd/hurd/fd.h: Likewise.
7345         * hurd/hurd/port.h: Likewise.
7346         * hurd/hurd/signal.h: Likewise.
7347         * hurd/hurd/threadvar.h: Likewise.
7348         * hurd/hurd/userlink.h: Likewise.
7349         * io/sys/stat.h: Likewise.
7350         * libio/bits/stdio.h: Likewise.
7351         * libio/bits/stdio2.h: Likewise.
7352         * mach/lock-intern.h: Likewise.
7353         * mach/mach/mig_support.h: Likewise.
7354         * math/bits/cmathcalls.h: Likewise.
7355         * posix/bits/unistd.h: Likewise.
7356         * socket/bits/socket2.h: Likewise.
7357         * stdlib/bits/stdlib.h: Likewise.
7358         * stdlib/stdlib.h: Likewise.
7359         * string/argz.h: Likewise.
7360         * string/bits/string2.h: Likewise.
7361         * string/bits/string3.h: Likewise.
7362         * sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
7363         * sysdeps/generic/inttypes.h: Likewise.
7364         * sysdeps/generic/machine-lock.h: Likewise.
7365         * sysdeps/generic/machine-sp.h: Likewise.
7366         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
7367         * sysdeps/i386/i486/bits/string.h: Likewise.
7368         * sysdeps/ia64/fpu/bits/mathinline.h: Likewise.
7369         * sysdeps/mach/alpha/machine-lock.h: Likewise.
7370         * sysdeps/mach/alpha/machine-sp.h: Likewise.
7371         * sysdeps/mach/i386/machine-lock.h: Likewise.
7372         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
7373         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
7374         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
7375         * sysdeps/s390/bits/string.h: Likewise.
7376         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
7377         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
7378         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
7379         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
7380         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
7381         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Likewise.
7382         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
7383         * wcsmbs/bits/wchar2.h: Likewise.
7384         * wcsmbs/wchar.h: Likewise.
7385         * stdlib/gmp.h: Likewise.  Include <features.h> to get
7386         __extern_inline definition.
7387
7388 2007-03-15  Jakub Jelinek  <jakub@redhat.com>
7389
7390         * locale/programs/ld-ctype.c (find_translit): Return NULL if ctype is
7391         NULL.
7392
7393         [BZ #3919]
7394         * math/libm-test.inc (log_test): Test -Inf and NaN.
7395         (log10_test, log1p_test, log2_test): Test -Inf.
7396         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
7397         FE_INVALID when argument is qNaN.
7398         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7399         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7400         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7401         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
7402         andb $1, %ah with testb $1, %ah, don't test for parity, instead
7403         testb $4, %ah and jump if non-zero.
7404         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
7405         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.
7406
7407         [BZ #4101]
7408         * argp/argp-help.c (hol_cluster_cmp): Fix comparisons used to find
7409         ancestors with the same depths.
7410         Patch by Niels Moeller <nisse@lysator.liu.se>.
7411         (filter_doc): Don't crash if argp is NULL.
7412         * argp/Makefile (tests): Add tst-argp2.
7413         * argp/tst-argp2.c: New test.
7414
7415         [BZ #4130]
7416         * login/utmp_file.c (setutent_file): Use O_LARGEFILE for
7417         open_not_cancel_2.
7418         (updwtmp_file): Likewise.
7419
7420         [BZ #4181]
7421         * inet/inet6_opt.c (add_padding): Only insert padding if npad > 0.
7422         (inet6_opt_append): Don't check extlen is big enough if extbuf
7423         is NULL.
7424         (inet6_opt_finish): Likewise.
7425         * inet/Makefile (tests): Add test-inet6_opt.
7426         * inet/test-inet6_opt.c: New test.
7427
7428         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Never
7429         reallocate the buffer, instead fail for MSG_TRUNC or for EBUSY
7430         NLMSG_ERR.  Instead use a page sized buffer.
7431         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use page sized
7432         buffer.
7433
7434 2007-03-14  Richard Henderson  <rth@redhat.com>
7435
7436         * sysdeps/alpha/fpu/s_llround.c: New file.
7437         * sysdeps/alpha/fpu/s_llroundf.c: New file.
7438         * sysdeps/alpha/fpu/s_lround.c: New file.
7439         * sysdeps/alpha/fpu/s_lroundf.c: New file.
7440         * sysdeps/alpha/fpu/s_round.c: New file.
7441         * sysdeps/alpha/fpu/s_roundf.c: New file.
7442         * sysdeps/alpha/fpu/s_trunc.c: New file.
7443         * sysdeps/alpha/fpu/s_truncf.c: New file.
7444
7445         * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.
7446         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
7447         * sysdeps/alpha/fpu/s_floor.c: Likewise.
7448         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
7449         * sysdeps/alpha/fpu/s_rint.c: Likewise.
7450         * sysdeps/alpha/fpu/s_rintf.c: Likewise.
7451
7452         * sysdeps/alpha/fpu/s_fmax.S: New file.
7453         * sysdeps/alpha/fpu/s_fmaxf.S: New file.
7454         * sysdeps/alpha/fpu/s_fmin.S: New file.
7455         * sysdeps/alpha/fpu/s_fminf.S: New file.
7456         * sysdeps/alpha/fpu/s_isnan.c: New file.
7457         * sysdeps/alpha/fpu/s_isnanf.c: New file.
7458         * sysdeps/alpha/fpu/s_llrint.c: New file.
7459         * sysdeps/alpha/fpu/s_llrintf.c: New file.
7460         * sysdeps/alpha/fpu/s_lrint.c: New file.
7461         * sysdeps/alpha/fpu/s_lrintf.c: New file.
7462         * sysdeps/alpha/fpu/s_nearbyint.c: New file.
7463         * sysdeps/alpha/fpu/s_nearbyintf.c: New file.
7464
7465         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor): Remove.
7466         (__fdimf, fdimf, __fdim, fdim): Remove.
7467         (__signbitf, __signbit, __signbitl): Use gcc builtin if available.
7468         (__isnanf, __isnan, __isnanl): New.
7469
7470 2007-03-13  Richard Henderson  <rth@redhat.com>
7471
7472         * sysdeps/ieee754/ldbl-128/Makefile: New file.
7473
7474 2007-03-13  Richard Henderson  <rth@redhat.com>
7475
7476         * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.
7477         * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New.
7478         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
7479         * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file.
7480         * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file.
7481         * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.
7482
7483 2007-03-13  Richard Henderson  <rth@redhat.com>
7484
7485         * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV.
7486         * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file.
7487         * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file.
7488         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape):
7489         Move to dl-auxv.h; initialize instead of extern weak.
7490         (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef
7491         weak symbol.
7492         * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape):
7493         Extern instead of initialized.
7494
7495 2007-03-13  Richard Henderson  <rth@redhat.com>
7496
7497         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for
7498         __sigsuspend_nocancel.
7499
7500 2007-03-06  Ulrich Drepper  <drepper@redhat.com>
7501
7502         * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for
7503         172.16/12 address range.
7504
7505 2007-03-02  Jakub Jelinek  <jakub@redhat.com>
7506
7507         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with
7508         a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC
7509         message.
7510
7511 2007-03-01  Jakub Jelinek  <jakub@redhat.com>
7512
7513         [BZ #4069]
7514         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN
7515         earlier.
7516         * math/libm-test.inc (pow_test): Add more tests involving NaNs.
7517
7518         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception
7519         for x qNaN and y either +-inf or non-integer value.
7520         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise.
7521         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7522         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
7523
7524 2007-02-10  Mike Frysinger  <vapier@gentoo.org>
7525
7526         * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.h
7527         from sysdep_headers.
7528
7529 2007-02-28  Jakub Jelinek  <jakub@redhat.com>
7530
7531         * time/tzfile.c (find_transition): Instead of a linear search try to
7532         guess the transition index, use a linear search if the result is at
7533         most 10 transitions away from the guess or binary search otherwise.
7534
7535 2007-02-27  Jakub Jelinek  <jakub@redhat.com>
7536
7537         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix
7538         memory reallocation.
7539
7540 2007-02-21  Ulrich Drepper  <drepper@redhat.com>
7541
7542         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictions
7543         and fix some typos.
7544         Optimize use of TOLOWER.
7545
7546         [BZ #3325]
7547         * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem.
7548         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7549         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7550
7551         [BZ #3458]
7552         * sysdeps/unix/sysv/linux/posix_madvise.c: New file.
7553         * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry.
7554
7555         [BZ #4076]
7556         * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /.
7557         (open_dir_stream): Likewise.
7558         * io/Makefile (tests): Add bug-ftw5.
7559         * io/bug-ftw5.c: New file.
7560
7561         * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.
7562         * nscd/servicescache.c (cache_addserv): Likewise.
7563
7564         * nscd/grpcache.c (cache_addgr): In case a record changed on
7565         refresh, adjust key_copy.
7566
7567         [BZ #4074]
7568         * nscd/pwdcache.c (cache_addpw): In case a record changed on
7569         refresh, adjust key_copy.
7570
7571         [BZ #4070]
7572         * stdio-common/printf_fp.c (___printf_fp): Handle a few more
7573         special cases.
7574         * stdio-common/tfformat.c (sprint_doubles): Some more tests.
7575
7576 2007-02-19  Ulrich Drepper  <drepper@redhat.com>
7577
7578         * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor
7579         optimization.
7580
7581         * stdio-common/vfscanf.c: Small cleanups throughout.
7582
7583 2007-02-18  Ulrich Drepper  <drepper@redhat.com>
7584
7585         [BZ #3325]
7586         * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem.
7587         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
7588         * sysdeps/i386/fpu/e_fmod.S: Likewise.
7589         Patch by Jared Casper <jaredcasper@gmail.com>.
7590
7591         * sysdeps/unix/closedir.c: Outside libc don't use locking.
7592         * sysdeps/unix/opendir.c: Likewise.
7593         * sysdeps/unix/readdir.c: Likewise.
7594
7595         [BZ #2211]
7596         * stdio-common/vfscanf.c: Handle localized digits etc for floating
7597         point numbers.
7598         Patch mostly by Hamed Malek <hamed@farsiweb.info>.
7599
7600         * stdio-common/vfscanf.c: Fix problems in width accounting.
7601         * stdio-common/tst-sscanf.c (double_tests): New tests.
7602         (main): Hook them up.
7603
7604         * stdio-common/vfscanf.c: Remove unused WIDTH handling.
7605         More simplifications of floating-point reader.
7606
7607         * stdio-common/Makefile (tests): Add tst-swscanf.
7608         * stdio-common/tst-sscanf.c: Make tests usable for swscanf
7609         testing.
7610         * stdio-common/tst-swscanf.c: New file.
7611
7612 2007-02-17  Ulrich Drepper  <drepper@redhat.com>
7613
7614         [BZ #2633]
7615         * libio/stdio.h: Define struct _IO_FILE in global namespace.
7616         * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace.
7617         Remove using for __jmp_buf_tag.
7618         * locale/locale.h (struct lconv): Also define in std namespace.
7619         * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
7620
7621         [BZ #3842]
7622         * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
7623         using __libc_enable_secure.
7624
7625         [BZ #3818]
7626         * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
7627
7628         [BZ #3745]
7629         * locale/programs/ld-collate.c (handle_ellipsis): Fix generation
7630         of names for ellipsises.
7631
7632         [BZ #3348]
7633         * malloc/memusage.sh: Cleanups.
7634         * debug/xtrace.sh: Quoting and trap changes.
7635
7636 2007-02-16  Ulrich Drepper  <drepper@redhat.com>
7637
7638         * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
7639
7640         * locale/iso-3166.def: Update entry for Serbia.
7641         * locale/iso-4217.def: Define RSD, remove CSD.
7642
7643         * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16-
7644         and 64-bit operations.
7645
7646         [BZ #4040]
7647         * sysdeps/i386/i486/bits/atomic.h: One more change, this time for
7648         16-bit operations.
7649
7650         * nscd/nscd.c (parse_opt): One more conversion to use send instead
7651         of writev.
7652
7653 2007-02-15  Ulrich Drepper  <drepper@redhat.com>
7654
7655         [BZ #3991]
7656         * assert/assert.h (assert): Simplify.
7657         (assert_perror): Likewise.
7658         Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
7659
7660         * nscd/nscd_helper.c (open_socket): Don't send padding bytes from
7661         reqdata.
7662
7663         * sysdeps/unix/sysv/linux/x86_64/send.c (__libc_send): Cosmetic
7664         change: don't pass NULL in place of an integer.
7665
7666 2007-02-02  Bruno Haible  <bruno@clisp.org>
7667
7668         [BZ #3954]
7669         * iconvdata/ksc5601.c (__ksc5601_sym_to_ucs, __ksc5601_sym_from_ucs):
7670         Add mapping for U+327E.
7671         * iconvdata/ksc5601.h (KSC5601_SYMBOL): Increment.
7672         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7673         mapping of 0xD9 0xE8.
7674         * iconvdata/uhc.c (BODY for FROM_LOOP, BODY for TO_LOOP): Disable
7675         mapping of U+327E.
7676         Reported by Jungshik Shin <jungshik@google.com>.
7677
7678         [BZ #3955]
7679         * iconvdata/johab.c (BODY for FROM_LOOP, BODY for TO_LOOP): Enable
7680         mapping of 0xD9 0xE6 and of 0xD9 0xE7.
7681         Reported by Jungshik Shin <jungshik@google.com>.
7682
7683 2007-02-14  Ulrich Drepper  <drepper@redhat.com>
7684
7685         * sysdeps/x86_64/bits/atomic;h: Fix asm parameters for some
7686         byte variants.
7687
7688         [BZ #4040]
7689         * sysdeps/i386/i486/bits/atomic.h: Fix asm parameters for some
7690         byte variants.  Patch mostly be tom@tommay.net.
7691
7692 2007-02-14  Jakub Jelinek  <jakub@redhat.com>
7693
7694         [BZ #3996]
7695         * posix/glob.c (attribute_hidden): Define if not defined.
7696         (glob): Unescape dirname, filename or username when needed and not
7697         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
7698         is NULL.  Handle unescaped [ in pattern without closing ].
7699         Don't pass GLOB_CHECK down to recursive glob for directories.
7700         (__glob_pattern_type): New function.
7701         (__glob_pattern_p): Implement using __glob_pattern_type.
7702         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
7703         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
7704         Remove unreachable code.
7705         * posix/globtest.sh: Add a couple of new tests.
7706
7707 2007-02-13  Ulrich Drepper  <drepper@redhat.com>
7708
7709         * po/ru.po: Update from translation team.
7710
7711 2007-02-12  Jakub Jelinek  <jakub@redhat.com>
7712
7713         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __amdfam10__
7714         to the list of i486+ CPUs.
7715         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7716
7717 2007-02-12  Ulrich Drepper  <drepper@redhat.com>
7718
7719         * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference.
7720         * elf/Makefile ($(objpfx)ld.so): Check that ld.so has no undefined
7721         references.
7722
7723 2007-02-09  Ulrich Drepper  <drepper@redhat.com>
7724
7725         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
7726
7727         * resolv/res_init.c (res_setoptions): Recognize edns0 option.
7728         * resolv/res_mkquery.c: Define __res_nopt.
7729         * resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
7730         try adding EDNS0 record.
7731         * resolv/res_send.c (send_dg): If request failed with FORMERR and
7732         EDNS0 record was send make sure we don't try it again.
7733         * resolv/resolv.h: Define RES_F_EDNS0ERR and RES_USE_EDNS0.
7734         * include/resolv.h: Declare __res_nopt.
7735
7736 2007-02-08  Jakub Jelinek  <jakub@redhat.com>
7737
7738         [BZ #3944]
7739         * time/strptime_l.c (__strptime_internal): Set have_mon for
7740         %b/%B/%h.  Set have_mon and have_mday if tm_mon and tm_mday
7741         have been computed from tm_yday and tm_year.  Don't crash
7742         in day_of_the_week or day_of_the_year if not have_mon
7743         and tm_mon contains bogus value.
7744         * time/Makefile (tests): Add tst-strptime3.
7745         * time/tst-strptime3.c: New test.
7746
7747 2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7748
7749         [BZ #3957]
7750         * posix/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7751         bit for RE_HAT_LISTS_NOT_NEWLINE.
7752         (build_charclass_op): Remove bogus comment.
7753         * posix/Makefile (tests): Add bug-regex27 and bug-regex28.
7754         * posix/bug-regex27.c: New test.
7755         * posix/bug-regex28.c: New test.
7756
7757 2007-02-03  Ulrich Drepper  <drepper@redhat.com>
7758
7759         * po/sv.po: Update from translation team.
7760
7761 2007-02-02  Ulrich Drepper  <drepper@redhat.com>
7762
7763         * nscd/nscd_helper.c (open_socket): Minor size optimization.
7764
7765 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
7766
7767         * include/locale.h (__uselocale): Add libc_hidden_proto.
7768         * locale/uselocale.c (__uselocale): Add libc_hidden_def.
7769
7770         * nscd/nscd_helper.c (open_socket): Use __gettimeofday instead of
7771         gettimeofday.
7772
7773 2007-02-01  Ulrich Drepper  <drepper@redhat.com>
7774
7775         * sysdeps/unix/sysv/linux/i386/sysdep.h (PTR_MANGLE): Roll value before
7776         returning.
7777         (PTR_DEMANGLE): Real definition now that it's not the same as
7778         PRT_MANGLE anymore.
7779         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7780
7781         * string/strerror_l.c: New file.
7782         * string/Makefile (routines): Add strerror_l.
7783         * string/string.h: Declare strerror_l.
7784         * string/Versions: Export strerror_l for GLIBC_2.6.
7785
7786 2007-01-31  Ulrich Drepper  <drepper@redhat.com>
7787
7788         * nscd/nscd_helper.c (open_socket): Now takes request type and key
7789         as parameter.  Construct request record.  Try sending request
7790         before the first poll use, it usually succeeds.  Adjust all
7791         callers.
7792         * nscd/nscd-client.h: Define MAXKEYLEN.
7793         * nscd/connections.c (nscd_run): Don't define MAXKEYLEN here.
7794
7795 2007-01-31  Jakub Jelinek  <jakub@redhat.com>
7796
7797         * nscd/nscd-client.h (__nscd_cache_search): Remove const qualifier
7798         from return value.
7799         * nscd/nscd_helper.c: Include string.h.
7800         (__nscd_cache_search): Remove const qualifier from return value.
7801         On strict alignment architectures check hash entry and data head
7802         alignment.
7803         * nscd/nscd_getpw_r.c (nscd_getpw_r): Don't crash or fail because
7804         mmapped data during GC cycle contains garbage.  If
7805         __nscd_drop_map_ref fails, decrement mapped->counter when returning
7806         error or if retrying with NO_MAPPING, only __nscd_unmap if counter
7807         dropped to 0.
7808         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7809         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
7810         * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
7811         * nscd/nscd_getai.c (__nscd_getai): Likewise.
7812         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
7813
7814 2007-01-30  Ulrich Drepper  <drepper@redhat.com>
7815
7816         * misc/hsearch_r.c (hdestroy_r): Remove unnecessary test.
7817
7818 2007-01-26  Ulrich Drepper  <drepper@redhat.com>
7819
7820         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Use register
7821         names not numbers in cfi_*.
7822
7823 2007-01-26  Andreas Jaeger  <aj@suse.de>
7824
7825         * sysdeps/unix/sysv/linux/sys/personality.h (ADDR_NO_RANDOMIZE,
7826         ADDR_LIMIT_3GB, PER_LINUX_32BIT, PER_LINUX32_3GB): Add.
7827         Correct values of PER_HPUX and PER_OSF4.
7828
7829 2007-01-24  Ulrich Drepper  <drepper@redhat.com>
7830
7831         * elf/dl-minimal.c: Undefine _itoa first.
7832         * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
7833         * malloc/mtrace.c: Revert last change.
7834         * posix/wordexp.c: Likewise.
7835
7836 2007-01-24  Jakub Jelinek  <jakub@redhat.com>
7837
7838         * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
7839         and __geode__ to the list of i486+ CPUs.
7840         * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
7841
7842 2007-01-23  Ulrich Drepper  <drepper@redhat.com>
7843
7844         * stdio-common/_itoa.c: Include <limits.h>.
7845         * stdio-common/_itowa.c: Likewise.
7846
7847 2007-01-22  Ulrich Drepper  <drepper@redhat.com>
7848
7849         * stdio-common/_itowa.c: Don't compile _itowa for 64-bit
7850         platforms.
7851         * stdio-common/_itoa.c: Don't compile in _itoa and _fitoa for
7852         64-bit platforms.
7853         * malloc/mtrace.c (tr_where): Use _fitoa_word instead of _fitoa if
7854         possible.
7855         * posix/wordexp.c (parse_arith): Use _itoa_word instead of _itoa
7856         if possible.
7857
7858         [BZ #3902]
7859         * stdio-common/_itoa.c (_itoa): Make sure at least a zero is emitted.
7860         * stdio-common/Makefile (tests): Add bug17.
7861         * stdio-common/bug17.c: New file.
7862
7863 2007-01-19  Ulrich Drepper  <drepper@redhat.com>
7864
7865         * iconvdata/brf.c: New file.
7866         * iconvdata/testdata/BRF: New file.
7867         * iconvdata/testdata/BRF..UTF8: New file.
7868         Contributed by Samuel Thibault <samuel.thibault@ens-lyon.org>.
7869         * iconvdata/Makefile: Add rules to build BRF.
7870         * iconvdata/TESTS: Add BRF entry.
7871         * iconvdata/gconv-modules: Likewise.
7872         * iconvdata/tst-tables.sh: Likewise.
7873
7874 2007-01-18  Anton Nikishaev  <anton.nik@gmail.com>
7875
7876         * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
7877         type `long long int', not `long int'.
7878         (wcstoq): Likewise.
7879
7880 2007-01-18  Ulrich Drepper  <drepper@redhat.com>
7881
7882         * scripts/gen-as-const.awk: Add cast to long to avoid int promotion
7883         of values on 64-bit platforms which are too large.
7884
7885 2007-01-12  Steven Munroe  <sjmunroe@us.ibm.com>
7886             Joe Kerian  <jkerian@us.us.ibm.com>
7887
7888         [BZ #2749]
7889         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
7890         <math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
7891         (__copysignl): Use signbit() for comparison.
7892         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
7893         SET_LDOUBLE_WORDS64.
7894
7895         [BZ #2423, #2749]
7896         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
7897         (__ceill): Remove calls to fegetround(), fesetround().
7898         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
7899         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
7900         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
7901
7902 2007-01-17  Jakub Jelinek  <jakub@redhat.com>
7903
7904         * nscd/nscd_getserv_r.c (nscd_getserv_r): Fix pastos.
7905
7906         * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove.
7907
7908 2007-01-17  Ulrich Drepper  <drepper@redhat.com>
7909
7910         * sysdeps/unix/sysv/linux/fatal-prepare.h: Use PTHFCT_CALL to
7911         demangle pointer.
7912         * csu/libc-start.c: Likewise.
7913
7914 2007-01-16  Ulrich Drepper  <drepper@redhat.com>
7915
7916         * sysdeps/posix/system.c: Remove NO_WAITPID support, it cannot
7917         really work anyway.
7918
7919 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7920
7921         * nscd/connections.c (servinfo): Renamed to reqinfo.  Change all
7922         users.
7923         (handle_request): Remove unnecessary tests.
7924
7925         * nscd/cache.c (cache_add): Record the failure to add to the cache.
7926
7927 2007-01-15  Jakub Jelinek  <jakub@redhat.com>
7928
7929         * soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
7930         workbits in semi-raw fraction.
7931
7932         * math/test-misc.c: Add new tests.
7933
7934 2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
7935
7936         * math/basic-test.c: Include test-skeleton.c.
7937         (TEST_TRUNC): Define.
7938         (truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
7939         (main): Rename to ...
7940         (do_test): ...this.  Run new tests.
7941         (TEST_FUNCTION): Define.
7942
7943 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
7944             Joe Kerian  <jkerian@us.us.ibm.com>
7945
7946         [BZ #2749]
7947         * soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
7948         handling for high words.
7949         * soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
7950         and overflow for infinity.
7951
7952 2007-01-15  Ulrich Drepper  <drepper@redhat.com>
7953
7954         * nscd/connections.c (handle_request): Add a __builtin_expect.
7955
7956         * nscd/connections.c (serv2db): Change type into structure which
7957         also says whether this is a request for data.  Renamed to
7958         servinfo.  All users changed.
7959         (handle_request): Much simpler test whether we should search the cache.
7960
7961         * nscd/connections.c (handle_request): Fix thinko in selinux test
7962         invocation.
7963
7964         * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.
7965         * elf/dl-lookup.c (add_dependency): If scope map is locked, unlock
7966         it before getting dl_load_lock and then relock.
7967         (_dl_lookup_symbol_x): Pass flags to add_dependency.
7968         When rerunning _dl_lookup_symbol_x, compute symbol_scope again in
7969         case we unlocked the scope.
7970         * elf/dl-runtime.c (_dl_fixup): Pass DL_LOOKUP_SCOPE_LOCK to
7971         _dl_lookup_symbol_x in case we locked the scope.
7972         (_dl_profile_fixup): Likewise.
7973         * elf/dl-sym.c (do_sym): In flags passed to call_dl_lookup, also
7974         set DL_LOOKUP_SCOPE_LOCK.
7975
7976 2007-01-13  Ulrich Drepper  <drepper@redhat.com>
7977
7978         * inet/Makefile: Define CFLAGS-getsrvbynm_r.c and
7979         CFLAGS-getsrvbynpt_r.c.
7980         * nscd/getsrvbynm_r.c: New file.
7981         * nscd/getsrvbypt_r.c: New file.
7982         * nscd/nscd_getserv_r.c: New file.
7983         * nscd/servicescache.c: New file.
7984         * nscd/Makefile (routines): Add nscd_getserv_r.
7985         (nscd-modules): Add getsrvbynm_r, getsrvbypt_r, and servicescache.
7986         Define CFLAGS-servicescache.c, CFLAGS-getsrvbynm_r.c, and
7987         CFLAGS-getsrvbypt_r.c.
7988         * nscd/cache.c (prune_cache): Rewrite to get re-add function from
7989         table.  Add entries for services database.
7990         * nscd/connections.c (serv2str): Mark as const.  Add entries for
7991         services database.
7992         (dbs): Add .reset_res and servdb initialization.
7993         (serv2db): Add entries for services database.
7994         (verify_persistent_db): Accept dbnr == servdb.
7995         (invalidate_cache): Rewrite database name recognition to use a table.
7996         Call res_init() if .reset_res is set for database.
7997         (handle_request): Add code to handle services database.
7998         * nscd/gai.c: Don't define __getservbyname_r.
7999         * nscd/nscd-client.h (request_type): Remove LASTDBREQ, add
8000         GETSERVBYNAME, GETSERVBYPORT, GETFDSERV.
8001         (serv_response_header): Define.
8002         (struct datahead): Add serv_response_header member.
8003         * nscd/nscd.c (parse_opt): Rewrite parsing of -i parameter value
8004         using table.
8005         * nscd/nscd.conf: Add entries for services database.
8006         * nscd/nscd.h: Adjust declaration of dbnames and serv2str.
8007         Declare serv_iov_disabled.
8008         Declare addservbyname, readdservbyname, addservbyport, and
8009         readdservbyport.
8010         * nscd/nscd_conf.c (dbnames): Mark as const.  Add services entry.
8011         (find_db): Fix error message.
8012         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_services,
8013         __nscd_getservbyname_r, and __nscd_getservbyport_r.
8014         * nscd/selinux.c (perms): Add entries for services database.
8015         * nss/Versions: Export __nss_services_lookup with GLIBC_PRIVATE.
8016         * nss/nsswitch.c (__nss_disable_nscd): Also disable services database.
8017
8018         * nscd/grpcache.c: Remove obsolete code.  Cleanups.
8019         * nscd/hstcache.c: Likewise.
8020         * nscd/pwdcache.c: Likewise.
8021
8022         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct
8023         computation of keylen.
8024
8025         * include/string.h: Only redefine strndupa if this is really for
8026         libc code.
8027
8028 2007-01-12  Ulrich Drepper  <drepper@redhat.com>
8029
8030         * nscd/nscd_gethst_r.c: Minor cleanups.
8031
8032         * nscd/connections.c (handle_request): Check selinux permissions
8033         for all non-admin commands.
8034
8035         * sysdeps/i386/i486/bits/atomic.h: Define
8036         atomic_compare_and_exchange_val_acq,
8037         atomic_compare_and_exchange_bool_acq, and atomic_exchange_and_add
8038         using __sync_* built-ins for gcc >= 4.1.
8039         * sysdeps/x86_64/bits/atomic.h: Likewise.
8040
8041         [BZ #3840]
8042         * scripts/check-local-headers.sh: Restrict to testing .o.d, .os.d,
8043         and .oS.d files.
8044
8045 2007-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
8046
8047         * stdlib/tst-makecontext.c: Include errno.h.  Change main()
8048         to do_test().  Define TEST_FUNCTION. Include test-skeleton.c.
8049         (do_test): Check errno and exit(0) if ENOSYS.
8050
8051 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8052
8053         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix handling of multi-byte
8054         thousands separators.
8055         * stdlib/Makefile: Add rules to build and run tst-strtod4.
8056         * stdlib/tst-strtod4.c: New test.
8057
8058         [BZ #3855]
8059         * stdlib/strtod_l.c (____STRTOF_INTERNAL): 0x. not followed by
8060         hexadecimal digit should accept just the initial 0.
8061         * stdlib/tst-strtod2.c (tests): New variable.
8062         (do_test): Run several tests rather than just one.
8063
8064 2007-01-11  Jakub Jelinek  <jakub@redhat.com>
8065
8066         * sysdeps/i386/soft-fp/sfp-machine.h: Remove.
8067         * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
8068
8069 2007-01-10  Ulrich Drepper  <drepper@redhat.com>
8070
8071         * io/fts.c: Make sure fts_cur is always valid after return from
8072         fts_read.
8073         Patch by Miloslav Trmac <mitr@redhat.com>.
8074
8075 2006-10-27  Richard Sandiford  <richard@codesourcery.com>
8076
8077         * elf/elf.h (R_MIPS_GLOB_DAT): Define.
8078         (R_MIPS_NUM): Bump by 1.
8079
8080 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
8081
8082         * posix/execvp.c: Include alloca.h.
8083         (allocate_scripts_argv): Renamed to...
8084         (scripts_argv): ... this.  Don't allocate buffer here nor count
8085         arguments.
8086         (execvp): Use alloca if possible.
8087         * posix/Makefile: Add rules to build and run tst-vfork3 test.
8088         * posix/tst-vfork3.c: New test.
8089
8090 2007-01-03  Ulrich Drepper  <drepper@redhat.com>
8091
8092         * string/Makefile (tst-strxfrm2-ENV): Define.
8093         * stdlib/Makefile (tst-strtod3-ENV): Define.
8094
8095 2007-01-02  Ulrich Drepper  <drepper@redhat.com>
8096
8097         * posix/getconf.c: Update copyright year.
8098         * nss/getent.c: Likewise.
8099         * iconv/iconvconfig.c: Likewise.
8100         * iconv/iconv_prog.c: Likewise.
8101         * elf/ldconfig.c: Likewise.
8102         * catgets/gencat.c: Likewise.
8103         * csu/version.c: Likewise.
8104         * elf/ldd.bash.in: Likewise.
8105         * elf/sprof.c (print_version): Likewise.
8106         * locale/programs/locale.c: Likewise.
8107         * locale/programs/localedef.c: Likewise.
8108         * nscd/nscd.c (print_version): Likewise.
8109         * debug/xtrace.sh: Likewise.
8110         * malloc/memusage.sh: Likewise.
8111         * malloc/mtrace.pl: Likewise.
8112         * debug/catchsegv.sh: Likewise.
8113
8114 2006-12-24  Ulrich Drepper  <drepper@redhat.com>
8115
8116         * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignment
8117         attempts.
8118
8119 2006-12-23  Ulrich Drepper  <drepper@redhat.com>
8120
8121         * posix/wordexp.c: Remove some unnecessary tests.
8122
8123 2006-12-22  Gavin Romig-Koch  <gavin@redhat.com>
8124
8125         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don't
8126         blacklist the group till after we look it up.
8127
8128 2006-12-21  Ulrich Drepper  <drepper@redhat.com>
8129
8130         * include/atomic.h (atomic_forced_read): New macro.
8131
8132 2006-12-20  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
8133
8134         * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.
8135
8136 2006-12-19  Jakub Jelinek  <jakub@redhat.com>
8137
8138         * nss/getXXbyYY_r.c: Include atomic.h.
8139         (INTERNAL (REENTRANT_NAME)): Write startp after start_fct,
8140         add atomic_write_barrier () in between.
8141
8142         * stdlib/Makefile (tests): Add tst-makecontext.
8143         * stdlib/tst-makecontext.c: New test.
8144
8145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
8146         (__makecontext): Don't realign uc_mcontext.uc_regs.
8147
8148 2006-11-28  Jakub Jelinek  <jakub@redhat.com>
8149
8150         * elf/dl-support.c: Include dl-procinfo.h.
8151         * sysdeps/powerpc/dl-procinfo.h (PPC_PLATFORM_POWER4,
8152         PPC_PLATFORM_PPC970, PPC_PLATFORM_POWER5, PPC_PLATFORM_POWER5_PLUS,
8153         PPC_PLATFORM_POWER6, PPC_PLATFORM_CELL_BE, PPC_PLATFORM_POWER6X):
8154         Define.
8155         (_dl_string_platform): Use PPC_PLATFORM_* macros instead of
8156         hardcoded constants.
8157         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platform): Use
8158         PPC_PLATFORM_* macros for array designators.
8159
8160 2006-11-11  Steven Munroe  <sjmunroe@us.ibm.com>
8161
8162         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 3 new cap
8163         names to the beginning.
8164         (_dl_powerpc_platforms): Add "power6x".
8165         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
8166         (HWCAP_IMPORTANT): Add PPC_FEATURE_HAS_DFP.
8167         (_DL_PLATFORMS_COUNT): Increase.
8168         (_dl_string_platform): Handle power6x case.
8169         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_PA6T, PPC_FEATURE_HAS_DFP,
8170         PPC_FEATURE_POWER6_EXT): Define.
8171         (PPC_FEATURE_POWER5, PPC_FEATURE_POWER5_PLUS): Correct Comment.
8172
8173 2006-12-18  Jakub Jelinek  <jakub@redhat.com>
8174
8175         [BZ #3747]
8176         * stdlib/jrand48_r.c (__jrand48_r): Make sure result is in the
8177         [-2^31 .. 2^31) range.
8178         * stdlib/tst-rand48.c (main): Fix expected values for 64-bit
8179         targets.
8180         * stdlib/tst-rand48-2.c: New test.
8181         * stdlib/Makefile (tests): Add tst-rand48-2.
8182
8183 2006-12-14  Jakub Jelinek  <jakub@redhat.com>
8184
8185         * misc/tst-pselect.c (do_test): Fix sigblock argument.
8186
8187 2006-12-14  Ulrich Drepper  <drepper@redhat.com>
8188
8189         * misc/tst-pselect.c (do_test): Make sure the helper process is
8190         terminating when the test is aborted.
8191
8192 2006-12-13  Ulrich Drepper  <drepper@redhat.com>
8193
8194         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.
8195         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8196         Handle relatime mount option.
8197
8198         [BZ #2337]
8199         * libio/Makefile (tests): Add tst-setvbuf1.
8200         * libio/tst-setvbuf1.c: New file.
8201
8202 2006-12-08  Jakub Jelinek  <jakub@redhat.com>
8203
8204         [BZ #2337]
8205         * libio/genops.c (__uflow): Fix a typo.
8206         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Don't stat
8207         nor set _IO_LINE_BUF bit here.  Size the wide buffer based on
8208         the narrow buffer size.
8209
8210 2006-11-24  Jakub Jelinek  <jakub@redhat.com>
8211
8212         [BZ #2337]
8213         * libio/libio.h (_IO_FLAGS2_USER_WBUF): Define.
8214         * libio/wgenops.c (_IO_wsetb, _IO_wdefault_finish): Test and set
8215         _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
8216         in _flags.
8217         * libio/wstrops.c (_IO_wstr_overflow, enlarge_userbuf,
8218         _IO_wstr_finish): Likewise.
8219         * libio/wmemstream.c (open_wmemstream): Likewise.
8220         * libio/fileops.c (_IO_new_file_close_it): Call _IO_set[bgp]
8221         even for wide streams.
8222
8223 2006-12-13  Jakub Jelinek  <jakub@redhat.com>
8224
8225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Include
8226         kernel-features.h.
8227
8228 2006-12-11  Ulrich Drepper  <drepper@redhat.com>
8229
8230         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousand
8231         separators also if no non-zero digits found.
8232         * stdlib/Makefile (tests): Add tst-strtod3.
8233
8234 2006-12-09  Ulrich Drepper  <drepper@redhat.com>
8235
8236         [BZ #3632]
8237         * include/features.h: Fix comment about default value for
8238         _POSIX_C_SOURCE.
8239
8240         [BZ #3664]
8241         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix test to recognize
8242         empty parsed strings.
8243         * stdlib/Makefile (tests): Add tst-strtod2.
8244         * stdlib/tst-strtod2.c: New file.
8245
8246         [BZ #3673]
8247         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix exp_limit
8248         computation.
8249         * stdlib/Makefile (tests): Add tst-atof2.
8250         * stdlib/tst-atof2.c: New file.
8251
8252         [BZ #3674]
8253         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Adjust exponent value
8254         correctly if removing trailing zero of hex-float.
8255         * stdlib/Makefile (tests): Add tst-atof1.
8256         * stdlib/tst-atof1.c: New file.
8257
8258 2006-12-09  Jakub Jelinek  <jakub@redhat.com>
8259
8260         * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.
8261         Start searching for next comma at p rather than rest.
8262         * misc/Makefile (tests): Add tst-mntent2.
8263         * misc/tst-mntent2.c: New test.
8264
8265         * misc/getusershell.c (initshells): Check for integer overflows.
8266         Make strings buffer one bigger as fgets always succeeds when second
8267         argument is 1.  Don't use calloc for shells array.  Disallow
8268         / as shell.
8269
8270 2006-12-08  Ulrich Drepper  <drepper@redhat.com>
8271
8272         * malloc/memusage.c: Handle realloc with new size of zero and
8273         non-NULL pointer correctly.
8274         (me): Really write first record twice.
8275         (struct entry): Make format bi-arch safe.
8276         (dest): Write out more realloc statistics.
8277         * malloc/memusagestat.c (struct entry): Make format bi-arch safe.
8278
8279 2006-12-05  Jakub Jelinek  <jakub@redhat.com>
8280
8281         * nis/nis_subr.c (nis_getnames): Revert last change.
8282
8283 2006-12-04  Jakub Jelinek  <jakub@redhat.com>
8284
8285         * sysdeps/unix/sysv/linux/ttyname.c: Include termios.h.
8286         (ttyname): Use tcgetattr instead of isatty, don't set errno to ENOTTY.
8287         * sysdeps/unix/sysv/linux/ttyname_r.c: Include termios.h.
8288         (__ttyname_r): Use tcgetattr instead of isatty, don't set errno to
8289         ENOTTY.
8290         * io/Makefile: Add rules to build and run tst-ttyname_r test.
8291         * io/tst-ttyname_r.c: New test.
8292
8293 2006-12-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8294
8295         * sysdeps/unix/sysv/linux/sh/sys/io.h: Removed.
8296
8297 2006-11-30  H.J. Lu  <hongjiu.lu@intel.com>
8298
8299         * sysdeps/i386/i686/memcmp.S: Use jump table as the base of
8300         jump table entries.
8301
8302 2006-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8303
8304         * sysdeps/unix/sysv/linux/i386/clone.S: Provide CFI for the outermost
8305         `clone' function to ensure proper unwinding stop of gdb.
8306         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
8307
8308 2006-12-01  Ulrich Drepper  <drepper@redhat.com>
8309
8310         * nscd/nscd.init: Remove obsolete and commented-out -S option
8311         handling.
8312
8313 2006-11-23  Jakub Jelinek  <jakub@redhat.com>
8314
8315         [BZ #3514]
8316         * manual/string.texi (strncmp): Fix pastos from wcscmp description.
8317
8318         [BZ #3515]
8319         * manual/string.texi (strtok): Remove duplicate paragraph.
8320
8321 2006-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8322
8323         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
8324         libgcc not supporting `rflags' unwinding (register # >= 17).
8325
8326 2006-11-30  Jakub Jelinek  <jakub@redhat.com>
8327
8328         * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
8329         succeeded.
8330
8331 2006-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
8332             Jakub Jelinek  <jakub@redhat.com>
8333             Jan Kratochvil  <jan.kratochvil@redhat.com>
8334
8335         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
8336         unwind information.
8337         * sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
8338         'restore_rt' even in the 'signal' directory.
8339         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
8340
8341 2006-11-27  Jakub Jelinek  <jakub@redhat.com>
8342
8343         [BZ #3559]
8344         * sunrpc/svc_run.c (svc_run): Fail instead of segfaulting if
8345         malloc crashed.  Don't allocate memory unnecessarily in each
8346         loop.
8347
8348 2006-10-21  Jakub Jelinek  <jakub@redhat.com>
8349
8350         * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.
8351
8352 2006-11-20  Ulrich Drepper  <drepper@redhat.com>
8353
8354         * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.
8355
8356 2006-11-18  Bruno Haible  <bruno@clisp.org>
8357
8358         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Invoke
8359         __sysconf only after having tried to call getgroups32.
8360
8361 2006-11-19  Ulrich Drepper  <drepper@redhat.com>
8362
8363         * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style
8364         addresses for IPv4 queries if they can be mapped.
8365
8366 2006-11-16  Jakub Jelinek  <jakub@redhat.com>
8367
8368         * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.
8369         * sysdeps/x86_64/fpu/s_copysign.S (__copysign): Likewise.
8370         (signmask): Add .size directive.
8371         (othermask): Add .type directive.
8372
8373 2006-11-14  Ulrich Drepper  <drepper@redhat.com>
8374
8375         * po/nl.po: Update from translation team.
8376
8377         * timezone/zdump.c: Redo fix for BZ #3137.
8378
8379 2006-11-14  Jakub Jelinek  <jakub@redhat.com>
8380
8381         * nss/nss_files/files-alias.c (get_next_alias): Set line back
8382         to first_unused after parsing :include: file.
8383
8384 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8385
8386         * timezone/africa: Update from tzdata2006o.
8387         * timezone/antarctica: Likewise.
8388         * timezone/asia: Likewise.
8389         * timezone/australasia: Likewise.
8390         * timezone/backward: Likewise.
8391         * timezone/europe: Likewise.
8392         * timezone/iso3166.tab: Likewise.
8393         * timezone/northamerica: Likewise.
8394         * timezone/southamerica: Likewise.
8395         * timezone/zone.tab: Likewise.
8396
8397         * time/tzfile.c (__tzfile_read): Extend to handle new file format
8398         on machines with 64-bit time_t.
8399
8400         * timezone/checktab.awk: Update from tzcode2006o.
8401         * timezone/ialloc.c: Likewise.
8402         * timezone/private.h: Likewise.
8403         * timezone/scheck.c: Likewise.
8404         * timezone/tzfile.h: Likewise.
8405         * timezone/tzselect.ksh: Likewise.
8406         * timezone/zdump.c: Likewise.
8407         * timezone/zic.c: Likewise.
8408
8409         [BZ #3483]
8410         * elf/ldconfig.c (main): Call setlocale and textdomain.
8411         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8412
8413         [BZ #3480]
8414         * manual/argp.texi: Fix typos.
8415         * manual/charset.texi: Likewise.
8416         * manual/errno.texi: Likewise.
8417         * manual/filesys.texi: Likewise.
8418         * manual/lang.texi: Likewise.
8419         * manual/maint.texi: Likewise.
8420         * manual/memory.texi: Likewise.
8421         * manual/message.texi: Likewise.
8422         * manual/resource.texi: Likewise.
8423         * manual/search.texi: Likewise.
8424         * manual/signal.texi: Likewise.
8425         * manual/startup.texi: Likewise.
8426         * manual/stdio.texi: Likewise.
8427         * manual/sysinfo.texi: Likewise.
8428         * manual/syslog.texi: Likewise.
8429         * manual/time.texi: Likewise.
8430         Patch by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8431
8432         [BZ #3465]
8433         * sunrpc/clnt_raw.c: Minimal message improvements.
8434         * sunrpc/pm_getmaps.c: Likewise.
8435         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8436         * nis/nis_print_group_entry.c: Likewise.
8437         * locale/programs/repertoire.c: Likewise.
8438         * locale/programs/charmap.c: Likewise.
8439         * malloc/memusage.sh: Likewise.
8440         * elf/dl-deps.c: Likewise.
8441         * locale/programs/ld-collate.c: Likewise.
8442         * libio/vswprintf.c: Likewise.
8443         * malloc/memusagestat.c: Likewise.
8444         * sunrpc/auth_unix.c: Likewise.
8445         * sunrpc/rpc_main.c: Likewise.
8446         * nscd/cache.c: Likewise.
8447         * locale/programs/repertoire.c: Unify output messages.
8448         * locale/programs/charmap.c: Likewise.
8449         * locale/programs/ld-ctype.c: Likewise.
8450         * locale/programs/ld-monetary.c: Likewise.
8451         * locale/programs/ld-numeric.c: Likewise.
8452         * locale/programs/ld-time.c: Likewise.
8453         * elf/ldconfig.c: Likewise.
8454         * nscd/selinux.c: Likewise.
8455         * elf/cache.c: Likewise.
8456         Patch mostly by Benno Schulenberg <bensberg@justemail.net>.
8457
8458         [BZ #3451]
8459         * sysdeps/i386/fpu/bits/mathinline.h (floor): Make rounding mode
8460         change atomic.
8461         (ceil): Likewise.
8462
8463 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8464
8465         * string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
8466         if N is one bigger than return value.
8467         * string/tst-strxfrm2.c (do_test): Also test strxfrm with l1 + 1
8468         and l1 last arguments, if buf is defined, verify the return value
8469         equals to strlen (buf) and verify no byte beyond passed length
8470         is modified.
8471
8472 2006-11-10  Ulrich Drepper  <drepper@redhat.com>
8473
8474         * po/sv.po: Update from translation team.
8475
8476 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8477
8478         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word): Add
8479         noinline attribute.
8480
8481 2006-11-10  Jakub Jelinek  <jakub@redhat.com>
8482
8483         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Add
8484         noinline attribute.
8485
8486         * sysdeps/gnu/siglist.c (__old_sys_siglist, __old_sys_sigabbrev):
8487         Use __new_sys_siglist instead of _sys_siglist_internal as
8488         second macro argument.
8489         (_old_sys_siglist): Use declare_symbol_alias macro instead of
8490         strong_alias.
8491
8492 2006-11-09  Ulrich Drepper  <drepper@redhat.com>
8493
8494         [BZ #3493]
8495         * posix/unistd.h (sysconf): Remove const attribute.
8496
8497         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
8498         temporary or deprecated addresses.
8499         Patch by Sridhar Samudrala <sri@us.ibm.com>.
8500
8501         * string/Makefile (tests): Add tst-strxfrm2.
8502         * string/tst-strxfrm2.c: New file.
8503
8504 2006-10-09  Jakub Jelinek  <jakub@redhat.com>
8505
8506         * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
8507         rather than r->r_brk.
8508
8509 2006-11-08  Jakub Jelinek  <jakub@redhat.com>
8510
8511         * string/strxfrm_l.c (STRXFRM): Do the trailing \1 removal
8512         optimization even if needed > n.
8513
8514         * elf/dl-load.c (decompose_rpath): Return bool rather than void.
8515         If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
8516         return false, otherwise return true.
8517         (cache_rpath): Return decompose_rpath return value.
8518
8519 2006-11-07  Jakub Jelinek  <jakub@redhat.com>
8520
8521         * include/libc-symbols.h (declare_symbol): Rename to...
8522         (declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
8523         strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
8524         .size directive.
8525         * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
8526         changes.
8527         * sysdeps/gnu/siglist.c: Likewise.
8528
8529 2006-11-03  Steven Munroe  <sjmunroe@us.ibm.com>
8530
8531         * sysdeps/powerpc/fpu/bits/mathinline.h
8532         [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
8533         * sysdeps/powerpc/fpu/math_private.h: ...here.  New file.
8534
8535 2006-11-05  Ulrich Drepper  <drepper@redhat.com>
8536
8537         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
8538         Update handling of cache descriptor 0x49 for new models.
8539         * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
8540         Likewise.
8541
8542 2006-11-02  Jakub Jelinek  <jakub@redhat.com>
8543
8544         * malloc/memusage.c (dest): Reset not_me back to false after
8545         printing statistics.
8546
8547 2006-11-02  Ulrich Drepper  <drepper@redhat.com>
8548
8549         * configure.in: Work around ld --help change and avoid -z relro
8550         test completely if the architecture doesn't care about security.
8551
8552 2006-11-01  Ulrich Drepper  <drepper@redhat.com>
8553
8554         * po/sv.po: Update from translation team.
8555
8556 2006-10-31  Ulrich Drepper  <drepper@redhat.com>
8557
8558         * stdlib/atexit.c (atexit): Don't mark as hidden when used to
8559         generate compatibility version.
8560
8561 2006-10-29  Ulrich Drepper  <drepper@redhat.com>
8562
8563         * configure.in: Relax -z relro requirement a bit.
8564
8565         * po/sv.po: Update from translation team.
8566
8567 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
8568
8569         * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.
8570         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
8571         * elf/dl-close.c (_dl_close_worker): Likewise.
8572         * elf/dl-open.c (_dl_open_worker): Likewise.
8573         * sysdeps/generic/sysdep-cancel.h (RTLD_SINGLE_THREAD_P): Define.
8574
8575 2006-10-27  Ulrich Drepper  <drepper@redhat.com>
8576
8577         * configure.in: Require assembler support for visibility, compiler
8578         support for visibility and aliases, linker support for various -z
8579         options.
8580         * Makeconfig: Remove conditional code which now is unnecessary.
8581         * config.h.in: Likewise.
8582         * config.make.in: Likewise.
8583         * dlfcn/Makefile: Likewise.
8584         * elf/Makefile: Likewise.
8585         * elf/dl-load.c: Likewise.
8586         * elf/rtld.c: Likewise.
8587         * include/libc-symbols.h: Likewise.
8588         * include/stdio.h: Likewise.
8589         * io/Makefile: Likewise.
8590         * io/fstat.c: Likewise.
8591         * io/fstat64.c: Likewise.
8592         * io/fstatat.c: Likewise.
8593         * io/fstatat64.c: Likewise.
8594         * io/lstat.c: Likewise.
8595         * io/lstat64.c: Likewise.
8596         * io/mknod.c: Likewise.
8597         * io/mknodat.c: Likewise.
8598         * io/stat.c: Likewise.
8599         * io/stat64.c: Likewise.
8600         * libio/stdio.c: Likewise.
8601         * nscd/Makefile: Likewise.
8602         * stdlib/Makefile: Likewise.
8603         * stdlib/atexit.c: Likewise.
8604         * sysdeps/generic/ldsodefs.h: Likewise.
8605         * sysdeps/i386/dl-machine.h: Likewise.
8606         * sysdeps/i386/sysdep.h: Likewise.
8607         * sysdeps/i386/i686/memcmp.S: Likewise.
8608         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8609         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8610         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8611
8612         * Makerules: USE_TLS support is now default.
8613         * tls.make.c: Likewise.
8614         * csu/Versions: Likewise.
8615         * csu/libc-start.c: Likewise.
8616         * csu/libc-tls.c: Likewise.
8617         * csu/version.c: Likewise.
8618         * dlfcn/dlinfo.c: Likewise.
8619         * elf/dl-addr.c: Likewise.
8620         * elf/dl-cache.c: Likewise.
8621         * elf/dl-close.c: Likewise.
8622         * elf/dl-iteratephdr.c: Likewise.
8623         * elf/dl-load.c: Likewise.
8624         * elf/dl-lookup.c: Likewise.
8625         * elf/dl-object.c: Likewise.
8626         * elf/dl-open.c: Likewise.
8627         * elf/dl-reloc.c: Likewise.
8628         * elf/dl-support.c: Likewise.
8629         * elf/dl-sym.c: Likewise.
8630         * elf/dl-sysdep.c: Likewise.
8631         * elf/dl-tls.c: Likewise.
8632         * elf/ldconfig.c: Likewise.
8633         * elf/rtld.c: Likewise.
8634         * elf/tst-tls-dlinfo.c: Likewise.
8635         * elf/tst-tls1.c: Likewise.
8636         * elf/tst-tls10.h: Likewise.
8637         * elf/tst-tls14.c: Likewise.
8638         * elf/tst-tls2.c: Likewise.
8639         * elf/tst-tls3.c: Likewise.
8640         * elf/tst-tls4.c: Likewise.
8641         * elf/tst-tls5.c: Likewise.
8642         * elf/tst-tls6.c: Likewise.
8643         * elf/tst-tls7.c: Likewise.
8644         * elf/tst-tls8.c: Likewise.
8645         * elf/tst-tls9.c: Likewise.
8646         * elf/tst-tlsmod1.c: Likewise.
8647         * elf/tst-tlsmod13.c: Likewise.
8648         * elf/tst-tlsmod13a.c: Likewise.
8649         * elf/tst-tlsmod14a.c: Likewise.
8650         * elf/tst-tlsmod2.c: Likewise.
8651         * elf/tst-tlsmod3.c: Likewise.
8652         * elf/tst-tlsmod4.c: Likewise.
8653         * elf/tst-tlsmod5.c: Likewise.
8654         * elf/tst-tlsmod6.c: Likewise.
8655         * include/errno.h: Likewise.
8656         * include/link.h: Likewise.
8657         * include/tls.h: Likewise.
8658         * locale/global-locale.c: Likewise.
8659         * locale/localeinfo.h: Likewise.
8660         * malloc/arena.c: Likewise.
8661         * malloc/hooks.c: Likewise.
8662         * malloc/malloc.c: Likewise.
8663         * resolv/Versions: Likewise.
8664         * sysdeps/alpha/dl-machine.h: Likewise.
8665         * sysdeps/alpha/libc-tls.c: Likewise.
8666         * sysdeps/generic/ldsodefs.h: Likewise.
8667         * sysdeps/generic/tls.h: Likewise.
8668         * sysdeps/i386/dl-machine.h: Likewise.
8669         * sysdeps/ia64/dl-machine.h: Likewise.
8670         * sysdeps/ia64/libc-tls.c: Likewise.
8671         * sysdeps/mach/hurd/fork.c: Likewise.
8672         * sysdeps/mach/hurd/i386/tls.h: Likewise.
8673         * sysdeps/powerpc/powerpc32/dl-machine.c: Likwise.
8674         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
8675         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8676         * sysdeps/s390/libc-tls.c: Likewise.
8677         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8678         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8679         * sysdeps/sh/dl-machine.h: Likewise.
8680         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8681         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8682         * sysdeps/x86_64/dl-machine.h: Likewise.
8683
8684         * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and
8685         split out locking and parameter checking.
8686         (_dl_close): Call _dl_close_worker after locking and checking.
8687         * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of
8688         _dl_close.
8689         * elf/Makefile: Add rules to build and run tst-thrlock.
8690         * elf/tst-thrlock.c:  New file.
8691
8692         [BZ #3426]
8693         * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to
8694         reality.
8695
8696         [BZ #3429]
8697         * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
8698         we are sure we do not need it anymore for _dl_close.  Also move
8699         the asserts inside the lock region.
8700         Patch mostly by Suzuki <suzuki@in.ibm.com>.
8701
8702 2006-10-27  Jakub Jelinek  <jakub@redhat.com>
8703
8704         * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope
8705         argument.
8706         (_dl_lookup_symbol_x): Adjust caller.
8707
8708         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Remove
8709         _ns_global_scope.
8710         * elf/rtld.c (dl_main): Don't initialize _ns_global_scope.
8711
8712         * elf/dl-libc.c: Revert l_scope name changes.
8713         * elf/dl-load.c: Likewise.
8714         * elf/dl-object.c: Likewise.
8715         * elf/rtld.c: Likewise.
8716         * elf/dl-close.c (_dl_close): Likewise.
8717         * elf/dl-open.c (dl_open_worker): Likewise.  If not SINGLE_THREAD_P,
8718         always use __rtld_mrlock_{change,done}.  Always free old scope list
8719         here if not l_scope_mem.
8720         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Revert l_scope name
8721         change.  Never free scope list here.  Just __rtld_mrlock_lock before
8722         the lookup and __rtld_mrlock_unlock it after the lookup.
8723         * elf/dl-sym.c: Likewise.
8724         * include/link.h (struct r_scoperec): Remove.
8725         (struct link_map): Replace l_scoperec with l_scope, l_scoperec_mem
8726         with l_scope_mem and l_scoperec_lock with l_scope_lock.
8727
8728 2006-10-25  Ulrich Drepper  <drepper@redhat.com>
8729
8730         * sysdeps/gnu/netinet/tcp.h: Define TCP_CONGESTION.
8731
8732 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8733
8734         * configure.in: Disable building profile libraries by default.
8735
8736 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8737
8738         * sunrpc/xdr_mem.c (xdrmem_setpos): Don't compare addresses
8739         as signed longs, check for x_base + pos overflow.
8740         * sunrpc/Makefile (tests): Add tst-xdrmem2.
8741         * sunrpc/tst-xdrmem2.c: New test.
8742
8743 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8744
8745         * elf/dl-lookup.c (_dl_lookup_symbol_x): Add warning to
8746         _dl_lookup_symbol_x code.
8747
8748 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8749
8750         * elf/dl-runtime.c: Include sysdep-cancel.h.
8751         (_dl_fixup, _dl_profile_fixup): Use __rtld_mrlock_* and
8752         scoperec->nusers only if !SINGLE_THREAD_P.  Use atomic_*
8753         instead of catomic_* macros.
8754         * elf/dl-sym.c: Include sysdep-cancel.h.
8755         (do_sym): Use __rtld_mrlock_* and scoperec->nusers only
8756         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8757         * elf/dl-close.c: Include sysdep-cancel.h.
8758         (_dl_close): Use __rtld_mrlock_* and scoperec->nusers only
8759         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8760         * elf/dl-open.c: Include sysdep-cancel.h.
8761         (dl_open_worker): Use __rtld_mrlock_* and scoperec->nusers only
8762         if !SINGLE_THREAD_P.  Use atomic_* instead of catomic_* macros.
8763
8764 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8765
8766         [BZ #3313]
8767         * malloc/malloc.c (malloc_consolidate): Set maxfb to address of last
8768         fastbin rather than end of fastbin array.
8769
8770 2006-10-18  Ulrich Drepper  <drepper@redhat.com>
8771
8772         * sysdeps/i386/i486/bits/atomic.h (catomic_decrement): Use correct
8773         body macro.
8774         * sysdeps/x86_64/bits/atomic.h
8775         (__arch_c_compare_and_exchange_val_64_acq): Add missing casts.
8776         (catomic_decrement): Use correct body macro.
8777
8778 2006-10-17  Jakub Jelinek  <jakub@redhat.com>
8779
8780         * include/atomic.h: Add a unique prefix to all local variables
8781         in macros.
8782         * csu/tst-atomic.c (do_test): Test also catomic_* macros.
8783
8784 2006-10-16  Ulrich Drepper  <drepper@redhat.com>
8785
8786         [BZ #3369]
8787         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Fix typos in rules 4
8788         and 7.
8789
8790 2006-10-14  Ulrich Drepper  <drepper@redhat.com>
8791
8792         * resolv/arpa/nameser.h: Document that ns_t_a6 is deprecated.
8793
8794 2006-10-13  Ulrich Drepper  <drepper@redhat.com>
8795
8796         [BZ #3313]
8797         * malloc/malloc.c (malloc_consolidate): Don't use get_fast_max to
8798         determine highest fast bin to consolidate, always look into all of
8799         them.
8800         (do_check_malloc_state): Only require for empty bins for large
8801         sizes in main arena.
8802
8803         * libio/stdio.h: Add more __wur attributes.
8804
8805         * elf/dl-minimal.c (realloc): Optimize last patch.
8806
8807 2006-10-12  Richard Sandiford  <richard@codesourcery.com>
8808
8809         [BZ #3352]
8810         * elf/dl-minimal.c (realloc): Let malloc() return a new pointer,
8811         and use memcpy() if it does.
8812
8813 2006-11-12  Andreas Jaeger  <aj@suse.de>
8814
8815         [BZ #2510]
8816         * manual/search.texi (Hash Search Function): Clarify.
8817         (Array Search Function): Clarify.
8818
8819 2006-11-12  Joseph Myers  <joseph@codesourcery.com>
8820
8821         [BZ #2830]
8822         * math/atest-exp.c (main): Cast hex value to mp_limb_t before
8823         shifting.
8824         * math/atest-exp2.c (read_mpn_hex): Likewise.
8825         * math/atest-sincos.c (main): Likewise.
8826
8827 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8828
8829         * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_pwait.
8830         * sysdeps/unix/sysv/linux/sys/epoll.h: Declare epoll_pwait.
8831         * sysdeps/unix/sysv/linux/Versions (libc): Add epoll_pwait for
8832         version GLIBC_2.6.
8833         * Versions.def: Add GLIBC_2.6 for libc.
8834
8835         * sysdeps/unix/sysv/linux/i386/sysdep.h (DOARGS_6): Fix offset.
8836
8837         * sysdeps/i386/i486/bits/atomic.h: Add catomic_* support.
8838
8839 2006-10-11  Jakub Jelinek  <jakub@redhat.com>
8840
8841         * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.
8842
8843         * nis/nis_defaults.c (__nis_default_access): Don't call getenv twice.
8844
8845         * nis/nis_subr.c (nis_getnames): Use __secure_getenv instead of getenv.
8846         * sysdeps/generic/unsecvars.h: Add NIS_PATH.
8847
8848 2006-10-11  Ulrich Drepper  <drepper@redhat.com>
8849
8850         * include/atomic.c: Define catomic_* operations.
8851         * sysdeps/x86_64/bits/atomic.h: Likewise.  Fix a few minor problems.
8852         * stdlib/cxa_finalize.c: Use catomic_* operations instead of atomic_*.
8853         * malloc/memusage.c: Likewise.
8854         * gmon/mcount.c: Likewise.
8855         * elf/dl-close.c: Likewise.
8856         * elf/dl-open.c: Likewise.
8857         * elf/dl-profile.c: Likewise.
8858         * elf/dl-sym.c: Likewise.
8859         * elf/dl-runtime.c: Likewise.
8860         * elf/dl-fptr.c: Likewise.
8861         * resolv/res_libc.c: Likewise.
8862
8863 2006-10-10  Ulrich Drepper  <drepper@redhat.com>
8864
8865         * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATH
8866         components which lack them.
8867
8868         * nis/nis_subr.c (nis_getnames): Make sure that we always return
8869         at least one entry consisting of the parameter concatenated with
8870         the domain.
8871
8872 2006-10-10  Roland McGrath  <roland@frob.com>
8873
8874         * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
8875         * sysdeps/mach/hurd/futimes.c: Likewise.
8876         * sysdeps/mach/hurd/lutimes.c: Likewise.
8877
8878 2006-10-09  Ulrich Drepper  <drepper@redhat.com>
8879             Jakub Jelinek  <jakub@redhat.com>
8880
8881         Implement reference counting of scope records.
8882         * elf/dl-close.c (_dl_close): Remove all scopes from removed objects
8883         from the list in objects which remain.  Always allocate new scope
8884         record.
8885         * elf/dl-open.c (dl_open_worker): When growing array for scopes,
8886         don't resize, allocate a new one.
8887         * elf/dl-runtime.c: Update reference counters before using a scope
8888         array.
8889         * elf/dl-sym.c: Likewise.
8890         * elf/dl-libc.c: Adjust for l_scope name change.
8891         * elf/dl-load.c: Likewise.
8892         * elf/dl-object.c: Likewise.
8893         * elf/rtld.c: Likewise.
8894         * include/link.h: Include <rtld-lowlevel.h>.  Define struct
8895         r_scoperec.  Replace r_scope with pointer to r_scoperec structure.
8896         Add l_scoperec_lock.
8897         * sysdeps/generic/ldsodefs.h: Include <rtld-lowlevel.h>.
8898         * sysdeps/generic/rtld-lowlevel.h: New file.
8899
8900         * include/atomic.h: Rename atomic_and to atomic_and_val and
8901         atomic_or to atomic_or_val.  Define new macros atomic_and and
8902         atomic_or which do not return values.
8903         * sysdeps/x86_64/bits/atomic.h: Define atomic_and and atomic_or.
8904         Various cleanups.
8905         * sysdeps/i386/i486/bits/atomic.h: Likewise.
8906
8907         * po/sv.po: Update from translation team.
8908
8909 2006-10-07  Ulrich Drepper  <drepper@redhat.com>
8910
8911         * Versions.def: Add GLIBC_2.6 to libpthread.
8912
8913         * include/shlib-compat.h (SHLIB_COMPAT): Expand parameters before use.
8914         (versioned_symbol): Likewise.
8915         (compat_symbol): Likewise.
8916
8917         * po/tr.po: Update from translation team.
8918
8919 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8920
8921         * nis/Banner: Removed.  It's been integral part forever and the
8922         author info is incomplete anyway.
8923         * libio/Banner: Likewise.
8924
8925         * nis/nis_table.c (nis_list): If __follow_path fails in the new
8926         code, make sure the nis_freeresult call doesn't crash and that the
8927         result is reported correctly.
8928
8929 2006-09-27  Jakub Jelinek  <jakub@redhat.com>
8930
8931         * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTS
8932         when callback is NULL.
8933
8934         * nis/Versions (libnss_nisplus): Add
8935         _nss_nisplus_initgroups_dyn@@GLIBC_PRIVATE.
8936         * nis/Makefile (libnss_nisplus-routines): Add nisplus-initgroups.
8937         * nis/nss_nisplus/nisplus-grp.c (tablename_val, tablename_len,
8938         _nss_create_tablename): Rename to...
8939         (grp_tablename_val, grp_tablename_len, _nss_grp_create_tablename):
8940         ... these.  No longer static.
8941         (internal_setgrent): Adjust users.
8942         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
8943         Don't use locking around _nss_grp_create_tablename call.
8944         * nis/nss_nisplus/nisplus-initgroups.c: New file.
8945
8946 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8947
8948         * version.h (VERSION): Bump to 2.5.90 for new development tree.
8949
8950 2006-10-06  Andreas Jaeger  <aj@suse.de>
8951
8952         * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.
8953
8954 2006-10-06  Ulrich Drepper  <drepper@redhat.com>
8955
8956         * po/pl.po: Update from translation team.
8957
8958         * nscd/nscd.c (main): Fix typo in message.
8959         Patch by Jakub Bogsz <qboosh@pld-linux.org>.
8960
8961 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8962
8963         [BZ #3291]
8964         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Include
8965         errno.h, signal.h, unistd.h and sysdep-cancel.h.
8966         (__sigprocmask): Define.
8967
8968 2006-10-02  Ulrich Drepper  <drepper@redhat.com>
8969
8970         * elf/rtld.c (dl_main): Don't use prelinking if LD_DYNAMIC_WEAK is
8971         used.
8972
8973 2006-10-02  Jakub Jelinek  <jakub@redhat.com>
8974
8975         * nscd/mem.c (mempool_alloc): Round array size to 16 bytes
8976         in oldtotal and newtotal calculation.
8977         * nscd/nscd-client.h (struct mapped_database): Add datasize
8978         field.
8979         * nscd/nscd_helper.c (get_mapping): Initialize datasize field.
8980         (__nscd_get_map_ref): Get a new mapping even if mapping's data_size
8981         increased.
8982         (__nscd_cache_search): Add checks to make sure we never reference
8983         data beyond the current mapping.
8984
8985 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
8986
8987         * sysdeps/posix/getaddrinfo.c (match_prefix): Make mask and val
8988         variables const to avoid compiler warnings.
8989
8990         * io/fts.c (fts_close): Remove redundant checks.
8991         (fts_build): Likewise.
8992         (fts_palloc): Likewise.
8993
8994         * manual/message.texi (Advanced gettext functions,
8995         Using gettextized software): Fix typos.
8996
8997 2006-09-30  Ulrich Drepper  <drepper@redhat.com>
8998
8999         * posix/glob.c (glob_in_dir): Add some comments and asserts to
9000         explain why there are no leaks.
9001
9002 2006-09-29  Ulrich Drepper  <drepper@redhat.com>
9003
9004         * libio/wmemstream.c: Include <wchar.h>.
9005         * libio/bug-wmemstream1.c: Likewise.
9006         * libio/tst-wmemstream1.c: Likewise.
9007         * libio/tst-wmemstream2.c: Likewise.
9008
9009         * version.h (RELEASE): Bump to 2.5.
9010         * README: Regenerated.
9011
9012         * locale/iso-3166.def: Add Aaland Islands and Montenegro.
9013
9014         [BZ #3273]
9015         * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
9016         found no group members.
9017         Patch by Petr Baudis.
9018
9019 2006-09-29  Jakub Jelinek  <jakub@redhat.com>
9020
9021         * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
9022         assert bootstrap_map.l_tls_modid is zero.
9023         (_dl_start): Initialize bootstrap_map.l_tls_modid to 0
9024         if USE___THREAD.
9025
9026 2006-09-27  Ulrich Drepper  <drepper@redhat.com>
9027
9028         * libio/stdio.h: Move open_wmemstream prototype to ...
9029         * wcsmbs/wchar.h: ... here.
9030
9031 2006-09-25  Jakub Jelinek  <jakub@redhat.com>
9032
9033         [BZ #3252]
9034         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Handle only
9035         fchownat syscall and __ASSUME_LCHOWN_SYSCALL case inline, call
9036         __{,l}chown to handle the rest.
9037         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Handle only
9038         fchownat syscall and __ASSUME_32BITUIDS case inline, call
9039         __{,l}chown to handle the rest.
9040         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Include
9041         i386/fchownat.c.
9042         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
9043         * sysdeps/unix/sysv/linux/sh/fchownat.c: Likewise.
9044
9045         [BZ #3253]
9046         * posix/glob.c (glob_in_dir): Don't alloca one struct globlink at a
9047         time, rather allocate increasingly bigger arrays of pointers, if
9048         possible with alloca, if too large with malloc.
9049
9050 2006-09-24  Jakub Jelinek  <jakub@redhat.com>
9051
9052         * sysdeps/powerpc/fpu/libm-test-ulps: Updated.
9053
9054         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Fix 2 typos.
9055
9056 2006-09-24  Ulrich Drepper  <drepper@redhat.com>
9057
9058         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4,
9059         home addresses.
9060         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Recognize
9061         IFA_F_HOMEADDRESS flag for interfaces.
9062         * include/ifaddrs.h (struct in6addrinfo): Define
9063         in6ai_homeaddress.
9064
9065 2006-09-21  Jakub Jelinek  <jakub@redhat.com>
9066
9067         [BZ #3225]
9068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (PTR_MANGLE3,
9069         PTR_DEMANGLE3): Define.
9070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (PTR_MANGLE3,
9071         PTR_DEMANGLE3): Likewise.
9072         * sysdeps/powerpc/powerpc32/__longjmp-common.S (__longjmp): Use them.
9073         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp):
9074         Likewise.
9075         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
9076
9077 2006-09-20  Jakub Jelinek  <jakub@redhat.com>
9078
9079         * po/libc.pot: Regenerated.
9080         * po/be.po: Updated.
9081         * po/ca.po: Likewise.
9082         * po/cs.po: Likewise.
9083         * po/da.po: Likewise.
9084         * po/de.po: Likewise.
9085         * po/el.po: Likewise.
9086         * po/en_GB.po: Likewise.
9087         * po/es.po: Likewise.
9088         * po/fi.po: Likewise.
9089         * po/fr.po: Likewise.
9090         * po/gl.po: Likewise.
9091         * po/hr.po: Likewise.
9092         * po/hu.po: Likewise.
9093         * po/ja.po: Likewise.
9094         * po/ko.po: Likewise.
9095         * po/nb.po: Likewise.
9096         * po/nl.po: Likewise.
9097         * po/pl.po: Likewise.
9098         * po/pt_BR.po: Likewise.
9099         * po/ru.po: Likewise.
9100         * po/rw.po: Likewise.
9101         * po/sk.po: Likewise.
9102         * po/sv.po: Likewise.
9103         * po/tr.po: Likewise.
9104         * po/zh_CN.po: Likewise.
9105         * po/zh_TW.po: Likewise.
9106
9107         [BZ #3137]
9108         * iconv/iconv_prog.c (main): Fix spelling in error message.
9109         * iconv/iconvconfig.c (main): Likewise.
9110         * locale/programs/ld-collate.c (handle_ellipsis): Likewise.
9111         * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Likewise.
9112         * locale/programs/localedef.c (main): Likewise.
9113         * locale/programs/repertoire.c (repertoire_read): Likewise.
9114         * timezone/zdump.c (main): Likewise.
9115         * nscd/connections.c (handle_request): Fix spelling in log message.
9116         Patch by Malcolm Parsons <malcolm.parsons@gmail.com>.
9117
9118 2006-09-20  Ulrich Drepper  <drepper@redhat.com>
9119
9120         * inet/inet6_option.c: Also emit linker warnings for the RFC 2292
9121         interfaces.
9122
9123 2006-09-20  Andreas Jaeger  <aj@suse.de>
9124
9125         * math/libm-test.inc (lrint_test_upward): Fix typo.
9126
9127 2006-06-17  Joseph S. Myers  <joseph@codesourcery.com>
9128
9129         [BZ #2592]
9130         * math/libm-test.inc (lrint_test_tonearest): New function.
9131         (lrint_test_towardzero): New function.
9132         (lrint_test_downward): New function.
9133         (lrint_test_upward): New function.
9134         (main): Run these new tests.
9135         * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Correct rounding
9136         of values near to 0.
9137         (two52): Use double not long double.
9138         * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
9139         * sysdeps/ieee754/flt-32/s_llrintf.c (__llrintf): Likewise.
9140         (two23): Use float not double.
9141         * sysdeps/ieee754/flt-32/s_lrintf.c (__lrintf): Likewise.
9142         (two23): Use float not double.
9143         * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Likewise.
9144         * sysdeps/ieee754/ldbl-128/s_lrintl.c (__lrintl): Likewise.
9145         * sysdeps/ieee754/ldbl-96/s_llrintl.c (__llrintl): Likewise.
9146         * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
9147
9148 2006-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9149
9150         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c (__makecontext):
9151         Cast sp to unsigned long to avoid compiler warning.
9152         Use __makecontext_ret function instead of a trampoline on the stack.
9153         (__makecontext_ret): New function.
9154         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Likewise.
9155
9156 2006-09-19  Jakub Jelinek  <jakub@redhat.com>
9157
9158         * elf/dl-cache.c (HWCAP_CHECK): If _DL_PLATFORMS_COUNT, but
9159         platform == -1, reject any libs with non-zero _DL_HWCAP_PLATFORM
9160         bits.
9161
9162 2006-09-19  Ulrich Drepper  <drepper@redhat.com>
9163
9164         * elf/dl-close.c (_dl_close): If dependency is not unloaded make
9165         sure no reference to the unloaded map's search list remains in the
9166         dependency's scope.
9167
9168 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9169
9170         * elf/Makefile: Add rules to build and run unload7 test.
9171         * elf/unload7.c: New test.
9172         * elf/unload7mod1.c: New file.
9173         * elf/unload7mod2.c: New file.
9174
9175 2006-09-18  Jakub Jelinek  <jakub@redhat.com>
9176
9177         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_GETEVENTMSG): Fix pasto.
9178         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_SETOPTIONS,
9179         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9180         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_SETOPTIONS,
9181         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9182         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_SETOPTIONS,
9183         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Likewise.
9184         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (PTRACE_SETOPTIONS,
9185         PTRACE_GETEVENTMSG): Likewise.
9186         (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Change to the arch independent
9187         values.
9188
9189 2006-09-17  Mike Frysinger  <vapier@gentoo.org>
9190
9191         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SETOPTIONS,
9192         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9193         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Check PTRACE_SETOPTIONS,
9194         PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO and PTRACE_SETSIGINFO.
9195
9196 2006-09-16  Jakub Jelinek  <jakub@redhat.com>
9197
9198         * sysdeps/powerpc/powerpc32/register-dump.h (register_dump): Don't
9199         write '\0' to the fd.
9200         * sysdeps/mach/hurd/powerpc/register-dump.h (register_dump): Likewise.
9201         * sysdeps/powerpc/powerpc64/register-dump.h (register_dump): Likewise.
9202         Change regs to unsigned long pointer from unsigned int, fix fscr
9203         offset.
9204
9205 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9206
9207         * io/Makefile (CFLAGS-fstatat.c): Set.
9208         (CFLAGS-fstatat64.c): Likewise.
9209         (CFLAGS-mknodat.c): Likewise.
9210
9211         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
9212         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9213         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
9214         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
9215
9216 2006-09-14  Jakub Jelinek  <jakub@redhat.com>
9217             Steven Munroe  <sjmunroe@us.ibm.com>
9218
9219         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
9220         names to the beginning.  Rename "cell" to "cellbe".
9221         (_dl_powerpc_platforms): New.
9222         * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
9223         (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
9224         (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
9225         (_DL_HWCAP_PLATFORM): Define to new mask.
9226         (_dl_platform_string, _dl_string_platform): New functions.
9227         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
9228         PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
9229
9230 2006-09-12  Jakub Jelinek  <jakub@redhat.com>
9231
9232         [BZ #2526]
9233         * README.libm: Fix a thinko in sqrt algorithm description.
9234
9235         [BZ #3143]
9236         * manual/string.texi (argz_delete): Fix prototype.
9237         Patch by <alpt@freaknet.org>.
9238
9239 2006-08-26  Joseph Myers  <joseph@codesourcery.com>
9240
9241         [BZ #3138]
9242         * io/test-lfs.c (do_prepare): Give name_len type size_t.
9243         * io/tst-fcntl.c (do_prepare): Likewise.
9244         * posix/tst-exec.c (do_prepare): Likewise.
9245         * posix/tst-preadwrite.c (do_prepare): Likewise.
9246         * posix/tst-spawn.c (do_prepare): Likewise.
9247         * posix/tst-truncate.c (do_prepare): Likewise.
9248         * rt/tst-aio.c (do_prepare): Likewise.
9249         * rt/tst-aio64.c (do_prepare): Likewise.
9250         * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
9251         size_t.
9252
9253 2006-09-09  Ulrich Drepper  <drepper@redhat.com>
9254
9255         [BZ #2821]
9256         * time/mktime.c (guess_time_tm): Fix overflow detection.
9257         * time/Makefile (tests): Add bug-mktime1.
9258         * time/bug-mktime1.c: New file.
9259
9260         [BZ #3189, #3188]
9261         * misc/sys/mman.h (remap_file_pages): Make available for _GNU_SOURCE.
9262         (mremap): Likewise.
9263
9264 2006-09-07  Jakub Jelinek  <jakub@redhat.com>
9265
9266         [BZ #1006]
9267         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
9268         Ensure relocation doesn't clobber any bits outside of the
9269         immediate field for R_SPARC_TLS_LE_HIX22, R_SPARC_WDISP30,
9270         R_SPARC_HI22 and R_SPARC_H44.
9271
9272         [BZ #2775]
9273         * malloc/malloc.c (sYSMALLOc): Only call grow_heap if
9274         (long) (MINSIZE + nb - old_size) is positive.
9275
9276         * malloc/arena.c (grow_heap): When growing bail even if new_size
9277         is negative.
9278
9279         [BZ #3155]
9280         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S (__lrint): Don't access
9281         stack below r1.
9282
9283 2006-09-06  Jakub Jelinek  <jakub@redhat.com>
9284
9285         * posix/regex_internal.c (re_string_reconstruct): Handle
9286         offset < pstr->valid_raw_len && pstr->offsets_needed case.
9287         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
9288         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
9289         re_string_context_at.
9290         * posix/Makefile: Add rules to build and run bug-regex26 test.
9291         * posix/bug-regex26.c: New test.
9292
9293         * locale/programs/ld-collate.c (collate_read): Goto sym_equiv_free
9294         rather than col_sym_free.  Move seqp declaration earlier.
9295
9296         * resolv/gai_suspend.c (gai_suspend): Make sure result is initialized.
9297
9298 2006-09-05  Jakub Jelinek  <jakub@redhat.com>
9299
9300         * nscd/initgrcache.c (addinitgroupsX): Move any_success
9301         decl before first goto out.
9302
9303 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9304
9305         * Makerules (shlib.lds): If have-hash-style, put .hash section
9306         at the end of the RO segment.
9307
9308 2006-09-04  Ulrich Drepper  <drepper@redhat.com>
9309
9310         * elf/do-lookup.h (do_lookup_x): Initialize symidx in case the new
9311         style hash table format is used.
9312
9313 2006-09-04  Jakub Jelinek  <jakub@redhat.com>
9314
9315         * resolv/res_mkquery.c (res_nmkquery): Set hp->id to statp->id after
9316         randomization rather than before.
9317         * resolv/res_init.c (res_randomid): Don't call gettimeofday here.
9318
9319 2006-08-31  Jakub Jelinek  <jakub@redhat.com>
9320
9321         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Add ld.so.
9322
9323         * malloc/malloc.c (_int_malloc): Use full list insert and not
9324         shortcut which assumes the list is empty for large requests
9325         too.
9326
9327         * elf/tst-addr1.c (do_test): Allow i.dli_sname "_IO_printf".
9328
9329 2006-08-30  Jakub Jelinek  <jakub@redhat.com>
9330
9331         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (splice): Add offin
9332         and offout arguments to the prototype.
9333         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (splice): Likewise.
9334         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (splice): Likewise.
9335         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (splice): Likewise.
9336         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (splice): Likewise.
9337         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (splice): Likewise.
9338         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (splice): Likewise.
9339         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (splice): Likewise.
9340         * sysdeps/unix/sysv/linux/syscalls.list (splice): Adjust args string.
9341
9342 2006-08-28  Ulrich Drepper  <drepper@redhat.com>
9343
9344         * elf/dl-load.c (_dl_init_paths): Expand DSTs.
9345
9346         * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM in
9347         dlopen parameters.
9348
9349 2006-08-28  Jakub Jelinek  <jakub@redhat.com>
9350
9351         * inet/getnameinfo.c (getnameinfo): For AF_INET, check errno
9352         only if herrno is NETDB_INTERNAL.  Handle errors other than
9353         ERANGE outside of the loops, handle TRY_AGAIN.
9354
9355         * locale/programs/ld-ctype.c (translit_flatten): Issue error
9356         if other's ctype category was missing.
9357         * locale/programs/ld-collate.c (collate_read): Return if
9358         copy_locale's collate category is missing.
9359
9360 2006-08-27  Ulrich Drepper  <drepper@redhat.com>
9361
9362         [BZ #2684]
9363         * malloc/malloc.c (public_rEALLOc): Try harder by using other
9364         arenas if allocation failed.
9365         Patch mostly by Jan Edler <jan.edler@indexengines.com>.
9366
9367 2006-08-26  Ulrich Drepper  <drepper@redhat.com>
9368
9369         * malloc/malloc.c (bin_at): Rewrite to be more clear and to not
9370         waste bins[0..1].
9371         (malloc_state): Reduce bins size by 2.
9372         (_int_malloc): Fix test for large enough buffer for early termination.
9373         When no unsorted block matches perfectly and an exiting block has
9374         to be split, use full list insert and not shortcut which assumes
9375         the list is empty.
9376
9377         * locale/programs/ld-ctype.c (ctype_read): Better patch for read
9378         failure.
9379
9380 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9381
9382         * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't
9383         do anything.
9384
9385         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined
9386         symbol require exact match (these are PLTs).
9387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
9388         (_dl_ppc64_addr_sym_match): Likewise.
9389
9390         [BZ #2683]
9391         * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols.
9392         If symbol has a value use it.
9393         * elf/tst-dladdr1.c: New file.
9394         * elf/Makefile: Add rules to build and run tst-addr1.
9395
9396 2006-08-24  Jakub Jelinek  <jakub@redhat.com>
9397
9398         * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP
9399         keeps failing and heap growth or new heap creation isn't
9400         successful either.
9401         * malloc/tst-malloc.c (main): Add new tests.
9402
9403 2006-08-24  Ulrich Drepper  <drepper@redhat.com>
9404
9405         [BZ #2734]
9406         * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
9407         as in the x86-64 code to use bswap.
9408
9409 2006-05-21  Joseph S. Myers  <joseph@codesourcery.com>
9410
9411         [BZ #2680]
9412         * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not
9413         __USE_UNIX98.
9414         * posix/bits/unistd.h: Likewise.
9415
9416 2006-05-15  Mike Frysinger  <vapier@gentoo.org>
9417
9418         [BZ #2751]
9419         * string/strchr.c: Add cast to avoid warning.
9420
9421 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9422
9423         * malloc/malloc.c (DEFAULT_MMAP_THRESHOLD_MAX): For 32-bit
9424         platforms define as 512K.  For 64-bit platforms as 32MB.  The lower
9425         limit is needed to avoid the exploding of the address space
9426         requirement for secondary heaps.
9427         * malloc/arena.c (HEAP_MAX_SIZE): Define using
9428         DEFAULT_MMAP_THRESHOLD_MAX if it is defined.
9429
9430 2006-07-30  Joseph S. Myers  <joseph@codesourcery.com>
9431
9432         [BZ #3018]
9433         * Makerules (depfiles): Handle extra-test-objs the same as
9434         extra-objs.
9435         (common-mostlyclean): Likewise.
9436         * dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
9437         instead.
9438         * elf/Makefile (extra-objs): Likewise.
9439         * stdlib/Makefile (extra-objs): Likewise.
9440
9441 2006-08-14  Eric Blake  <ebb9@byu.net>
9442
9443         [BZ #3044]
9444         * misc/error.h: Assume C89 or better.
9445         * misc/error.c: Likewise.
9446
9447 2006-08-21  Ulrich Drepper  <drepper@redhat.com>
9448
9449         [BZ #3040]
9450         * sysdeps/unix/sysv/linux/openat.c: Fix compilation if
9451         __ASSUME_ATFCTS is defined.
9452
9453 2006-08-19  Ulrich Drepper  <drepper@redhat.com>
9454
9455         * malloc/malloc.c (_int_malloc): Limit number of unsorted blocks
9456         to sort in each call.
9457
9458         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If map
9459         is empty simply return and use next service.
9460         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9461
9462         * locale/programs/charmap.c (charmap_read): Add new parameter.  It
9463         tells us when not finding a charmap file is an error.
9464         * locale/programs/charmap.h: Adjust charmap_read prototype.
9465         * iconv/iconv_prog.c (main): Tell charmap_read it's no error if we
9466         cannot find a charmap.
9467         * locale/programs/localedef.c (main): Adjust charmap_read call.
9468
9469 2006-08-15  Jakub Jelinek  <jakub@redhat.com>
9470
9471         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Use
9472         sysdeps/posix/pause.c implementation instead.
9473
9474 2006-08-09  Jakub Jelinek  <jakub@redhat.com>
9475
9476         * sysdeps/unix/nice.c (nice): Transform EACCES errno from setpriority
9477         to EPERM.
9478
9479 2006-08-13  Andreas Schwab  <schwab@suse.de>
9480
9481         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_runtime_resolve):
9482         Don't clobber caller's LRSAVE.
9483         (_dl_prof_resolve): Likewise.
9484
9485 2006-08-14  Ulrich Drepper  <drepper@redhat.com>
9486
9487         [BZ #1996]
9488         * libio/memstream.c (open_memstream): Allocate initial buffer with
9489         calloc.
9490         * libio/wmemstream.c (open_wmemstream): Likewise.
9491         * libio/strops.c: Pretty printing.
9492         (_IO_str_overflow): Clear uninitialized part of the new buffer.
9493         (enlarge_userbuf): New function.
9494         (_IO_str_seekoff): Call it if seek position is larger than current
9495         buffer.
9496         * libio/wstrops.c: Likewise.
9497         * libio/vasprintf.c: Add comment as to why we do not have to use
9498         calloc instead of malloc to allocate initial buffer.
9499         * libio/Makefile (tests): Add bug-memstream1 and bug-wmemstream1.
9500         * libio/bug-memstream1.c: New file.
9501         * libio/bug-wmemstream1.c: New file.
9502
9503 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9504
9505         * libio/wstrops.c: Remove dead macro definitions and comments.
9506         * libio/strops.c: Likewise.
9507
9508         [BZ #2764]
9509         * login/utmpname.c (__utmpname): Remove unnecessary test.
9510
9511 2006-06-08  Joseph Myers  <jsm28@gcc.gnu.org>
9512
9513         [BZ #2832]
9514         * math/gen-libm-test.pl (clean_up_number): Do not remove trailing
9515         0s from integers.
9516
9517 2006-08-13  Ulrich Drepper  <drepper@redhat.com>
9518
9519         [BZ #2987]
9520         * sysdeps/unix/sysv/linux/clock_settime.c: Add code to use syscall
9521         for CPU clocks.
9522         * sysdeps/unix/clock_settime.c: Add support for platform-specific
9523         setting of CPU clocks.
9524
9525 2006-06-23  Paul Eggert  <eggert@cs.ucla.edu>
9526
9527         [BZ #2841]
9528         * sysdeps/generic/stdint.h (UINT8_C, UINT16_C): Don't append 'U',
9529         since C99 requires the result to promote to 'int' when uint_least8_t
9530         and uint_least16_t promote to 'int'.
9531
9532 2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9533
9534         [BZ #3013]
9535         * locale/programs/ld-ctype.c (ctype_output): Adjust alignments, fix
9536         lenght of one output field, correct bitmask creation.
9537         * locale/programs/ld-time.c: Add alignment.
9538
9539         [BZ #2997]
9540         * misc/error.c: Add space between program name and message if file
9541         name is missing.
9542
9543 2006-08-03  Eric Blake  <ebb9@byu.net>
9544
9545         [BZ #2998]
9546         * misc/error.c (error_tail) [_LIBC]: Avoid invalid free.
9547
9548 2006-08-09  Ulrich Drepper  <drepper@redhat.com>
9549
9550         * malloc/memusagestat.c: Silence warnings.
9551
9552         * malloc/malloc.c: Dynamically size mmap treshold if the program
9553         frees mmaped blocks.
9554         Patch by Valerie Henson and Arjan van de Ven.
9555
9556 2006-08-08  Jakub Jelinek  <jakub@redhat.com>
9557
9558         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_DIRECT): Protect with
9559         __USE_GNU.
9560
9561         * stdlib/strtol_l.c (__strtol_ul_max_tab, __strtol_ul_rem_tab,
9562         __strtol_ull_max_tab, __strtol_ull_rem_tab): Declare.
9563         (DEF): Don't put the var into .gnu.linkonce.r.* section.
9564         Only provide var definitions in strtol_l (or for *ull*
9565         in strtoll_l).
9566
9567         * stdio-common/bug16.c (tests): New array.
9568         (do_tests): Allow the first hexadecimal digit
9569         to be 1, 2, 4 or 8.  Do 3 additional tests.
9570
9571         * sysdeps/s390/fpu/libm-test-ulps: Update.
9572
9573         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c (fchownat): Use
9574         fchownat syscall if available.
9575         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
9576         * sysdeps/unix/sysv/linux/sh/fchownat.c (fchownat): Likewise.
9577         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
9578
9579 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9580
9581         * nis/nis_xdr.c: Avoid some function calls.
9582
9583 2006-08-07  Jakub Jelinek  <jakub@redhat.com>
9584             Ulrich Drepper  <drepper@redhat.com>
9585
9586         * nis/nis_call.c (rec_dirsearch) [case LOWER_NAME]: Don't take
9587         short cut if only one name component is stripped away.
9588
9589 2006-08-07  Ulrich Drepper  <drepper@redhat.com>
9590
9591         * nis/nis_call.c: Minor cleanups throughout.
9592         (rec_dirsearch) [case HIGHER_NAME]: Correctly size ndomain array.
9593         (first_shoot): Add search_parent_first parameter.  Only if it is set
9594         search parent server first.
9595         If directory for table found through cold start cache is not the same
9596         as referenced in the cache, don't use it.
9597         (__nisfind_server): Take additional parameter.  Pass it on to
9598         first_shoot.
9599         (__prepare_niscall): Adjust __nisfind_server call.
9600         * nis/rpcsvc/nislib.h: Adjust __nisfind_server prototype.
9601         * nis/nis_table.c: Adjust __nisfind_server call.
9602         * nis/nis_lookup.c: Likewise.
9603         (nis_lookup): Don't loop endlessly if name is reduced to ".".
9604
9605 2006-08-03  Ulrich Drepper  <drepper@redhat.com>
9606
9607         [BZ #2182]
9608         * math/s_cacosh.c: Return values from positive branch.
9609         * math/s_cacoshf.c: Likewise.
9610         * math/s_cacoshl.c: Likewise.
9611
9612         [BZ #2883]
9613         * sysvipc/sys/msg.h: Change return value to ssize_t.
9614         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
9615         * sysvipc/msgrcv.c: Likewise.
9616         * include/sys/msg.h: Likewise.
9617
9618         * grp/initgroups.c (internal_getgrouplist): Remove unnecessary
9619         test introduced in patch for bz #661.
9620         (getgrouplist): Simplify code a bit.  Don't allocate one additional
9621         element for NEWGROUPS.
9622
9623         [BZ #2908]
9624         * stdio-common/printf_fphex.c (__printf_fphex): When rounding up
9625         'f', use '1' as leading digit not '\1'.
9626         * stdio-common/Makefile (tests): Add bug16.
9627         * stdio-common/bug16.c: New file.
9628
9629         [BZ #2914]
9630         * sysdeps/unix/sysv/linux/gethostid.c: Don't define OLD_HOSTIDFILE
9631         and don't try to open it.  The patch introducing the macro
9632         contained a bug and used the same file name as the new file
9633         instead of using /var/adm/hostid.  Nobody complaint so I'm taking
9634         this out completely.
9635
9636         [BZ #2926]
9637         * assert/assert.h: Move cast to void inside ?: to quiet gcc.
9638         Patch by Jerry James <Jerry.James@usu.edu>.
9639
9640         * rt/Makefile (tests): Add tst-clock2.
9641         * rt/tst-clock2.c: New file.
9642
9643         [BZ #2978]
9644         * resolv/gai_notify.c (__gai_notify_only): Copy memory for thread
9645         function and its parameters and pass it to new thread.
9646         (__gai_notify): Add support for alternative waiting for completion.
9647         * resolv/gai_suspend.c (gai_suspend): Add support for alternative
9648         waiting for completion.
9649         * resolv/getaddrinfo_a.c: Likewise.
9650         * resolv/gai_misc.h (struct waitlist): Don't add cond if alternative
9651         waiting for completion is used.
9652         * resolv/gai_misc.c: Allow overwriting code to start helper thread.
9653         * resolv/gai_cancel.c: Include <gai_misc.h> not "gai_misc.h".
9654         * resolv/gai_error.c: Likewise.
9655         * resolv/gai_sigqueue.c: Likewise.
9656
9657 2006-08-02  Thomas Schwinge  <tschwinge@gnu.org>
9658
9659         * hurd/getdport.c (__getdport): Don't return EBADF; instead set
9660         errno to EBADF and return MACH_PORT_NULL.
9661
9662 2006-06-23  Joseph Myers  <joseph@codesourcery.com>
9663
9664         [BZ #2980]
9665         * posix/Makefile (CFLAGS-waitid.c): Add -fasynchronous-unwind-tables.
9666
9667 2006-08-02  Ulrich Drepper  <drepper@redhat.com>
9668
9669         * elf/dl-addr.c (_dl_addr): If GNU-style hash tables are present,
9670         walk them instead of the symbol table.
9671
9672 2006-08-01  Ulrich Drepper  <drepper@redhat.com>
9673
9674         [BZ #2098]
9675         * nscd/initgrcache.c (addinitgroupsX): Judge successful lookups by
9676         status of NSS calls, not the number of returned entries.
9677
9678         * sysdeps/unix/sysv/linux/syscalls.list: Remove add_key,
9679         request_key, keyctl.
9680
9681 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9682
9683         * sysdeps/unix/sysv/linux/dl-osinfo.h: Remove unnecessary include.
9684
9685 2006-07-16  Jeff Bailey  <jbailey@ubuntu.com>
9686
9687         * elf/tst-auditmod1.c: Fix typo in #error.
9688
9689 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9690
9691         * elf/tst-auditmod1.c: Remove code for unsupported architectures.
9692
9693         * iconvdata/run-iconv-test.sh: Run cmp in C locale.
9694
9695 2006-07-20  Adam Nemet  <anemet@caviumnetworks.com>
9696
9697         * stdlib/test-canon.c (do_test): Close fd before unlinking file so
9698         that the directory is empty even on non-POSIX filesystems.
9699
9700 2006-07-31  Ulrich Drepper  <drepper@redhat.com>
9701
9702         * elf/dl-open.c (dl_open_worker): Add branch prediction.
9703
9704         * nis/nss_compat/compat-grp.c: Avoid unnecessary setgrent calls into
9705         the backend NSS module.  If backend setgrent call failed, don't have
9706         internal_setgrent fail.  Just remember this until it is needed.
9707         * nis/nss_compat/compat-pwd.c: Likewise.
9708         * nis/nss_compat/compat-spwd.c: Likewise.
9709
9710 2006-07-30  Roland McGrath  <roland@redhat.com>
9711
9712         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed.
9713         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: File removed.
9714         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: File removed.
9715         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: File removed.
9716
9717         * sysdeps/unix/sysv/linux/not-cancel.h (pause_not_cancel): New macro.
9718         (nanosleep_not_cancel): New macro.
9719         (sigsuspend_not_cancel): new macro.
9720         * sysdeps/unix/sysv/linux/sigsuspend.c [__ASSUME_REALTIME_SIGNALS]
9721         (do_sigsuspend): Define as inline.
9722         (__sigsuspend): Always use do_sigsuspend.
9723         [! NO_CANCELLATION] (__sigsuspend_nocancel): New function.
9724         * include/signal.h: Declare __sigsuspend_nocancel.
9725         * sysdeps/posix/pause.c
9726         [! NO_CANCELLATION] (__pause_nocancel): New function.
9727
9728         * include/unistd.h (__pause_nocancel): Add attribute_hidden.
9729         * include/time.h (__nanosleep_nocancel): Likewise.
9730
9731 2006-07-30  Ulrich Drepper  <drepper@redhat.com>
9732
9733         * locale/programs/localedef.c (add_to_readlist): Rename local
9734         variables to avoid confusion.
9735
9736         * locale/programs/charmap.c (charmap_read): Emit error message if
9737         charmap couldn't be found or read.
9738
9739 2006-07-28  Ulrich Drepper  <drepper@redhat.com>
9740
9741         * sysdeps/unix/sysv/linux/kernel-features.h: Define
9742         __ASSUME_FUTEX_LOCK_PI.
9743         * include/time.h: Declare __nanosleep_nocancel.
9744         * include/unistd.h: Declare __pause_nocancel.
9745
9746         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Use this instead of
9747         LDFLAGS.  Add -lgcc_eh and libc_nonshared (again) to make sure we
9748         get the __stack_chk_fail_local definition when it's needed.
9749
9750 2006-07-26  Ulrich Drepper  <drepper@redhat.com>
9751
9752         * dlfcn/Makefile: Add rules to build and run bug-atexit3.
9753         * dlfcn/bug-atexit3.c: New file.
9754         * dlfcn/bug-atexit3-lib.cc: New file.
9755
9756         * dlfcn/dlmopen.c (dlmopen_doit): Don't allow RTLD_GLOBAL to be
9757         used when the namespace is not the base namespace.
9758
9759 2006-07-26  Gavin Romig-Koch  <gavin@redhat.com>
9760
9761         * stdlib/cxa_atexit.c (__new_exitfn_called): New variable.
9762         (__new_exitfn): Bump it in every successful call.
9763         * stdlib/cxa_finalize.c (__cxa_finalize): If destructor registered
9764         more exit handlers, call them right away.
9765         * stdlib/exit.h: Declare __new_exitfn_called.
9766
9767 2006-07-25  Ulrich Drepper  <drepper@redhat.com>
9768
9769         * stdlib/cxa_finalize.c (__cxa_finalize): Fix race condition when
9770         calling registered handler.
9771
9772         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
9773         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
9774         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9775         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
9776         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
9777         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
9778         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
9779         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
9780
9781 2006-07-10  Ulrich Drepper  <drepper@redhat.com>
9782
9783         * elf/dl-lookup.c (dl_new_hash): New functions.
9784         (_dl_lookup_symbol_x): Rename hash to old_hash and don't compute
9785         value here.  Compute new-style hash value.  Pass new hash value
9786         and reference to variable with the old value to do_lookup_x.
9787         (_dl_setup_hash): If DT_GNU_HASH is defined, use it and not
9788         old-style hash table.
9789         (_dl_debug_bindings): Pass new hash value and reference to variable
9790         with the old value to do_lookup_x.
9791         * elf/do-lookup.h (do_lookup_x): Accept additional parameter with
9792         new-style hash value and change old-style hash value parameter to
9793         be a reference.  Reoganize functions to determine whether
9794         new-style hash table is available.  Only fall back on old-style
9795         table.  If old-style hash value is needed, compute it here.
9796         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_GNU_HASH
9797         entry.
9798         * elf/elf.h: Define SHT_GNU_HASH, DT_GNU_HASH, DT_TLSDEC_PLT,
9799         DT_TLSDEC_GOT.  Adjust DT_ADDRNUM.
9800         * include/link.h (struct link_map): Add l_gnu_bitmask_idxbits,
9801         l_gnu_shift, l_gnu_bitmask, l_gnu_buckets and l_gnu_chain_zero.
9802         * Makeconfig: If linker supports --hash-style option add it to all
9803         linker command lines to build DSOs.
9804         * config.make.in: Define have-hash-style.
9805         * configure.in: Test whether linker supports --hash-style option.
9806
9807         * elf/dl-misc.c (_dl_name_match_p): Make MAP parameter const.
9808         * sysdeps/generic/ldsodefs.h: Adjust prototype.
9809
9810 2006-06-27  Ulrich Drepper  <drepper@redhat.com>
9811
9812         * elf/dl-load.c (open_path): Fix test to determine whether DSO is
9813         auditing.
9814
9815         * elf/dl-load.c (_dl_map_object): Try harder to avoid looking at
9816         RPATH of main map twice.
9817
9818 2006-06-22  Ulrich Drepper  <drepper@redhat.com>
9819
9820         * intl/dcigettext.c (DCIGETTEXT): If _nl_find_msg returns -1 don't
9821         look further, return original strings.
9822         (_nl_find_msg): Do not return found translation if the conversion
9823         failed.  Either signal the string is unusable or that something went
9824         wrong and the original should be used.
9825
9826 2006-06-21  Ulrich Drepper  <drepper@redhat.com>
9827
9828         * string/_strerror.c (__strerror_r): Add __builtin_expect.
9829
9830 2006-06-14  Jakub Jelinek  <jakub@redhat.com>
9831
9832         [BZ #2766]
9833         * misc/insremque.c (insque): Handle prev == NULL.
9834         * misc/Makefile (tests): Add tst-insremque.
9835         * misc/tst-insremque.c: New test.
9836
9837 2006-06-17  Ulrich Drepper  <drepper@redhat.com>
9838
9839         [BZ #2792]
9840         * elf/dl-deps.c (expand_dst): Rename __cnt variable to not
9841         conflict with DL_DST_REQUIRED.
9842
9843 2006-06-16  Ulrich Drepper  <drepper@redhat.com>
9844
9845         * nis/nis_subr.c (nis_getnames): Fix the implementation to better
9846         match what Solaris does.
9847
9848 2006-06-04  Ulrich Drepper  <drepper@redhat.com>
9849
9850         * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and
9851         local_setegid instead of seteuid and setegid.
9852         * sysdeps/generic/local-setxid.h: New file.
9853         * sysdeps/unix/sysv/linux/local-setxid.h: New file.
9854
9855         * sysdeps/posix/spawni.c (__spawni): Use non-cancelable interfaces.
9856
9857         * string/Makefile (tests): Add bug-envz1.
9858         * string/bug-envz1.c: New file.
9859
9860 2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9861
9862         * posix/regex_internal.c (re_string_skip_chars): If no character has
9863         been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
9864         to the byte which couldn't be converted.
9865         (re_string_reconstruct): Don't clear valid_raw_len before calling
9866         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9867         tip_context using re_string_context_at.
9868         * posix/Makefile: Add rules to build and run bug-regex25 test.
9869         * posix/bug-regex25.c: New test.
9870
9871 2006-06-02  Ryan S. Arnold  <rsa@us.ibm.com>
9872
9873         [BZ #2703]
9874         * string/envz.c (envz_strip): Correct erroneously reversed src
9875         and dest parameters to memmove() invocation.
9876
9877 2006-05-30  Jakub Jelinek  <jakub@redhat.com>
9878
9879         * nscd/nscd.h (prune_cache): Add fd argument to prototype.
9880         * nscd/nscd.c (parse_opt): Read response from INVALIDATE request
9881         to make sure the database has been already invalidated.
9882         * nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
9883         after the cache has been invalidated.  Use pthread_mutex_lock rather
9884         than pthread_mutex_trylock if fd != -1.
9885         * nscd/connections.c (invalidate_cache): Add fd argument, write
9886         response to fd if not calling prune_cache, pass fd to prune_cache.
9887         (handle_request): Adjust invalidate_cache caller.
9888         (nscd_run): Pass -1 as fd to prune_cache.
9889
9890 2006-05-30  Ulrich Drepper  <drepper@redhat.com>
9891
9892         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Initialize bits in
9893         the correct place.
9894
9895 2006-05-29  Ulrich Drepper  <drepper@redhat.com>
9896
9897         * nscd/nscd.h (struct database_dyn): Add prunelock field.
9898         * nscd/cache.c (prune_cache): Take prunelock before starting the
9899         work.  Just return in case it is already taken.
9900         * nscd/connections.c (dbs): Initialize .prunelock.
9901
9902 2006-05-25  Ulrich Drepper  <drepper@redhat.com>
9903
9904         * nis/nis_removemember.c (nis_removemember): Avoid unnecessary
9905         copying.  No need to allocate new array for group members.  Just
9906         move the pointers and update the size.
9907
9908         * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.
9909         Avoid memory leak in case realloc fails.  Simplification for
9910         better code generation.
9911
9912         Avoid deprecation warning because of libc_hidden_proto for
9913         inet6_option_alloc.
9914         * inet/inet6_option.c (option_alloc): Renamed from
9915         inet6_option_alloc.  Made static.
9916         (inet6_option_alloc): Now a simple wrapper around option_alloc.
9917         (inet6_option_append): Call option_alloc.
9918         * include/netinet/in.h: Remove libc_hidden_proto for
9919         inet6_option_alloc.
9920
9921         * nis/nis_callback.c (__nis_create_callback): Always call xdr_free
9922         for cleanup when cb!=NULL [Coverity CID 233].
9923
9924 2006-05-24  Ulrich Drepper  <drepper@redhat.com>
9925
9926         [BZ #2693]
9927         * inet/Makefile (routines): Add inet6_opt and inet6_rth.
9928         * inet/Versions (libc, GLIBC_2.5): Add inet6_opt_init,
9929         inet6_opt_append, inet6_opt_finish, inet6_opt_set_val, inet6_opt_next,
9930         inet6_opt_find, inet6_opt_get_val, inet6_rth_space, inet6_rth_init,
9931         inet6_rth_add, inet6_rth_reverse, inet6_rth_segments,
9932         and inet6_rth_getaddr.
9933         * inet/netinet/ip6.h (struct ip6_rthdr0): Make ip6r0_addr a flexible
9934         array.
9935         * inet/netinet/in.h (struct ip6_mtuinfo): Define.
9936         Mark inet6_option_* interfaces as deprecated.
9937         Declare inet6_opt_init, inet6_opt_append, inet6_opt_finish,
9938         inet6_opt_set_val, inet6_opt_next, inet6_opt_find, inet6_opt_get_val,
9939         inet6_rth_space, inet6_rth_init, inet6_rth_add, inet6_rth_reverse,
9940         inet6_rth_segments, and inet6_rth_getaddr.
9941         * inet/inet6_opt.c: New file.
9942         * inet/inet6_rth.c: New file.
9943
9944         * inet/netinet/icmp6.h: Pretty printing.
9945
9946         [BZ #2683]
9947         * elf/dl-addr.c (_dl_addr): Don't match undefined references.
9948
9949 2006-05-23  Ulrich Drepper  <drepper@redhat.com>
9950
9951         * nis/nis_lookup.c (nis_lookup): Use __prepare_niscall instead of
9952         doing it all here.  When server does not know the answer do not
9953         fail immediate, try parent first.
9954
9955         * nis/nis_domain_of_r.c (nis_domain_of_r): Add missing buffer
9956         overflow test.
9957
9958 2006-05-20  Ulrich Drepper  <drepper@redhat.com>
9959
9960         * nis/nis_call.c (__prepare_niscall): New function.  Split out
9961         from __do_niscall.
9962         * nis/nis_table.c (__create_ib_request): Renamed from create_ib_request
9963         and exported.
9964         (__follow_path): New function.  Split out from nis_list.
9965         * nis/nis_xdr.h: Add libnsl_hidden_proto for _xdr_ib_request and
9966         _xdr_nis_result.
9967         * nis/nis_xdr.c: Add libnsl_hidden_def for _xdr_ib_request and
9968         _xdr_nis_result.
9969         * nis/libnsl.h: Declare __prepare_niscall, __create_ib_request,
9970         and __follow_path.
9971         * nis/Versions: Export __prepare_niscall, __create_ib_request,
9972         __follow_path, __do_niscall3, _xdr_ib_request, and _xdr_nis_result
9973         from libnsl for version GLIBC_PRIVATE.
9974         * nis/nisplus-parser.h: Remove _nss_nisplus_parse_pwent_chk.
9975         Remove entry parameter from _nss_nisplus_parse_pwent and
9976         _nss_nisplus_parse_grent.
9977         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9978         * nis/nss_nisplus/nisplus-pwd.c: Remove support for SETENT_BATCH_READ
9979         again.  Rewrite getpwent handling to not use nis_first_entry and
9980         nis_next_entry.  Roll out own niscall handling.
9981         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9982
9983         * sunrpc/xdr_rec.c: Fix typo in comment.
9984
9985 2006-05-19  Ulrich Drepper  <drepper@redhat.com>
9986
9987         * nis/nis_call.c (__do_niscall3): Avoid code duplication in error
9988         handling.
9989
9990         * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc
9991         to allocate memory for my_pollfd.  Better initialization of
9992         cb_is_running.  Use TEMP_FAILURE_RETRY.
9993
9994         * malloc/memusage.sh (memusageso): Add quotes.
9995         (memusagestat): Likewise.
9996         * debug/xtrace.sh (pcprofileso): Likewise.
9997         (pcprofiledump): Likewise.
9998         * debug/Makefile ($(objpfx)xtrace): Use $LIB in SLIBDIR
9999         replacement.
10000         * malloc/Makefile ($(objpfx)memusage): Likewise.
10001
10002         * nis/nis_callback.c (__nis_create_callback): Calls to
10003         svcudp_bufcreate and svctcp_create can fail.  Free ->xprt if
10004         asprintf call fails.
10005
10006         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_sendreq): Make sure
10007         no uninitialized memory is passed to sendto.
10008
10009 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10010
10011         * nis/nis_callback.c (__nis_create_callback): Use asprinf instead
10012         of snprintf+strdup.  Handle OOM.
10013         * nis/nis_callback.c (__nis_create_callback): Allocate cb and
10014         cb->serv together.  Remove now obsolete free calls.
10015         (__nis_destroy_callback): Remove now obsolete free call.
10016
10017 2006-05-18  David Woodhouse  <dwmw2@redhat.com>
10018
10019         * sysdeps/posix/getaddrinfo.c: Add unique labels to the default
10020         RFC3484 precedence table for fec0::/10 and fc00::/7 (site-local
10021         and ULA respectively). Set precedence for IPv4 address to 10 as
10022         defined in RFC3484 for preferring IPv6.
10023         * posix/gai.conf: Update to match the new default tables.
10024
10025 2006-05-18  Jakub Jelinek  <jakub@redhat.com>
10026
10027         * nis/nss_compat/compat-pwd.c (internal_setpwent): If nss_set*ent
10028         returned NSS_STATUS_UNAVAIL, still return NSS_STATUS_SUCCESS.
10029         * nis/nss_compat/compat-spwd.c (internal_setspent): Likewise.
10030         * nis/nss_compat/compat-grp.c (internal_setgrent): Likewise.
10031
10032         * nis/nss_compat/compat-initgroups.c (nss_setgrent, nss_endgrent):
10033         Removed.
10034         (init_nss_interface): Remove initialization of these variables.
10035
10036 2006-05-18  Ulrich Drepper  <drepper@redhat.com>
10037
10038         * nis/nis_call.c (rec_dirsearch): Little optimization: pull
10039         nis_free_directory forward to avoid duplication.
10040
10041 2006-05-17  Ulrich Drepper  <drepper@redhat.com>
10042
10043         * nis/nis_call.c (rec_dirsearch): Handle __nis_finddirectory and
10044         rec_dirsearch returning NULL.
10045         (first_shoot): Handle __nis_finddirectory returning NULL.
10046         (__nisfind_server): Fix leak when rec_dirsearch returns NULL.
10047
10048         * sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOSE, IN_MOVE,
10049         IN_ONLYDIR, IN_DONT_FOLLOW, and IN_MASK_ADD.
10050
10051 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
10052
10053         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
10054         pid changed.
10055
10056 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
10057
10058         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10059
10060         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
10061         * nscd/nscd_getgr_r.c: Likewise.
10062
10063         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
10064
10065         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
10066         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
10067
10068         * stdlib/longlong.h (__clz_tab): Mark as hidden.
10069
10070         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
10071
10072         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
10073
10074         * include/rpc/auth.h: Mark xdr_des_block_internal and
10075         xdr_opaque_auth_internal as hidden.
10076
10077         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
10078         hidden.
10079
10080         * include/rpc/xdr.h: Mark all _internal functions as hidden.
10081
10082         * misc/getusershell.c (okshells): Don't use static initializers,
10083         do it dynamically.
10084
10085         * stdlib/fmtmsg.c (keywords): Change type of len element to
10086         uint32_t to not waste space on 64bit machines.
10087
10088         * locale/setlocale.c: Change _nl_category_names into a string.
10089         Add new _nl_category_name_idxs.  Change all users.
10090         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
10091         Declare _nl_category_name_idxs.
10092         * locale/findlocale.c: Adjust for _nl_category_names change.
10093         * locale/loadlocale.c: Likewise.
10094         * locale/newlocale.c: Likewise.
10095         * intl/dcigettext.c: Likewise.
10096
10097         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
10098         (add_alias2): ...here.  New function.
10099         (__gconv_read_conf): Simplify builtin alias handling.
10100         (builtin_aliases): Convert to string to avoid relocations.
10101         * iconv/gconv_builtin.h: Add comment about correct formatting.
10102
10103 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
10104
10105         * resolv/res_debug.c (loc_ntoa): Make error const.
10106
10107 2006-05-14  Andreas Schwab  <schwab@suse.de>
10108
10109         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
10110
10111 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
10112
10113         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
10114         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
10115         sizeof (cpu_set_t).
10116
10117 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
10118
10119         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
10120
10121         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
10122
10123         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
10124         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
10125
10126         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
10127         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
10128
10129         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
10130         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
10131         xdr_cback_data.
10132
10133         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
10134         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10135         xdr_ypupdate_args.
10136
10137         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
10138         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
10139
10140         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
10141         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
10142
10143         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
10144         * include/rpcsvc/nis_callback.h: New file.
10145
10146         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
10147         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
10148
10149         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10150         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10151
10152         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
10153         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
10154
10155         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
10156         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
10157
10158         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
10159         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
10160         xdr_ypdelete_args.
10161
10162         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
10163         __BEGIN_DECLS and __END_DECLS, the header is not installed.
10164
10165         * nis/nis_error.c: Remove table of strings.  Use position
10166         independent mechanism.
10167         * nis/nis_error.h: New file.
10168
10169 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
10170
10171         * locale/programs/ld-time.c (time_finish): If wide era name or
10172         format aren't provided, set both wname and wformat to L"".
10173
10174 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10175
10176         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
10177         results if the call was succesful.
10178
10179         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
10180
10181         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
10182         as hidden.
10183
10184 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
10185
10186         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
10187
10188 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
10189
10190         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
10191         caller makes sure this is not the case.
10192         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
10193
10194 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
10195
10196         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
10197         calls.
10198
10199         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
10200         [Coverity CID 229, 230]
10201
10202         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
10203         DGETTEXT calls.
10204         (hol_help): Likewise.  [Coverity CID 226, 227]
10205
10206         * string/argz-replace.c (__argz_replace): Unconditionally call
10207         free on SRC.  [Coverity CID 225]
10208
10209         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
10210         the return value of __nis_default_owner and __nis_default_group,
10211         it has been especially allocated.  [Coverity CID 224]
10212
10213         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
10214         searchgroup and searchowner.  Significantly simplified.
10215         (__nis_default_owner): Remove duplication.  Do not locally copy the
10216         string before duplicating it.
10217         (__nis_default_group): Likewise.
10218
10219         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
10220         we must clear the variable before calling __nisfind_server.
10221
10222         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
10223         nis_getnames.  [Coverity CID 223]
10224
10225         * locale/programs/locfile.c (locfile_read): Use alloca instead of
10226         xmalloc to allocate local repertoire name.  [Coverity CID 222]
10227
10228         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
10229         allocate memory for the input to add_bytes.  [Coverity CID 221]
10230
10231         * posix/wordexp.c (w_addword): Free word if realloc fails and it
10232         was allocated here.  [Coverity CID 219, 220]
10233
10234         * posix/getconf.c (print_all): Free confstr data after printing.
10235         [Coverity CID 218]
10236
10237         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
10238         list allocation fails.  [Coverity CID 215]
10239
10240         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
10241         [Coverity CID 213]
10242
10243         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
10244         string is NULL.  [Coverity CID 212]
10245         * argp/Makefile: Add rules to build and run bug-argp1.
10246         * argp/bug-argp1.c: New file.
10247
10248         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
10249         end of string.
10250         * stdlib/canonicalize.c (__realpath): Likewise.
10251
10252         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
10253         pointer.  [Coverity CID 206]
10254
10255         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
10256         in statically linked code.
10257         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
10258         statically built code, be prepared to have no link map.
10259         [Coverity CID 205]
10260
10261         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
10262         dgettext calls. [Coverity CID 204]
10263
10264         * argp/argp-help.c (struct uparams): Remove valid member.  Change
10265         the one user.
10266         (uparam_names): Reduce size.  Avoid relative relocations.
10267         Moved to read-only segment.
10268         (fill_in_uparams): Update for new layout.
10269
10270         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
10271         assumed to always be != NULL. [Coverity CID 202]
10272
10273         * argp/argp-help.c (hol_entry_help): Remove some dead code
10274         [Coverity CID 200].
10275
10276         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
10277         away a few more unconditional yperr2nss calls.
10278         (_nss_nis_getservbyname_r): Likewise.
10279
10280 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
10281
10282         * sysdeps/generic/ldsodefs.h: Remove support for non-core
10283         architectures.
10284
10285         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
10286         that unused memory passed to sendto is nevertheless initialized.
10287
10288         [BZ #2499]
10289         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
10290         possibly unaligned memory accesses.
10291
10292         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
10293         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
10294         and __putlong respectively.  Correct buffer overflow check for
10295         NS_NOTIFY_OP.
10296
10297         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
10298
10299         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
10300         (send_dg): Rewrite error handling to be more compact and avoid
10301         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
10302
10303         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
10304
10305         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
10306         instead of ns_get16.
10307         (res_queriesmatch): Likewise.  Minor optimization.
10308
10309         [BZ #2499]
10310         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
10311         __libc_res_nsend might reallocate the buffer for the answer.  In
10312         this case we have to reload the HP pointer.
10313
10314 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10315
10316         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
10317         some branch prediction hints.
10318
10319         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
10320         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
10321         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10322         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10323         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
10324         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
10325         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10326         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
10327
10328 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10329
10330         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
10331         by a GOT relocation to make Scrt1.o position independent.
10332         * sysdeps/s390/s390-64/elf/start.S: Likewise.
10333
10334         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
10335         six system call parameters.
10336         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
10337
10338 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10339
10340         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
10341         malloc&bzero.
10342
10343         * sunrpc/svc_udp.c (BZERO): Remove definition.
10344         (CALLOC): Define.
10345         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
10346
10347         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
10348         (des_SPtrans): Use uint32_t type.
10349         (des_skb): Likewise.
10350
10351         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
10352
10353 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
10354
10355         [BZ #2509]
10356         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
10357         on 32-bit arches.
10358
10359 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
10360
10361         * locale/programs/ld-address.c (address_finish): Fix one more
10362         place where the iso639 array might be accessed beyond the limits.
10363
10364 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
10365
10366         * nis/nis_table.c (nis_list): Avoid clearing res twice before
10367         filling it for the first time.
10368
10369         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
10370         Adjust all callers.
10371         Free res object content before returning.
10372
10373         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
10374
10375         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
10376         client->cl_auth.
10377
10378         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
10379         cleanup for initial thread, just the free call on TVP.
10380
10381         * nscd/gai.c (__getline): Define.
10382
10383
10384 See ChangeLog.16 for earlier changes.